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..50049690089e7ff08f0e94f57d04fd61fecdf2b7 --- /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:8e7123af926242368c02192681fa3ab5b6e23157d88706fb079902d44aea34cb +size 594650176 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..b29e8394de26590b9b6f3c57644e318f937f99ff --- /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:96fdc660f85ed7358681c37b189a875b131f308b370a4c435430cd59877a8f49 +size 660065344 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..aaee853cb17085c32292d72b561388b773ccea29 --- /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:05bc211902acaed5e5d4fd6b9efc8c11c6be287bd34e2c2ed2c605a7e46733d6 +size 552071934 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..da906b36b74447a3ed1701da40eeb027eda98a6e --- /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:a0d37c1fc1ae3b85709427901ef31b71cd79f440fbe2a35c4da6de5f8b269992 +size 544107411 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..678503c06937e5ce8aa6fa4e9b42216822dfc1ef --- /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:87fc8708cb95aed31de682919b4e4599349b82a34d0dd62e0597065127a3fd5b +size 469510040 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..9b4cd53eff376cafb06c77508c79b66378654bce --- /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:b43af4d93b3e1fb2e10afc3268b6218432fd14d7c8c97ec095fe6ba283de67cd +size 487205807 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..f1537ea32eca9e7bacdd2e71777ee8593fd3703e --- /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:6d6d3a8dd493a7acd6f5ad198cc574d024321b6ad5496c1fda8792356101616f +size 662132679 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..5cfa7bf043d354974ddbb7ee5fa7e1d65858abed --- /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:537caa1d0784ebf20b0457a989a0555097aa684810dce985a72db64705d28cca +size 734200128 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..d7a55082c80e4cfabf2e7f719feb9383a3d7d8e0 --- /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:61ad63bf1b8e9f97d91b63a9504534aff6af862615c6c871556bfb0ee59fca51 +size 447067688 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..79cd91aa40856617c1d29b17c6359ffd7afbea0d --- /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:10444f8bcb0eb3378a9d7dd88dfc220f339a27b3b5ded08800d80d0cc9085c62 +size 416443867 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..8b6960e3f81c89a6e0437469346165c29498d627 --- /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:5bf19e5f605a4391c863c07e2e7d16486a15786f877c566a21bf543292e9136c +size 566914659 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..a068f9a1522a468464fe7673859527ae2f650eb8 --- /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:be05cb20fe931eda1677d8222149d776ba5dca0236aa00b027c19d42c564734c +size 528932707 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..b87e65b8928542d2bac36ac16e1d373443e51b1d --- /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:84c2ce0934618b07e4d0afeb561e5ce26950b761ebf87df95884cd5561bfcd90 +size 467473816 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..7d08da68bb2710dd59ba29d8cdd2e1376affac59 --- /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:1a4ed24882cea6565282f4190e786926a3967780858c52d9a6faa9134a081a93 +size 519139610 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..7cc23ebd23ebdf02f490fbafb6242183e2bdb847 --- /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:0526620c14bd999cfd4c5463cf6c6924f76e9d85ee6981ba09e8031c4515ea3d +size 615388400 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..e60c304b1e5c3bc8665d58c61a62dbbe2252c5b4 --- /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:eef44036ef9a9f9e081339f8962a4f4750a0414785f09a41658905d6703c1206 +size 502428567 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..68377059bcd3f5e6f90b4db2fbde384fb9087c25 --- /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:80056beb51818c9290452b87a0ebc649922c4b73f09855baac624a7e86580e9e +size 416573917 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..fe32428ef06b487a0bf698a137bf6ca632404b24 --- /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:76e2e9accc5d745795d77cac971f0ebaf119a57062e130c2efbbf96c50da6bf9 +size 638909237 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..e8679998821f5d3676f31997cc09f280763ae7a6 --- /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:29bfe0002689e880e0eac41f83d32153021a17bd8b930d19721120561247e48a +size 466998730 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..65a9e9963587dc4f28c23758adeb799ee4f0c2d3 --- /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:29271b8b19957d177afd0c152eec301201b32c29aaf916b8e9dea6b7455c851c +size 502155381 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..01d591ccb06b43a764d72971b4ff46eac61e8701 --- /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:ae9b878471450c5ceb6121159bd2c3c6a8081926b9160f3a6d0a6f1479ea6a4b +size 633008408 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..83f3790c397527224507eb2cc73e71e2da56b0a2 --- /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:ce51d5a51a4f38ec9defcb79aa8bf5fdf5fd959a6240455f50fa5f43d07b7935 +size 745017360 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..a6777d7e76203a6be8c82c7efa89a58347620837 --- /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:4ea5d2520b0a03f55398914a267e0e07e0e44c16dd820d79074dac961a8f710e +size 390344154 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..46769dfba168c50c8096007859c3017d411a98db --- /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:35dde771901b5f940b3a412d98d94a751f9ba5a7a95ca9191aa2105422354ee7 +size 667678577 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..7a12c905310266bfc248a0e4f8108bcd321d2189 --- /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:e49662342521ec5b5ee344537709e7a3f23389ff2c202fbdf16c2c8f9ecf9184 +size 537549453 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..0a6059db81014587dd86a759f7cdff330cf72e78 --- /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:63a51288e4d6fbe37e102d277a2b41c96f336998147376376570ed7a82ce4546 +size 661173548 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..ec38cff3df1da76fdf5cdd01f6594cba58c1569f --- /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:904e66b7fa06b0e58d09ce20ec66e4cca68348e67e209b70cef122b33aad72b7 +size 409489201 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..f857ad9c41f6b43895f026201502f739b9c0c726 --- /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:769988ea20feace09000228c33d156212626b17f640c3d8c0a5777c7e3fbde22 +size 529365812 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..516518a071859321629eccc67ab96e44412ec375 --- /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:e4a9e58755b53c2a8ae84c6e04159524857e26e8852fa8bd190ddc6bfe1aa98d +size 521403397 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..84e6c962a77f53dfa779c3e69ae3044b4ee39c13 --- /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:9a6db126a7e27d693ebb6a4dfc3cbaf71501478e161a01839283603ae00b6d67 +size 387568622 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..775c2f8d30330b670f7843e81b2f5290408c6ac6 --- /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:5b3827c72aad32d799d7011ff4d51838e9fdab7431d21cfe564619e9af35b414 +size 441480587 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..f8ddecdbd0840574097212f53a40d5a159d69b75 --- /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:96f93e401509b9e43167aceefc0c95c91d38291e4bc5195f0beb0bcf618478c1 +size 523664533 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..6e3bc66860bcc7f8f9c753f07184285ebaa0b129 --- /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:6809cbefcccf3e895022fcdedd6cbdf87a90d8955117370ff2800f54d7b2b5fa +size 539218346 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..d54928149f8dd95595079e603116b33281da9d7a --- /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:45835c4c3b22a6e5f1646fccc986b5ad35cb5b18a03b17a778e752a3a8056fe0 +size 420377092 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..eb270122a6673d79e4a7af326c52104af9848209 --- /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:3469f809b964db78ec49c85ad27ce13ff4ec8698826fe20a976d38f4e9796913 +size 400676057 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..89db7e0c7d990cbdbfa1c18e03590090f4df2a29 --- /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:44932dd4ffbf1ab927a7daa9b7c06f135135506d3b1c832cf5393c2e90cfae65 +size 417233130 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..3b565bbb96dfbcc02e31ca4fdefde2a5cfd1731b --- /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:8213a778242848bc0c88b8aa3ee560380681270d9d56a4f7353eeb78eafc84b6 +size 477632399 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..8bbf15eba286489d1ebd22fe3b64465306aa33c6 --- /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:6259c8042a7b778d1ecf285ac695866427191c5ec46489a30f91819774cc6f6a +size 904921761 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..a37a5a8a6f54ba2d13d38ba7671dc54d593cf450 --- /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:7eb914581af39828e37ba52a4a5686ca6686575b270c5f6ce65f352dda2c0368 +size 488249189 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..d15c54c13fc2d0ee550591ad3980e744fda10890 --- /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:9b185a9b8d3c1c0e67dbecf8c854bb89a81e5317049a153a04dcee0d448268be +size 516203701 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..752f54dee233108e55c93e8e8f4272fad9880d6d --- /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:9cece00093e62ff3ff7691e572ea16a5e8fbcfe4afc4ec2374580e22ace700bb +size 435235749 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..f0ec0ffe80816f409f7375d481f81f2d6bf99833 --- /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:e6112fb63b5fe745b338e0a8a9c75abf3aea27b4c78ec7abe43344073811d76f +size 448800104 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..285b5df467d6c81d6f542bd3e94fa83169e2fa43 --- /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:288d022bdbd09d047ee89fcac08647a87774ef90293e840297b16a9f8cd280ed +size 673123791 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..264660eab92c687869ef40587d4abac664ed6580 --- /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:a99234f2961fd2c93424a301ea2b98ddbb82ad58074362dda57a45b7469cfc90 +size 709696340 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..199a7bb525c340b0e3919d46c7ade5052e009a8f --- /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:1b5ad096f12e0097eceed61ad02304bdff49786b1cb5b31769faef364d8c2f28 +size 522677211 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..6f66a48c8d96c237c218250cc30ae6b860879464 --- /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:b95bcb0796626d4d461c8640a901d84beb2b92081a1234d85902edea972ed62f +size 375632769 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..99d72a3d475aca41b1f301be237aceb8a6471495 --- /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:081f29f2b192e6504d5472c6afec14ae7b17bf1836d0a6111bad885d60869a9e +size 515839564 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..1e48d7c5d4af986986609ad9c1db83f657e23242 --- /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:46ae8dd8634daf56d0fbc23c355dcac504412c873b4aea6630c4ba7f5a771212 +size 546969367 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..84505639bef5c2d77d858ce85b2de9913f4500ee --- /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:84f84baa0e4e042a1611854d110ca3ff3bd5be66b14dfb71ea153e1220d469be +size 487892855 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..779820d0255ab67c5d93e480daee7a2023d27866 --- /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:99dc110a3b3d520ee06e53479de572f4833df6c6c2a2504f16a00e395ab8af34 +size 418880835 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..3d54cfad57845d485ab9552eb389351135adfbe5 --- /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:d4ab4a481cafe983a68bcd7b68c3e2fb5c79639cf7689560d2a582fa3877d56d +size 491658034 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..892ac70da8716a7be3822e1cb54d4555b3685269 --- /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:0781a9d7fc806e7bb4fd7de13aef3e015a1d627bcf8edb9057362a022fa0c85a +size 721690543 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..d0c5505a1de1511bab5a178a66d2216deba340e0 --- /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:5950c5461b87dbef1804324b40ae162cf5f6b5432afd72c37b07cc31b929fadd +size 738151526 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..7d0330a7d3f92bed5a0c17d57d2069f69e83fd38 --- /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:c55ee9aef112281cc41a31a27979ecfbcc0d4b93fb6451ad2b98729cc09d9012 +size 590790403 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..e83b4fb0db7bec5ab7dc06252a860619ab2d37de --- /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:5b0542715764758598b024b697b4eae5abe91ff57852d0b03d9076e884098d81 +size 763854032 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..7b1eae37efb1d79e6418d4ae7e1f6f61423ab407 --- /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:b87a212d9a1781c02ebdf99872b9437e9ee52ff6a0b7ac20667e3efe5e1dc7dd +size 580002865 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..cfaaa91a96b42c610c3f245b1df21cd3e578e243 --- /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:b7e38cfbab5fcee97e312fd25703498bffc1303755e25d09f8981d75a7d0672a +size 533813553 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..d9eb8ceb3881e6467320ef10b09907e1b9c19944 --- /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:25cf7cf1ed97d5f71223d5395c0d163eb2a04d8a2fc3bcdb82ec1cffcde61cf6 +size 464179754 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..289fe10c38460c769ff1a4267aa94d65c10f2482 --- /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:f939622d040d6b922ca9e32bdead47f7070d242ac67fe25876bad54c8d2f3c23 +size 767633988 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..88c86ed3ca34dd9f1452d5ada4aac8003252c3be --- /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:cd3c7b45c1fafe08a3c3303f6a83a19b67b2aa969ba0cfb33ed96a54695ba668 +size 708754048 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..442f4cc3b84a25d0057f84034e356de854c0190a --- /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:a462725be7bb09fdcefc46dfbbc06edf66c2765af075e85b3974b1403bfcac2f +size 370767891 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..db08236b0406e61eb42231eb5d16fe8974c4ac93 --- /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:64b29548f3fa52901bf102bffa0b2b4e4382f326883b8c073873658f440e95d0 +size 431079917 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..6f95f89e866cd0a61de6704f6ef0e8a1e55ea753 --- /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:f041ba4c9246c5f980d65e9614c81fb7650bf8c8b4c5c66681d04861afd123c3 +size 522641332 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..7d8260780624581af816ed8d57a236608ec3847f --- /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:4a50e93abcb2b8fe12877f1a207c7e270ee13c4b0761b4a9a6d652e9957a68a7 +size 709087356 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..a6f3995133b8fdb6827ad3f2ee7d508e9e98f6f1 --- /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:0b41077c0d6317e4c8183d042e65654dfd36f1cff960bbc79dc29dc875681099 +size 593483239 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..91969aa6df68e68f99957bf5cd2ac16ec83a56dd --- /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:f08d4915a26bf8c1eef2718d08355812b3bfd23f1c57a774b46e4e451f6f5fa6 +size 528792955 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..29ece5036c6751aa647861c980085caada5132aa --- /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:381c03c4953985eb3061d83ff158365a298ead287cf97cb09a07580d5bdccd06 +size 1001770966 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..bb2c40e1d297792d8fbfdcf68da680d74951ea23 --- /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:ab17a618b9d05856f8f2adc0eca3b9c180db197bdfc1f50f1beaf91fb1d056e3 +size 707568365 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..6d43d9f5a3300d3f37925a71b82db26e92365dda --- /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:8523402d8b80794866aa659c3640f728163ff3640887a8a1a4216708c3f15b94 +size 583787946 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..ae4393c5396c03ae7dff4e03b8dd50fade785759 --- /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:081e14b8c323087b2bf08b8a60f297a8b102bacf29ee663a924423eb9236b45c +size 578514868 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..dd50e95d5543734e3577cacfe0909f891440e8d0 --- /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:1620f0cfdf22f4855c0cbc980312134e54eaa977f7f4ce07d129f1957c8d0e90 +size 444766684 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..28f93f8c183869ae3b40e4ba8247b575234a8ef3 --- /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:c081a8602cb8c443fa3a4411413bc9b2c0d5b2ca7392b08daec2337f74041621 +size 503271988 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..da4adabd13e2f81d94c9b41d95e6071d3bd1b386 --- /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:8fa3519e84504dced7ba13ef04667cc4bbe2e278ab57c46321cfc267d389cca7 +size 469088066 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..7d46625f24da1f0651b13f9ca5d3f8b2eecc830e --- /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:ab6371bd56b15de2b93ff4f8df273bad1924dee981bd1336ad7972ad479853cc +size 442678228 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..ae4ef6bd3b8dfedd517f3fde7e00b45deda32f35 --- /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:e4733449dd7f8d9f599adfb8d84546451f14736a880ff010d7293d78f33d7b76 +size 398324302 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..715d19aefa169c9fc1de19762af30e2e261f5e71 --- /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:231013c1a8b39806e6b3655e5b49a27bb96129b4892eeb23f38cc8020b0e1f6e +size 497567942 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..adb1b0520efc9a2006350dea35c51c4db6dc7ec7 --- /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:de9cd140772c58730cf9957c229e6b48ba50530e23da19e38f38d70849d58ac6 +size 388052929 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..ad3a716670bcb61cda201675cfa347fa2416f8a3 --- /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:c59230fcfd3179bbf9a78782e38e75bb20843a402b8efbedb57000d9502dae06 +size 620935102 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..6bddb00a33df428638796b5887ee4bc4ac2074f2 --- /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:e8a1fc3675d179e4fe9ce0a207edae3776c2b0212ce14bfd7b81ac95193078ac +size 382119039 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..8caeab34a80dd47e16c22d8beeb118df780f759d --- /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:9d2dc8f57706e3a256d1c0c4231d9ea1edca7a9493f7abf79594b9cc4f61e424 +size 709322221 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..b527292ae70e65e3e009538ae6406536d4a267e0 --- /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:34f3f076370dca71ca7ab58eee6a4258157db58b264853ae0aa3fae4379f26b0 +size 807495553 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..9f339759bf8ac7d887420ddc21470a94f862b222 --- /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:4190f61784e1236882aeee29c89213bf5503443ee28f861353dbb021a7198ac3 +size 470128694 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..269379f95049481cb79ce87022c142a26707912b --- /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:9c482b750a0cdf2531d2504c7d7c5db22cfa6ac4a325590884faf03bd25fcd82 +size 489357690 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..b9be2f524d837cb330d6c68722a077f3180f0edc --- /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:1fac3a064b8cdde1f4651356b31a70836dada4ec7ae23e5d3fb71079d96b7e4f +size 543135674 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..e90f879ad350e3ceb32b2c684da18907b2a46b33 --- /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:3b530bc8add973a090ec20c52f8d2c5745dc614bd39c04ab2e3de4723566f5e2 +size 506369645 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..dabd640bf41f88de32703e24e7d249b6be66aab8 --- /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:c1db9e7e03d3247916c9bf083924046cb0311c854c99ab8a1597498567307191 +size 499384141 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..428a6b0edd096ab4594943b27987e7000ad2fd8f --- /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:ad05f98260a13b1b23eb25c8f1ed7dbec8af74f58d50846d8dfdc92775e48eee +size 421967513 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..01dfc766dbd0681eb8145205585123a38d575076 --- /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:4ae63ecbeff8acc56c7e0ece959c8729fbc111b0138d242627875053e7eb9dbf +size 385026211 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..74f6bbfbc2acf89518e829493f9459160f1a9845 --- /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:5f24f5c159149ee2c31124793599e2635a3eed6a7ec5491f06f9f5da41073cdd +size 999552728 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..43074ecd237e895e64293e68b2edfd3043dd54ce --- /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:06d0b99b8db16a9830be546cfe89d6f25e30ac02b035d79121eeff92d68a750f +size 441166806 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..1c9da3aa23f6dda7caab766db40563904c7f15c1 --- /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:78bf1224e1f7cdaa195974a2a0ed0fb40ebbb53b7f1080c4c9b7cd5c4545b52d +size 544723159 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..4ac39e1c32788e33f4b8ed8aff43f3a93a6c938f --- /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:b9834b0ffc52cb9446eb4373ce197417ed7de99da137f5101f9d6b00769d3a75 +size 579774682 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..c542d4d81becb36add2df829ad8ed9cb6f30879b --- /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:dc00384718d9ddfbd25dcc5a3110442356c143f1148a3523cd77c309612b532f +size 437064595 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..4e96605fbc7fde7c9c41e507d44a95f4a72f1b59 --- /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:7308f2d0ed39fb850887161523dbad3128b638d3c25904595e330c8f98ab54e8 +size 699354457 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..8011d3f65b334f97ec2bdd0dae00c2c94aff405c --- /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:2c82c1068496645527769fca4901e6f0d97954f4b155e8515729571b185756cb +size 524580665 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..6d30f7576905e806a89f03e148c1e7131dee9080 --- /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:b7d339292aea42d4dbcbcb833824eb378f8c8df4098a616b3aa138b810906e33 +size 589474407 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..98006358709983d0c96912e1eb26364ee9833a2f --- /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:eb87bcb6f1b20d255da43fb827804d53ad79a5ed1dcf04d6c0a86ed79d3fe7b7 +size 578371651 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..408d333b61ed984ac8fc8c398bce69c0dd77930b --- /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:5af48c3b60a78e53dfb90a363ac302f8d57a5c2f51794979d1b307e2709beeb2 +size 520495847 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..c4dab2bd35c5e8fb663381394a30b45ec64a098b --- /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:0870d6145d4333da9792d50957dbc3d85f8e1fddc933bf80628df66b0603bd8c +size 671490178 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..62d1a94c6a840754b73816b4e43db1b45be7c6df --- /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:42f6a66450a6d6ac555d49e9d34ac62483eb48319d8456c5921681e2bcdb93dc +size 430435374 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..8f0a53773a0859bb7f9c3524f11e7efa657bf2ec --- /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:fb13e8cea5f41dfc89f4e72fb70da2bf45a3ba6dbe9caae7975aa6a5e0fc6209 +size 517584438 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..42d9925db35a4f8b3b06963baef04e14ab2a84b1 --- /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:b6d259c1fb408edd1a1070b63074550a76e495f33a6f31fb4f3b7afb66a87e05 +size 378265180 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..9db8b0cfa6e789fd1b9f9f15fdad33b2154cd06c --- /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:7e07df1434cf513fc605a8658ec608f2ec0a76bc27e1b9d7e1c8662f9ec77771 +size 424948810 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..6b0a07b7a6df289a972689f5702a3e55e0b60445 --- /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:a87ab70b2f2330550e5a7fc27b7800996cd4bbd3c55ffcb2192080d8f80166ab +size 541914846 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..6e4d086857f05142d5cfa9371f53dcd742558b77 --- /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:b445a6d20c95d558b46d8d1ed3eb2e9d3fd0642d9424bed9a55f4e51e9342d9c +size 588498278 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..40a6740a2376294f21788ddaa360784fc37c2744 --- /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:f794bcec2a0870c8ad82a3831a9866baf0e63b59317d590a45e13b71bfa687e5 +size 805763708 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..5989e9fa03dd0ad78ccf10aa76a5b556344a0cce --- /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:e0534941a81023b92658c993dfa6d4b391516a210561af298c204672bd582b70 +size 586921742 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..4529009d8ebc785c8ecb098078b41d0d3970a44f --- /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:cfe77e0e775ceb45e9c87a20cec8508f2fbf5165d928cc86c211ead99ea37162 +size 478152222 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..9c363dc6104acd7a2a293aca5477a922bbc41778 --- /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:181b46065f42d95483d1988de87fc92c244e812655655a4b325d7e209df1877a +size 553403660 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..ec692d4a7656a18745c7964f9e372aad3ff60977 --- /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:fea99edf6b717125e18d9200c3d51b7a4a555dc5327e98af7569b7bf786cbc05 +size 405815459 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..585d853f310aed28f84965c7b64e8ea1efd739ec --- /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:d4da05b92a02ae267e448d55f65b9050c40499df4f5c4dc6b2ab2ae17dc24cc3 +size 476103219 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..54f9d37e3bcb0a5ce16ade53202478fd9dfa5937 --- /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:f7a566db8960a549fbeda99dcf507a91fc765e18a8aee0a7e285f8b11b6af900 +size 610673135 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..dd97190cb75d6dc3ea6e742cb43aeb3bdc303b76 --- /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:2cc31e346c0c7466a36d085e7855d02a298fea81bd45a3dd97425979a2262911 +size 417194007 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..2b432eb06e46de53ec731419b0dd4636e0a15e96 --- /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:b75bdeb751a67a078d271150ea77758503ed4e3bdc580ce563f2afb869d0d142 +size 827851982 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..5b580880cab9864fd69baefe9a12a67f5ddbbb04 --- /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:11c2ca0139df33bafea553479ccff5ee76264d23e7c0a6a8ab7c025333936352 +size 1014526882 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..0b272bc8ae62c41d2c69365d3eb9b7928c5d6ee2 --- /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:b1f6b5587cb70fc920715822aa5a0d206f00760f94df8fc2d0cbe9e584b25fb7 +size 387180043 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..4afd6afc7c24bd2504a92c0895e6ed8d307e4060 --- /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:0f0ab2f85d175175517c7cccb00f384f01147b38acaec074f280f1c179059bb4 +size 449783493 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..b01c7e1b0d8e7515c04cc4fc43ebe6cdf804fd67 --- /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:bab677fe8ca360a87339cddf4b437809fdfd16bb89c22934e23a54ccc762ea3e +size 690083063 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..02d12bf5977b40d135d0d50acb9cae174f6d62c1 --- /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:f7d8b14408aacbfdaf98a93e3188305bd502332b9203f2bf738a7cbfbe9b747a +size 514400049 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..64c1496af4d4e9b2d064c1efa6299e24e7f7bd3e --- /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:c00d3b222d80332899df9ef4d273766de267388e5d4d9613fc194a47d8853e6d +size 604884032 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..3019e25fd51e7a18578173de9feefc06dc9b71ae --- /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:501b1a03d7f0aa7bc9d6f90e09171f4cec7aec422f4f72daa8675c075d8f045f +size 605369918 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..97dcce70d46dae3a0ead51326afc594cfc2d092a --- /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:396985565362364913661b07d1a6ddcf4110970e80318d379a615001ac3547fa +size 470094395 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..2d6041c820920b04c5c25b5a4f7f74d3fd62bc28 --- /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:97acf9eedf70866408dfc60760560ffbdcdc03da2b86332bc632e4034848aee9 +size 668941537 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..a1eb940aa588bf94b5eb094c8e7f6fe07c55aeaa --- /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:90136f65cf28574c9383e060ea1ac82971d6f39a7bc73119a245adb2747eb9e0 +size 491748610 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..9f2fa9988c6cdfe0d7989f53400dd86596ffec6d --- /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:192e1bc9e692e31d974fada323e876f4f0d9d6ea4d104e0c5f742e04d99ccda7 +size 418755603 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..105e49232630015739bb88a64db0da41760de6d5 --- /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:aa53840fb8c1947ff0ab0ab4b26adca81ab27c9d18e931161d0af97441eeee56 +size 425277799 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..9b759f8a6b5a8fe64727bf13c867732fdb0f0280 --- /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:27cc1455eeb3844b8b7093f292bb8d5a17e7edc40ce1b1347322b3d8fbc964ea +size 664690771 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..d8a1e6ad265897f3e0ad0d8e016ea5635993345c --- /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:01dc713ff8737020fd4960edee34a010ced35efc1dba0b976c34b96458c63860 +size 1215248094 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..87a324a61a21c2e7117739a0e81188721406bcb5 --- /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:28ab444a15a07caec3aea6252548d60bb86cf648f720f9f040177d44c998a19b +size 355018564 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..62f658568920f05434bc408b2546dbe10fb24670 --- /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:f74beef4b47f9c11d9b5dfc6c5315865dc61607f93f8eaa44b3933d08951eb6b +size 478396064 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..41ef9dc7a62fa5be6627bf6fdb89b2333840b092 --- /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:e432a616270eba3fa0b3f3da0b2f18f10e258c54a479847530b11a784deb82c3 +size 501031155 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..66e1bc975c15ecefc88883fd4d9d176d292b37a6 --- /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:8f4aa6ebdc131ead63d86031688f69541ba3736a19252b54ab295b0ddcc9b62f +size 502377112 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..5e201a21407f42dac74b618c2850257434bce2c9 --- /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:7c800722c43ad11e9e6d9fcd8de37bd99fbfc376a9ae9c3126d3b2ad82c17c3d +size 474910765 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..8f63880f6416ab111abe5a5dabc280b7771c4dec --- /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:f187e513ba8547da5c2e6556a2b3d980baef64ee8277605dff198b46d6357cf4 +size 804644359 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..523aa03fe01ad248f5e733c305b9253f3fb87c76 --- /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:8a863900bd9a5c0e0ee2b583e96e270ab140eec091983c4190e5b4a17b95ebcc +size 510187336 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..0b54bd56349eda064ae96368c93861debf11d1d7 --- /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:b46c071b26b197b55dca90ab47039bedb1d68ba0ad777e2f12115dd0f1c0938f +size 390772826 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..52627a0d2b7700f5480aa9952de877be29ab4b82 --- /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:670206afa300abb0fbf5e9d3bf44b9a5a50884fdcc4cbcaaa9c571c9e356fc01 +size 543999885 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..262366ff4288f896866e03ba6d35575948c5d7d6 --- /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:1b6066da99e1da458c2437a45ec32787940e32d19f268996386ceca88b746218 +size 786917264 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..3f89f70066c0dfeb30c367f30dd642ac4d11ac30 --- /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:0e4798b98702dfd7d571337ff82d0961be231b6948c5db7ee637052387c2a17f +size 369525647 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..730e33c4e03f2672b021c04127bfa11e1acdccc1 --- /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:cbeb46ded5fec8923b9476855e2093fa62c2551b87f294c89c73237a3e7908b2 +size 425881683 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..86c64c126c70850a5d4dff617365e6d422409574 --- /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:cab1ff9f2c6179c9b3a920fe587d028779b15baae17341358cac2e3e151d3cba +size 495247066 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..da206488586784c9ce28fba3e669fe010ff91611 --- /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:2058cf30518e0f5af6a38af4a5168d84cc15e7d00a8b2a3b48a799498b14b8be +size 480201376 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..3873d819c4df7e054b3e01656c7df8c1b11a68e4 --- /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:6ce795bf90b224e6fda30e1573e48778fee958b44958b22ada197e9bb1ceb16c +size 726837986 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..9cb499567cd5ab7f67e948decb49369f7a7d2b83 --- /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:261901372e8ef518ce2f01965ed3eb276d835bfa3b786ad3a15ead5fc54fe9cd +size 598869892 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..995016e4abab47e275d5eab721030cfab58d6cca --- /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:12f7079e34803099653729bbf4ead3bba562d628a37a89a3fbdfc183e7d6f73b +size 1091545150 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..14d2927c044fbd156a2cfb55fc064fa44c351775 --- /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:2bad19ffecbc0b1fd41978cd2ce9ccd41bae38f11f9ebd3a3b734351aec31d06 +size 659535582 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..14ff3c9187528bd60f21755211a9e09b9352c79f --- /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:bec1d329a6e1b05c82b4d511405a742fb6982b3657775f5cea32dcc323b03792 +size 440222438 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..e5bed9f8b97cfdd69bd878df60a695ee6cca70f2 --- /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:b79d59a095b79bd14c3caa6f3ca017f2a4a5b30064198aa7eac1dc437abf4775 +size 607766006 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..e4d58a966d3a4f92bb6446cb2f79be766dcb4496 --- /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:2f77850639e531f3416db5d9c43332edc8c9055293f7900de18ab13c82691fba +size 909150813 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..841efbdc2f0fff6dc82c0389cc1c9405dda7ad2b --- /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:1c206e14f824f27a57920e448184c1d1d90d2577b25ff5b307c2743e3bd1c253 +size 746352735 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..f6a4fd3199881adc4912de2c62ff63ddf3363fff --- /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:dc0956f7261df4eb66e886c85cf5fcabc9ed5236674d82dbbe7c90f25409a2a5 +size 699332683 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..3510b5dd0b4b5c2587460400c350b419044d8b5c --- /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:2bc0728819fd1810e0d8cd4713d3c707534fd1f8cbe7b2529a653a08e06d181a +size 522366502 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..8f8a2b3e9372913c283fe1878e1b015d46348d53 --- /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:a9554c2ddf328c52151b4043288d35a1b0c9e07364bd901525ed15f4cad1f85f +size 438571280 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..8bdbd9a73fd74ddfec919f0b8753f1deef9177b8 --- /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:119c6ece317e1e71e553359c22e86890e0cbae3acb76e7c2bf50cb96bb4dbbd3 +size 526366824 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..fd401b45f44d35269e3c62ffc9a74b24d5097ac3 --- /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:5d43b048dd7e14f48969b3dfa48c810e7bb831fd2129d81564c6f8015d43ae44 +size 593037300 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..665c75be85832e7d335001131f5b42733f3fe5be --- /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:35333ad7d641201df0b109ad08f0f90f0446c4ed4566f5f30d298759a379db24 +size 505763256 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..c618cf2d8d7361e61f1f258d840ccb9b957d8cea --- /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:84bf30ba19b873fd85514ad7ec07da1585cabd2dd4a10285ae3dd2633e3ea99d +size 663486093 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..d754f3f4f46887e46b5d50657aadb3c033ecf438 --- /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:6c9f78f4740e7ab2af3871b787dc08cf8ed2b38836bea913c98a47357bbd90b6 +size 723606962 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..4d7d69d6cad9eae1bb4c035234005130a58ca381 --- /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:38b706cc91b6865424eddaec93c1ba9d66137ca945e76c0f9483f0804795f7c0 +size 406756438 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..6b608379edaf61e2d7f1f31498683db427a30f18 --- /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:592888f7046c43bc6194dc7b2e165a3fc3ffbb0859cd1edf1a4ee27acaa4912a +size 959757869 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..337d622b1a03d4c0e6c5459080585eccf74c2751 --- /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:fc7a7d00d960d9ecef749b13382f6924edab6da2dd507349733152a34d0ca8a2 +size 506109642 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..e0d138c6ee1815cebf8f082ed7739e19b3f74df7 --- /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:951737a97c5c0004954650c2f397273036ceb256e57fc7b3b80e4a21b91fb737 +size 476119348 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..2479d2aafb5d10967b95f99ed3a1b5337f598bfe --- /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:51aa00b50317b15a010fa0a1f63f069e6273b5d2869e79c908b7f3845f8f24b0 +size 448090252 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..978c9c4b2682da23b86c3c41a648593c2e9e458e --- /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:3faae70ce081c1e89954093cc3690dee7ca2d1c0345df575b66b51078e7ff476 +size 421923655 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..23fdac3bc505751e57478e83fb0729cd0c82f64c --- /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:56301a5c7cccc33ffbcc9e67a0ccd33e6469f5f70667e9e6c0d18a76c19d3944 +size 969636825 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..5b84fa07ba0ca15e9c398b527c9c4b4439bdbeae --- /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:8d6842d5f90a4af1dc8a758c1cce7d092de9acdaa4c2254b2c59da92fbe02994 +size 504756420 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..1c7c03b11ab8eaae248991fb1938cd543869052e --- /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:6c60c962595b9f17026202e0c15235db48c0d05d1b72b3bd74b8f49ef2f442e9 +size 650356544 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..adda51f86927aec3eb641d254b65f18ea214fb9a --- /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:2aceb38f55909dca1a3f5a6971441c6ac1ad404fd3a00a776e85986b72c418ea +size 836050604 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..c634b5b2dcdfa0d3361a2cc89222351ed917b85d --- /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:60f9d9b2373a6b86c037d8c2e1779778000aaf2d9b8d7ca6bebe9d979b9ac3ed +size 441355941 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..d7e05c821f70956f7a3a6db3463b323080b6a8a3 --- /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:a5c37352c645c0415b23f3452af6a52c5b134aff90ca0051bf7b06df370f8cf0 +size 467662489 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..09632e6bb47cad73aaede0badee590e782fcd11c --- /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:9174d66075d4725fd5328973a1e8f17e96d1a66218eab9b0943b31734fbe853e +size 457127361 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..566797a7a4b94d3288c0c238d61b394d4b046596 --- /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:95cf3b1398fc65f322a77ed90e3c93dbaf68752473ef6df08277f34cc90d2016 +size 616467731 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..bfd94d8d873b7f1df51a92ff20eaef2039898884 --- /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:615550bfd884107d2a75816d87339512a91aeb082a039ff10ac60c0fc68dca35 +size 693979808 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..dfd7831f0f18e0f4430aa416e8b7a3b1835904d6 --- /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:f847e02beaf81192c75295dd4a7499c7577db94dc3d6cde302883a75cd6ea032 +size 543619634 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..9d761068234efc393db2c8730268a2d7b8867f2d --- /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:1ccb92808dd30576b9eb3afaff35dd3b2ac4d0fd435f90b681d4cf5bea03ed8c +size 454494857 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..ef47c98fb71a26083991f367d7e5d93ea5e0b75b --- /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:f0969d3b7b5acbfd140a4cc451a7ac400aa6f93421a48b091f67f1eee736fec3 +size 426376570 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..a25fe48cc140349156f9db79a4acfc8c8eeaaf85 --- /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:8fdad4fc86f2f677b8395467b190ff41e1f47c3c46bb416569f41b3a1bfd9b88 +size 490102865 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..318e10efde228e989d11f921aeb7b28121be8d8f --- /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:f0d8d3cefbc512429f92a4a71aa1fddee4cc07a476c38e6a5671eacbc7c92d98 +size 1131548267 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..4039193a2a47f603b58f24003155aa669b8d9447 --- /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:ab7c7fc3fe249cac76dc59d450fb6dcba1fe8d7e2a3cb355ac11d803a8ade24f +size 404487492 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..b749138938da022be19ce3de2ea152b3d0118d2b --- /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:47f7a26a9c763b431db7fa9d37ae2ba4ab33bb47d7bab7ba2f1cf8830d38d65b +size 470912529 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..97f5e5e868d72ba0a237807faa95334d05250beb --- /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:4de103f5f46947358907fc1ef78e6829431b7abf55690172d6ae88f3d296c0d2 +size 432183972 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..cdc761198c49cb62d9dcb847d0e510446c01c009 --- /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:d3cc2b990412a7986c5ab0a2f84388f1dace9fff2bb43d61465b9568af2f647b +size 508342200 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..6efd7959f123f98cb6fecbef911d704d2238ee09 --- /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:1816dfee722572be7cf468487903e6c81b7d28779402ec3e5217533f04e318d6 +size 402949845 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..d25a58176c54f3ded3c20cf29e75981cc29cd58a --- /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:6ea14464878c9fa036ad166fcfdb7a77f06dec2dd37d5d56dece11b8d1ee18a2 +size 420198593 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..d95f24f44a8e56c2154948ef47ee955f71924786 --- /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:6a9a6826c12fc1a1c216e831c0ad96e98bf5905f2f775c73014020f5d4fa4afc +size 438776294 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..615d906d64592e435bccc68cb7ce1794a54d4089 --- /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:395379d8a231b6f3995a5c8c508bb5f2b74df3544015b16d8b2cf8a953815e53 +size 408535036 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..56782fb1611c8699bc542d7134caf79d025fc732 --- /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:30e9ff8724728f67d2f6c62f13c8072ab19f22affac222fba4ad9b3841d1ccca +size 558580884 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..e18809cd4c5e82da45ac844b23391bf966398cee --- /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:8482acf1e949dfdf109c11ea2b2d5de1484a5f9cb306e3e2db5fe0691e70e4ad +size 506597427 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..972086751c0f1d9bfb94a454ae3cbb095f532d89 --- /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:61226ed5024baa60ae3d056183a211472bbc0fde4333a549c1f147ae50dbd3f5 +size 608265494 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..cfea7da425e9e11b59bc317972782f7d0f4cf0f0 --- /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:922458c4d704bb48c8d660fb3cb650318b83b132dc0a4e1892523801bf4d5256 +size 488078252 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..bfccb640bc1483a660980daa94fc4e5305af4daf --- /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:8fefd8422d5ed5ee182a23350b20bc6d07c1e1088d172b643fbafb6bef3e381b +size 769447644 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..5cc6869398553a17f036ffa016d33f64526eea18 --- /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:82694f6df11222fd3e5c090a24c1e6d4ce0ccf82bcfbc6c5c1d7a0861d3bcbd7 +size 676052504 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..745c17f9aadd26da4ecdf27ee016f1b1390826d1 --- /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:e96a527d52eb57832c04bea1349c5bb6a96b10e8a7a056b007da6eb43914bf48 +size 587734594 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..c85e54b5b6091585e4e64749b533294f937caa66 --- /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:b74ba58f61648e3a31238fecba422965847ea7a6bd567dee619788a1118d1b75 +size 413457616 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..0cdc120a1267da719fede8fbc65302134c2af23f --- /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:b644c99c832d457c29ca15ee5c70f1b0c660319ac6aecc1d3fe5721957a2aecf +size 469417249 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..560c409edc40bb7f6d0fe3a54206f5ec3bf09754 --- /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:908172c6c916b1eaec6312413209d0fae20fd3c35f5611ffc90d19f77d9707f9 +size 525783763 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..fd528bd2137e8b005415667329099798af6175a4 --- /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:b18aba897ece4a6f5339e11ad895f957c038826112f131521bc437ca02bc8359 +size 1064124838 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..888dd30b327f8c661eee8043f406ce5ff8c51d7e --- /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:0e74226c2e02b09a1cac82f44afb880b1f5d68d0ff4bd5d7db2fbbee6fbd72f1 +size 470331700 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..70399a5a4ac1d66ec1e01b8c4767f1a1c60a5f71 --- /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:8db10a666e55fc13fb6b2be76b506327514e08816d87ecb22c157b9ae03435d6 +size 402392257 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..de4958f9c3119ab08a1f934d3636ff212519d287 --- /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:241a1421c6da8a2cdde25a0099f82cbf0641c2a40c8cf6d8d233aa0f0da1ed50 +size 705390096 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..aadd5dce97050638d1bf14ca4de6beb2fedefd07 --- /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:07aeb2939ffe179d8ae3c20994d6b7b93c6fdda76e13c6fb9f99bc8fa8f9874c +size 773514001 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..86942bbaae3ea967bd5efc00b359ef6ff6e1c453 --- /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:6b505e4c839f5dd5f548e1a2a784a6164d3eb8b6c9f6fba915e68c32b432dd94 +size 774133423 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..3dc6f7138346b78fb950070709936138b076eb41 --- /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:26946b50dfebabb62370acb3641c4d90cf22d068a3a918cb6ecc141d614d4f0e +size 516976451 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..ed56ac197b1223c87a1eedcfa32d3b4b3cb78fae --- /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:648c318d0bdea8ced66bf02690a21d48f908cbe749847d5c6613c0742dfe4b15 +size 355224442 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..05f43968a64c2880b34887c4c7b9ac84548e7cc8 --- /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:c96a17bf2bca1d622eed09a330ba9c374669f7c3865fc872b37355873887350d +size 554871277 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..b6d20ff8a94961070180657929146d06a5b8057e --- /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:a3e0f253daa93faa2a0ab5ef142accc1a46746d05143f292bb888745fc73f4e1 +size 460862394 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..e2d5c1176ddef04974e8a7d3223eb3917743651c --- /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:d629b22ca9439e69212bb8ae73797212963031846dd90634d1ae5101cedfa7b1 +size 384217691 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..910269abcf25da764ac110dbdc19a6252bfb470e --- /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:44ee12b8d2a2ebd7a6d897758e08bf7eb518f7779ec4b26bf2e1aac2487c9a4f +size 380916429 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..3436fa47d33c707c6983d94d4b79b9a73f2731d8 --- /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:05b10923afa56203d89d30e27af2021fe330e2c0d94f3af37da3268cbfd3056f +size 823127236 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..826c2782fb45457d36cbba14edb539ba9f3bf08b --- /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:73ce692fb68a02d8006306724a893ed3b923b0a62f2a5aa418c3178f735a9a4c +size 552969868 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..07956a3f861880bbe72cd0029ec93cc908f8bbec --- /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:68dc76226ae33030f1d841bbf7e5494c88f44dcac230b278fa905fe4ba139893 +size 378554259 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..a5a87cc33fe34872e81550a06f46b719809bfea6 --- /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:bea1dff8f205937ecea9f7089690bf35bad4989c2ea00edfd42fb8dbddf78272 +size 575413059 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..2eefd861d3f8f47b416caec4ee6a9b3177e42407 --- /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:d9cfe1602b13087781fee2a72c09cf23ab38a07fdafb03c9926198912e4b8117 +size 433084482 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..5b2c3dc96d8a0b9572743173804c02282949896d --- /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:a46b6e8d1fe9128217a7516429a28712f63a8b3663600e2a09e93423f537a870 +size 479785501 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..ed6bb962a4e46f731cf4c8ea05fc708a0a8d4264 --- /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:cb802c03f2250cf3cc0b724c651b15011c504e6def3acb3ae9b020ec29a0cbef +size 424275509 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..1a00e27b66adccb7356a6a8316939896cbcd90a3 --- /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:d7a5cb434efd293be109737f7d196491e965a6391bc10d44b82721fd6b7744d0 +size 839338561 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..cb4ff4421b32d02ecf69a32c97a669137810b1c0 --- /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:7faee429baccb0d37e43a4cfaf1ede0a3973abed264a02cc675a1522c0aa12c6 +size 404930570 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..efca00eb3a3407e8436e16929ff9d4215815cdf3 --- /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:a94d8b1f3a8055c8614a392e96ebe531fe436f76a188f7eed5d4ac35bb81ff2f +size 475187835 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..e684e397c25071d48e1185efa031cd024b01a16c --- /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:3ed08139e1a703901c3f29a46fd43b537be0b1a4780c89098d95f3adc33c6010 +size 550553407 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..94c5abdf1df3b7bb094ed1d020d575e65cd231e2 --- /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:6077ce044cad7dbfcb1d6caa8b42d6cbb09b46710fa6c14bfe12ce93183b635a +size 1120579048 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..1a5f1687b089b59cecaefa878625d589d1f00d1a --- /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:19fdd4fab46ba5b5637b90d03b1bb8d70e367f8f0f4206f76a3e9ab9a22e5948 +size 640473835 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..1271e016442b396b0943cd433de69fcac0b2c2a1 --- /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:d5c50fead7ab4272df73f7d09668c987382192522bd2858fe7735b7bb09171f4 +size 384852954 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..78583b39de44b4e3aea92b9fff3c3c3266e7d29f --- /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:6fd9d69e04282eba7b2ecbee7dc3d21d18cfaa90bdcf1368237ff3acd1951c54 +size 947797572 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..3b5698397647403bc2a8f613e31cbf75bd596488 --- /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:262e0cb61d23299b65f5a122d723bc72a02bf0f1c434f162e3a53844cc2a9aa5 +size 692035400 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..9ce1179db3bf23410221b75ff05787c9b4210e95 --- /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:bfe2fc8be0a037a6d1b47138094ed10cd414f3b57e5fbabdac75b985a1dd5fcc +size 566880123 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..658466c4f7f36046f82f7dcc86012c0efe26cc89 --- /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:5f4341fc6132ae9f5a9050ca73aba1495fa9bb88d6646893b73e2ed60a9dbcbf +size 495560685 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..fb163db65ce87426a7fef7bd9c841d202656f08d --- /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:817548dd65557d503742767749f9d205c3cac22168f9de3bc58ab04b6ac93dd3 +size 671949519 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..94f800bdd261673f27d2d1df7f6ce7167bb3e1d2 --- /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:d96883fd367759d254e931188295bb9c28bd1cdd911e1df14925a72c9d9cf1cc +size 571531925 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..55bad5854c1962f92920d84d0cec815a18299452 --- /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:b31f8f0e38054e33ff7cc0db3af700ac007a3549d703d69028fa784e92bc82ce +size 577847255 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..bcf58158b4ed8ee231e06667b5ddba63a562d726 --- /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:7804b32cfa1c10be3bd4cb7e7722db4bd8c4974cf98e583f649ce75daa7c9262 +size 547432556 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..c76892dcc1584939d390d9ec7e44a98c0cf1e2f7 --- /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:fdcf60dc2b880c0af7e749cfdc45513fafcde0d7c33cad4bcf181a3ff339a718 +size 478564154 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..8add6a2ea972ba1055df37bb2ef825fa5bf1188a --- /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:66f92cf8fe3ab3b3768b4d087bb0dfcac9fe0046e91229ba3e605c0a998703be +size 419655875 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..66f1db4d3660a349dbbc6caf4d67c192aa994b68 --- /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:01fcdcc313353ab9bd2220510c102d0e124ba02bf0ce986eb73448d3f2038ac5 +size 401854946 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..d074c1669c2a77f17e2bf68613a36332c3b2ee6d --- /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:587dcf3f3d86f352a9fbc94a9511ae01211bf305803b173b91a8f5917f9583b9 +size 709770365 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..fad79e9139d1f18e2adb9679f890753748733fac --- /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:552c14c016692e84e571217b7dc97f806cf06746ea0ae15b6d6b257b6a33d915 +size 433658020 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..a041898ace4ef326d37cf324796ff22020bf5ecb --- /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:afb35bdcb169f899effefb051fcadbffd791f081ae84a5671e06fca6cbb6fde7 +size 348548932 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..9c7a1dd48618b90d730fd1a9aaba9e3130211d1c --- /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:3ed31be2cda0d6c28acc650a54ca09f88afe66dfaeab0b63297321144d740f2a +size 521104481 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..ac619ff1e1ac6731da75781e8416305a17ddeabe --- /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:11c4a3d77defcc532d97d1a53922499b62a13fa895fcc7de1db9ab42a662d55a +size 436712230 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..43924bf0e3dab6c0cd0376663ef326ac987762a5 --- /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:d2d286836f49bc401c91b6e9a5b8a79fd05b5de84b8b896eda24bc6076ba253c +size 583757024 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..1054483dd708d84efafa0ec6b858281a3ac73ab9 --- /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:c3154c6f0304e08160c8642d0d7e0467ee9703d4453e444b9841120f93fa0053 +size 466842556 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..0eb8eb39154a2b82a2c2f55be7fa8d28620356d1 --- /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:5c77b69661bff7239ab34644c4d698a3c9b1902368aaf4a77b37734f99d354c0 +size 495130491 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..337d4a6d292383b563ee6a46bdbad89abec2904d --- /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:a38d6720a704691d4f0cde4cb2b56ad42882203b2b7e19f424df0a8c3f35b5fd +size 565183015 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..a9473152f04336156e3d25a7061034f3f8a548d6 --- /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:9805ed2eb3bcb6e7da23908bc7a16986ad68087094bb25875e30919a12986680 +size 650127640 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..77fc313579f7ec1880323a8eb05e1df5b201efd4 --- /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:1c297e4401645db9de5b32b69020b8e9e47441d7570a5d3bbd2afad5333caa1c +size 454886226 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..caf01d04f86e999b16a9968836980ddb62a96eca --- /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:b909730c74bd09951493e9103d652fff0e3094582e2f9d38dd04bbb2e1ba6464 +size 601553258 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..993ab3e9b2c21cb0bef0228e2072d424ae3b9a57 --- /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:4e1146443440deb378855f5d114fc709bbbb9dd661ad0559a8f935f1d0da7842 +size 802631149 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..a60b6509ca0911290d4b8815cec14ecfefa33b34 --- /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:561702884ba36ac0c662e1f816c252cbbf05e2329e94afeac4ced3617231bed8 +size 467846726 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..30d1380ac324d19577a12dce0cdd4ef7cba56c87 --- /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:9eb22b75beda8e834cc6158f7464e3b420713e591c86a833ee7f055efeb26be7 +size 413336423 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..fc60ad145b92d8db7afad881e55cb6b95f436e0c --- /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:a6af86928c8981be6ed0ff30451c1be26d2520c541a77a748748b04f55c07f0f +size 383230206 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..7263f046c821c525719b66a4a11f6256e06a5092 --- /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:6342b7d0031e62fd4f05bcd0dc7cd47bd56b622a0aa0a6f9d307565296bf2057 +size 379861990 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..1ae4fc21136039244623521dfaacae380c8f2bd9 --- /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:280314a0b4f53e741d1cc99d549f5cb1d55b4ec36abed7b02cd069bec055e658 +size 454011936 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..f0a6d4da9c0e1efbada55a70974ead417a3e818d --- /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:5b224ef08c418394779afaaefcb6a65d34127d3292f3691f76eeda9601584646 +size 384626174 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..08042aa019ba1f624ac9033a9c996f7bf60f92a1 --- /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:8f225032dc1ff404244414afc7c748b0e20d766a05eed53dd5d0aa41862f8d5b +size 517158172 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..72bf417b2a61486be924254faa1a3515a676eeb9 --- /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:238cec6257e1ec04202daeac84d5ed09f301026e00d624dd6de8c44f97f309d5 +size 428237812 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..554568674001b711e297ee9e8d974f94a30a0e60 --- /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:bcb1b522752591140e1266c0f193b8d1e139f57f5caff95aa28de36fccb20160 +size 451627617 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..5e2b5a02eb5a806bd0874d87b167127a8e4fc4f0 --- /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:3de056ad75e0f9af5c9febde2388c288059f8446a870ab985c3ded1e86610e3c +size 551647577 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..3db2b6af8be78a9a33c4ea5b4a6c19018df78871 --- /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:6e5409542062bce26504d597c1c9dc0b39cfd2b4ff82a409327b9841ce7c721b +size 752415737 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..eabb3d592db7f7d8e17838ce2148d9f206c754ad --- /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:5a2c4aef61e539b7532f0faee2b335e8d20dad5c2b0c707c97a1fd96ea31d2ca +size 568511392 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..a3628bcca964f993914691273e8024799bf9efd5 --- /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:b78a7273fb657cae3426cbffc169666933c262f3a2b784b0c614955df50a238d +size 801823291 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..be97bc73449ec093d966435089e94f854d6bcb2b --- /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:74d3379ebb287627b3a737c8112e0ce92b01ff441a91f6bd3b1b3cbdd47da883 +size 649853977 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..995100cbb5c770e053c7d15f7a1ad7d078e51d03 --- /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:770f4e5ecd99b21ebef9fe4e72504a68bc5bafa6812ee8ebee21abfd20c1755d +size 474518486 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..a3c4cf6320eea4c764e9833567bbb23b4f0f077a --- /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:9a30a5ddb08cc1a0b68096b77cd07cca1cbaac872cf35d9ed962451a576ea800 +size 399684511 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..71aa94469b63599611d31c06c7bff0578d82950b --- /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:e15599558ed39d500b6ea0faa118b9f80d82b551a816fa2696af6302879060cf +size 492045738 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..64a97c1ed13823957883b15a5593cef5b0fd2075 --- /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:e337d8368c191ea5f70973fb78cc95d6e1e9b57c9e04704e2cfc44ec5ff3ab55 +size 441033561 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..12459dd988531e16eb634f291cc0dfe2b3505e74 --- /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:e4ffb17950f64816101fc09df65ac341d547198c280f46602c90ecd98fb367e0 +size 559493967 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..2905fa020a49b270a175a54618e82c0e6f244720 --- /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:f725d7719346ee69f68bdaa56635b775dcfa1bb67c530c58776822186acbde34 +size 374323430 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..95c1c7787f33d42044f5da514d1d099be7fa6bb6 --- /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:91099beeec1668c8196caa8b15cf54c756096f9e31d4d7bd5aa6a33a1cb20a68 +size 818818264 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..632992d95ceb8d8748c8b94a43e473b491262be5 --- /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:44e668bea5d61ba04ff50675fc5174bbc4cb1afb1d1e5bab9b632fcab9e8ea7b +size 506238706 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..5ab09cdae14ef33bf91f8d154edee5f682de77d9 --- /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:5d50fbfad6e5f1307c00706db6ba914fa5b6ae5262a85f1f4976ff915d0d7022 +size 454679926 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..c006b6060a102f772f2eb8f8eb50eb3479800878 --- /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:7c7f5dac7a579ecb4cb75369546cb2de79808c6d1b4ba14d94d9ea5513b42a38 +size 476925979 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..118e73cbb6104cbfb89c8f401ce4653b28bab9d9 --- /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:841e4fe8db4641dc89d09362de26b4c40728ca8088430216eb3a2afc849d0ac1 +size 393995227 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..34647b57b3ca297cc98978bdfdf2d42e329fba8c --- /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:6bc19499eabe804f184c98dfe6d8d7b077a627b0acd2f0adf1ea324be4d35603 +size 1036221803 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..cfa96633fbb0eb3792a2eff5bed9e57f4fff1dac --- /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:0ce8c68f39f626dcbeb8936759880b10b612129ad20d10253d8e94b1e905d217 +size 553825913 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..5a1329d9ad01120cd25d726197f8b513b3b210a0 --- /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:edbccb18df88fbec8bb6c7d1f772a2a777137de35713991e0ab8001e8ff7c51e +size 420763149 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..c840ef6823bfe2edaf8b76d75df026bcbc98ad44 --- /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:0bec1213aa7049591292685e67b0cc62144a03bb9176135628f883d62250ebfb +size 523589821 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..85260036bc222cd6b345f687790df100eac5f908 --- /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:3fa51b13a7d98ff56f5e6c7dae7812f0a81754c7f3db4ca6372da983f16aa019 +size 458805515 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..be6df6c6293078cfac86219da25644a8e1e2a863 --- /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:65199dfab133cd78d03ba6f5104fe11f7c8b07479c9ed758bb54b221df925cec +size 598301668 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..49073b476d2ef9e5aee4b3e84abc5b7e8073f3ec --- /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:37f8b649bb6429b573610894447957da365990e6b913bede77996d5eb8dc049a +size 468351047 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..359e463a692bb6d4118b2fed7590f7b64c6ce554 --- /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:a6ea9709bbc1b85a7e282f7d843d2dd78538fb8fdf810f8ad17ec9347f09f9ad +size 358211887 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..c2f9f5b450ba6fe1ade8daf17390bf0caf22171e --- /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:58d3298edd21a2b02b413b8cead1770d93236f75926eeab76a4b7fba530f2e9d +size 398560669 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..936dfd9b3109f19ee3019f8ce684f244dd8d1757 --- /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:2b81089b76d7146dd062104824d9271cac4cbf272bd5bc6d9f60b587dbc7a60b +size 907310028 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..a225bc1b0e55b1c03cfa1853bbd9b0bee14750c8 --- /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:d552b9212a3ef700c7b575d2770d81c08e6ed3e884cf54ca176df00e6cbc2f43 +size 577158014 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..adf39be9315d9fda2541b7649d9839ff23000b81 --- /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:cbdbccf369e4c827159b27791a513a4756776dc187b32bbb7b6bda2df0df13a7 +size 898868698 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..da8f3ed589b75525e5127a56989dbe775340c97a --- /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:9fcf1814ee1831cf6df8b67c2ac3c8f9c8cd95c287150d048c1706d654d35aca +size 459218085 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..a32f313e95d63ddb5b88950bfc6c48855cce6c34 --- /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:ec04ade079965200916d9a2bf6512bfb996556ac2cf199e40171f981ab249651 +size 412260265 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..866857e4cf4e2b4f46dfacf5bdaa7f788a0eadbb --- /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:9cec3c6a5e803d0da1bf52605a1290a4a59a8feebc59c8acca1b7ac5b7d4d0cb +size 606319671 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..da36ac76e4c5e3f4e8627a350cdf2f2a76145854 --- /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:74809e9ffe09aec6445e3501c376cc7b9c06cef12db828ae703746781dbbab2c +size 504798691 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..c1c274860056e34db8e19b11d83d91221aaed1cd --- /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:cc4afdc4510f0d4095c06309d7565f10f659179446bb0b0460a9d66eff3a307d +size 862090344 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..5dc84f70b381f3b2874ef14501890bfbeb60b755 --- /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:d2b99412e19ead7ab900e9b6ece0730a143c601b584357c0907528b151e32e6a +size 418759322 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..2d7466c585fa37faafb9332bdd752665d57d2cd4 --- /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:0417dad4f4ccbd6e94ece0c8864354322b873d5882b80b67f385094794489bb5 +size 608732703 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..ca8e2b8d23c6299e376aa22539f49e15bfea4ffa --- /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:4d598767efead3f95857b5270bd7e206a8603bf79517896d2baccf152717cc27 +size 645944784 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..7b97305f66e3f1052b3a2436ac07efa44f6d923a --- /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:dc8edf58a44af3589b3e929fa232c129ccccc1d43abb4e1d419dc267c81a951c +size 566143538 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..bed285da635375e2522226eed45b80d5cc5677e9 --- /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:e1d09b50078a9dcd814e0987407c2b2889ce8a696e5387b6d68e790c1f07988f +size 576723238 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..68ed7d856280c69fdfe96845fcb27d259f1f45ee --- /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:8aa4396163c865b0c8ef9e7fbdf6e04b0e2313bc60116a745dcfa66b5df5ac74 +size 696137481 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..4f71b2f22fc7b9956651d861fa7865e4ee5da899 --- /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:d391069e6bdc2a416256a564335799191105711d49e70fc8aef5defbcc297a56 +size 698977136 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..5b730f3d5a79dd1e925a4776fc5e530767f07fa3 --- /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:ca5683c44299e2c990b7b2eaccd208b4260ad0696603033ab3918c8cd3ab51e6 +size 533678654 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..a9a7199ca92d492ae3a45553f28e63de6616c841 --- /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:6e2e4fb490913baf9b7925d5ba729a43c44b218397ca80a3b85750eb6da4473f +size 454782454 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..d45162cf3cf7f4ba525f035bb363a23d48138c98 --- /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:6ec3614ebe2d6883a97c2f8e802f035da707797c0909de193f0d85f7d7017dc7 +size 816518437 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..6411b83ea83f4ef29de9753e61342275cc7b2e5d --- /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:af7e20271f5fe874ae481a63e651ff5421e80a8da9b1957d36c56f32130f753b +size 526155624 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..28e9bf0dd185b188b1f95ea086a863589f44f670 --- /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:f13d0958d985496f39b06a339a2cb12a870cbf2d96ea9ff07a5d638c431df19a +size 493363511 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..7e4d2af08c4f38837515b75c637189e2e44a7bed --- /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:69ca9890026f00d5036a4a945be60aba6f652d81e2351e72f05682c9cbfad042 +size 480996935 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..fe5fae5ab99432fa11bd789525bab3bc8c8b62da --- /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:a2226c9a16405effdaf0b7f8c548b381042ef2391bd50e9cba592f3815f9ac4d +size 443776371 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..c3d1401983d8b4a56647b68875d5f62b673f6d9a --- /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:07ef7e563cfb6c01cac99b47fa4f74afdf8edd3c3f178c777b25358e72d04256 +size 514400124 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..639271207821d3093ff652e690b44bbf9189f60c --- /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:cdb0da291d3724da42784be467dcb9807c079afa76f3aea5c11f0557a612164d +size 588428062 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..b39413dc325146c87f6f240446abec494339038c --- /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:df2999f85afa0300e71df12c5809bc26ee553e8cb57f50dca520012ab1d1fae3 +size 543460165 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..3b8b16490191ad3de040f2259c5e8882306b2619 --- /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:24623d4eccfe0d0893f0494bc52c0e9af42aa478937206ea377945f716a55e15 +size 474528288 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..7ab2e9998bf1ad9c7de2c00838972a11f3bbae64 --- /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:55280835f8bb2b08e3b16f85626e6aa945814b2f26d7d793810a81fde7b29e2a +size 499571182 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..a57f74e96fdca133d14b5da10a6f1cd897d1b88d --- /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:096bcfb0286904b6835be16f3c6baf298ccea7f3d94231b773675e8dc1959f01 +size 423123714 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..af1c27e265cf38552ddfb87fb4e2c4bfaa80f606 --- /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:fb2a9cbe0bfea368497a45307ebe437f351adabcc196274b39b436c358e2ec38 +size 449657984 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..1020f47d9f779d3ed7eceb958c2db2caba2548ff --- /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:25f88fa0f8dc3e423a5f3dbfe34690c37a08ecfa2fbf7ed02c78471a7eb335b5 +size 585678820 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..759e8cc8892fc40fd1934604628a0dcb67bbabdd --- /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:448b2e129d92a5f12177e5c7eb0e7b1edb2b1fcac88882e680e866306b40e11c +size 964189243 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..e8a933ca0e75723d56adb7f65afbcbe3bca755ce --- /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:c25f0fd83c800de37e62ee8787ad8da893fa19ee61c98138a248e1b4be7891ac +size 622807240 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..42a4c9d3905242fd612b67266fbef52e46535140 --- /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:e04f58886897ad353393b5f49c97698fd686e2b4bc7c0fa810b9dc8032c0c020 +size 566757042 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..e1f72f2df064ef5093c52321a7e375aa90dbdb27 --- /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:36b78593fc7f00c8205531623e0bc2a30ab7fdef49d7fb332e6ae0e3164d8335 +size 543903344 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..91b2bfa4c21a205b2d0a8c0d6b9964d2c0ebbd1b --- /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:bd9fdd3a9d92b2075f07556be1743023a79a635a76f310cce1c035254235f15b +size 506961565 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..c25307efe679410adc9b88a4305009a2765f574a --- /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:2b00b92b47a3e7ef80786aa4829041546939581bdfa1d0ed5654de0232fce5b1 +size 506075716 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..8c1706f1231537aff88f0cc8eca7e0c754f443e3 --- /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:2721c8c48ed1aa1ded1cfd7d5de03f4fedab67c7ac32f8c2d4fb924ae3d7ce14 +size 1032319983 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..355743c14af2ddd07245c25eb50c83d8ea35e28c --- /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:642ba6e6ee8aa0d37874eb3d88dfbe035b83e4bbbb33a54e9cd7aa8c47f8457d +size 390198827 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..be110dc235040a84d62cb0b3d2dd0bb9b036e90e --- /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:7000fb1a87dd0103f9206e2518b322205b15b53f6a0f983b754485705a272f99 +size 672247135 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..5af3e9e8633905d3245acd9a88b2d7f8171aeed4 --- /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:08436c0421edd0d156f2d9b96fa15d6f5dd682ee31dfff29cf60c24aec929423 +size 532278004 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..c4011b9a91c5d171558f5c98e56bb3635c2c1c9e --- /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:c8d51c7884e359d3e1a917ef909d9bc862eea0e67e2e1aeb06508ae59832f525 +size 467620827 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..4783dbc297e685097183cbebce242be2b045ceca --- /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:28d2dced8bc28b8afd883e4a4c596a83ac79bbeab44ac6f7787d06fae9d534bd +size 1007379506 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..988f1ecb300f550c5070be2bf8edfc044d953836 --- /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:05755da22c7b4dd25e7e3fad836bdeeba5dcf853441bdf57278fedcbd622a910 +size 449422726 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..dcebda9a11202e16a71f85b29d4d5acc94926304 --- /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:23af4c443aa149f8f46bc1c20366e5afbd5b35fc81ed8e2cdaac963684672206 +size 860699554 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..6b85781a1dfd582e28295123dabc021cdf11ec75 --- /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:fe3a68879ace90f1068f8e1e678f984ed260e7461b226f236c00507530defb41 +size 672786846 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..c871e0380e3d631f4615be777c6f85039365469d --- /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:815487945a64c7df7a062ce599851a2d1a7688d05450a403ad84a38e1dcba13a +size 531724881 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..81908d4bdad3f6e77295df8ab0d24864148c6e4f --- /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:38e9787185a6d8f838902c796d8c8745e1a9989f211af3126635ed9c0aee2792 +size 570304678 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..931c327bdf6c588dbe996e30f75a9f50b2a431ee --- /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:bf22a06b861fd4992f7ef57ed7519d9c9753eae7f2311d8623c50dad0f352b2b +size 544866556 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..dde84b5d8cd3cd0fe3a356aca967b6752565431f --- /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:a4ce030743ee5f139c0778392721871e4b0d5bd0b9b63fd2a0abe980380f28a5 +size 436563327 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..9237f25a72b69dfb8abf85b6280c5a49686b8f0e --- /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:6467ce3f3d2164ef5a18bd686cce8a769cf9e505618a6bfaed5c759d3d991ced +size 369879954 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..a8bc4604976128e8df717ea4d3e7a2c4c1e4d8bc --- /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:c2cafb0dd133a6822478a591af824b4699df4498a106a642f8a1f649e7777c5a +size 608270788 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..f8203402347766fc8a1d298b6e38b894ac66b0f5 --- /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:9b187d76ebf07fd64b91e770e3c6e6bb8f448cf81d4e88f039fa2ea80040199a +size 477991919 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..1e006de518f58103b57122892558b70d206fb4be --- /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:bbfe0d05050795503f9ffb0b5cfc92bcca151b06f26b107a57d6fb8e45e135fc +size 438199027 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..9b4c80095a28c8fd14fe95dae74938ad0ce21c00 --- /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:e3b9489e4fa5cb8bd9c070fb4e1c4d9fdf022d1c68c02dc0632d975f03754b60 +size 469573483 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..6bbe376482b2fde4996fd335750d0a21ee993122 --- /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:02e239d9ef8f8c58a2d4f7a1b86f83f3ebd5b18d4d0403bba3f4d4f5fccdcdda +size 1106750841 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..3b334e41af60c157d85a2a5f0bc30230ebb46d46 --- /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:762d9cddf0934eb84506b6bb1e52b8a047bbe727dbe4c678d4d451dd410a8da6 +size 590705999 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..3399d5daea5746fff7000ee2faf7623c412d6897 --- /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:54ae95946110fe565ed8671ea315c099d4f0a5ada9f6d0a0135a616c6d98dc7c +size 367771654 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..06a5dd5a6ef774aa8d0cad331fbd48339a482e27 --- /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:966656f6a7b1a28a5cf01fe7c88133a26dbd4c0e8d70f4bc400ceeedb1d82962 +size 730252933 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..1fedabb7a5e9fb4b79c718659bd80bf327846e29 --- /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:132aa0621814a4696e84a1a3a5ed5494b49e12c52f76121d9aab7f1fc32c10c7 +size 550700949 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..f710d287cdc95f98f95ee1219de850ddee934200 --- /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:dd087f7460891456f0d5ab6acf17bd28dab765952c997c28ecf05dc88ba00c9c +size 521131464 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..696df43292b47483bff9ef2ab4e5d65ed948c334 --- /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:39f54b9265a14d3ed609e04881d5d9b08dddab8ba2135956923cbb7ddda355cc +size 454832513 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..f091f7cf1b5ce85abdec3f6e9453de70e172c166 --- /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:1b18335f137862e559d228b14294bf3de993eaa00910ebefbfe6d0bf0e9e6e2a +size 587076516 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..2bedb20fbba2bc380af16bd5ddfa52525450b66b --- /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:3385f78f2fda58e0619f2b61d31da018a630da044480f1bd846cf91f59ae4948 +size 661043982 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..17a9c5953b5b2819e031dcfa771f5844f79d0fc0 --- /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:cb6177a3d153f313506405e1a81069027454b703eb73f96687a6307de339a4b2 +size 509507884 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..7737a77382171b2a3ad672a6dc4145a2f906c55a --- /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:9bca96132fc9f6fe4d679478f0f34b4a25478ece186d2f7a290877be39f4a4af +size 640303008 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..d709ea3e6e5ea0047f44b7cdda1afbab285b59fa --- /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:01bb91931e90c072b05aad2d08a2b633308b7aa0bbe8fb369cec8765a093fa8d +size 553306856 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..1177bcd777ec69009c54442b832e1ce731ab1213 --- /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:627dfc9b0b1ad7db4242652747724b9a97b7189c2aac6c51288d6cf2975fded1 +size 392143038 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..03e6df8f334ca55127f1d5a8adec18d8e766f0a1 --- /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:4d80cee2abd997f6f0f07adc6dff1505c02cf7bae0a587205d78945cf0890ac4 +size 542515712 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..30cac9e456e9bb3e79e8048da6c29612a36e9bd8 --- /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:f4d565e4c7abc890b782d22a21d2d3272c1205295d3f232a999ffbd5c7604bd0 +size 431913031 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..2d43563ac0551306bdf5f45a5dba239addce92ea --- /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:01e7ddb613921b91c701d0583478e5af05bb8767f505455d11290bd66ac97bd1 +size 436881242 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..afe15eb37d1d05a66066d8e03e0389b4a1e39453 --- /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:224ebcf93c921f11f3cf900d14f46c6e8b044477a7ed531474270cffdeffc2e9 +size 463081634 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..5930eebde38c3b243fdf38d53768e09f1be4dcf0 --- /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:616d4783215be987a2dcec4097cb258e9b23d48aefb99b12f6373a132ddcf49a +size 524038021 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..1be9cf3eb21b90424932cd709a76a096673c5abb --- /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:0717243c9a663bf7ff536d2bcd33ff2c9ddb660092059034217dfc2563e1c52a +size 975455457 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..52b0bed40d3e9afb5228259abe87cc4180756907 --- /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:25109b923844a581786a9c58320d19369103c1f3e4410979aafc88512691c6c9 +size 546370349 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..46c1464de806176dbe470b752ab05ad349fd785f --- /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:89ea60874c1624d9290ecea7a8d13cfc95571155a65f13a1ba821b7988823c92 +size 526922252 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..8b13a2d55b1b36e79357396ba7e679a14e560fb5 --- /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:5a85a29f97bb67312ec2b084eb84a61430316800aca8bc1ed8eca876bb1a55e3 +size 661922328 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..b8ff17568a85e288c1ee8d5296fd445be91155e0 --- /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:812bb7a5147798e1dba5bfe07e18ff078eec623eeddc78931b887c9c33a12b1d +size 470591263 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..3e29e436fa60f03f86bef1b9ada51afc367edef8 --- /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:eb0113613e34301f9c44dc92501ac2cb77e7dcfc16e1181bbc55347c82ba4a2e +size 482742067 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..fc5f2e43256ffd4ac326901612eeb717c7ebb8bb --- /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:d782f56161fefc53935028f55555619c498f0f560560c29442bc4269a7703411 +size 413726659 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..56a753e6f682f742fb948b628e451ce6180014ab --- /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:ef02eb97267e2454f6c0eefdcea181c687b85be052a5fc7d75f3dcb55ca8b0b9 +size 476506316 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..5e5e746c42a07874496c5506e89b39835ebdc683 --- /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:f13cd142b679796d6b41db00d230dace0e5231cc6cabc2c48e5f15f6b0f73897 +size 399733536 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..d91f9e39b4b08c04d8187360bbce8a959a1d47d9 --- /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:4aeaa5f8c59254cc08a506d2cc5a6bce4b1de1f743ae99e69d24809a197493f2 +size 617196183 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..56f8a761c174d388c4c6b4dd834a637da37abfac --- /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:be1376f34c9151079e5e287774ea83d358f4c39970ca74f4140a340759fb782b +size 452174364 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..e6b5278dcf1c07503b0858fab478815cb41e0f93 --- /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:d65acc0f6204dca3ab9f5092608d5760a813ec0820d7c4caac661f8719f2adb5 +size 414645105 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..d0005c8d5e8715d5c5929b4062983bf76af28227 --- /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:3c4b4545c059fbaf767336c5fa5ad3d5cacba02be7e5f13d94800c15b13a781b +size 460699895 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..a07fed92c1d95cfccd4768623ee56d1bd8d07c48 --- /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:95cd340d851eff7a62d35b975be3e0e3f4a86e0cfb2ce69ff24efaef664117a0 +size 765514191 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..d01c663b5cc870ff4a1c37f4129d0d6557bc0020 --- /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:2b86f35b7699363152632114e6317d7b5f974695ce9ea839ec1a7b2ccaa8d838 +size 868794669 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..72f8daa1cb747b8967ac1cbbb33eb43ab5cff280 --- /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:6f6b50168d7e6022380467e4e72ef278f85255975e36f4e4ede509a0c490b44b +size 538825266 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..bafdcead397ea8d8639a916463b3868fcc647e77 --- /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:85711460b36347e654abd01e56a5b6e035320a84db6eb4bd5b6a0f8a2f01703e +size 490871122 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..5267ee4a89c057b45129bb192c3093e2809223d4 --- /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:d8d9c44a8f77436f706e10e179e237b21c7976e95a650550c7406f3ef62bac9b +size 559986303 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..725269b6cd956e59bc57d5763164a69630dc2167 --- /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:d402fd87bc407cfc832d25b70ad3921d5014e54b5c143183ba4c4a3fad17c522 +size 578681489 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..2ca81404ed8e4052b03923de9570ea31a57f7c73 --- /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:8d90da67f454b13f51947eca7e8120262e13c17df1e4abbc443966f6a6605413 +size 476226434 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..219b82eb0d4075d6cb575be9af9fa8b34247bb6a --- /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:1303d6f420f45aee0c0e661d779568a9146d5283e09d9597dd85fb77cba0919e +size 511681919 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..2dc73af4fc66a589fbd1999d51a69509b9cc65d8 --- /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:a591dca7460f707f4c4b6ab3a81e66365ec3e163a388131aad4c20451c64f17b +size 578789585 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..59c5b9f3405204666a7b74be116e588effed9217 --- /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:83ba8c4f748092d7c3db21397668282bee438dfb43fc8bffac48ecd0f25b0aa2 +size 380156138 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..09fbde65db48b4e518c0e15c74c85b96a5125ece --- /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:d53ca9a7ff53501423d0a714519329c47782a013ba1d77b59debd09552ec2f8d +size 561891710 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..098c0b9bf467de46fbe4286776ad6b3b7ce3eeb6 --- /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:078188165212fee44e022bc73b629753dbc86bc9c45c4a7dfe4ce5c9250d770c +size 611844256 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..7bd2959d43e2e600e75fdb46f89dec65d88a1f51 --- /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:3b58a1c0cd640ae8807695316cb0b9d5b2e98300d485eecb4e2b95e66a6c190d +size 796521706 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..cb5eff1698e010809ee2c74d0c29c36061875f9a --- /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:338f2a883a92eef716e4a240eb3701da161b37319bf96868ae577de3a3e32df0 +size 626933078 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..ede47d41b6ddc4098ea5ab8644646036bd2e3c51 --- /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:686fbb1a08ff99a0d99384a3679e361d5230ea0fa4e81102fd94c8b3558e28f5 +size 516115079 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..ebadeb1511b6aa22bd129bcc13ea18155396c17c --- /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:7778a30ba81c8f911ef4db53488982eb450396882c630a919ce8a6dff5240ba1 +size 538148675 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..ab5982bf6939efd17c13a7dc090902e9881189d3 --- /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:db0c94772971102abcaaeb8b347f1ebf56dba5873e5a7a8df12df180c944443f +size 725448815 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..6ec99c18749eb6b91d20be5a892f91a89f4dce54 --- /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:8c0ee0df35207cca37a1808227a4182a316cda00ab237a17043ac435878fb6af +size 434888907 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..e598705f5daab1aa0e75b6924802a8687fd5ccbf --- /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:098537c85b1d8406642a7ada9ed59a893f61276275d5b3f99dbe9cc6bb92a716 +size 413599143 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..560d82fc7b7d3b02cb499047fc85e915359d64a9 --- /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:6971766ec1cc86f3d9b8b5cd84d9fd2388d567b2c3e27b38328658b0aee4c8fd +size 551470068 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..d126164c2766c86a428e87d3b42fba30cdbe810c --- /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:d664d1354742c5147ec2f4cdea97354775744a60db57fd5d19d313c95a05ab26 +size 491082688 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..62b7ee345b37a8c09f657de8f5b8c7d52a10e825 --- /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:fdfd97d58fdc9cce09dc010e917a6df80e3a12d214b19e6cc5285be0de33920e +size 509917544 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..8171b255b5119cb577e55530f89cac4b6ed35a8c --- /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:179094ea1ddd7cc88f53e603606ab848a7436429faf9691a98cd35bb06345d78 +size 729560806 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..908761a91904398274ea6df1c202f03885a908c4 --- /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:2e6f8dfc352f758c880b8203630f5dd5812def2bc988dc87d27741a856431b0f +size 723205739 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..bb13ffd5b2d49b8eb7c95e6cb038cd7cf0ba597b --- /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:e463f6ba27984c562a1041f7393dbd541850b289cc2d5ff666f83979be365be1 +size 456730022 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..eef26d2714947c1a0fbfabba101aeffb4932d589 --- /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:40ad25d9dbbb8adfdf3bfd3d9f4f9fe7557e1e387ecf5def3bf9e223ef5ab920 +size 727602779 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..06c375eaf13e3a8fa6198788bbe78c398bb30b26 --- /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:c3bfeec50b7e5da387c34ef7b0e25f2eb4d35f370fe5061eb796fd853bf5e2e2 +size 358916497 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..d055e969e7ce3091cf815091eaf512727b55b2f1 --- /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:955ab328319c3adaacd34f04ef65468e9e2c0721d38c9bb44f50c88484c295f0 +size 492785594 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..6b60aeb6eaf2c8fea2176fd46f53b0f33cd73591 --- /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:6a8be84f67056d35915708527f006fb7dce349fc66e37f06d0ee0953c74c2eb6 +size 424499699 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..ff147529f35ae3fd920b2b634ab3881de7153d7d --- /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:e0be2c9a5c9a08c9ed18a87d577fd3e70bff975b59989fe2034764052241b0ab +size 962819856 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..2bd794d04d4c55a7d37e3dd5cf027d07efd2228e --- /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:dd7f1c79e22403ec91594da58441a3ac51ed160cfac937417f904a69cbc34680 +size 679379745 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..df8d9c3058a4a641cdd89cbe27d24dfa9ccf932f --- /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:ce6b949a150bcb3c9145d139a19de29d7872ad67a592cecd96b6c8d74adf5f9c +size 488246803 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..25a6babe7dfe5ffe7bf3505b97701eb7f5086fb8 --- /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:16329ffb24da6b8060d7e4f077b5b00f8fc9daa33379e7565e38518c1748f98b +size 747011198 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..65e252a60289287c32583f78b9c9f3cb379ec440 --- /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:e42ea3116fdd453ab3dceaa92c53a11765a9c210040c1f750286372c4cb2838b +size 557267080 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..74ba7a56ac0864a82f7458cf7daa5fd0485aadb4 --- /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:64c6e6dc97ba98a5d43bb6ff76e0c0312969aa138434b08da6449afbc7b6e16c +size 868009870 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..6942e1ece4d733cf7db2b68efda2221f9711a702 --- /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:989476a446fa143683849773d93d56f4d9a289834c57da2e1301245af810a947 +size 644610490 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..8fc162d4549ec8d271e22f2413179f3b82681971 --- /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:7c0121606476cb561303a32b8bacf21334023ef7e8abd353b22c19db47d8a2ea +size 488239790 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..35c0d1120e94ef377e56cf698390d14d523cd8fc --- /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:9700733db96a916a5d26c373e09f905d31149d3d02a8dfb8271ca4e054af0b70 +size 445802005 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..7c20d44f56002dfc292b40f4d5aa106bef7c7edb --- /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:29793545487799d0993da1f73ddd00499f01c9430265cc766210c1a3e56d1d6a +size 399770026 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..a960a5d2c26e7b5ba17931bd117ad4498e27e735 --- /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:87a795be9401e1eb10ecba4d1534098c49253e5bab8849ee15c306d5a8d0407f +size 532156567 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..328bc198a7ad6403a383242d1ef79372036ffaf9 --- /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:a2e01beeeab90612da2f17b58853b3693b9b89a15876bee75f10217c61da7f94 +size 456336199 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..2910404ce8392172bc118d1b38783d5400ac49a5 --- /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:c655f68cd5292114247a94a3f5412250bd7f7b659d968a81c64a806eba923ee3 +size 440547127 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..98067eaaed93ea61c1692dd2050b48ada00d89e3 --- /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:388a8f1d2f11dc8b9c453294f02c28a503aa3134dc9dedffdc4e660d7e694bb9 +size 654221290 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..9fa34af49bf9df3a1e49746078730e2ece3af064 --- /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:01c1d255bae5b89e870f44368be1fd5097517b3cb32689f1a088bd5a2e2b6518 +size 510971397 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..a5dab2c8636db7d03451287abac739b3fcfc2ba4 --- /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:adcbd4aa2cb3ab768a695df2bd0360e3fd69d24d148569d9eb8da457d2a30e03 +size 495999106 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..da377affce7681bccc3526f33f55ec47dda525d8 --- /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:e074b78d1e27f69f9c4f7cc10a954996bed456db0d56523e17c675e013c5fead +size 479539139 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..b834f353db2f9cbaf077bfcfe89fe555405dc8c3 --- /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:51cbc8b8ae3a31c15ec2c67663d5435e4e021ce6fcf41e7c15292b3d9f6b4206 +size 448283539 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..c8a132955034c8dcb6df15c9092b3ed95fa257ab --- /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:d222f0564f2237bc562d3195deff0986698f78d823dc431eb728ebfab028c018 +size 490147587 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..77121c3b92969545191c0bf1975d6b92a23a165d --- /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:2160c1d7c8046ef6c8c7e65390da8d640a20c1c195e8f6e856cad48bc4f93925 +size 404340028 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..a290d6748cf45ec9131f31c8c7ce41c747b7f98c --- /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:a0afc853abc0a4bad42a8846a35b4131d2a4c001e64ed8c7809da87f14cab847 +size 594658259 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..23f1e28c99f653a2b36acda4bc17e8d7a5f276f1 --- /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:53ad92d50563ab0c80f2b25be872033547a47fee33c84d7238cdf6737f97cf3a +size 380111939 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..567a34e3451c708e8a96291230cb41d630fc6d29 --- /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:753039fe15b3203c9ac03cea31d4f56c98db9a6a00bf307169b30a1a7a197d60 +size 593545659 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..c9c55833ca0548d2de41dbd1f4e02214b96b20b8 --- /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:8862446a0cfe2ae16b4f4a2d3f72346d45e7eef0dae490887bae9ea5f155d0c7 +size 468247244 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..289fa0daa411660d02ae73e8e98d456c13faff77 --- /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:60aaacfe126dc08347a6571fd424257860f0fd37911e81c64179dd93d2fdf5ab +size 426662601 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..45c30172f137e32dfcdebc0f576a98dce027a812 --- /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:669142717f2c7ddaa61969a1cd19826773ba1efac0af12452d73906fc42d571e +size 1011409515 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..c33274f7bb787d918770e72988d6abcf571105c3 --- /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:3236cd8f1a713879bd810eb68afb44977a1337da9a9cd9925652b01a64a65cb2 +size 387365281 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..38638cb90b8b2065532bc9ab67dd3ca1a20a8b91 --- /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:c0d9f49e7da4e373c8922f92440198cc9766e493f25f01c10f7f2e14b5939a09 +size 692579429 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..4d65e90d0836e99b9503f5e531b754b132d27f24 --- /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:01984d49d149bb4867c28f6347a3eb21369bb0712be7b066a45dbba71e67861e +size 396881696 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..3b20f91066cbda687212ac6836e3b31c20a428e7 --- /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:c54c2a28c034c5db4c1987106e1b805b83bbdb849ba798c08b9f81ba4bd82990 +size 408294141 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..44a1c83eb915e42007c1d002a5e106827b7930f6 --- /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:4a80da9a938b62e3346dd54dec76a2182e3cc948a41fa1311eda86c2bd7a271b +size 569972870 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..bcaaba2836c6348963464739e91ce8cd25f6b043 --- /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:e4684960f484316f0ea04f35a8d3ecfe0f8a430e4a56785d6c905d4f4702e867 +size 605194093 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..01efbace674e88f6a0942bc5333feeb691185d5f --- /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:33d7b1619a51b391e607c7721bf99589dd54fb32c94b61eab9ee8611c22b0ecb +size 1003675924 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..237b74a5a2fb8c377d6db4874087a7fa1655ba35 --- /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:218af6b2c4c3aefe768f5921f909af872877e0fdb0a8bf04691dcaa8c3736ae1 +size 582791099 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..6e743b11b1aef24fd9ea8cc9eeb83c09709b81ae --- /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:54ee07fe79a838f42d287c509dcb96d2d011996a11668ef65680376e4c4ab657 +size 460677044 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..6fcac32251b7283fb98ce4eb089deca82d2ae4a5 --- /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:b5ccd7e9ca970e7675fd98c2684b972e6876dcd8a79ccdc7dad7f8b4497b3902 +size 776824574 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..55aec8d803621b18d508634440423b9d2aea5e7f --- /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:29b891ce4f1dcde95d0f14a33fd97659414f72949fdfc5f9eec7f33462e148b0 +size 455542315 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..75e94603884b0f23a6113566ae4956d0e7abcbf6 --- /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:328804b33ebf598887a96befd7918cfb8b950aced651d76efa52a9175936bba3 +size 471003492 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..7320a8335dd94007cffc0dc769503668c67b43c6 --- /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:e21e8642ca88f1ce1e083665b6f0b889c825ba1b44600dbf0e52a3090fcd4ca0 +size 591274457 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..a355893f678315730d006b9bbd8f29c7523ecc85 --- /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:c052469036e3802a8dbd3fe2729b7e6fe94ce9bbd92e443c7b44043820db6b32 +size 397636097 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..0968c106b2231b5584e12551ecef1c72b413d33f --- /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:e6e68a27c6f3e6386c88e98080bcb505a6e4ef165917db7126957422f536be93 +size 439219601 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..35f19d6caaf7ce01f7a82e9d9bf057f63d9b0261 --- /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:688ac03ef5b77afccb1e4666edfcae5a66115136d8518f113156e6a97b5fdce6 +size 468763719 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..a89bc34eabb07c1638d18c9027657b43a13c92cb --- /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:d3bcedee9c824d16d4c3d7c034073b3d5b2c94a2b4bed9eab05bb14a54f0ad5e +size 627372581 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..7c7509577a76c29e216849753f13e4d3a827d2c2 --- /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:a2541aa59020a7a47e5cd5ac51c4b45f3cecde2cd58d3d70dec0dd413d7de8a5 +size 481280084 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..9f69417f17a219d25665e756debecd75dd9485ab --- /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:1d88fcb15c033e276e4bbe64a2e8f8d7fa35249643ef86b75ebcd8718db5cf24 +size 527136966 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..131669876ac051decbf5417e8bbf33d3e088eda2 --- /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:92e9cad0dab1247d7dace2c70a0ba29327409dafe41ec9bfbe1f574d34c69956 +size 598157732 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..83722b1937adc1d7e7f1e25df8fde0d8a7ee77d0 --- /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:886f2601c0bd11b46c9521e383400cc581c763dc8f7203045e741694059113e8 +size 361309961 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..e1e679fe07eb2cda8edd3f203482f22db9f91df8 --- /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:40657e46a789f96c9369aea8976d9244930907169c783a200d89460480b26d7e +size 465930257 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..8ad513d815d6f8099e5ccbe0881822a5e7af9b72 --- /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:3e8dcd1f29621c18e38dc1805b6046c5f9947324d6eaadff7bd69defbfaa4664 +size 368703507 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..2d2633eeeca10af2e0379d94aeef3707085ad229 --- /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:312df1d9fe03424c5a56dec8e8ae6c0a9476184790c993c6531621d7775ed20e +size 447274463 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..24aecda097f26fb2abb0e2814bc8cddb0ab782c5 --- /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:a1a33d8a66cf27b36d15521ed29d794fed9cacdcab4a01f9569c5b441e4c7cbc +size 531590950 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..3e8fe1fdcdfb471956538f4fcb82acf0b0479a32 --- /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:861c89708ad4142235bea0300cdb988c1db2caaf5b95722d89c45d0c0abed264 +size 444884028 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..a8002362cc973e0939efc2d0f771a87cbb0a8044 --- /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:050961994252a87166aa555aa1289f3bc0e16245992d222d152d8b2a9eb02a12 +size 491804515 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..de05a2b2469da6a0d051437d99c06a64dfba8e01 --- /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:411a4c27954a4b159a4160fd91095ab6da19eb2ad651d14b775098e23731fefb +size 577159782 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..eab366f79ca2665407cd3f367bc1bf90f78a8352 --- /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:a060f8feee9e542f85e4aec02063fa7d3c71d536e009b5d77f65b42070f18a98 +size 841191530 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..97baf98ae7e80b926bbaf49bf4138207f7256c8c --- /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:b80386f38f11451e9eaf52cfd96920843a69c679dd9831ab5133417056d1f0ce +size 535201591 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..6b3691c0fd8fa9623d4589a5628898eb08ef5fe1 --- /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:25a2f7561d0b4173c3f37cf1fd6383e7b82eb71db9ac5ac8e2015a893fec5fc2 +size 638166782 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..94b52f72ee36f3f9fbec0381fd82075ca630bde9 --- /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:dff7ddcf57e85752539572020846dc9d57cdccb121d6a40088695dc17d861267 +size 553137323 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..4b77e94f850b2fa41c82effb96e571f1f684f8f9 --- /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:9fd143c46b6c872a628eb6b978f7dc5b42307eca8ece7809490afbeb47a55422 +size 529341139 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..cf7184cb4f8317b6d6ff4455d4f41534f62519f3 --- /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:a39e30b6dd59e72d4e641e9ceb6727d632efb5facfa37d7729139dfb4a44a60f +size 373170034 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..0c4c247e43295dfa86e28fc778e658dab646b814 --- /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:bb8e4df2fb47c42dda2a32e6460908d7dfeec890e8aacc852a214768b65a58ac +size 391001557 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..2ab1d83c57192644e1a0055d87139820271d9389 --- /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:d80b99234878ed53c7a194f6208bdaf4046631cdccb78fad595de59e5b0cea3a +size 428122875 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..2331d8baa8ccb71cd460d43ed0cb31630e258935 --- /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:6d84ef63a651c942fd9b6d3f731df1720fe497283c5ca6c5f3668e4ff7ce2df3 +size 501797010 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..a072311781e31b2a9c4283f47b798cbf66b3274c --- /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:117a2f968affcf70c16fd27057f713ec3cb85ded0137ebcb6926bc61ed0e3fc7 +size 423992628 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..d9eda56c69bfcd8558ac2802fc78453b17945fd4 --- /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:6d8c5b6723823506278e8f0b4ee3992d73160d306582339066b7e2aa1db74cf0 +size 1620775933 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..ac84b1e67c0bd7696da4da96e60bbbd30a02cadc --- /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:a71eca1e86714e360785751b162c1922df14bc6a8ef1070e4b9b32e2dceee905 +size 522821896 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..372526aa18fcb18a9e379b4b5067f2ba76bbfc5f --- /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:a900d6eb81cb8aa69400991bdfcb2f31f75d8630d5c57c19e91bd369f3de1c43 +size 549341041 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..8f240b8e9ee4583201e4201ec79b1c04b2381d07 --- /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:0603d2f0d62a0a48b7e615a03b4f9574c8ae4ac8bb07fc9345c5fb0a5452d6cd +size 672098582 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..fec14e939697682a7faab81aa0998fa96e7a96a7 --- /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:b0e010242aab7104f4c4984ecc9c89e89790e10138a31a4a5d5e57d98d8ef4cd +size 374084220 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..7b3bbe6f7d69c76577ae82d6f0b7c1cbf7eb058d --- /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:aecc404fa3b890e9d06a1d0a68250cc45b19cda01e8d0f243805b48d713264b3 +size 568088395 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..1693655e6d41477e822096d2f09478c778e5b957 --- /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:2104cc86f40210ece567a28c551c2257571bec21d6538420bcb3176304827d63 +size 710592964 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..8fad07bc81515e9d713bcbb45a5b4ebc2a68c97a --- /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:aae830a80a3bf7375811678d0450712fbe6a61403504b0550a007388a643a794 +size 800186771 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..6b2601e72b1e09f7076a0d8a662a65043831b1f2 --- /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:1c81454673444b0913aa2b4421365a9c23704774917670b8ee11a00839aae756 +size 435771107 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..815d24ac7f28ef339d28ca871e5e614172096c41 --- /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:8a96adf3165c3f00e2908aef0ce2eb4dc3d1a168a212f364d1da3cce5ec2aa02 +size 1053345867 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..f75fbab59bc8f8cd0c41499b1641924178af7bc0 --- /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:6abab05df51396e701eba9289f0742229e238eb8c409955f920f69c213809ea4 +size 531617236 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..33dc7c01ed058bb3d559aa7c10a4d813beb9dcd8 --- /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:4d42a4c06f3b217de9f921b57568ee74302cccd49f6e05072ae9b78ff37934db +size 815827447 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..64a584888ec74ec0c46cbce4a2663ee413cc41f3 --- /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:94f7e8ca2ab6b4cef2e80c5f8ed48619a4ae9fdfd6b85dd9c573eba51f51e33f +size 497222543 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..6252fdf729d0db57ff75ba4ebbaf2f2ad6298e4b --- /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:730aa2d4a9f15966ff305226b6d75ae724f9b0192765652e511d4192f1189bb2 +size 590828384 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..6e082c6d537833d2c00536461c3e90fc7923c095 --- /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:a0af5fb59110ba527eed3581a807cee7498b3b8f48d8206a39bfbe7af46bf9a5 +size 625229589 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..594936804f83403686856e404471f8a97bd28ad1 --- /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:4b12fa40ad92439bf7d94a5b59836daed4a4111b76c0e2511558069c73b00f2d +size 472882289 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..9263de0124edafcdb7705b6a73754e84dc04293c --- /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:7a8fbb678637d01edbf3561368065771f816f66442d19b640861b13469c4246b +size 960833487 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..f1aa3c22bd44b637338d8e7a702decbc2751a753 --- /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:7aaf7452c82079b3a752a499989e8864107e763d0a229d242a9b27f9b0465414 +size 576874922 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..d20b14a89dc88d3576d9b84c71560b86e8e2a973 --- /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:1a9f5acdc6c47f60d430ef357cdc1137ba8f3b7dcca441f708e9044f5a686ccb +size 456682387 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..e1d9fa6b5b72ad7c17b54a7845eb6627c13d78a2 --- /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:308666a867491e5622fcbed25c8065e1b21ef6cb7a141e2b9d9cddb47ce2418b +size 500133282 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..486afaf4e5dbef10074db0c5b008e9709c482e99 --- /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:4fc8aa464c320977e87a04e285ea08fe9ab847992c72d5fe647b1d69bf5e9756 +size 396091828 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..9cba2a4973683c7f3a2ebe88eee4aea0bd45cc5c --- /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:e07ba6d38a85a438abbef3b48a90123d477ca117a900dae0fcda18e4a347bd81 +size 433554467 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..07f97d9babda1558906402547130bfb67ce7d15d --- /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:eaae8cf057637e1c1a6a205f360e509390871124c8e08e0dbe77877f5aeffc70 +size 429082265 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..61197f55239f2225ff05a770e75bb1bca28921a6 --- /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:a6e5abfe8a453fc4392ab3bc3a5f8c6cd4b0c20b7eccee4ce598cd22fceb3b2e +size 540660689 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..f8fea67679cf705104331638de8fdee47abcf858 --- /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:8dac1475bb45575b5ee7c6caa007c0fdc426bf0b4aa1a32a3ea38fe03263f9b0 +size 774561783 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..d7e41b848e3f6ebd59a8cdf3fae2332def97d823 --- /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:821d310123529383608a53e0f52126cc9228e7804bffad241e3669952003d3e1 +size 556121739 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..72a8fc8dbc2167a51732a203418bcb65d07c58f9 --- /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:db9016431dcdd3d5162b7134c68821224f39450b416f313b6bb98a102357575e +size 506142812 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..3d657a309d6c2f91906530e2ffe93e12960e97a7 --- /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:39e4334daf95dfc98ad4cde51433ade54b447621ba3d1ca0600529cb50ca72f7 +size 485735937 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..a06ab51eb434d1e98888e4cf56bcea34273a591c --- /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:d7fd5e9753c1a0a68a016b547fe707aa729bd9801ed65759c0d0d83570a1c2cb +size 444381733 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..e8c64f1a694ca0065c55bafafac02d5a735a05ec --- /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:4db87f8694bae74b5ba702a9dda040470a64c8672e7ff76f4b12a654da8aff10 +size 539512807 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..c2f3d9fbee9e80cb26040763e78deaefe13eeed7 --- /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:72031ae97317403a02922ebe5b4ca8576caba14f8dce580ec834cb92a0dd1b84 +size 731715493 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..d0b614440e5d9879b25fd8c4707fe53451685f65 --- /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:f9dd721dcb07239b0e544fa9c0fcc6f5e4aa821f964939b67ca1bc06a3d964f4 +size 618370234 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..571636de6049fdb5ea8a9d6f2ce8990fa693ee24 --- /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:f045a82298ea4f89ea5e94a7aef006066b2fe45a57f6186607e4606da933c10b +size 682983193 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..873fdad705abef0b525ae7ff6702746265e127d9 --- /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:fb327c600d4880fda70ad106b6017456eba901098b61ef6c703b96beb1b9dec1 +size 506489320 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..ee1fcf29379880549f699c66aca2c5ddfb603998 --- /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:e9202fa63bb0aadcf22f666ab51718510a2186edf3907ac926e813bde5a69e00 +size 504597361 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..0e945978f1b01ed930fd94b1f48ca0e3fce16c70 --- /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:a7b40aa021232ba2a930e4da2851f888b7a5e173b153d4cede1c8296f2946f75 +size 641927685 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..b9b6a6f099fb0bff9c2220df08d7eea0b0a2af14 --- /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:8edfb6b3a4dfee3c7eac42e80022026d86e60d329983e77dc441ecc40f34c107 +size 400730957 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..564af69623922442fe4b4efee52175b39276d835 --- /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:9df7a859325e3b2c83701538eb546b84a7a9c440477b15abbc1e342b5b1e7d07 +size 748604887 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..2867f5ed2fd4a1a7bc2d7dccb293f05d9c2b5fed --- /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:e520ab0d3c25d28719160607e1d18819f74d0532de0fe919a65ed7720122648c +size 442953098 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..f62a2d609829b69ff0ed7c07e99e4113d2569690 --- /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:ddb807e556df55415413a417438ce70c5a21a0271c6c32968bb2ec87fac75d09 +size 539173470 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..dbd555ed259de6714e268fe8540ede07c413d698 --- /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:34b5687254a85f4d2ee3407962e2ac652b4268eed50e33056ec9948233d2902b +size 674692859 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..230e572e319f143a9ca3e6db1e3d5e37f2def749 --- /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:6ddbc89361e1fc982b9356b1a8d89373b440c10bb4244dacedbd1b200d3b1a10 +size 418415049 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..9541e38fce88a30d7e33c3100b7b8e10e60f93f5 --- /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:c692908445c8fef49c44ce5cbdf607a6ee3eba970d28732c6220216d749ca2f1 +size 485095663 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..7eddf59599cc36911facd12e7c59387498d79203 --- /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:5e73d38c70761dd601b1b9f7dfb8fd1a47b39130317cfb82cb2e5b1b899a25c8 +size 661202056 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..3458429cd39fab4c4cdeecdc024fddeb99b259f5 --- /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:872b911ba5035a56d3d5622a004a42edc48edab88b0ab2a37f760b419f728656 +size 427046370 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..c3ae3c69300475f5dd956565d07abb1b9c3681ec --- /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:07f7cf49d8a7f40606ff7194093b3510fab43823f35e22c260ffd45d83a2c2f0 +size 490814350 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..be3a149baf8308c913ea1aef6cefed682f0bcc0b --- /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:6dff3d2762f875f79efaadcf59332f822e256e725775fe5858b05bb59c3f6442 +size 509552133 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..60732822cb031af777d3e99af98208b88317857c --- /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:6a1445351db152cec4cf21722121effd5776849967ccc2dddd6fd7f8fbd642c9 +size 585916397 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..290967b72a89bb2bf9685e2d902c5d34a0f13e84 --- /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:1a37cfce445644a18d0849eb3542b5e13bf7c8ea1fd79326462b42c704b0330f +size 540042115 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..cb2b5f030cd1e9136bf51592558078684f5649bb --- /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:20ac6ea35cf69d3ad410bf9fb5a3aeb680c150c986dd823b46fb958cc32972d4 +size 486979575 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..ffe706373f5b624c7a0987ad21d890e6c7be1c41 --- /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:eec80839452f074a4cc030e9d590645c8e9d2e333baee379d54193fcf771ff0b +size 371616158 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..ba233ed85ae7259e1f3d82727282cfa8dfe84ce4 --- /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:0f9b25eed660057bae009ea02a4843b5f93a522c28171cc79ef54bf3d4559977 +size 389697352 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..3014519457c98a8d205e8b2a57ec361817d7cd33 --- /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:efe326d66c54a6387db39e2b8aca2989895dc4552f2e699c3477978c65e22beb +size 518897954 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..f1a68507856c80fb77422f55c1471b7cabab4a5a --- /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:8b82f2a4a03c6b5b70b4db90c8787424acf605065223fe5af61a2bb509218a59 +size 474066018 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..548f2af502c64d6973a89b5edc48ca1dcac5a436 --- /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:e1a73d45ed59f316c700f2a866fc3a3fc0d0e1c2e23baae0ed26a3100fb810d6 +size 695401887 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..3b9445aa65caa5ccec03ae61ac97474d5a698d06 --- /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:0c85a0dcf698ca96fddf499af0905d39325c333be78c8c76dae353761149b5b4 +size 378172831 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..6010f8db35d12978565d1f96c3c64b471b424e40 --- /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:115688b1fd875d13696d836065ac527a3aa202c78786a11bae7b6733e9383db8 +size 445450429 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..5821c3ce44e26d8d9b15555469fddadec58bee50 --- /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:a1c2eafc4fb57ecbc45a9b44c61b871cdedc64ff70989e1a1a0ddb4fdf11e354 +size 522722059 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..cc8ac89dd775a830192f6d19db8e499bdfbc4d4f --- /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:3c5e4a0d3d6c084d61d52f5b491fb46292a9b063f56fa3cf4da94363063f6baa +size 516710141 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..3c09444efb8787d835d01cbc685b3c85a95171d7 --- /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:d1ffb23aacd62f9b69e48e06f1a112571cd8cc61ec9eace41d2bd4a9a09e0982 +size 356715760 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..297e0abce7999679b5747550d8c4668a6a33ad0e --- /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:0f3043469bc9a5ba777a5169382cc21dba51d3c71f171701b4293d4e54ec8ec6 +size 529759209 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..4c7c5176171fc4a3c23b2a44d44c59a7de1e63be --- /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:1fd38dd3be5612e4deaa489b36245d12de28a78053ce884e95ec7ab49205e8a9 +size 512421083 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..5bc02b5e91c4da2fe32a6214d170a7f29cce6102 --- /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:5c328a797e540633cb2d007ef100bf8830edf6dc24a1e62de3f6d528a1548af3 +size 777504599 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..c9411cc0527bffeaf913687d46df273d2c15e1c5 --- /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:9bc90c59e7c2b2522989a37ed42c476f5705f978990787bc997c21dc264220b3 +size 538791292 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..8e4f0a3f4e59d827c78716df57a832d9624abca7 --- /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:11403569d835231cc7e5651c85473829efce04094564bbeb1bd7481a30dae4e5 +size 524295295 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..8a84e0adeb45c6450376e74d2ccbb2275f97f9d3 --- /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:4567514bae58dfab7e1a0b2436e430381c63314b878ee3167f9e5a9b93e1acb0 +size 443477347 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..92e69877550f23b355035fa51e7d9d4371b3e367 --- /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:71f0876aeaf404a81ff6ecb761723ea36b25d837e1743d56a5b94796c4daeb39 +size 425714073 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..18e28cba22283e4032dc620b8a0622c858fa3700 --- /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:effefd4a31c63ee2cdfb71c457f7f9761dc6715beb376171e429b5a766b32901 +size 419399295 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..5e52421a3459dcc6602e79d988a4a9d9b10affb7 --- /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:260e285103271c444d5fe1c2612c71fffbf80cac55c1b4c3f282b6514d6b465a +size 870507661 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..0a79d716e6192ad25fd45d6aa9af2045d8894342 --- /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:80e74621df6a348c4b68123e3d103a2dc669c6131731166136a81c9cf7f19516 +size 749612553 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..837b0822855ee18f4012a48b02c68082ae7a355c --- /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:77875f6ed45e27c6411535db4a4289db5c0656bbf9495c06f4848b557e8477a3 +size 478900083 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..674355cd9334e35b6af9b4e4d1d921a6899c03f3 --- /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:0fe388fc65e10dc001c28b2d5c55e80f3584523dbaa926a765638950d1c33042 +size 437539664 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..0ca6b13a5d195975627b79a8037467dfa98fbc85 --- /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:d1195697d75c755b963370ddc0b9e16a37bd4733ad5e593420b84298c3fb82ee +size 425430660 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..5617594f5d176b6408579651c0498bdc6de28ca5 --- /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:2fa6c24214d9dadd4d13885db0038f86ae35f783aec0e10e7cd0c2375a4f18d4 +size 589351844 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..7a9c478a544f4857f3de70f94cab966391204bc5 --- /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:11520a837e811a3f8a7422d500f6df74696463000386263a06fe870bab44b307 +size 470955203 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..b9442a4aad94b7af5b90a0bd18f84be0b8a006e9 --- /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:e85bd41dd805a31355b9ace7e0faa17d4fdba374d6208cfc1eaa3e4bc2422ed9 +size 573070135 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..fb70a2f64f4a1f0026f010eafd500bf127dc1006 --- /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:860089f184ed3d644eddd82f9b4a15707bbf2fe173a00b284f23166fb622f3bd +size 420216955 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..ed7fae0e318078d82c0a586e3b88642a10669ff2 --- /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:818bf383201fff321a8828deeb8b5080192c4cac9afcdbc4d6e682d12db630d3 +size 425960806 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..43ae9d6ec95e7f3d23538c7795e1c27ff0d612c4 --- /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:1f40f56856679a4719e93ba3523878957de74a96a97c1aa9bf4c17411c9a0aa3 +size 702144435 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..afa52d15a2ad200c38f70690eb0fd40b92c2f600 --- /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:f103d43d7f9fbbfffedf1a18788d1ff18e6cba8ee7bb6fc33e0a4710bba6cfa4 +size 743728336 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..b1c5b8c0882d63e396329b59b71615ab5ace01eb --- /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:24f4984a932f26170ed8fc122ee7e1c1b2d096a074ecbbf462c5981308a9dce7 +size 441931646 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..b6e517bab2c0458b33e790d1752236b2b81b50da --- /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:ec49db5f072ffbfe4631a65dedf3015ce014b07e7100ad4d368ebd16a462fc20 +size 514243900 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..5784e69083027a86a627e81e61619ae43adfb776 --- /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:077ffd68f62f65b427d9982710affff5b1c331e21dc4c1ce0de4ff1695bd80bf +size 570240737 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..47875ffdf061b029915913e4f73ad9d00c59bbc2 --- /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:2499020ca3cd83e6953cbb8fb934f730ce6f6ba1756b255a3681c1e1f0f4dba4 +size 609116103 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..970f094caeb2a53104f166f1f3aebbf516d9a53a --- /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:9c8572d3f8baafd5b8c157ddf1402e7a8b0ea4d7e5e1217af9d0367288abf7c3 +size 460613224 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..4cb2345e3cc4e34c1a7184872d9871c5c650bf79 --- /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:cdbea70cf612ec7e56787c1a13d5c02554b1d5b6aa5858b39bad0892c43c531b +size 929402109 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..260f68e9133c99817ce3a1391bb81659bb19b630 --- /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:26f34ebc03c2cfb388e7cf8e04b1a0030ed72a5220d2fb8cb7a66cecd0b07bd2 +size 595229047 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..dfc7d49637ebc97cc4076c70500224eadefa207b --- /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:b29899cf4478eb379cbf4afd82510f5800446edee6559c23dc06675d725c32ce +size 710149481 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..5f7e0a7d95d22b22b9776d3db4c891ace83b8a55 --- /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:1ff6a5c960b7fdf96098bf27c783acfefe4cca88fb74c931a829e247d887f8a2 +size 595828878 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..7e36ab33dc74b8a8c4f4ec1670c4a8f1de7729f7 --- /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:db01f09346019c065949962ed72905725c6b167fc6bbcfcf7b1b8d481fd7e0f7 +size 430907375 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..2f54716a4e99b15f38b7c5c3cb723def5b9551f3 --- /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:34ec2c02eff1167a7bea3a406aa62ff5daf7b9373f397c436b04ac07bcf82d68 +size 864248912 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..ca1f97b6fd6f97657a790009a533f63d370bb232 --- /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:6e2cf9be52077c0892c9a0585aeaa8684975284c16a40d743e504712e59a4459 +size 467517164 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..7bc9c9a160b291ffdf306d4d62ce50da7ef8aca7 --- /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:0451a79d735db5d47501daa210564b946f3db652ba34454bce5bdaa8ed12eece +size 669109270 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..aa21f23a4b002e516b09d157343ff8bbd9966618 --- /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:c56a37924d959e8aeeb090f9318a5f8a0cbd16a4e37f433dde927f86b8dcf3a3 +size 461338243 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..a6030d0fa2515ee65c500ad7abcf1d66d60a62ed --- /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:2fcabd817fcdbb564e6421f19c14d05535167de38873fdffdcb4138cdee06a28 +size 488295159 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..81ae86789868d12a0eebecd6e72c7ac44a4d494b --- /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:786f4029a079f555d46e8eb15043f4bff825790f38c0eb122f6bbc1fe9d074fc +size 473807261 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..99875a311278e3dc6d33d9a12f96e759d8abc7c2 --- /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:6fb7e7991ccbd5d5edefb23360fd749575a34d35c8aba47983a05efdf606ef88 +size 489012221 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..31ae794cd3bab033797a4f15682f5ed8b9d6cc98 --- /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:2fa9e7a9c670b9ca46b625b49b4921861eaefbe1948cb9ab8b86bd362fe1040a +size 619432337 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..758437704faa3bb24785a1282fd594c213682dcc --- /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:bec837d5700b2e126e53a04d6d88327e1f7125f3eee23e19880785bc362a10c3 +size 910076101 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..854848159d506699c42e048ad00a868cde613640 --- /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:8808c5ef7d9bb4924d2789b768c6f133f6b89178c9d6f31841b0298bbf50b8c3 +size 765767886 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..fcf8971923d68f00650a2240262fddfae04d0af0 --- /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:acfdad34deedcf098069ca3fe800176b8e24463a36f80552e3b48a3b65a5da63 +size 421089479 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..c6f40cd1b6bdabdecf8318e05eb3ef1d2370cf5f --- /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:2795c4dc5d3a1ac9c1ecb5f2dc50f32cba889b0a978955a7f8a0d2630d0f3fdf +size 465381738 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..d2ff386f504e670c6ce66c623f6d46f4f5ea8cd0 --- /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:1338f377e40aa3fa2479adbcd2daec619c911a598433588f5a0ebc9acd96f2c7 +size 547160272 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..3accc1f2e63db6b7781d0872af14759847ef0040 --- /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:ce0f77143efa5f5fecb82b00d24b8ee3e5e78b6f452799ecd1e7aa174b525e55 +size 636307746 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..c187d4c700779f0afef32c6286ce1c839754a19d --- /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:75d631e33d53ea1d7342e0618550d19dbfecf228da6668d7c3d46ecb1fc31cc9 +size 759830401 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..6e515707449b4b682ff0cae6faf76d404d6ea336 --- /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:b8064fb85a2e6d637245951ccb012c6c6a08bacb07759f4293f8fa94f64eccfa +size 620235186 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..fe49338debda92b621d32a8469b0e07672382316 --- /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:73d179862d3273ab8d18918afd775b3064ffe69bc64e03a74ef346b6fd3c868c +size 558741965 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..8b6d1dcb0ae417c537d1fe4b8ebee7f467ec3fce --- /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:d2cdf27e57d6d7f1801786c777fb8a4acb498b87d666a49c7e29a099a25b63dd +size 639561506 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..12b81c25234002bc943adf6d608f079a4530764a --- /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:46d5f043de432be61ec37c9a854d850541212185bcfcf3ad496684e0a554e884 +size 515609885 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..071648b57c2f37ddeca78a6fc7206794987a2f5c --- /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:300516c43fb176a2ffc9976d7b2d60bc83134f2ed61fc46f0f3107ce070458b6 +size 722529256 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..51b76f1a10dd775a1f51b401bd9fab5a8fe5705f --- /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:367f6bc35b09e46cb7ac7bb3620bbee4049720a7e68df93fd18c0d09143825c0 +size 384157240 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..fdd4e606b69417e9e9498b807ad79e3323fb07e1 --- /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:ab251667a3863717b19aeaeb0037a463c264c086adb717c4c6f68c19b5af910e +size 531292556 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..9f25908cd40f71e061200cfd4c8402473dc50ebf --- /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:21a1c39d3dd999b7067ed64ec0b5ee4f3018a3e3342e277c7935b5562f7a055c +size 570265513 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..fd95786a3cd56d484d8fdb7a5c61545d377012c9 --- /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:6b19060854c19abe142f92ae230782a5e5104c890f6993b1c224f0cb06de2576 +size 433680540 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..7fecdf5272ed3cb5bbe29c2c3220bfb87e3e0720 --- /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:9d9f69139f85b8b3da3868c599936d3a215997711b26af3861277d107f75de47 +size 513472438 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..0cbac43385c03ae379037c4f6ff880c9a4858633 --- /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:cd4f23a90d5fa4288aa439a56267d7e73b7ebda470be9927540b0ba0075f1f5c +size 711933923 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..bc3fc56b81ac4f77181c260fd9d8c2be9b94589a --- /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:ee8143f95f7e39dda48931504194ad7f9675eaf747ae2d0955bf7b6872bc288d +size 445229560 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..e87ba3bb06cc1664900e4a61a6d824e17ffe887b --- /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:385ffa0d41d542c93f6c6e4915c29db3a678c8aca5c77974b0abcd34abcced04 +size 444392258 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..58c82589cb812ecdfc662d5170d4fc631c99c71a --- /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:fa3d030d1b33f7fd6a448cfdb0828170949a9d22a9aa78292c2e29edd7171a05 +size 381617017 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..a6375a1f9046a1bd48f9835d2c64785681f8a859 --- /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:deefdaed4883f2e2f41a844b56d272c531506496f235ea51b9c9c8ee912f1400 +size 629635151 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..4c449c30105eef942d433975f799afdd2b287caf --- /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:658864e23015ea5ee6b65a80fbd2f98e1547da080ab7aafe3e58b3e14149f28d +size 478524422 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..981c1c31971c97eb57be93371a124807db8d91b0 --- /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:e600e953eaa121c31dc9ffaeb526756d9f20975420193657bbaa639d39407306 +size 501149542 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..7d5753abae004804d76b0506911ca5ae3d6a369e --- /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:d99de2a97c416ddecb104bda9c9f99001f23598d5f3bf5deb769cc1f58d6a02b +size 513861822 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..ea82674a681e8eea48f84a732c01dec805e13f38 --- /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:4c8058a011b8f22c6f2222c25197224e6c4f3091c3bab481cf351e440717dac6 +size 377353091 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..f03e2ac2f26fc930faaad9bec3cf3925cc42532d --- /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:abba7364e0e4f0e0e98a582d7980b9b51ddab398bfc283ce2dfece32f6d5503b +size 709201973 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..5c2eda717b307839fa93130f74fd06fa0552232b --- /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:4ebc115b6c4b75caf95e0038eca7a6d4fad1929b4dcce03dbef0f0e6d93292cf +size 676219456 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..51da0e0d8e94ef555cc37567bd9c034cc082d041 --- /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:4260894bc349efa7a66f2cbd1f38583c64bf05d8db380846ccc5ec8bab710553 +size 679402630 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..e2a4b15f19e59bd7d742de1f29d38dcf34c36cbe --- /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:b847d4c1a128030eb329636644598fa03c2c5a2677c74eefd8fec4b4faa6a4c6 +size 977036127 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..8455ac12beffc07d1f190bd2933e0f345c1a1f1e --- /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:9b60adf9b880cecb52c1c9dba3301bb337bf94b4224c584fb3b7bbc0f07fed91 +size 813223516 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..f9b033a2ace60834cac36a3d12b54b4c59dcd099 --- /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:d7e2546f6d9f2b1d616e2e5fd3384a502a8d2b94b1f647d5f54ce5f5332f4f57 +size 476555419 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..d9bd4b73410bcc438123178254dc7cf13234a104 --- /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:eaa5a7a6e14823bbb650ac855f7c6838b2b4b32ad6e23ec908f060c87ebe52ef +size 719290077 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..f60521e5dde10e49b176d855546c9dcb376fbae8 --- /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:4525936ede69e7816e37ff250d9dacdc04b890af5a608663378c0793d354dff6 +size 523437855 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..36bf96a06bfcf10808f72b5e205059cf8755dba6 --- /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:6fe705eeab3d624a885af0fd6cddb3e02c4776ed369441c4e1b7d55079aaae7d +size 571825680 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..6ddc6a534493374445467a43d1186ec48986cdbf --- /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:f4b2698977f3078a357f30af9c6fd45282dc53c95778e30a29962ca3346fd328 +size 565339557 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..c01379cf75041aa35255f4f4830b7e19dd8fee45 --- /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:7302dc568b3042c01e85c173b714ebac61324ee0bc50a05a76324bae2a2f29ab +size 574844322 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..d2d911076d2a8c9aa809e48041e1fe96675ec866 --- /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:11751a0f629b03122eddf8452ebb18cb4a20ad5b12e5a83f7473b2655b4314be +size 728268267 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..79d37e63a51aca9654e6e3dabbce0738ecabaa1d --- /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:15b81d222ca156fe493efb7f67d6bf75c38ad2fc4b22b5687a8a498c9d2d1079 +size 520127829 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..ce8efba2f6bcaa73c6be85e30edfa80ad660d431 --- /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:260248bc4a01b886a4d702be84985b0c8f7f598a4155809cda6dd518a9c5a8c2 +size 518038648 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..ea937dff12ceed49b594d1f69dd71a40b66cf4c9 --- /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:88b93a926a86dc3b027ff64e197740e2fcd1a2e2affb7009952efef435417e0f +size 1006487863 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..4635821eba29e6c87406fa5d51014a9647cf4c5d --- /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:c32fe5281311765d36139355d18145d17003071fff48100a628994c887c5b68c +size 479148793 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..b7d92d1fab4ca59b11f3847bea0c1e0976a48904 --- /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:3355ddb978ea3bfbfa0c413746117325e35c45040eaac76107f8bca10f3ba205 +size 486510036 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..725bacdabe78d6a4277a2f1092f4e0eaf676e18f --- /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:21a99d2c7dfc499bb40b56cce1bd9ffc2044fc5ba3de61a4860065be3d103ab0 +size 567139254 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..42ddf52502770626a55a20b61ab2be472856ffdb --- /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:7231866d60b91b9b36411a2d8a8ca309fe876417182f6ea4ded642e5ffff23d1 +size 415334455 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..c5cd9bbb21d6e97f3f888e0a0991389d19543f42 --- /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:ce4d96030510c6a7b989c2353b0e48bdd94a7bf8a21a998744473bcd7d4b82b4 +size 429716840 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..ef0b23ffb3559fa5378e9304e0584857f603ee6b --- /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:b902912695998b3b21050c3993f8f8b0dd0b58b8ac3001d725e063982b8ac192 +size 915306819 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..34cf8766120da7fdb62b5dcfd9210b380440c112 --- /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:9d14beac1c844d3b9a4783816ba002b2db974cb6e4e57dd02fda99b9089bf09a +size 671142335 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..1255fc6da8a008a1978b1001c8d80b06744fbc5c --- /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:6088bf1e9a7e1d2c479e798cacf210bc32fbe9119ba24f9aa622f7bc7753250f +size 422150787 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..6d081ab6bdce278d2c76a53587bd6f8d6f0c0c49 --- /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:578263c4372c255ae20f1dbc81fae40af30171333c68aa579c9acc7744764428 +size 511848064 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..a94c43f62917028e67f9976259c7df759b88702e --- /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:8d3b185cc09536b6546f0a4873506bcca278c085e7ac3e6e8ffa9421c1088af0 +size 540351881 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..6c4306d8b6c5458376cbf576514d541bc947fb9d --- /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:b806fb9052b522cf87b91088096ccf81233e4dd08e8cc88880e9be63b97c72cc +size 599061254 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..b359ef36a968c008d17e373ab7687becdf8f59c5 --- /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:b1253ecb71e395aa311decc8851da836acb5fe18f0b51003377df605911373a5 +size 420018840 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..601b44e2a6dcbb1a352b236e8bb9ce260f460678 --- /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:6e6742bd91f558c6100faef6a8de802d3ad9de8111028a023ebc4044ce35af72 +size 393180061 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..ebde1634bab26549556aa27adcbc0463a5b597c2 --- /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:a57fd11e57b1464d4174dc74a287440159f9805263061e23b76a13aa8bb3a3b6 +size 356006631 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..95dae27ee3025a6d7b07605352cca14dc7ae01fa --- /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:2b6ce3084df44e1e322d1cfaa4af48fb4723490d4e658f2a3c0b29b48931dfc5 +size 571567617 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..ac250e47deb77219c769aab654c8ee815dfda65b --- /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:b3c2d198d6bc00b573d2356d001c172d22cae2474cee7ef439ed08a32d6fb84a +size 510953451 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..a8341b18a207f54a68896b8f72cd93dc31579d2b --- /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:d418f3f2990bbf712113b891479891287c8419ba1f7dba556ca49b146e1668e3 +size 743065226 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..d0dbf2202cb2890fd79ffe80957c066940ad9658 --- /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:679506b8995bb05f2587ce0318b713957c094a7bdb115fe36a26cab59a252423 +size 427643849 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..9d1f41f0c55a3055a60b4239e2a84ccc09da9d9b --- /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:630a7f166f3128bf781783305218a8fadc039034b45ba3361840b6cb199310ca +size 405966544 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..143910410245f0f20349976b851ec1ca3a732b98 --- /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:8770502378c458ce68fcb16069c78e1b783a5f5bb1eddf075a76d1f052632d0d +size 547368086 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..fb72bc7610358d7c8b7bc7e942aeab3d45b8f28d --- /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:081f6df6513492002fc61e4dfbd12b2f9b507f59d4a26cd638146a4a3307f271 +size 411792576 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..57d6759982f5d9931d0179168308e7a404c225d1 --- /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:d8deafd286ed030ff33d9d69b223efc5e86a07027efd36b7c2cf11b8952d0690 +size 526309920 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..55b3a84eb9ede8081e6f50297892c01ae4aae38b --- /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:fc03308c945792ee054f86c5dc298bf6026c3496acc64bd668b79305a0274902 +size 379026058 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..0cf3159b7ffea3e4cf7aaf1f594fda9c2df6683c --- /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:67e677d6dfb92974dc1937b718f76b012faf367cdd31c6c079ac0024124a0ed3 +size 594749052 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..153164e613f1a228c31ccb8fafead442f7d28327 --- /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:47d208813de11101380cd7d547f5006279bb6da40b1f16a77378380567031415 +size 423935956 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..fdec36cb709ebd656c0b453545b7e6d75a409ea8 --- /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:6fd16d7d2958a5af0c0cd8fed7fd72a106163d52e6ba9dd44c026d988ceaedab +size 625289230 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..d49c880a2ffd8f319455c8b49c2409b9ba241942 --- /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:84e205d5f69506d939c21be3583f934f1c6630b3f95c379d4aa01a500ee67394 +size 776998619 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..8eec7799eee608c03ebb830bfe55eab3df7f7fe5 --- /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:3a676733425c8ff980e8dd41ff0fd24726bac9ad5f28dd8175608a2c7144349d +size 595666988 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..2af9ef028abb0a4cc2077b0632c4fb32f8e658a1 --- /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:c353811ea96998600d49e04ffd8745075dae9db173f6d2e362f9ccbe9e1f733e +size 902024601 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..e504f43b6f2f0b7ee6c8b175218f3f89497a143f --- /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:f2c999f3ec8cc3e87164f96802cd633b187ea1c2f2479b7f0cac7186cf8d2c88 +size 518293912 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..5344787d3754e7c0b87bf1cb9566b7038bc8834e --- /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:e06866e5cbf4547a945af4e9cdc882d06a19540abea1384a34e1c873595265d4 +size 485106730 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..8dacf0605d65f6ba8e379b3bcde94755a5bcaf14 --- /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:a27bd912ba8e3b1a66eea07ed5c0c609c0809ffe68aa04c299720a8ae030ebe8 +size 597583575 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..33f1d7a2d0e949d8bc8ad050c5c756cced20d4f9 --- /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:d41d379727e86320f217e1172a5ebc618ce7dc61d93318491af90c4ba59c95ed +size 435760799 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..4d9632f7bfdf797b19f015f74c39c998e56d7d2a --- /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:da36a30d84bcac55c0e01ff82a3440b9b3b2e356043f5ac6427a78c5c81b0249 +size 593743884 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..93784cc57a37af0eb29c340b970122476f4ee536 --- /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:6961b18868f8ab50c0faf92287ba996f7b922bdf72e0638e1e9b295a2dad164c +size 511986901 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..703a8ba1d3af5cda6f041258ba029b2498de2a86 --- /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:9a5c707326a7f3a49abea21ec607458bdf6863623532ad8e7aff64d3394e4c1c +size 558218989 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..ade444884bf229c4746cf3c15671447555ac932d --- /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:79b73c2e1688178326e441accc9837e676aa99b2fb41128c20f9e6822703090f +size 1173617952 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..8f3a4eb5881d948df5d3b947e8779a9a5d8e7646 --- /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:e60f59add5a906190e32901bac88f4e7d606a9a63f5be4a8d26922be303de0e1 +size 492132611 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..3f8c8c25b56ab6406a86f57fc33f580e953346f5 --- /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:9da5e4520f700a7437fd1202bb8f15aee5e1b2fd0265e03b66bd46324188da0c +size 593366573 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..0493bf653c92e191c965a4fc4f05df6b260435d2 --- /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:95c6a94d8e3f74d7fbb74b445774c9eb2fd113cdcb72d385ff3738b7ab47c473 +size 380823247 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..d09b49067996937d5d0ed637064caa8f91885bbb --- /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:8ab644f39bbf32057669d839518841d30146781a88779b20dcaddf3669bc5e23 +size 439328406 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..2210c93ff39d2771694a0ecce8a2a626e8b391a8 --- /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:f393c2c1e5290b96cd3d7c30fecc38dfa416dd9779889e293bb2851fac5a77af +size 487009183 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..d48bf6ec9a02c55dc582c6861200389d0c92e6a6 --- /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:c7368d37737b4674938ccb2357d9056d6433da4d63c0d4ee879c780e7224309d +size 473851418 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..8f08fad5fde2d93fcbf6398fc758083b332e7613 --- /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:cbc29773761fd4d8a80550e9da5929c1edf8a169da7dc72c8dd8fc38d6922616 +size 516899768 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..7bfe70ae8c18d6269b6a146d63d6fbe66798cfdc --- /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:7e8af7c13c569b37cf795eec860927e01082ed585366bb040a88739dcc5d7956 +size 431505650 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..a3f5eb61d4e703759ae4fa13661fa68e5330f532 --- /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:a44e3e44f8ddc66f0ed9095cd7dfb320e000caacf538779d1d8a5d8efd0ba187 +size 550622211 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..8f0ea9412b6f50abcb46c18f02bcaf666cd4238e --- /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:3e08de7ee0955e09f6c2da4a789ce9b99aa876568ae480b37d6bb13839b19536 +size 400817621 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..b0e28f210bd33837d81bab21c4de96500355078c --- /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:56f26c7fd4d9892efd37b96fb0082145ffd9b7f9644d2eee7dfa75c3c5c90879 +size 599209328 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..4aaf2a2acbb203f1415b158103ea005843f63902 --- /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:af2ad69ccb11b96452ae02a1be5a20b4d8a7837ef6c70fb9385a0358d2d891f2 +size 502057351 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..a86fb6be19b2c7d0b1e50b54dfd733f9e93176ac --- /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:e22268474a2cf9f374ba26faf63cb83007a6cc0ea58f4bce85645bb4760b4359 +size 644709606 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..18c324d1078e4af94baef49352cbd48acebc266d --- /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:95f2386c589a91f112b345b936ccb4efebcfdea1e5326a9fc7d874c34fa9fc64 +size 623833158 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..9ccbf84ba38154b73d2e8957931743b3b4bff0ab --- /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:739a8266e6471f1fc671025f14e1579e7c39f2c5d3408a3c3e04232bd1126b6b +size 499172881 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..0c5a50c5dc47547eadf62079a30653b542e44666 --- /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:c02a8e7728a41ca171cc1f69f9cb4616422f57ab49473fafceec75a16f97ae62 +size 380259672 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..46db09dcd4dbcbf1f798e2ddd21e9184c9a8d7fb --- /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:cdb2c1fc4cdb5158c56cb66ceb51349fd37b6b3d4cb5fa5ec210bd6120e11c4b +size 1059868907 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..869e46ad4932ad065df873a48850018aa8acef69 --- /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:15072d6100d4dc698a275447db2d56753abcaa5f5e3091049eade06a530a90db +size 553048253 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..37977ed2a98976428b9a9a47721398cd5c54feef --- /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:d68f20f99733e8ec0be3a8fe10610a1d03fbdd17d60219e7927b83fc76510d99 +size 627633268 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..3acffd96632a868c15741fa0c595e9b9d0c5c679 --- /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:96120798ad11cfdcbe479e6b866b78a535d430e1de67fcee24e0fbe6ed491e01 +size 766084848 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..f32081683beeede085eae3e20f9321a9d7e24c39 --- /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:bc8706e75fe7ea217d1be17d97c9669361a9b4739711a0e190025d142765189a +size 581019531 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..3ff4ce78724067168321e3fb66a4eede80b7efb7 --- /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:e5f74700dee920e63950075a366b10c26526c8acabe20d3fd6b9925f27cd6a03 +size 703002324 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..8302bba9aeaf7c65bffad997f3cd461a7839e50e --- /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:ffdb0328025c6442d0716023b75e2fed59e01e4b15570060deff15d46d6b1bb8 +size 564757978 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..aa1a351d0a8c17525004a29ff9b19a800c4f2269 --- /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:782f623acf6b430bfda3a3c5ea679ef10e89ecc314768b8190f26fb626d74d9c +size 498946569 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..5e79209e14664ce505c39c3c8ebc72646bb8fba2 --- /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:59b821201fbfd9d144f3254312657041de733de02b758d3846444f1ce9677110 +size 788211936 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..05f356c415e8835da71cb2453978dd0f914d4028 --- /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:39a8a41c375b74f13fc1495ef821afd2e960f5acb5c143b89b5ed49e06270081 +size 489444829 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..fc53e7811d1f840d2a8e9d4f8fcdb3ae139d79f2 --- /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:455bf5b8801de33c4db80534ce265532d6ae7085429a595078b116b943bf508c +size 1489062005 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..46e0fcf2ba00c1bc4f86ed5399ae95c0beede973 --- /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:8f66b0d807e559cb83759d9a1eba6fa4e0ffa574b5eb61ec7938cb7b68241763 +size 689900070 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..81c857778ad1ff55ee9cb6525b5930c2057048e8 --- /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:566b42e25e7cf80d11671a98fcc094570ba38a0b4567f0d92e2cf18c2864f049 +size 767029559 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..d8c2c32853fcefc5a12ac01a852d315ff33060ee --- /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:acd93cf63df884fdc24310659c54db026ece63d22c1ea23595dca1b19d519871 +size 438251802 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..6cc3b2ee94e7eaed2eff5b4193fcf3ae12df915e --- /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:367e7b557be98380c8a1191e96e121592f80cb4555fbda4b08d2a5c8e50a7912 +size 408896922 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..cd210a0dbf97407cf7bfbdbac34fe809ff0ae777 --- /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:1ded402dcfc517ba7c0d8871b6a0908cdbd855e4b05215b5d666629cb104a8ba +size 448138285 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..98ccc9100c6850a597fe8c8cd236332718db5ad9 --- /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:9683adff4a5c685bff316f80dad451d1bf14a2562c25e3b46311afa0433c7b49 +size 535837698 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..8e8d4a9ba3badefdb24ec7d468d0dd148f94909f --- /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:4cacd317340e1fd67d58c1b3cb08c952f99914d844c2f324866d8cfd5f2b8579 +size 569181231 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..f83735d50744168a986d538e73b59c4666f84895 --- /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:da7aa6d30792429a24a40da8b6e4b130f5af057c642c90d4c7b9602cccd4d06a +size 533148022 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..598873aad505d62f4b353d122f9f09a6b37f882e --- /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:d91e84bbdc3adbcd2003546fd8737ecf34989109761366ec4f50cb9715ccbb77 +size 757280451 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..1453d8e5f84b995f418955798ba7b17313a71425 --- /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:075ac1e52897e62baf25696f737e7f49ca8fbfc9e3f5fbd3a0d2004ff6296cd9 +size 475877217 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..3c3e7bbdf96a73f088a1a6cb9a1ff91598ae4f49 --- /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:1ba0b08a5e72b0dd611feaf2daa6bcca729dd49bba127fbac7ebf0d701ea80de +size 479562467 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..b142c3177d2b98e6fffa23db205d125a0cbf8eda --- /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:a3728f60dddc9fa9209018e66df2fd0d99f55c70df92dce90dc9106d702773b2 +size 743434093 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..474ae0c8a7bb36d882125140a32783497d56fc14 --- /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:ecf767f4340d1ecc9dd691dd58c325f4d9874712784ef8d1fc3a16c38a2a182d +size 555985435 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..790723722de22979e4973f8127e9d904e93a0541 --- /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:fd186aed67d73ad3e35b6d96e4ad52878e3df397b465fc2bf8f5b71dcce93c56 +size 523049479 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..4253ae1bad7f55aae77938136e2d380cd44526a7 --- /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:1d4c6faf331c4806cfb536c270fbe59a0e26a68ad30f427227189460346e3f97 +size 429822931 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..fc76e9eee6ecaa37f0cd15441e7996b6ee68ee84 --- /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:b4aeebbc51d1fbb32f893d0f28e841019899a58707aef3d63b26bd8b1c845c1f +size 409400307 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..f1e075bc461e38a5eadc95d55f8e71718a6952cd --- /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:23f4e34477eea3b4319705b0bf8818d29ec104f848e1eb07328d27068479ab17 +size 460470002 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..093ab5c63bbb6a38a2740f245360eb5e0cd58f90 --- /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:316cd111f73cf579e8e719d4562cc89ab37e58292e2a555bbe4ebf0376e18c85 +size 880154145 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..87ea8504d4696d17e656a67a40f64866e45b6d1f --- /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:7e61f11956f319a3091a80a262df00c0aafbbbe857acb8e66196ebc0529117f2 +size 517742551 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..01cb3a1751e0087c6cc1deb3ba2695b0a6a9837a --- /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:d5cb0da84d73f03c7978e060b38bc12ec89a0fd1a9ac8f533e5fda55a64b38c8 +size 467156368 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..0284d4a52e75ad761b9fefbfb700c602cbb28d15 --- /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:071ad8de97f38d50d5abfb4a28b9b5111981552b369280cc62c8cb65765cb380 +size 590325121 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..9b709006e9d0d60c20ae2c98c5f0134fae7fc68b --- /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:8b22880b15d704d0d48e7f33d67a9fbbb652acca73aa5c047f4c221784073392 +size 822039105 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..8580bb6e7cde666474099990a65f1ccf25f827d4 --- /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:17cf572b7525e315b63bc6437954221e355f258993be348b09448d22c307e0b2 +size 603901780 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..f9fdc3eb8786cfeefb6f90ebdc872927601c5861 --- /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:49e479afa93d6096454cc1790344ee97b26253c65aab78bbb8e2e785efc1660c +size 971687468 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..87b5b731a5cc88fd71fc2ffea4d419c090983d17 --- /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:345521fffc41ead3a28b272f95cdc6044fd68eb2646bf2f60694ca4f5c4a8029 +size 829223377 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..82bf108b7a84db1ed50019b944b1cebcec4e0177 --- /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:04ec29d821c6ae3f2c1f7d107d883b8e9db57c1b86ee851b0a2a865de13bd7da +size 376145271 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..78775b8701a513f932754d4de126b9860ebaf4ea --- /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:7071415b5255e884572c0756741186c02a73f64282ef49801d33e08482d24a5a +size 468069353 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..878578d593fe273ef943857a9ba3f19518380300 --- /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:ada3edb5a33d052e92d6d5e7cf616f9e0680a7ea91d9dab8d5d0eb2de13b7854 +size 532920998 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..8065255114ddf4ce116b89b8f152841c5f78efef --- /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:5a2f919fc3d1eaff8b8878fcc1e4b2e7f98df9e4ad9081fcc0a43b7d50c5e4df +size 450517641 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..57f75c9a6218656dee41ad058c4982e19ba4eb98 --- /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:447efb52b043f48f40c0296a859023d5da8692e71ac2e60da9a83add5010374a +size 414201348 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..9641701100a5fa8d0767272eca166b2f7bd782dd --- /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:f56cb87f7caded076b4c4fa1a020ba94f1737b869b0e35f9fdd096c20077a97f +size 936926503 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..3cfeab78b946c914a0f9b66456e533c703959f82 --- /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:c9b77047f8328475fd8cfabade7ce771ebe078a91f5553929f7d7d2001539515 +size 821607037 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..07af5301ceabe6f52ec934a96cc9c46bbc009687 --- /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:f9a0dc17f823091e6749caa9fd7b1fea810739e0c8643edec32daa56d5d04a99 +size 579088764 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..c84cac76d8a859fa4cec30d34a3314d050db4417 --- /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:e03151998829c502e14e4c22f7c14f1b2ce77a373c056d3a9bcf4574cedb662e +size 567569918 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..207b0142a7e4d4525dc97eebade8bb82da76a1c4 --- /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:86c567d5ffed99d741a744b418e00e2ffb00d11d751fd527b364106d156a05a6 +size 867292683 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..3a6078bea7715cc7ce89ff293d9f54dfbd733862 --- /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:9d2cae236520017ca688b420d18298821fced5b66c1d81a6058d618953a1d0aa +size 667663787 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..b742fc32780acdae8d3cd4769927bd78a2b60e68 --- /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:4a3ccdbfbb0d1ce512332e7ea55b01bf475d87c8f145e50146a71e003a129dc3 +size 428172708 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..fd9422107ca5c21b935fdca7dfcea817ed9d9cb9 --- /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:a0a8a4d50e21d3c0c3dcb7fc2b5dac15a21b0bf30a35b2582a37a5f2237947e6 +size 603847788 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..0942793bba4513e0b164e2fb79f8f0ad3c0eba41 --- /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:5e7b27cd17f0836a2e1ef5b5a3dc68e85cc2c2e152eb752a2bf4eeac5b324fce +size 373175482 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..f8a0355172c65987b6eef61c48542738ae61dfbe --- /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:af7ff0c755545967f9012c33f3291493272434528dffe469a48cc2c70d0353e5 +size 516284720 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..a8e9cde810321aa212e2a9766854fa8949a54228 --- /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:a0ae7bf321bd5d734ab742ce247771ea458185f11384c614b69af44fbd79887f +size 544644305 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..b9a3badfa01a6d08f6b5c6686d182edc12a88476 --- /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:89ee08c5933dd79061e291c9c30bfe9c7b97cfcb2e2eb38bc42fd4f95b40ba3c +size 450718865 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..2617f8a862bba0c8f4e0504ee9a2e1118b0702c2 --- /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:1603aebc97ae73e218916351b82779e30f8b72412119f4c0909f3030908056b8 +size 580455098 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..e6ee33c2491efcdf78bf5272727ab01a9f14322c --- /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:702b8638012a01d5cdb13adb4e31c84d71749a42126deb18316c21f0af0c4562 +size 639686396 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..792415de97037448088e314e983be42e10daf1e0 --- /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:4b6fd4729f5a8a97d5bf39f6ea75079418e49400507d737c3d40efd4950ad084 +size 571388432 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..dea0af4eea10e5a7e1daae9625a463830653e082 --- /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:cf80e35e2ffb37bf3db5577070069d5d91db91d758fc3a87bae6ddcaa85bcd7f +size 384701602 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..9a976d43f18445b3912b99dad854aa5eb2f0768d --- /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:da7f12273d4789efca639e7a8a5e33367d8a0a5e5dd75dc483dc22ed3e7a2832 +size 418216361 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..b598c3fb3e659716b54a0b3d30b30634a7a4ac96 --- /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:0d07b29bfbd21aea7fac54b385d0157f2d2b2d6f66f5d5265a877e2ab7b982d0 +size 521293108 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..6a2dfdd76cfaa7f4e152349a5250e7cd442f39f0 --- /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:ace4c991f46938b77d1841dbfb31055593a34a8a7b98777ba7b0ebc21b68bfbb +size 610106513 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..c4f8dcd6c227657b76baebc8bebd18de60cd3d45 --- /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:fca227d776c26c39aafca8ab0b8b62dcd18649e3a4bc3855461c37614e8ffeae +size 645215272 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..a30c03b2bc5cddb4e4861ad1828511d004bb9ffd --- /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:49a65830cc4858631de141d2813286d7f7dc89949b3778e2ebe3b73f8ba8e5bc +size 456748426 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..5c7c44ef744e4a15681d6f64666bbf03dbcb17c4 --- /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:dd7724afd720ce13f846d4e6dddaf5f89482f2cca0048c8d6096811dd5be072f +size 626718563 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..32922fa5507ce3475b04ede2d9543a20efaeed55 --- /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:496b6f7e0e48e19972d7e7f82033532cb6446a93944b5a1bd0f180b6b6fb123d +size 673629435 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..83b6f9f55052f6c06a657fd63941a3719b065b4b --- /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:937ce09c71c9cc50c77dd0993721d86426ce9af6931bd37c20a08dc35f11d535 +size 408331616 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..cfab9c153da1ced399c958e27b3b15e9386b89cd --- /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:73eb8b41bd7a5bfeeb338c2f737277ba8d22d1252f8255ece61aa4dd9bafa210 +size 800566210 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..7df94055da7df763e67a92fcfef8b37fb3e7b6f4 --- /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:28828f2c46c2136094a03bf25f817e718601a78ce5bb06005acd74b079cb9be8 +size 629305308 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..20af8984d8b592b9e0b1f9ca1bf5d9955a84fe57 --- /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:3ce4799fe28c6ab2f65da267f01370470d03ebb96fc6a98339ccf2324056c577 +size 582031159 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..49db1c6f9abde73540018cb800e16c3eb40ac932 --- /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:b4a65cec7a9a055fdbb287eb7a25a241f66261a70bba394378d5a9da20e7b4bc +size 470368039 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..db3f9634eb563b22e391a7e69184a5483ed0328f --- /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:300dcd603f6079e8f096227db74b7dd6692811673e1981af65dc4dbc90a8ae7d +size 545623814 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..165c446d99830b1444f9dec8361510f3a72db425 --- /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:fc8d8e27cf26dfdf7982640abffd898cbd5ecd160b51656289d6c28fda534100 +size 415753771 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..892dafc44d2fbd62b2a5239ddc2528bea0dc2053 --- /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:eaf5d587d83832d2b26975e8fb16670ab8a59c8a5c60d9319aeb3252bd083c78 +size 541536689 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..63ddc6f6b89fb69fdbd3ba8960daf580dcd631a8 --- /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:fe690edd992cb20e0270c840fc70f7abc4298e2a95c960c5d8aba8f92abeed6e +size 538195233 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..cd45c58aa8739170b9aef1398ed0b02e70dcb082 --- /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:db7d3e0af0b61e6e5d983d2c0259d765be6e2a5a2b83408a7ed499ba2ba47321 +size 367403810 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..5edfcbf40ccc69b8b14a0ff642217e025391a2e7 --- /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:25e1c2a468a7c448b1306003ea9d9c7519cd79179298fedb54b54be5b4726708 +size 591908309 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..1f6b00ef5793bc1e68e64e4f651952a19dafd1ca --- /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:b6f072ccd8db8b6b8dfdfb0bc524d332c1a6cb1f7704a2b497bfa1ed1018665e +size 615503147 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..43ecab5f5c5e42f29ad0d632998a557ac58d881e --- /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:76ee350b5b86c20a111d2e918c6f6b7129a5d11c83c54c732ae45dad45a3f4e0 +size 511593766 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..1044acb7f5b683b9598d7b1aa8d0e2704e1e1ed3 --- /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:5e17e6a4f253a00544fb774adff670dcbb66ab1f17994900609078823228c261 +size 784613894 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..9d5703961aa19d4d90bbe73dd39e0036750f92f1 --- /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:3bdb52d0bd9747a1da6851af642b88d4d8d89afda2f854698629250e87cacd0b +size 835967610 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..781382ba57015001de11ad26dc2e5339b0f1ef01 --- /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:89d43bb93d16f0cdb86bdacb25b9c8378e0a039946721507306c5a842a65f691 +size 518685311 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..3a0204a4a780f8720cc4726f2ae4e48352aa3c3d --- /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:2295a0032f4fd64a57dd904c6e05ec308672d72eba7f286ba8a29b09a0394e34 +size 550339541 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..8f8c45d7917fe0fe359f9698a519418bdc44d872 --- /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:1e80a9926e86dc61ae8a533b1ad6f416e4fa8e646b30e8138bec1e98d7a82216 +size 481442275 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..64501ddb544842ab5f50ed39a647ee0336b01c41 --- /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:40010a152ac59234d903da1804d1bb2bb6210b748d6a03a1336a9d02e9baa883 +size 422913457 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..dc50fec61f2a1a534560c96211a9754359ad78c8 --- /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:3fd30e07f5584d39f01baa74ced89018e8bbc53554271689999e037f8fa2f58c +size 1023169380 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..ded0708493eb8938f17d05cdff30b8252d90e84b --- /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:bb9eddef0641e7f73fa871dfb8e7b52d96ba0ca2b004c8573f2140e4f59a18d0 +size 958406034 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..889a9ddac8c8b323e84e7076c9d33202be65c8f0 --- /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:35bd7c706e82a960c589b7b0d6b2ad963b2ca9da7b85e88e992f26acfe2b8d61 +size 440239652 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..8d2f087b257c095b629212f022de574e02c2abc6 --- /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:92412d7d19bf64d463771001e3d1d3626c82c0aec174d72d2f08f641c02036f6 +size 401147727 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..f22b99f0a46aa901a32bd7ca70fa11b5c6f7832b --- /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:27118c55c4a167761fee9944ffb0dc88de5137912a0cc584bcb71cc5a32e28d0 +size 517918634 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..71e2f6c071378db8e485d5be79a18d22da4d9c5a --- /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:e22ac81fc846af246697f79e4e9de6abd60f88a637c2b093e30d3cfd202602ee +size 482907334 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..24ac521dc568a63fa847b81d6883920149f6cf28 --- /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:bf429987cd7d069c4eaf9a180571d68d68cbaee1966e49a1b5eb1044d6b06a15 +size 420953908 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..e096cec296c035221457d08e48eca36837745d7d --- /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:2cdacc1ebc6f24ff28a80f2f0dac7e3c5557cf401ce75b362c79e1b545a73c3d +size 595423430 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..f3fd56a842763191d2411dda10411212d7f06de4 --- /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:cde36674146245586da2ec1b174b77c1d8ae083769acd13ed362b4788523add7 +size 556978102 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..14353972816ca0887a95d9f4813ac37075e69d0b --- /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:3d67c15e0feff86a2ce3dcd109d13398c00cdb4fa7c4bcc53886c5a4f8711745 +size 418167657 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..2246d414b2515eba9b8be859615a64ad3a1b6bc8 --- /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:76ef2e4c646f06771d7a90e191a6fbe07793f0ac5b567f47dc86b1237588d5ae +size 689068869 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..c7338a5b16d50d26a3ebdf5640dc3ad5f7a894ce --- /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:3330b9d035605abcd4a5fb48ce878ede439b21e71d76c0e54e807ab2f14bf00d +size 685377782 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..5bc20e16f5fac08d5e0d581c0ee290f6cee94aff --- /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:0c5111be07a645ccb18a265e4900c35408bb7e286e2bfe8f2b48bae06bb072a7 +size 613675087 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..463b4734755fe89903a928ea3bf319b62f4fec66 --- /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:50ef7cb10db7f61f665e7982232a93c58cf0ce0aaba83dcdbe8b90aa6f413563 +size 562879892 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..9a9549950d13a27d4d65a2aba1589eacdb68eb07 --- /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:46498a6bbe2f3461997abfa22327227144f095b5eb2b80d997dea1a7287e2a1c +size 590286036 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..e9bf7d4a2bd9d64f210f5ad34873ef16b8556713 --- /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:6aa6c39ffed2f9647a7467eb9735e428ff5acc233210091f93b42fdeb20b278f +size 534714600 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..a477864d86aaf14e323adca7ed9fa108c72389fd --- /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:69d6b3eb9e3e93095369a8e30c4001b7eb706a7a364080845d1ed24081d52cd1 +size 731900642 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..a19f2b93f18ba4fb46619edf3c0fdfa85cf3c0b8 --- /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:c13480ac17af22c0461b9dc4071e168a3ee0edf2c303613dcfdcc17a65b872ed +size 637328316 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..4735dd2a51a37f6886907c7880954a492ef6e872 --- /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:5380b6be202678663db00f428d51272d574926e2a56607752cca876756e1075b +size 430030534 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..606b2a1b092121af8c87dc057a71a4e11f252721 --- /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:52468e55817d002162fb089f5a3de463e125faf95abfa2233c602a4eee894ae7 +size 494089139 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..35ac303e1bd12b3b4032fb37432db86eba3d1f08 --- /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:3628fdd04553cedfaf18a4225f5e710d5181583e0d872afd255b1e4dcaf812e2 +size 481808673 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..cc098633c48f1144cb11057b13191c789d5d11f5 --- /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:579c5c6112b7539f5a9eaa98ed1ed42538757fb520f0cb9ed5570a97c86ba9b0 +size 568883466 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..30df9854592b85225d2a5d6b64a78ebed7e36d2d --- /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:a98e10fb78b3eb27afaccbe6174d664ab46c99e6d89431df1d9800011d56d428 +size 446169912 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..e9fabd3f14b30f9aab920c9c21d31342b4325e20 --- /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:e7736247fb70c76b83612c8270d05891e64d2259f3562bc71c88e9e4ea30365f +size 583896752 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..04ce846ddd64dcea488b9df374fd6e49f4717eae --- /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:7ff3407b91bc33e34d89e5460fc20dd2d09ca648e8149eff8a681fc080db7ef3 +size 442155727 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..84f10e7b9f17d35f6dee989de63788a0f0dc71c6 --- /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:060130ebe71b117c04a579ccee64b7e162a88ca754eebd09466c413518608b9a +size 364901262 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..a6b2430aaa4ee1b904d801a16d63c6cbc178c23a --- /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:1d3ff0a12f49e66a82c08638e0f759a2954b6974ad9bb65ae424052b964ef261 +size 556686438 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..30742bf803a5b7008ddf9347cb7b3278f425323f --- /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:24ad11e14c3491bd6604311f045592e32608b9ddcb3c603dce656c958563f05e +size 467409773 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..15cb0ff382a174bac39c34406dc4b7166f25f5bb --- /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:22354c736d4327129b35d446b12540dbb51025b1b491b61bc591274cce139b14 +size 603372073 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..7ee68554fce22f19db58255e5f8e0a4276233379 --- /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:2db77c323217b796eb2eda47c880c906e5a726c823caec4a46f45267a7bb50db +size 447255374 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..b2757c8b31462a0365d9bec20d822c0132727ec2 --- /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:b986f961d920ad2a43db33268d8a3cc0d1c1b19e3001b8afd19fb995e8f52626 +size 461797622 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..55576639332a29a3d715930de3124274419dcda0 --- /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:841cd7f53aa08ba2b0a97dcb56ccea842727a7f8d0fc2b523767e2aa93ed93d4 +size 643205560 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..a885dbfb6ff09d38e21105d6adf00723522d85c6 --- /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:e0c6cee63dd9c32408286292085fc63a1b31fef1c9f08e488ee30edc86bd362c +size 476158480 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..1f5cd659d2c9120a2bf9ee3fbe166b637485358e --- /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:3147f3ea4675170c661263d8176a15754d16e8aac0f4b5483c893fe6ddf955b7 +size 998715841 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..8b93cfeaf53fd60cbf6f336d37361395920dba06 --- /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:d744e897cd1aa4b4063f9193fe0e9ed0a969789baea01d947c833a1b0165172e +size 411654596 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..a314e509aaf0264e0e4c77bf111de373cdce275b --- /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:1531a2bbfb561a75486cc037fb295a9a7b9b077006ae39b853d917aee6933f58 +size 791219108 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..8f5d8a17073c8d8f18861f9a56afb0eb909da362 --- /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:e1c614b7d743cfca7b725c89252b0ddef12cc0291ea12592a5cd5cfe40588f78 +size 553553370 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..e3a42503b5e982ed96104e41217ec03afd82d6e7 --- /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:74827cb843c4921afd14d9a88c3c03701d50d51f8e09117106bc8adda4876182 +size 454995868 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..4180877e7c3db87f042e34b9735151ddf18f1f8b --- /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:38d11c0d50e60dbd3dbda888c992043a2dca7e1d25fa10f9b926abc47acc2c48 +size 795223281 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..f25f0e7d1853ba9e9cf5a1a5874283f58a3a4fa5 --- /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:d3b422a4865187e38db29d6cf7c413e89aed72fffd08333e2e91a7a3a997be5b +size 800530629 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..713e817848d86f041e4654983570bd84ec2458b8 --- /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:7eae845c7dd2ee6719497f19be8310fb69da849d5a19754cf92e531234fd7588 +size 472144704 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..76a0966c0ff0c862f0b6ad47e801e4211ad4e660 --- /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:82b94ffaa5f75131b3920f1c77b808421b1dbdc67ade96926615935c71c029ba +size 1180369209 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..1529807dfe746750ea5669d360b6c5075c40d773 --- /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:630517524f35570e0adb42a7b38f908a64260120a1e386d7e8382484d308114a +size 415802541 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..9c270734bb89d81d8a0353918c476bf9b9966885 --- /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:4f3627b5587a943ee719aada82e431ed8a165d3fdbd19417807511fa0d4a8e58 +size 517610867 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..ec0a4827a70bbedeb15faee697d2f46bfc337c53 --- /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:a170df6cf01ecde8819c38abb1cc65150b5e79fe6be6f695b3911fe46610789d +size 787235825 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..80d65a93986510588d80eeccba1ffd033d2ae2c2 --- /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:02a6416b32d952f52a321523f3c4d09b737534ec942e90909670bdb3a2208308 +size 601476994 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..b73950f4d4190cbb74dc1829caea40afaf6992d8 --- /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:b67cac26b57cfb919b68dba07884b107ab565756beefdaaab350fce9857400cc +size 817465559 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..db0be8d7a0152f1797bc356849f1bef391c17b09 --- /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:ce093feac802c1f7c7d68aad4fc52989930dfcab17342320d8733acfd63fe76b +size 413023236 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..88610982617de9fbddcaa22c9400d68243cc9b43 --- /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:e56ddc3230b8d06b7249fea4b089e221391978ac9bb84a8efdd61df65cb5863e +size 496353547 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..79eff64034f3abd5f54f47996623d3bed5d7aa80 --- /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:ff8ecad8f89a8fa0849bf77197dbe450ec8cbcf31b1aa1f50cfb3c4fdb78ca6d +size 376055848 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..1f724db0a42345653b3bebf75ffc81085bb870a4 --- /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:150bcfae81bb3f83babc5761c7695233503fc49654b0ea61b97da565b0dbcfb8 +size 504271915 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..9a4e2cf84a33ee9f43e5358c0a0a794ed24764fd --- /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:d4eafb55819e5cbc6ad4aaa75b1dbc348a17ef0ee1e78225a679fdd5c36d8f5e +size 501924443 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..39c8a8439372bb4608e75e090b1660793cbb6b77 --- /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:57adb1f1b7e02f46ee1ef3f8b553fa83f79b7b7698a7ffd0e116256c0aecac6f +size 947507715 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..47977ca4f4662690134f87a3f8af398469f01649 --- /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:5fcca1499b6f74c424d907c7ffd1cd79dd70a4c4317933346caf1c9ba3a65b5d +size 354811916 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..0f8eb8b599887edfcecfbb5ebbeb026a2eaf9179 --- /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:2603b91c881e6e0058470548eccade0b4f870cba57fb3420012433aae15ecc28 +size 509937844 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..6b5d67ac8b702b6e67af8d66612bdea79dab25c4 --- /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:c607ac8a9098eafd1f987a0ba554e9f785b91435ca1f7b983f192a8a425df3de +size 500842111 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..ed6ba8857a42eed3f59572d1c85f585661b6c377 --- /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:c8eb7d732ca9311e87fe6f8e5fb1f887af6c7802a4e92b25ba8780ec50a40e9e +size 397186424 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..64a6c7ab37c2a961be83626f31b3231e5fdc9d62 --- /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:e5457eea9e005264cce83472bae103cf5684412845c0a117e2694480eb87f19f +size 641116883 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..852d9b9fe0d59bf450f919cc32da4b089ecdcfb5 --- /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:e296799eaff7ecbf745c5740799e685a200991371229d451dbbd418b11f88932 +size 412767498 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..cf2bc5c928ed3dc9fcb7657345ff9f53229b3b69 --- /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:04150a5240d441c8f63fec802078e8b03b251d60881f9b9f4bd0020251efed09 +size 397663594 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..71e1f92d90f6d5ff45b0977d74907829ae4a27a1 --- /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:6a006c02ed05fb50c56b46994e87d9094bd53534fc3806e8aec136d30737cd39 +size 868608027 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..8266f7ed2ad0db3626b27dc3ef4cc5e94bf93ccc --- /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:87edfdfe1dd06093e5dcd77f38f2e406279c743f059ba0cd93b765314247913d +size 571033925 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..9a1c85d47d5fc2dc79648cde8b4856e7745c9575 --- /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:fbe19cd3aa29e0222d089ffd2da13835d36d6599590ce900c8192de9b26a4b5c +size 1149809310 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..3b997fdfc2edc61e5f35c6690bdecf0c0e863f53 --- /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:7fc20d65152e74c06c2147846d56772fa0df539a01165f91515fcf935643c198 +size 450427907 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..7c1832f4756a81e60c2fd4ea48f7f08949da3823 --- /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:072100d7e50a35a680b43506f3138f7bcd27d6ebd179bb7c293ed8765f3059d6 +size 389236212 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..767d1741ed19eed0cf099cd35628ec5591098844 --- /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:5d47c35344be42930171d5fa63ce673db916576e477031dcb8404f53c96277bc +size 557275018 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..c7c70e8158511e54e389fa92ca22650a7adf72ea --- /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:4dad6e7b333e2c230ccd99024e36b75331a82335cf6a29285225dddbfc5966e3 +size 707920153 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..b09e456597e7bc037a6b11b876808081bbb56e5f --- /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:6641a7bf809d03d37f8bd54b8c244a47de3155367c50983c5e2bbfcb36a1213a +size 566817208 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..5093a41559b1c5e31e6c72d6d25f731117e49fe8 --- /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:8e52172fcccf24e8047cda09f95693d68ea407248c1e2acda4506a22c1d34d62 +size 449553448 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..328092764c1d9963a4d67bcd398ea88c51918dc8 --- /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:6f492572ed4dcafa5e526245016d75b7f75ba9939e16917930583cb3d27f4995 +size 437027394 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..e40ee174fb2cb6a18cabc5b054a41f34f9d6bae4 --- /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:d3eb006ba9913e7aa07b3f1dde41fc7d7068482fcf31ab0a3f46136cc5163d65 +size 595325616 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..fa6c2ec12cc0049cad5c91fa464263c562d8c37a --- /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:fb4b6005bb0ccfa2b0d40c0a7cf22857c4766abf96e724957624211ef0e5a037 +size 738920671 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..cf1072d626daa1b005cf7fac8b9faebea6fa533a --- /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:adc52041f2130a0bf781ca25d50cc515011b77c1d9f5eac00b0eab01f86d8b14 +size 663405300 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..e833a0508c81b8eb84ee908e76c77346abda31fa --- /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:96859a963958d1c529b8e3bf01cb2477aff05b6cf4163df60b02f97c796d15e7 +size 532368053 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..5b79dd2a60c868ca636fb7d31267cb51ada4938d --- /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:5c1d2f47cec80bc0bca4bf489805d40eaaff982958439f9aaf651e9acb57f24d +size 590841691 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..eb27264edbcc80ad9650e43481ee30f8a353fd2d --- /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:6fc8e9c3ff7f5d370e3760cbf02a315ea3cb54d410f924f794e1f07a40fceca2 +size 664392799 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..7fd0ec1edd793c71f9c972de8633a6f0e31746d3 --- /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:c794ed7a1d5f030a85721893dea3af785743e0b664a18c2659ec6688038e799f +size 561555402 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..389579c330ed32254194ea5f170d5a12c1f2d628 --- /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:b6b4797f8fedf25c057e1a0c365404efc71dd8bbbd3ede3c6b39ad6b29c3ca26 +size 488188767 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..59c0d872d2331f475fa8f3edf6e96728aa7129b0 --- /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:2744d15ef9ba13db3d16371478947a1a91de715e79786bfddefb292b87dd9ec9 +size 446036580 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..ab5c608f37e31ab54e19a5a3b1c5c393b215409d --- /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:b08154fd86d122cca872a37a091cdc90f59f8b99d24be9db0e4f114b35458abe +size 567842451 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..f433934768887cf0b8b415970de447b48652bae6 --- /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:2b6eb65c7c0f03c8adb483ba182b2d9afcc2c759d4968319d0bdef23cd737e14 +size 450592415 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..b6d9845e921246a64820aa1f21c24440a001fba8 --- /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:7a81c59817f36101ebaf30fd355b05b2b9b8156ea4e2c8d1add895ef19123a5e +size 422464123 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..ddc062c5f5c6a2d36c315435d809fcb3995c51a4 --- /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:96ccba8b3e00d478af4b60c854837eb0b4e1ee3c2ec794c1e1121a5416c0a364 +size 662657718 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..89e839d6527b716acb6a31b092096a8502eb3601 --- /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:e62887e17fc18dcd98bfaf4ea1bd4cceb7469cb36e302dd84fdf9a0e3c313b58 +size 433758799 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..89ffffa0b0c9e3ce6a96d9c797739772569329b4 --- /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:9893e945f6d775fec04b09031e0ebc90eaec3a2283f967c0fc8231ba581c56e9 +size 599193591 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..6116919bc13f2da59e00eab6dcc49bb395ba9b57 --- /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:78efd40ceb79298be01bd82d515320622fc61d2c0d93be0decce2a5126ca1406 +size 467138613 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..8764df722babf3f6d048ad72f541cace0fa098de --- /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:c2a439017601bbc3b0601125fad2660febac6a1f07332a827e0e1051bc81dd93 +size 433968657 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..ad97eeddeb6e8c4abb10e50a280fff849d805d74 --- /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:d1df2ad97612b970fa6f7342113769af71dff928c6a670647f22758473c6cd4e +size 404554727 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..129cdad53e15c3936b93cd1a0c2cd0acfbd314ab --- /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:c0b243bf3a4cd6dcc925e9619801a740533ea62108dcca45ebb22a6c59b78357 +size 436008115 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..51852598fe92c92c1a82b6a5daa6b93e033f9cf0 --- /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:1fe17a961763730d45fb281186617c238e6de53afba242ab93d1d6a4bcdc254a +size 459727466 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..7807511df120a65d1cdf33a4a9914bde5864f3ba --- /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:280f35d6c0b7882a65168826e11b8eba85e5f7eaa7f2888558a09a4a3a706822 +size 468751309 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..2c66334d03f10e6a13298172907e43b9169f336f --- /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:feea9957220fb90d799b3468c1c63c9e57e70385903fb9363240f257e91a0c0d +size 872155307 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..eb2dce488e4eb2eb3550cf0e5583b61daf3da937 --- /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:c4f993affc12c2b72f81ccd3a2fbb81c30b45e46b4517f667d163f208c64b0ce +size 513077828 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..2ccbd62581067c039992440957417478d8ec5c58 --- /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:7d5db5b3562d03326c6384798415c176aeb937e8695cac8d2928445ed4e64cc0 +size 364587990 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..261bbfa789ea8750eab9a434963185e8a448a6de --- /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:1c1836a0b08db00912ae5e95a7b48b7f79cd062805394ec470da46e20d13fca5 +size 630657720 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..aa0e04882e0f66cd26b838c10afe922496c65e80 --- /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:8980bef60cd7ef9da488c05e3e282e311e9e51843519b4712f70b993513861cf +size 380252544 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..02fc8cdc669ce19b4a61659d24c1c583a5a6b267 --- /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:4cca566f7b88eed9142249d5764b59addd46edaa649f0e689ccf9d319c74ec11 +size 707638008 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..ad6837023f7401599353186a6e7c13b0301aee59 --- /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:5cfce2de4647ed65cc061e3bdea234ae822a6e335b987049afa2e93567f34966 +size 690986925 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..e8be9c5f39d058e12ca4bd4dcaefc7be5d277365 --- /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:7a690e4ca714d3413bff261e4045fa49af2aec1f3937ee00c426ad8e09fbc409 +size 471065233 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..45e4f4523409b65942f31b73aaaed15d4f4fa3f3 --- /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:73fadff7720f9d3a3c0ef734d1637d7ae5d438def270ed796f32984d47329a0f +size 515938147 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..994c11a6668b8d54d457234f82a44aba1d51b6b9 --- /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:3f4e315596c6897fb53f9ea0ad97a0858f30fb9c7400631e0cf2f53bcf416470 +size 632995478 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..e113751d8c537bf703c0b56154c7045f459a777c --- /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:f9231a24f8aefd33affdf6915f34ac228565f847281028bd90150d3ff11fb291 +size 571867107 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..5746b5c097b9bfb22eeebbed799a3b5c9c061417 --- /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:5ebbbdd68e8de7c6c4d61b91a6a2bc04628fabf9ac62430daaee259320312ac6 +size 488936138 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..7d6ae68c41cf2f4ecf64a1c1c7fe70201c6981d8 --- /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:6987a5194c9475abf353123935827c603b11290ba68a80c2f33403076e38f514 +size 517510168 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..9daf0eacf8a60294a56a285c82ae8a416a05ac97 --- /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:c72e382727ad32f373ff3e38d64babefdb95e2012d55165f79c196b8429368a1 +size 474991704 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..639ed1f2b48c327bd708f60446d4c7c15afbc3b0 --- /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:5aaf070c7fc8dacc4129d9a7da35df8d05547babf9a39bdec16d4bde78efeeb9 +size 535999666 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..8748bb04874ab9209de7c417c022fe7499b3c6e1 --- /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:07f498bf17eac1114d665a0a71a893717df332d3e46281daf63709296a2af995 +size 837871830 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..560f37612a0cbc03b6e8e6ec4c59a752dab23615 --- /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:20979e40639ce6a20b70f080e80a63280eea7802c775e4099d616d4e44453376 +size 491534253 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..703ed9a4fda49154a7a2c4f4bcc9c40beab01939 --- /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:f17e1a7a48f64a37deddd3970f2f27ff878dd9fa212c583245b0314b22a56627 +size 690932248 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..d56eecf1b6f2c018aacfb15699b91ada4381fa0c --- /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:c9ac9922dc3ff6990a6ef6ef2a20a3e0b1a184e33303f46009d9e2f8d5813165 +size 431053419 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..ad4d50cc95daf8787b228118d41567302991b297 --- /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:e60dea22e8ed387090bb709d4e5b14603a0afc6096e4801e51eedd39ea94394e +size 451818112 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..8c49bb65aff324e589c7f32436560840c6db90de --- /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:1496088e92bb4612e907e75bee0847e91e5f4a2de4bedff697a7090bc5d9d506 +size 600559243 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..95a9fedbce9cd6bcbf6f63e1169779bd509ae4a3 --- /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:c7ef35eb3a60685cc1564a850092dd2398368b836bb40c09684da4dccef6764b +size 824592386 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..e2cf4fdcd4545552fbee3c7ed6751275aa01f2e4 --- /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:5aa256df170f4213d5397c5a9227e7fa7e84aea9cd2b64c275e8a1e1e9243572 +size 524516739 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..b1e524f91de1ffa110b5e23d8a3e16abefa3e913 --- /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:e2356099869452551c14866b99ef889938f98abc29c2cd1af22cc6990560d250 +size 819233638 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..faceb85484916f53063d12880aa9bb1faa8f112a --- /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:27ac6c83d74a88aaaf9d7b4ab61287c711001e1188541c2fd65518c82f869e69 +size 534471761 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..6aa125a916db6257c7b116370fe9be2e96a6c754 --- /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:d0c4691fb99714dde66ad50d793afb8a81717119a999647c2736416faaa3782f +size 436963398 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..374c47bfd4f73947631481fd8fd4c471823e0bc7 --- /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:c7b3805b146a216ddce17fcd57e205c2993af95c2c9bfa101411d40e6a3bfb15 +size 393313063 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..5ab8b20e5e2831ce371f1859b24d3b97b849abf7 --- /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:cd0468ff33892ea35b09dca3589757dc35d7afa2019f8fa3c1af0812c32eaced +size 507833606 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..3517fa4c3c8f436413997f18e196cb7b26e9efb0 --- /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:f33450cb3317967cd0b0b7d315328aa21c56317a58cbcbf3397075ada234361b +size 735781495 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..cdc164a54e6311d824db4a84a8664ef16aff52f0 --- /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:877e5a9e9067f73cde229115526958b45ff76b3f350667a78525a4459b2655ee +size 935845721 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..0fc6b9ca6aab2eab9852b7367ab18ef93f5995ce --- /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:8c8de1867805b19c866e4c01f1f0235cb76536e60e8e8fc95f7b4041864c0a36 +size 506878920 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..ff20c7d5042796f4f71294a898dabc554d10858d --- /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:1206142f6ea29dfe45b7e598a371ff65be3c1332fb290cded0e2f955dfa3e5a1 +size 377028522 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..65b55e11c4047d5ab276351cb5fd7f25965e7cc7 --- /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:0db8aed0c5f82bcf419163605997c06d4b0b3c19a12d7c8baec44e4e642e91bb +size 456312062 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..e5da7049d7f6548dea445adccf5cee2fb26f371d --- /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:bfead15514f716ff71fa3e5656195f871fb2e91585533492fc54e2a2207e9fee +size 509095639 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..a4515471a423503c601bef2f20c1e1a828bc794c --- /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:7f4e8ccce03eb7bb3ab79113fc8290d3a10f9aac6ca86916d09abb0923e87546 +size 416182831 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..e006c8342864b59f479465a6f699f86ba8220593 --- /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:7ed2ddceb41140c5a13758482611c963ce7efd674810c0bd7b6fc0488c14bad1 +size 648479162 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..55a4d0d5d5e55b3cee45117762a798c35be55f31 --- /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:e34f8ebc7b0d58b52a8a00c4aeb95ede26967e91af49b5b94d8ad699fa467822 +size 367967536 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..84c6d01347dfcba0b9d18cefad351a78c49d6f05 --- /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:0326b4d6cc9c9f96b2fb085e488fe919c98a6db715ea5be58e1ac6429909b898 +size 391541928 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..7348f6d45de5a3a8d77d1a69898662cf1eafc518 --- /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:138d5549db2f54c91467a931452c677fd06ec9ff021c3ec603c1088ac6279b8c +size 437009952 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..0a38e6a84d28231a760b80dddede794bb789a615 --- /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:41c3eb12d78402bd5c500f0cdbad8d5f8a1fd97d5aec8a120b25bbb38d5356ae +size 578595367 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..7dcfc8769f11ddfed762d97d5a1c1d99e6869e10 --- /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:2a0e97f6711a3f6d84f5da6099951414fa9117ef7e58680dcbe6db12de737fbf +size 474436919 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..eefb35f8a738d27d368e2ee058e2c0426cf3bacc --- /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:0458344da0c6a04cc3f28667b04603c9f48957d011a951aeb7f2643a2f1314d0 +size 416881792 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..1edf8d5cb1756dd07a8b061f9d4e15c8207e2f61 --- /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:2af18d01b801d635154faaee5058fa64b096d53a4121558555e81feb6f23b677 +size 586616287 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..edb8e86529cbc3ce3d422dd460a159374409cdc6 --- /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:9569cd06ded0335a7bc064d42b2295cf08b8ddd60780b45c3efdc9e46ffb5d0c +size 523703697 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..dbb0386735513a3de5757b92fab1d93bbdf3e440 --- /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:69b042a652580276dbd7224887dffa9b7c948a87f1f36249147b65f19f146c10 +size 708941296 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..e98604b70276064943b7234673c3961ba23d3a46 --- /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:2e676105a363671346f4f5da88ca751a396e1e4cf70283582ec321f084432187 +size 494789907 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..d8a911949e83db3e5f442cfa751116b6674bfbb9 --- /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:0fa8b4946aa292726b5030ae786c551a4924556daf248e0d353b95da36d42741 +size 431524454 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..9da1d7c67a7116285a9e964ebc1ee893b44b8643 --- /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:620861734b70e6ad1e4521d378f8b740bdfa524be2e1ed38645661c681c7bf82 +size 414313423 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..e4ab009d235012502e1a979f9f55d6256d8bc26d --- /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:c140f483703c00b5d0e14078c4f03d0ce3d5fcf20ad28ef10fd23640e9cf6db4 +size 571245289 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..2bf48bd80fb86fc74c0cbdc780692771188827b0 --- /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:cdb2c468fe08f773b23fb1f038363820a8cde64e5c6557d79925756689623bc4 +size 674549812 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..13b1f005eac060cfb03715e906fb6a82ff346ee6 --- /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:bcfa06129a8a268013a5183a039a995c25f029f4d50b080d2b3e50f292b30791 +size 683743763 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..8065806a82c81eb7f0a92b2c5b9b2b9a6c925957 --- /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:9755b3892d33d0a0ad0ff419c91c562010f91d8655a70dca9c22d03c8c47d83c +size 594937066 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..7de3a8d5d8b121b99f53a12349c742d1e52cf8f9 --- /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:8e74736f517f166fd703ba328a36d56afffe332693e86d170bd56bb1a0c08f41 +size 488720979 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..a5a2ecb4f428c25974fce9095fc7162b154ad15c --- /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:405820dfed82b426fee35d04bf56824f18fe4ba674043dd52339c449419a3135 +size 556048648 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..892d20bd2fbb7420a668162dcc09e6f6e077cb47 --- /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:79cffb226bbb32b6a9cea32cd8bb17406278294a951b6c826a217cbd7b1993bd +size 499431319 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..daeaa3ef41000d083df2788a0aaba1143e1dc5fe --- /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:2f6d5f7ca7f613b87cc83086f8580ae7dca21dbc3b3304ba6c6077e69cff0f73 +size 486136260 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..d7a56e00044b984a1ddae67e2056bacc19ed2c65 --- /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:f1f110e1e609b220311a2ae8163b53a379d48ffbfedc2c2be37c9f86e86cc305 +size 534944078 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..40327beb8957de6b61cdab314d08a048ad7a3495 --- /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:c92e50cb6b0d75b0b2289625117964dcbdc342fdf63752aba6306cd1fdf4aece +size 546795902 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..2d75dd91481701fb18a2730d77c92298768239ef --- /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:5f75e2dd2b37bb70353353de0c4f450ea55f320c718f511fe436ed3abbac555d +size 617242079 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..f10ebb9fd13e82cffe0e78d8c0b5888f8889ea43 --- /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:1c1fcac168d460a8bae03447aa47f0469ba277f4a7629dab53c83175612f9263 +size 1210900356 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..5ca138394ce0cb5215e64ff787e91c4335a04010 --- /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:6eb0e512d68b0234929d0603572736b877409bb5938e698ef74f24fd96e0f58c +size 569818505 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..1aa588bdffdebc847bf171bc320bfc56887b0076 --- /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:2b20fd5f6b3da6d9890100222e49e35e1dc3652494119ba692121247b5bc6927 +size 510513440 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..4e6800f518b31decb119f0e20a04d341054d4cac --- /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:bf4db4a546c051823dc6ab4bd7b98774cbbbbc630ee06c897950914342545b2b +size 727765786 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..a07b09c1ed57351b286d9550b74eab12aea76f89 --- /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:255664dc7951bbd058835703e24e53dbfc02359b477ccd3a51c6f41106580480 +size 584262082 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..94d741878e04f1646b5b1936fb9bc353ecb66e99 --- /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:1f7241a5d61f3bc2fab6c55b5da9ea7afa145ff49cdb6c51d7f4349b7716ede1 +size 518890736 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..797a6a1017c608c6291606bf0d9c2dd2ab9f7075 --- /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:78b89baa9b85ba9aeef6e1337f62cea4bd662c748790b486d1329e084a2fc2e2 +size 444875212 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..514e627d645291d58cdcad53502a3b503e61967b --- /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:4810599c21a6557732122ec6d9b040342e50752a115e9407108b7e261aade943 +size 487204175 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..151ca4c63c2a2313170cdf9951b11c391b050c96 --- /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:882824ad06c60091a2440ff5351e37ba1bc8b3800fd52e889ca01f6cb1b02a05 +size 531720908 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..74c8bdbdef8db4bc6df87951fd0b2fce536c18ff --- /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:d6cca894fcede08802bcfbed15b5218d1319c3d94426eaa15fb54b3f8a88fb81 +size 581585973 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..f9e97d9038297815ee543e3a0ff05b1e4afcf16c --- /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:52d788710647057f7cf1f4c3f2b85de4a63880c93633301a252f70768ad7f0a2 +size 452105697 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..5be506179f7086e03ddb6bb50ab00f7d798b1a49 --- /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:7a7dc2b19ab4ee306a8e2031b83e431c279e544b2bb6099e72d5c8764cdf415c +size 918763602 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..b5de3ef6de03c2e14cc5482b9bc4f3a58628ae4c --- /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:ce32577a5983098c99ae709a6b68809c58784bf666011731a0677e1105eaa129 +size 590087128 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..d0b6079e648ed8c74d888a3086bd67de43551351 --- /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:478f994e03b73067fed161260ef84ce8e0736aaff16afac99b19e662ca5c08ef +size 768645847 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..f48291be848f8d4ab1763a4ce954f898239a92d2 --- /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:8671b5c95a63a2a8e2f06a20ca68e11358adebef988da02e766e8f7000f0b53f +size 505395214 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..15a9867c9d774c0b6425bc90c471ec66e3ab6968 --- /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:5ea4a12943a764274c46c891da72d4ac9364cd8d86f1ddb4e01f0b0590c975b3 +size 635873652 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..39222876d16d00863ce87dc803934e169e237b5b --- /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:c8bfa477f4adaed950cdd0cd2ac650275b86c13109deccf13288bc2535498e7a +size 414442761 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..0a1c01287bbdc52b93381f2c17668c478f962777 --- /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:1ba0038d4afa29e617a1e72b20b4be86441c8a6ed48b82756815f5d4e79ab004 +size 550813123 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..0d2f2762c571af005bb8259e37278f05e9908555 --- /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:546475625bb0219c933e6349c18c671bc8a8250042b2ff9dc639bbc7d92808f0 +size 396947092 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..96c52f8087f89a0514b4a8a1ad10f80c6fef2c54 --- /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:0065d23218cc041660dcfa611842c92cd3abb3608d4c1e1fe32335d27d407e13 +size 789541846 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..13f45e50ec547461c108de31f630f8b641412511 --- /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:85ee4f993a8dc7df3c1991a2bea6407ec20648695cbb63da161f11cb1d0be5fd +size 635772355 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..ca7962124d4a1b0c4028714211fff9f630a33236 --- /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:998603410e6c0f00dcaa256938184b992520da6264d88b7a7556181dba0c20cb +size 519782642 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..110bffd6bc9cc2e2b970cefb397281485ee21a03 --- /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:8ff02477c62b2aab7a24a61a1449ce6f244adc3cc3f914c9cad471eff97f9766 +size 685303505 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..42a76360cd649795071219876a84c0da3965608f --- /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:9ce36bb130e47ecfdfabe6d081b13c1ed41e7ff7b589ac981e4d4abed7b2172d +size 715637512 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..f9a33d163225c99277009d94bef8faa65745903f --- /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:6eda43e3f25142fa831e398f903ea2101617b881c5da4ae2630bc17d863f9f4a +size 456219130 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..4526cc3c1d73f9dd1126b4b737fceb93a522c60e --- /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:07ea9660e21ea2b8510baf529cce9e5d3e30afeb015ed6396c98844d370ad1ee +size 393696524 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..4790018ae8bea3598cc1a463fdd90a4c28abce45 --- /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:5b9159309adefae69d7429da1cb02bd96e64c50246456c0a4392edbae715bf76 +size 432917456 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..18d11e87cffe8d0f5b9704f0c4da6adfa5765021 --- /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:014adad9a8fdf5ed13786a710039817ae203551845eea89a997caf16f5d63e09 +size 598011022 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..e7c920077a5547a30c37f00eada9a478471c0605 --- /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:38ec6f69fe896e21a5dc9a8eb8273d5e062b5681587993d0f940480aac75639b +size 1182920869 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..db7473232a757b19aec1bdbc574873a5a302280f --- /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:c22fdea34a48efbd18dd0fec669e1188efd48ce3e923ddc58d7c7a532b0fd28e +size 580816051 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..457fd94ee8d24b203c6c17f253aa131787f679cd --- /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:60f41e67922f2d316a08a6f653acdaef4a5f6afe16b854ffc1f07e75a506a2e8 +size 624943002 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..b796ad4e8cad40a4948b725f6a7afcd137ca1165 --- /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:37a60484bd0d166c25931a7145659fc77b4478b22ecb9f254ee513cb04e7b6d3 +size 415813617 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..528ce0e82c7ff79382ffeb2443953808bbdf7413 --- /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:40e092ee36e3a6c9ba2cf3fbf08a78bcb3480a0c6573de7845d374401baf5707 +size 532181173 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..295a51a831f1ea2ef6659035bf0b210f6733265f --- /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:efac7357b9f751badbb6177c90f05db784fea400da6f0b12f4b4091487d3b205 +size 522222027 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..1f3d8a17674d964ac8ed85d8e82a875eef430188 --- /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:8c8f789721bde7be9ede727e646049de4f20809d67d00c28677c2ea421f825a6 +size 403293242 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..e536f361680630d6323078dd6c9d710028f61f89 --- /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:80d3c82a41a8a1c50d50aecef0b706bffd42f72dca5eebcab739ccca2aed39cb +size 467973375 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..b8b62ea3a1595cbc3c47ae8003aadcac650376f0 --- /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:3e127c1086924da5588a58c09a52fc4bd64cacbed8e4fa4b79ae1afb1aa78f6a +size 342976623 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..0fd8bdf66cd164bdc482ed8d803a93c0182b55f6 --- /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:66752d19437a9431060541b75a8491b313cc9e4bd6d12a0272926c346bb76a07 +size 566620252 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..0058cfbce254a0790ceaaa62e0e608e79f3dd763 --- /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:97754b12a1c98e14a7de90dbe33be245db69e0be687966011b59ebd5fdba6511 +size 413205466 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..6c049febbe49230c58e9d4db7ea512ee67eccee2 --- /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:41b37c6e9a586671309a51eb61e0c9b43f981144aec9d7c242a71a2d2bfe8764 +size 478206568 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..77457a794e84a889a44ad690171b17b4e219c27d --- /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:ee2b3c4933b3e66f4bd73173c3d43fe799c283e76fca7a999fd7c659c7719705 +size 479528730 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..1cea0c0906356a3f55b7cc38af9c86d11ed69d69 --- /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:3d4fcbb908b6a899a73b70d0e9820b2ccdf9136892c0b9180f594bae9403a763 +size 701772863 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..327f5ba3d6f0bb3fa4bb7a7e09d2e7cc2be72d9f --- /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:a3454d0422e769c1a1565d39184558c0d87ba93adb21806b48bc004bb5db9de5 +size 485102959 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..a4b2386c04fcaa3ee855f7ea77664044b54f16e2 --- /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:73be7528e3ca843cb60f62943e2265c02f6b5de3d256fd342c65115ed6de41d0 +size 368867662 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..fd52ddfd924097eeb283f80a58ecb39c7917bd6a --- /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:8f5747defea6c3820963d476c4b37a857a6338c9ace2843df043a88a8ae35826 +size 589927209 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..f15787e32fd30c656d596f71851809e67e0fe936 --- /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:1e00af8589a72c10a0ada1bd0cab2ee988dd45e0ca2af6cabaef7e5a1481b9d7 +size 528858874 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..9b951054ae6a0fdf08367e2a4ba6f0fb6cfad2c4 --- /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:3f058925df400a479594f2eafac080a9f5eff5ecbc51ca38eccbd5fd7601c326 +size 682745771 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..df83c7fb8e6b89f18cd8b818ccc960218ad69bd9 --- /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:581c36f17e0538668cd97ca5fbdfe002acc7b17cb89cd23d7940f1d16aef453e +size 763341963 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..b3e59c226b85e8126555f7af9f30629974b1dbf4 --- /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:f31442cd50042c9822fe2c9ffb3778d326f728505648d20872f48205cb870ed7 +size 559713127 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..89f6f6785ce2ab08db194fdf854334ac51522da7 --- /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:60825a8dd47a06c1c2b375272a358d951d9326e37ab8cdc1386e66e7798f3689 +size 481114619 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..ebf8020b2035fded2624ded0931221fb7265a4ef --- /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:79b5c702c61a28192e167925bf1e1dc714242c2b9fda63964145d989b7c71118 +size 755144696 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..cf2c607acd054855484315236e03e7f5bb1218bd --- /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:577ede7715b820aa3b58af7b9b0f617f48cef2a6688a31ced89d5330a064b096 +size 556046133 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..6db7879277b36f6307e3ab100e04ae2542195ed0 --- /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:1849573bbc4f535b42ee2162894123817f0787b8585d3b69668a5428629ada5b +size 727188045 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..83c8c0d7ed8c963dec1799809d587de7102c8e2a --- /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:af5077e7437d0d9110148eaad89328ef6d001347c9c4b26c960cd5b43da3606e +size 522520603 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..e5f92ce1298ec52f43e106d3c832d4d4ce7bc2bc --- /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:db00fe80325abbc758b459f03ec2fca6e0f0e91338eff73188456f84aa36b3e7 +size 510483383 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..e3f0b18e6fa1f5d25a702199b9eb5c6790b246ec --- /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:9009dc25eba2cb842955c5d466ce12e7add3a236813568cd7cb963a1c1432797 +size 400908501 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..9c626ea665227d6477306bca0450457bcbf518d4 --- /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:922288f9e6328d8bc6e7385e1cd54c827c4b52f76ac6ae7b78f4daec8d4daf7b +size 485992160 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..1d6ce7a0e2a8cef3ebe81dc2f153bce4f705d9fa --- /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:9c90304f0ddf677d20d83c7f9d6ebc7614f676c2f7caa221c86faa0ec7f5a570 +size 476339546 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..49a5e23752bf255274fe056e1e3c40f50aea4d8f --- /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:297cd6d4459f1bf2013857885d6c71cf62fc167ff5db910de1e904aa47568bcb +size 436477769 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..2913418d88ba6fccf8b7ff8b2abd9e52c8810f09 --- /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:31ed318f82388af5c1570de0ac476c9e17c8bececc60db28cc357e99ebea5c0a +size 511895683 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..bed2e4d3b41c06768f257afd68d062c21f8f6b39 --- /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:7eb2a852b61d378972d29fff78b32f6b1077febf87d51d204e89300d97ed63bf +size 462065663 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..90ea3e97986a64ae82d0e7306213f2ded59c5cf3 --- /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:f4ba59f31f5ab6c3e8f8ca447829c1a9755d6a1fc2a26de2beeaeb05d556f651 +size 559271755 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..3adb47aa1114e58eb64163dc9704ad49d4d4377f --- /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:4da6dbb0d33449d01b72a075fafc89f912222c04e65886de3ba7a5fba4e57653 +size 591501724 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..2eb6544932596a6025ea14b28a1abe9a8c78d9c4 --- /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:f3ef477217f706611f4d7027a1d820d65ea396b7bd9b24c564842480367efdb4 +size 482664424 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..5898f131af56d8aac5b685ae69ad4bffec54c365 --- /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:0aa6522339dcfda295cc9eeb4332be42684f2fb91a554b557ffb9fbf561528cd +size 417371385 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..f610bb5d6ce302a30f2dcbaaf8060d1802a4f2ca --- /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:ab0eef1c14819ffddb3299c11a7ee824f021854c43abdcef377f4a29d6dfd219 +size 443471102 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..5060d7d0ad549c3327a6aec811a0cb1869918577 --- /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:4f17822b90a91b71656816ffc2586a18d18ec77cac0cfaea0ddb055d62441f05 +size 697640667 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..2d7fc09ba39dec16795990d19eabd24592f3dee5 --- /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:775751cb6b89d38723b050ff8178bdbab052328aa6d2ebf4b10ccdca408f05b3 +size 478800505 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..8a7cb827aa4c60df76df505fe2fc71a6b5ab9747 --- /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:32faa25c7d26e5577c0812a982d1f3c768b76596406ef159e24d3d8830285ec7 +size 496045181 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..78e961127617477d94ffb89d33504251c2b6fe93 --- /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:9572249409e55b5f1d9312d12ac8a3c6764dc36d8dfa9fc7abba865b36e5db6e +size 431179903 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..1693e31d3fc38a2bb954a0d7e5d260bc399f436c --- /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:8c9e3120bea5f27fe4f35ece40ee87c161037b0e6e8d11c9fb60e4bbb30506fa +size 461577181 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..22b444ac64c9fe881b6158dc5645c524126d20a0 --- /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:ff9b24f19bacf693adc039cb22805239bd00363fdee08de74c3a3b2be9f98599 +size 382442967 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..7cd55bd0566fe4555ae59be2422c4fd8cf36861f --- /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:ed5db8b3e31d44a62bd8dc2d94b63314e658beae1d60165d3a19aee17c15ab50 +size 518670171 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..c53b8e402f689c2a360ec893672bc07594c23d5e --- /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:b4e0a9b335503959f5af47f7bdf5c96195eef139ed52128b52c10daae4dc13fa +size 541320194 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..907aaa0fe5cc9dd7fcabbeb073d0746cd77903b7 --- /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:bac1e9ab3432a19b6fb1d68585b7181ffba989e586a925f56c50061d41defce9 +size 652311370 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..81f9e3a20efa0edb8cc5c282c06b78bcc7eead90 --- /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:3ad6acfc96805d558e16da356e3f895981e9498d2e1a83d38388d2c671ad4ea6 +size 577540218 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..77b457658970973752f393151f589cf5effecc37 --- /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:808157446441fdf26db932d55bec7fb02188546f9f5b647565ee8453d38e2c7b +size 587856207 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..d5aa9bd7bfc8f4892b71f5946a7446669113e723 --- /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:ac38e414a2a1162f288527070f0d362dec2b0d7ff97ea59bbb92c5f2efdfd6fe +size 1000260009 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..e6c5372a54fd21ba02c774f6299fa6e96ac208d3 --- /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:f84bd571f881de446411622b62297244eb2ee0c40f8a3f9dbbb26e7a41051a05 +size 470048735 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..09da3ba84a27c51b0d44eca8e50a167d5fdf5b04 --- /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:7985e1f5be8161cf3e64420cccc11441642e10c9235d0007aaa3ee0170f13f7c +size 786378021 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..4ea1aa3e08b907a92f480ffd0cfc55b35f2f997c --- /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:0b8e17da700de7b4e97d374c38f31dceddbf25067497891d2e7b64876e8595ea +size 537807627 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..6de5430c5ee097564546bb8c9813374bf5c78c50 --- /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:a5ae1fef513ed26294533affa7700f5455ef5b5e341843314e27700d5b863b2d +size 741209291 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..3658ece300af959800d6b3c9f3207b6e25bfd26c --- /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:797c813e59ad6e419b98c67b19284cd595918797b4730487b5457cba4cf0aed2 +size 578179759 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..5285309a5daf3e4e36f5cd909f7882f96de6d18f --- /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:03579be0bba896cc0883efeac0f0eb7ff1f906754781281b0a6ae55df9b69640 +size 556037434 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..299722d99955d8d251dc64b9ba9d82d93c035bfc --- /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:439a72ae942ce97c87c3a65f4f1891e8a26ca2814e62a702af8b9af922b05920 +size 454501295 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..bda2e06c801bf62bbb0dd844f32d64a605a7d2e5 --- /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:feb4051170482b90709a3242d80eada687460d221e32465b6da6dc6d0b955d8d +size 913251595 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..41eb026abe0ddab1a7d3447a7924bf9185c102fe --- /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:c344b7a3100d00299a8f01d0ab76165d5389a34f67fd511a209204cd883ff2c4 +size 544528680 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..b6d1bc2d4b4d9a4f3918651b74d97ab9eadf074a --- /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:df39175839f6ddb5a9cec8697019a3b247e9636d1cf80c2a3e0e41c76f187f44 +size 522000083 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..37be0223b01fcf282c2398707e40543e7e11ae94 --- /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:9456d69f3e7fa304b2bec313bd3767006643063590ab14e2047912fce873bd90 +size 610393602 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..f305f8363a954dfd66268c3e5e336efb523e683f --- /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:63e037e2c0e69c4c58af58dd8b73bb84bfe4e140128f5f4bb5a3cf8d18a4aceb +size 510942990 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..412ff5fcd9e851b19dc71320b89d969e63a1f790 --- /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:33265a569266365fe9103b4ea84f57ba7b2d64ff67bf1d23f215102afc456b9b +size 447660498 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..b87c4224bbb9599dcb23bb1ee643cce1047e62ab --- /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:e0674e2a067966abac1903f9579e1814b5e652d32cd14747fb5b42f2c502347f +size 552639114 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..7a40c6b7921d113a6cff12cd2f318fcf42f534c7 --- /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:bf81ee1e04562d8e2fa260509cd22a22e38d9581d93a85f55fee5ae0081fbda0 +size 403667136 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..66f67e86bbf6724e5fdccd34fda1775087383407 --- /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:a95d818ad479ab4b762756c9aaef3d231731d897eaaf8e695bf94601d5f2acfe +size 436611916 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..3669304bfddbb9ec22642412b4da3b9801a19dc3 --- /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:f83d393426567b53792b16a3c925034a0ca378c5bed10b02200a254ec6bcb366 +size 401295330 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..e33519d955b1ce393d590b35f0137e3629ad0303 --- /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:9ac9166d7ab1e330733d074855733abfb5ff076d6c38e24efa3b67b49d1f8ef3 +size 392864750 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..f1c1b9cfa3fbbdfdac37fb73c2c223773705413e --- /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:7bb5068c60c0e613655a0291b5daf919284c6a129591f56ee05f2aaef2e50398 +size 382815062 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..9dc468153e911ff82867ba2fce74aeda8ecb09e5 --- /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:92fc05b1e45b5e10e19eaf1478e30a24210f833a3ca0ba998bff79dbe79f3957 +size 471272422 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..9109f6d4f2e0f4877bd2effe73e0016745459024 --- /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:f68a2de81b71b18cbfcf76a268a20465b22085f1f4297753c76d7177e26b150f +size 791714317 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..6d94d06916f8ae955c118a25893db685e389df47 --- /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:dbfa35879c3a366b59a46cd8ecfb82757ebcd2033d32b3ad4ef5b054189464be +size 480377485 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..e3113715c92515c6dea16f7641d7d4ebe4a41ef9 --- /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:8b9ff93e022bc52a03c0581a7ea5bec1f0936e6717406d0138cda4288ffe70d5 +size 448975682 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..ec7f0e4bc060beb46d278b85c226b21487d71ddb --- /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:86744fb3f27e6cb4c0141e7ddd6025a2845a01d3207078c2d9f7785815e89a29 +size 907782818 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..7ba27f7899a952a56a65dab8ba66d8755704ecae --- /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:809b77924cc727fa665fb533f928b64f5e9550ae88b71d497329e635164334d0 +size 769888723 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..b3cde3915a12863bdeac3d6e61d019466468507d --- /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:e42fd38a486c8aed419e3d15d1d8d13449832110616c1d8ed008396d851af389 +size 723476318 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..0670d1776e791d7bf57007cd19776ba7a7380ca5 --- /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:c66580df1cfab69c038d2f65e0a91b0f587da1a75a1dbf69f1f44d365af984f7 +size 586967193 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..e8d20f768919bd6473698b78ceada1c99e05bba8 --- /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:7be675b3134bda515dbecff8e92ffe3c917682b0169ca5315c81e135e1b9c6e1 +size 461459766 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..7b9d360c55106872658a59432af6e3eac32bdec7 --- /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:e710888869e22edc9eb62e4907b99d442307b287efbdd945632df966500d9d77 +size 463325353 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..bbbf291bd77e3b27115c93398c8aeb712ffcd9e2 --- /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:8775efbbf718e5fe7ef208ad5749f1afb74f0fe10cebf394600ffc8217fb60d7 +size 396885370 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..1146f726051d6161a55ab285dd58abdeb46021a2 --- /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:2c2c8b6985018b47df019f1828a1a64ea61a9dc79cbe0e2ebd84f54a52b167a1 +size 687648619 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..0762d0e5d704af0e43b420de4e9ae424196d952b --- /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:e3265a3c5613566c78194a0b03f34dd8393bac39c475b80213ae06f2e1f383c8 +size 602256979 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..28b8d267831f86dc4f18ca0cc346998df14a6013 --- /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:00a1f9e21b3aa503e5c70dae9d11a637fd59ebbb45adb68846a194265067ff92 +size 611125071 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..9bb63dafe9a95a86413afe66d341aaf44413a863 --- /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:2206d37c9fe09f67743daaf47049c32173f8f80e19d463ca4e9b305c6c5ae6d1 +size 742749504 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..1de73056adfbc1567e48ad794ca742b5ee907c65 --- /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:a5a65b3c98bb80c2fee82b8d51ec39eb7e461043daa99bc6fffa81976a26405e +size 536067532 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..7a4c530b9a5d1e6e58f95db010a996dfd4f86fb6 --- /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:3642d6f90d72a410822007f3c9ab2e106380a195e628efc6836f2321c461a58f +size 880539589 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..4ded956bb55c7c38a9b9de1361b38e6130451f93 --- /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:0e4ab3adb3f2613d357e179828f709efdc29cbbd1692ff108697df60f6bbf6f0 +size 487885610 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..5449e8449a50bb9800dc8e1441504bd930cfa602 --- /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:238c54f1e32e24cc5ff54fe41b6761b8a2e26e2c2bdd80f5c4280a79f9fb24f2 +size 568043946 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..684c89b1fbc7ce6afb2d62ead9cfb6af7de8b70b --- /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:ce6f0dd346d7cc0cad0e8ee950168239a065bf4045834f270e7c27e48ad124a4 +size 548035202 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..5bf10df1f65f4c3de2c7545c7ecd4a522eb1d0df --- /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:3a78d7909f820c234c6c5ba3de8d20ffa3f8f09afde7f39c266b17c09019e1df +size 656996015 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..8a969e3d423eaab89fe634ae09cb3e6cb3c4a7e7 --- /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:dc6b0754bf5de519aaaab66eccf0f36620c8c45eea530090ec342de76b69bf3e +size 391477304 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..d1835174bbd37e26d5c937f224e4928cd81b1a95 --- /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:9fe49ea67985c250b8f1574434abd997d66bc277e3be0187b3aefc96630165f4 +size 529780868 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..7ee0b44144f9d3921c4547590725c64f14c6166d --- /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:f497c7886f139d286e26f3ccb3679b2670637548f6cfb64b9350e5b33806b03c +size 454781318 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..17f180fedd01525bba85b46b1ae480be0990e6a7 --- /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:640050e63e9aa97d68a790ae84a70228f4d4ac95cdc0889b81b49f3031e8c085 +size 405373537 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..b62d004d15ef65c1718b16958f7e651e8c9dd0cc --- /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:5194e838ebd32b9590b026e580afdbfe0f7c039d6ce14c434d73dc7eefe19d4b +size 551538336 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..a0012541461f6a52d973726f222f1945d72a61eb --- /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:96de82574a9b0203d844e07a244ff5795a927adbe5d17b156553ddb963060389 +size 606874596 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..f1362f32791cd2fa09fe820aed0f8924971d4a21 --- /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:fd41cab78a39df8ddf071b2ff7cd2effdb0282814e1c9030e1588ebf62d760a4 +size 769708455 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..6cd1f2474ad9d29a8af0c190f5f668f20fa6890a --- /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:d9c45cb4d9818b40d34ab11c49ed3c4c5210168f4520a7a12cbe1e9bce1eac71 +size 567224973 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..9a6b69a9224a3fb6d32e6fd4ae4d7bb6fb245e92 --- /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:8c8d47d9df7a70f1bcaf5be384b6a7112ffc56638a0522aa29f01aead7a21af7 +size 507211788 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..72776001039236d9ff7bb3958f09c7ff79ba9906 --- /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:3e77a603e1d9d0b6263ee4c83a40daf69a05318e5fd8fa334521eaa8cc6c7b08 +size 631936063 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..88af8a67b5de01ef4016403aa302772483259fa3 --- /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:8eeb95104eb9e6dd57c513cd305645a6701b65a60775502c73ee3f746deabff0 +size 425358577 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..a43e969673d122bfb4b9ec268186502fab84dfd9 --- /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:3428df9d8bcaef744db953b7a7b8677588b486e6d00069487bd4e72abf10b12e +size 537872442 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..3dc4376b37b2ab1a7c8fe437db0590791b212a65 --- /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:e31a01721750de7941f2e69d4ea7e8f38abb55ac26740650c8291d9ce6426abb +size 881976466 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..04fed5c71e3b98d4bfe321a3752110773a57fe73 --- /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:17936c4b9ee9ca80af78f9faa5dfec542743cdce01ee173880746d89aeacedc8 +size 678878118 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..b2ebd1635f135481d59dbc49a512824946ea205d --- /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:c674658f9d8c67b07c991dbe3b2d99de98069fa072e38b7e29b50f53af17f896 +size 771002911 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..ef067e0a90e935c298a52a192359ed15b4c5ef05 --- /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:28e10debff1e1cd2e69837264a4a542e3b994170623a31a4a32993714dad591a +size 861826830 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..e22dd3daee44f43201f8767bebf96b56eb909ea4 --- /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:10007340539085601ef8022129439e0fd48d58c7bba47a733e91bfec85df5a5d +size 650115679 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..31b5d7678250f426c2ac5e2e18bc9ed3a4b688a4 --- /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:2f9eb883cfd7af4207873fd3744a2a7bf85b835468e8ed4799d37875cfb3a852 +size 458486362 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..eafda3e9a2fca4b0b97c54e3ae4697c654569a2c --- /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:08ad4b0d1973303f1ab05c6109493d0498684618c7d9387f5e03b46a95b5d04a +size 482646953 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..ce930646571952efbf72606cf2ab6c99015e8bbc --- /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:4aca839bcdfc4537b848b2dc9c4d0023cbea8efbbf208d351dae52e18339e7e0 +size 487773686 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..9aad712f1e668a9de9c8b4eefe7f0aef20fce9da --- /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:b108c51fee95e8a1c658699a2581748ad8c9a2b87e72e166ea1eca51ddb22949 +size 539629089 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..8dc03dd37e48881a7d9a87269833b2a231cfc7a4 --- /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:7818907885a03c1832380571026aae7db3614f09ce38c48bb1378f70d19c9f35 +size 428695669 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..8438a9bcfb16b1131c23a9c0fc4f96fd58af6111 --- /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:23d2f388e95f889627d4f2925e165e66defe2052fa26601cc745bd73fb63e171 +size 339345056 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..4c6129aaf34d208bd258c3c0c7afe00f88305736 --- /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:e2783898d2900c1d84908e8488ea349021a36f2bba9c9097c4361aadc109ad01 +size 488259833 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..c04bc3bce13308d76484396f484b2dc16fd16e47 --- /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:dfe0a53abb9f11472fa09353e66faf7b6881cfdbd767ec0079ff57b49800eb82 +size 482698808 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..60ce8d2009a7104e5adf7790d223b3d2c92b259e --- /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:c090be0e042efd8640bc2e7521e3e444cc7d4e584668b5ac7a4798ca14e6755b +size 577853149 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..428c142df0962087b2cc83657b1e09d43fd0d3a3 --- /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:5ae6359981b3ff64b97d01202cb986aab8f6b574c70dbac89c2c77c82f4e746f +size 819984359 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..0525d9fc8d93cd1a04da9c5b7fbd88a96a247983 --- /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:3085bda140973ccbacf8bb7a49ad71ca28be23fd38d25938e3c55eca9e4a2c9d +size 603558400 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..51454af3f118d28bf3577353a7d09fdc26f30d1c --- /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:efa46a05b65764e886957ab33d954a9dbc281c19cf1c4396977764433ddf21f4 +size 560579671 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..d728d37e1409732c2ed5585cb603c7c12cac727b --- /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:9b5938b84cc9a6dab76e337e835d007848d657f3c4527f60f80fbeb58b2b24f5 +size 514757612 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..0cb29325e68143ff54038cb048992aa19cfae675 --- /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:a8bfcdfd737ca2134339b65c110e035931304935fbea915deaa3c6f3c01a3c33 +size 573466608 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..c2ef23b4491871900908b0b541401d4d4c23bbfa --- /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:28e6f88b4099991c70d36d2054782da272c492b9d4774e3c05e95c78df16c6d3 +size 387361538 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..5d2ac948507e2256e3622583cbe3d7e3c503746c --- /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:ba64bb9dcc50cfa93edf6da49311d4b75f8121cada1daab0a834192f4d8e2d3a +size 399058740 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..ee7515f23dede120b579a7bd7ea3fc879768c089 --- /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:051b4a7ab19aee1531ee9acab3991a69f14871fd316f4cf1c5553673406ad7c0 +size 720528413 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..99c6afa0662045170f2ebb36ed44d5ca91d0c151 --- /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:766ef941f1509a9d34307e3a0f9cc59168ece3200bd11efa278226189f412271 +size 445424647 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..abe44406625ae11dd44ca5d855eaf7f97f8dc75a --- /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:95a17eac8aeb80611d017501ad264f7a63c2fc5474dfc90937f837d333a6d1e4 +size 554146112 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..b72c18f5f24a230e15acdd29909585c467bb9fe3 --- /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:bb61830225491e52440f7d321cd64068dfb71475c003ae4c3ccbdd592a23a674 +size 528487122 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..f6673b7189a1ba8440c4e9c970ab94cdd559ff6f --- /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:d6f839162096a63d2cdaa393be34d308145772443a80db35bac32a7a68c70ffc +size 713166203 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..d4157550a23c888b37cf18d225bd56c2d54680fb --- /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:ae6ff595fccc3c35c59b9312c0010fb2722677d35e32354de04cf6f32f930ff1 +size 475449397 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..7f95d485aa068f9ac53aa1d60d503924af5765c2 --- /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:e998214807f90271c5ca7d5c7fd4e59be5581658ff76c5b67f549b65a45df2a1 +size 380256687 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..8b0de59a3ac9cf8afe359d0a7fadba135ff31b0e --- /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:81c9472a03bf292dfe1b23183c086f43f777a39a601a2fd0de782cb78bf54c39 +size 431868786 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..9c1388a9264e3d480b6bf92c10632524ac456d59 --- /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:9c44df35365e03660082be827031cfe94eb05afb8b4942ef0a6cd0f8c1f4b11a +size 959655652 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..586ddff86ff435c786cf022434cc0f1b1251720c --- /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:78d56baec0ceafe07b002bd8458ca852faa7090983c39391e5ba31ee3d37e8a9 +size 1063184300 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..14730d87e98d0cacdd43dc0a06c8401a47f0f0ef --- /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:b06ceb8646188a915c073e6a23afeea455993a0cbd131f04c7d5a845ef748895 +size 463085591 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..f230ce26e4fa3fa733781273d4ae1c1bf9b22456 --- /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:3e5a0e422d4d900eee2191dfb4778c8f259827d20a46956b7d28fda3f2b7b559 +size 417065044 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..8a2294ab1345858e58206b2b961cdc22106a4751 --- /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:6d3c31dbe636ff6c43f5a23d81af1f0c8143d856ed68a8f71090aca727c9cf47 +size 430142240 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..415d0d4c43463f4755ab7cdc0f39bf38271676c1 --- /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:cf9777bfcbca8102a271949875d7273626594fd4eb1649fc1144de44275c27a8 +size 568386804 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..931c8dc248e90bbdaa0cdab9f21d27cdc0c32b9f --- /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:b68885ffb65ba78b3664c796e0d820a2300cf3f9288638b9b15de4ed2ae1d667 +size 441772391 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..a8c689842c527488c54b7cc3084f8a281da55a08 --- /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:6733f87c266b3e39cc851c0bf4c4dabe5adf551e35cfb0b2261d23da0482adb8 +size 439944233 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..8d76974286189a5fb8d9b99bb47591bf7f14cdb8 --- /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:f3d76ebf3186fdde65a738d4e6ce43bd2e7c5f2a0e480f90d1d0bafa675eef08 +size 473837189 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..fd24bdc677b4686c4fb7cc76ccf978f1f3e32920 --- /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:661d059062917ad988b24cbabb6f5e47ccd879de0ec031615578cc83cb6c8879 +size 464010033 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..b11947ff14247d90b646c7525747204578023809 --- /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:454c50dd080197a52f34e679412862a1a9019ac4ed328282bedd706bf6e4f289 +size 793401747 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..111804df310b1d7b29167c434030337cdd3bc6b4 --- /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:4734d31450b6662dd0bb8d0130fdefc1f470af9809171475f541378af6b1d3e8 +size 525302407 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..6616f6ae773f27f50c82622778b308dd41cf19f7 --- /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:3858de50932f1293ad0b01cd54d70516b4fa0f5eccf907d565c95248086c1f50 +size 483300799 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..b58a32e70b84e2b5b4a6d9f55d5743c42957673e --- /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:4141b90bdddf0a5405880ecd397f460d77bb7cc36d08439650ee7d089053dd45 +size 481290270 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..8843c37b059c99f06af71d53a288769337ec8755 --- /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:c9a54b40c7e07787d7cc9952f22aba697bb3cdb719c01ea7d2b2396d1abf122f +size 594116698 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..b898d1ef29e570c885d582cd44aa313e70c31294 --- /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:d7a9214c09557a79825aab5da63e7f652e50bd991399c101d3ef646c816f45e6 +size 364168327 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..2eb31b7a8d2c5b05615f39e87f127de5b84543be --- /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:505b543c0401f0f5588f20bd568c72c4e26151bba18d052c5bb0c08f2b687429 +size 470397515 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..3cf2034c2e04f08daa9f30f39929fa83f467440b --- /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:39627b43daf528485cb4eb8f5e514d1c18e1f7b717eaf6c2114542e0f5176389 +size 453382940 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..12171cdce85c7825736099e952d71bae4ecc2e1c --- /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:9701cf3e24a108db5670d70bea4c3069f19670382ea260b18ea7bc35b56d0225 +size 431261502 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..221a825b1727841d13a37082151d50bd96a6a66f --- /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:e8b6742652dd40bd584abb852fd9f6399820c652a468e255cb176ee7933130b7 +size 389433643 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..a91de6882aca635c2606b8eb2980cb7250c54332 --- /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:ddd7156ea82ce139391e565d515226ec601fa81b7ef29babff124b895efb5ba8 +size 787005179 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..03b4d12b55cf91e6da45c6208e57af704e849349 --- /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:081201ef483ca9e38266bf31e9f665c8c56c92549a91daa5d885aff3f1c19dee +size 479398760 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..3abba6b33a92583831c61ae28fb4131f6954315d --- /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:4adde7dd205f820adfd1afd3b3ca97720252433dbd2dadff6dfcbf6094934afd +size 455124347 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..94ca498bc4297c0acfa5e4f7cb7c611936f62634 --- /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:333dfbe7fa53c0d2135d91d5e0eaac1088342d4cfb9e07774c4576b7742f1d4f +size 417074548 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..4fb7d49cd6a453d4fcc71529a6aabce4d21f1f05 --- /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:6a517856d10954b4fbb2cd1613376b17d6e0809f947605ae39edfb0056a356c0 +size 697795685 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..2c730d431b377f680700a7552c8c1377b2044155 --- /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:12b9ff4f07e1593fa6da4e29de5aebda32e723896364ac776661d3fd83324978 +size 837953639 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..d9fe03478e21fb2ba402442f940ef3b6d17dd3f9 --- /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:a45eeb541ff18d8a076298b4ac87e18209c14f9d7201ff4f371ad964af6fbea2 +size 399110131 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..54c25802211c3d3c080a47b058ab517d867b5a8e --- /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:e6306590fe2ef9cf15f04c36557aeff151a2b3705f7dfd3682828f17fc27f05d +size 620133615 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..827435857cac1d075b3dac5338e4866e1d6e78c4 --- /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:70682b47fce9d475d46d257a820c168c3dfb93ed4e931cb51867b79a8ae02206 +size 625599980 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..915dd511bc88bf912d333a6651ffa747bb52da50 --- /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:877c0363fa4f1d8b5aa99117fa2e4079e9034874b792f574362926a1e9df71c8 +size 577124001 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..b517c78806fc376efd58a8e2b0612c5a9f85ab7e --- /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:1b638a7c4f309748ea5e84ff3f0e9a05ee8e4546a676560bfe38c8f24498452f +size 587464446 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..668c6349b1747c60267936e77a777c57af038728 --- /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:7a188099821bfa151c133cc79487c46f2fda43ac476e3a02ec8af5a504b9f808 +size 488173346 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..0622c58d743ab03ab85760c502175c034cff55af --- /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:21b205c6974714963a68789e5f197d77cc52ca9e65119ff6a40b4c5e61d57429 +size 533262430 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..7e3c723875baf3c9f94b76311f6d69ca6271dd7c --- /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:9509b0f6eabcd2cc8831433af30143fba4304961a393b2dba3659305c98a756f +size 430411389 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..9d64be6c9728eccf60cf517263b0b98c310b2312 --- /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:1d6262d64ee46aebdbbf0febb655c668abcc56c910e5d2b038546dbf4a7c4c4c +size 483652805 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..c939cb5723383d508093bb491244c3fa6d5e239c --- /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:83b61c8082868d8e81b41a70a4abe55943917d7a9aeafb37c1723ad4e303ca29 +size 806640684 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..ed848fe33d9d2778879f586f4668afe9adf3b3dc --- /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:e55e52660324ca19dde204d946706d0353261776c80dd2e89c74ad69f94ad7dd +size 492061722 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..6c144416ceb8eb013f4566b3049732b921ab78e5 --- /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:3db00c05d837a6d6fb1313602a86a531ff8f1400449e835e8c26ddcce1e60f1c +size 506417873 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..7b206c4640d74ca518676fa49f8628d259a04d9e --- /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:9da482b6bcd713b459a99132d6ac7ae63cb6be77d4b56aeef094051db3ba5210 +size 405871403 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..2c1cc4691d1bbef9ffb88c327892f2c6ef21a686 --- /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:2df5991bb56dabfae08e5ea63bfb26c3faf2bde06d02cc5efb46666080b733f3 +size 418472654 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..1190f3a26ff32a57eb0ec2025b81e05c796785b1 --- /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:887cf4cb84ffc89e91fbfb0354465e6500a616b55478dc811e5e7bba1d38963f +size 480651245 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..4bc1ee5c5b0486eb08f216f89f6a5beac60fe800 --- /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:d972ef0b0c684cff15a9f853906a7bc034138997406d4a7310564c252d3f2e1d +size 411524420 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..39f2bca03c644eefed6a7673741216ad22f40a6f --- /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:ffb26826f6567107ef4a3487ff1eb74bcec243d441b505b0c0d2ddc589ce7b8f +size 676962289 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..988845391cc234c45482bd05e062b3f2171355f5 --- /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:ed81dfe7a5e14f18235dd8ca082474ee847bfb4fb70972caead129919b57a976 +size 533708269 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..25ca489cda1f2a7f78320d9e8872e832dc51dea7 --- /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:ceba9e7f2ba64104b23047a21a839b43a6b417bf7f371785e52a1035fbcf0358 +size 368653437 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..0da43e6aa5483ef839bc25f5e55bbd8f606c3046 --- /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:265e7d555e95896e92eb45749080037c4572afba56508f5cb367180c1bd4fd96 +size 481803452 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..ec362321d05a7f9140ef4bd4243d2a4e3c715725 --- /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:ddf94380d0ae43e28e00df2977fd5ce7837d920c762ba79a1417f44266907ec0 +size 859074510 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..58a114f5dd7cb559990527eed4aaf67e33dd9773 --- /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:da489e27252b6c0f7f1b3af2916b2c4d6d7fb4552972590f6d6ce0a4c3d7e977 +size 582223440 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..e5173199d43891cb90fd20018fdd932754015723 --- /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:694f39bbd8eadffd71bcd4095bb46f4892f46c9a80b92110a6df372b7d3d2593 +size 650292510 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..2ec14fdac408dc6580e53428df2035ef6e22363d --- /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:473254f69f6b4d6a2951e2ab07fee2fd163a984e49ce09eba2268fc6188ce294 +size 305397149 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..1fcd2bff0a3752cff88f8e6770597b18447d842d --- /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:7cacf2dff258d51863dffa4445355c38dc57ebe04d07e9f81d591a92a2e8887f +size 800261635 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..f7c9d51e94dc74f0d37c0f0e0b38ab6de5ddefb1 --- /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:858d3dfd86ad16a76e9ace10dfed52471f01a780037e0c223e74b6d42a65f518 +size 503120873 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..930699ff343a5c6779289f0808825625a27ec963 --- /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:b89da99751dfa3621bdb981faf2546a16ab5aaf45b10fc78e9eafabbc2722e44 +size 697496861 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..7f6deaa1074f7f7135efe9d46a295b6dc78ae5d5 --- /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:ddc0d1c042bf8022c04e37be93f6c1c5f72f4c3ffd3f8e278e9fc9a88da2f15e +size 840996649 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..84a241d58506cd045106c81101da4e78f62a747c --- /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:fd558e3925854d37a83b30280be1dc0d0f84d9d7bc8808dbf9be767e089e81f6 +size 546057982 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..7a87d2b0dc226cebda3f24efa0d8e9606aa1190d --- /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:4a193277d2d78e304f459e78f0a4a69e67f90f1817e464db51f4831cfb99a469 +size 488591094 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..ffb8b1ea65068b9b0197ef250adc602952419534 --- /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:1fb41db740367ab18b88ff519df365e1153d5e0153f105287a3f37b622e3fd56 +size 713768429 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..8e20504c083974745148d4956bb4d4400567f55a --- /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:d629187dc2a5cad20b1d51a6e0376cf37d9f5eaa250318ce382c5f8c74421618 +size 564375468 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..e675eb8045f5de9a00505cad4e60b82f3a9dc403 --- /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:ec7a41f0cb8eabd97248963f015e3aeaad1b6235eb58523f37d07e65a11b2ed1 +size 471193505 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..51f2a88f45b2be44fa3e34242c0df5ffede8f541 --- /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:97fcddd0216772db067f6357bf6f50b778f7c65901e2b9b78a234bdaea4c724d +size 440901894 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..febb801fd05b47cd4238a21cdf06b57544b65413 --- /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:0d4d3c0a7c4b8e74b1f3ab70c4d3ef06b17d589982fab2c21cd9dccb473e0db0 +size 459504195 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..e9dcbf55263dadff6564207cc88e1ffe08247c17 --- /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:e841267bc9274fff290a996116c23979203ad4c09082ab5048da7b7349ad368c +size 589529499 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..1012811249214235f11184733f20b0933011036c --- /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:f34ec338b28463928529ff9e8154837837ecf6dfb7406ced0a0c45855262a19e +size 537883361 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..fb5b30a9688d11c532566a65d8a5f5aebdd79ee8 --- /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:c4a47699be164d7ddc8bfa1c2f8530e6cd8dffd1efefea1fa645be8a6b80cc67 +size 512272951 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..475fa4a77736dd3950dfa18e0bc5d99e1f701329 --- /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:e9ccfad9007fbff9e5b4a767df226719cfd9f375e488fbf628513c86bace51d1 +size 420976641 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..bf7bebc8a0679fdfe7845822dcad3be2a59e81f3 --- /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:fae1b173fa78b8ac2748e96f72972ff1aef70ca093a2ea0771c6265318ffd3dd +size 466448893 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..3751517f7cf6ed3247a40c83a43e80b31f50a921 --- /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:d92f76e782d62c82251566c48f2bb4706831a80792e0c40ded82ee607567fbb3 +size 532711861 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..1bfe9b3e2ed84012be6c9073bc8ea41f0e03fb30 --- /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:c9435d951400a462b596a0fb273f378d9ee9971de9e35c6f2adc656cfe47215b +size 548553150 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..553a3c92d9882c6543beb37ed3690b71f76c6883 --- /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:3651a2d10cf389198582b12f0386f24ba2f61d253347a56b315856e650e50365 +size 650189702 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..2bc1e4159fc2cb8a9771350f6e7443587a3e4dd6 --- /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:43b1df126bf2d1676eeaec0f71faf0287f139b1435c09838a6815f1c9b9ee2ac +size 537289508 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..3cc8ce4b1413f387793c82796b266e0802462a1a --- /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:3346bab8bcb89e2f09d21467ac404cf8c38af1ed188a37876dc9be3cd795bd07 +size 402341501 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..fa0729d0e55b317d82902deaa44c15fe6600fb83 --- /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:e8b91fa3bef55bf4fe8c187fb3fee9de7b3e61b54074dc5509ecf857513d5869 +size 872098162 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..978ba2149ac01754584a1dcefd823aa3a62408fb --- /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:ca073a03d27a3cec6c7fa4875c35f39c686c9df2ff2471cf16744bb33df48587 +size 513040874 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..f6afec2ee935902d01b718ca3637ea3389d934ad --- /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:286a6b96239b96c33f108f9d78128fe21eb9edd9ed3110d13cd74f8b9638e1e8 +size 690139900 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..c8846526a52270768a8b41ddd82375afeb4fd433 --- /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:77790f09e0d61ba558cba52b77532242eb82277ff14eac65031da3022064cea9 +size 544634736 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..0b6175c8f5b6fd28c904630cafaeee13e7202a2c --- /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:26b8ec7520a6199582c7109efc56ba8db44ba0243f3ee781891a6bf84756ea2d +size 477275142 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..a75760f83f993c0fe9e91996ba350074a8aa3582 --- /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:264a2b537a54483f8ab9735ae44461abd04dbee8c46a2e90be80fd298fa56ff4 +size 595036756 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..6b1664392a070b2c15d1bf933bc6dc60202ad77c --- /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:07b4a6c6226affd4d7d7884c3c5930ebfa88548b97f012fd1e46efc54e292847 +size 611950889 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..bb0b2ff9edd7aa1466759c928d2d0ed5dbe4263d --- /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:e424d1b4fcfdf0325baf65898cb94b45bdc09e5b0927f2142866a102e2e2ac97 +size 445095774 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..8437880c65987b7065f94dbaf1e0916c11a6949e --- /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:2a319e8153def4c1942102c86661d2e9b05bc5e863f93bfd1b4641b6395f75f5 +size 476122467 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..2bd3755fe36865821b7ce1b224171fca68d2049e --- /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:f83a36521fbab74194593ebc6325cebe963a54c684d089797f401bc1bbda7235 +size 479232254 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..0ac759acd7bf09bc9d03bee270dcd6df006a3766 --- /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:449b16304f8adc4d88111e211825061f2ad263fed4331ce8ace51599e41a7015 +size 571491899 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..0f34494659fa1807cd755f032fe5d8432dae8fe7 --- /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:0f9eeb6cc2f18458f82529044b76fd8c5a1beb9eaa7fff7e43b1fbda60292c93 +size 470856215 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..94612824cb21eaa973d164e4c9c3fe5afec2a650 --- /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:e557a817efb0114d83282ff114676b6cf20f078fce91a7df727d665df721eba5 +size 451871771 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..921376e84699eba2c9d5a3f979557ac18612c1ef --- /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:c72476d86bdd62aaf47ee5ee985c0e844fec810ba8a080f626b49caab60abb6b +size 574571146 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..d0e5ac5fa619930a2ddcfb84649d114f7f6497df --- /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:e78f1b17b32b729406dc54058206581280896a0d8a255e1f45c4e5dadef75377 +size 464181590 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..fc99bb5147cd47f4a023295393b796b1ddee4407 --- /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:58ad59e34569632e0f61d908e14d1343ea8e81e5d65a36e722489977b18f62bd +size 916687868 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..9619f1250dd6a3fa77fcf56b143f4f323231124c --- /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:0be4aed730ea89038f2924eaf9be229f0aeb7778ba31760fe98c41f82832b1a4 +size 393269884 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..9e6a3ed0bcf83fdeaefd295c58fe5d0bb3a49dd0 --- /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:fec9cd025036f3700d22db38b6046b4a73b55bb63d643348f06dceb090525a51 +size 402762199 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..e3a1c71ab1c7f761953249e418307d82018a3395 --- /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:0429c5ca444befa339796eb202b2fcad42bc01f4b7cbd9bf241dd4fa97080d1e +size 511018780 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..a21b8c56a9f2eaa1cc3f09de678e8d638b31044d --- /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:6778e7fa3ff34feb69e91ad066ac9908ff909f30ef6e1707112dd03662dc6034 +size 473685071 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..f6de6802863d129b72157fc962dc8c5ad727ba74 --- /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:29f52a1a1cd20b09c9c96fc95be2dca65c089bc309041c448af00565a3ab9014 +size 683374670 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..85f37773f0cffc55339c1e703c4611045d969234 --- /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:d9278a2e8a1406a84d4fc0d970f45a53b5ac9fef3739e3ef6a6ad8ba74edd32d +size 636924406 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..73be76b41ce2acffae68b9cde9a266e41716455d --- /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:6e0d10c5b7e03f37417ec8c2e4b4738def3257c2d8f9c9dcd060cc5c69cc6f67 +size 1111263291 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..5d874d4b07b1f4c6a6d1bf89aa2a2c4d39f6e225 --- /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:92dbbf6e2fc4c16629162df795006bed58d53ad64154d5a6a115d3cfede0bc93 +size 477907843 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..68979df5f282d665ac6977c6bb002a801138582b --- /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:38bb1facb51bd111917bf168b82f7c51a69e5471bd0996c42c3e36a8254fbad3 +size 640395701 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..d36f1d52b6bad190bfff77139154a9abae6af315 --- /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:4fbc829eafe02549de1ce3d62eeb16c3562b2a1a3d0b183e3f3ccf1d0a3117b1 +size 580391044 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..12ea73de72a0eb17f174c9f770e4bbb83172fdb2 --- /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:a840f5cdcb1eea8363f442eeef4df8cf34549c6a4d0400603ff502c382e7b3df +size 538152233 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..825d1b2e16f191f73685d63e3f287ec200365c07 --- /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:bd49c512012bda29ba8ce686343a2da021dc86dd22991cafc5f85f0c04529be8 +size 1418261173 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..c54d4883e1848ce240dc6de5162913c09f62a9b0 --- /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:be8f4b87cfd845325c736e09d99f6f444a0c8dd993c925a446eb79a787f3e7bf +size 465339234 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..85f6736d6563defb02a461c321891ab5fe680f1c --- /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:cd2324828537e6a9866708c900dff0137741384721329392de40c139309011e4 +size 453333022 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..88dab897f0d3840479b2c914e0b169a691ccaedf --- /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:06cf759bfb6c57beb12e3326a3add420e6d424d8ea734c87479c5301236b80b2 +size 424421219 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..18133aa778d46898583f26cf90f3d95280ba3fa5 --- /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:4a6d845853f87b46883c04eecb60f3e9c5b27d0679d4c9ede6427b03373ec808 +size 557097153 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..51fd9e095c703fc44be94d6d0ffad1e3c20d6aae --- /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:06cb9108fee560a25b9d4f7e863302833bfa7a33ad540cbbf1cfe7c5fe389c91 +size 541257468 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..f5e2b1a805514a7f8d3c653a7993034b4de71d87 --- /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:b6bd8192f02eadc4afe9d511f3b84ec9982ce1788b89919685f26ed0cf549145 +size 457824098 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..ce002c01d67b35488ecc2804d2fb7df7168f835a --- /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:534d7c2191e5f4e9db71900d0ac2e5b6f60d0052e9db1845120ce95fd72a1b38 +size 559077947 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..ff731032d5201eefa36ad069e2c8565263927c8e --- /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:2a7e378067ac523cf5061bd5af355905eb411a08b400038d72ae43ec940c99cd +size 387776493 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..963e6f9217124c603015a51068e2c7dc55b66711 --- /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:5e691d1c6c6f186dd6d1b4ea0f18a56a5772b7be4deb866899c1912311f7377c +size 800808694 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..8ef8bae74d79e742a9770d24eab42d8cda3b1fe7 --- /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:e702186b3c693645ffd83292e2958d11b480eed4c617e6336c81d094ec61e3e0 +size 501080920 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..3ba5cceac8fe768ffd34ef533b942d8f46465881 --- /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:846f269dd7826f75bcfa3fa6bdc308a1647276f21ed40cfe8f1e6c0ea93fdf95 +size 404843042 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..2f23c52a1dd74c4b8596d40fc4a9f57be3929b3c --- /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:2f83739940f41cc3af68bde2bbe6a0501aeb1efd33640658c8ed311bbc9fcd43 +size 373831622 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..32614c75bff19a9aa02e62c0b2f9a6b58de16019 --- /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:22b362e2eb22c5f588a3d530c2df9e220aa77e2b9dc3bfbe778b440fb1ab281f +size 547424071 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..c8460ecbcaec8375271195369b5b5c761f2f75e0 --- /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:5955257525e8ef7ca0a267e17a787d81ca7be03b9ac6e2050b0a7552764ba8ae +size 606517324 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..4e2761fc692d04f1d8affd0148f4380ea95c97a3 --- /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:f36b546e42bc8cdcfed4a9b1d7b41bd78262435a01c01298cd8b4293e5c3280b +size 402363903 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..e58b013f94a1b955d6677854b709508e985f6cdd --- /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:543b63ea24ef72be5744170a6f0b6ecba9037c7f7fff776819eb618c153de142 +size 522389951 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..fef407c3899496cd0c91e87032eeeab277ce118a --- /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:b1c3789c873fc54bf5776e4e690a688919e5946e6ab88e09e4c0bafc9cec2de7 +size 443265315 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..1f79caf3d1080c6c3266333f4fbb64e59e6169a5 --- /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:899c7376dfe9378d8e115c5f5155de3bd723c1124b7fd54c8c77d27bbe0a0cfc +size 407544370 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..5efddf7f10ef79468d0baf5ecfd9160d21a5210b --- /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:b112294a8d0bf84cbce6e03d2e0b657765a949969068d64085b793b683ed4e99 +size 524802398 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..5648a0f98c039d6db7eda2dfbd97aa8a41b2adfd --- /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:103ac6f37c5852b438f83fd6f998c3ec72c3f2dd1ecc59c53ae0797bd2193293 +size 376728792 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..02c2cc10ca485f5a753d49018264cabf611b6773 --- /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:34ba2809314a42c853766824cd4efc2798509f97c8e8256528e63d1ba34b814a +size 541162187 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..ad4779e8907b8d3a76d7f5e47fe54202f9e1b426 --- /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:54af81bc91e7b7be7f3e7e4312ab1d093399259da21f1b3e705cd57ecc52636f +size 409793414 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..a2bbe2ff157f5e3fbfa34d5e1a7bee4da53d52be --- /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:834dc2b5fc0e4d86faf067a451460ce27441c1f71909181ee5cd9c69b24abd49 +size 402839212 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..04b1066b632cb686c161035d086ed93fd812385c --- /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:3834e92a0ec9df63c50cedb03cbbfdfb829b8622df3d43a783aee8170c2254ac +size 540463111 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..9a6e14b613d444cf79fcfe00b8addd6bb1bcd45a --- /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:c0a14a6df39ff6197267d3eaa721a52fcf77e169c66ec801764ab8285c87ad5f +size 781585327 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..bb81f1b2efc7c6b0f8081340319328bdad5c7e10 --- /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:a218bda88f56b18e7f336554c90a4dd7ca67a976e01b4fdd0b4f1601cd716d61 +size 442758902 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..eb79abe3dcd9d7a8716d3f37d2f6102f96d81108 --- /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:71ab4aafa0e7fe6720dec8f4331763637f7b48e707de3aef2951f1fd1d84d40a +size 470283335 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..40d6c762227cc849669647d2046ccd9999cdc253 --- /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:7b40f4b1ac9dd8fec0678ec725381971eec31de2767b05b86aec4acabf862af7 +size 412827174 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..8c5bd646ec30a62d84f0b0948481ac2c0fd86b93 --- /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:aabbd25a10f62578eb389182f4205bad5cf0a7d89d7036f4d5443888ace8ce7f +size 539244009 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..e99a505b637a783a9936573f2cef407504b8822c --- /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:12c3ac567e71520beb3a5ecd21477dc7ca7f56a41acbfb185b512f11945acddf +size 653191329 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..9958e570605a80c323a91f969e0b4bf947d754c4 --- /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:a83fbb5920efb45bcb47b80999e532389d13e394845e7ddab657adb9c40512ee +size 617570069 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..51149801b9b71bd5059bb0d439dd451b20bad80d --- /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:3ac428df381167a4660ccb89cb0744be03870e5d5b12853cb66b1249cd687ba6 +size 539890651 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..54bb79e72783877e4381b29b446d178bbdd10b5e --- /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:3b1516c61d6f2c7380e9dc2ce7b790250d3732b0153ea765730ec4edb1696b62 +size 450549762 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..d27afa27cbb4b364384500921cbee61a9a2adf33 --- /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:93ead3cd3e3a3556b0a0cd79f6d9300828c482ad836174f7e59864dfc0ac9404 +size 353423171 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..3f5cf9f9fa2d12eda3f5b7ab58350615a09155b9 --- /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:7f7fea90a71cd2f4ab52ba50ddd074ab9406b10736bc782297b1665ea48c07d0 +size 846714817 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..6d0ed5d24c6ab744d124d273e856268a2c315775 --- /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:d51a8344056e23c94412c7b55c8629762f6d6348cdbff2afe20bfda649b07877 +size 1198447008 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..ff40e054a1c857a56c28982d920a686a540907d2 --- /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:c72f2aa418280d8aa1b38fd4f82e730c99614805e1450cce4a6f843784c489d2 +size 659750821 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..dc4bbf9407c7931892138d7c46f56ad180d7082d --- /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:9643f4d85e6aab81cdc3de676cdd22a2f7ba3afe32a68066a10166bc0add163a +size 825108734 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..f29f3b6b712ab9d9c82232c9da1f3a83d1e80e8d --- /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:5dd27cc13221f5c841871ebb9274d759b97c8a831a49f929792d799af1265288 +size 704758553 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..a6e1b1e241abeaf8c554c0b23ffc11fa02749f85 --- /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:dcf3a1323a22fe2297c425832a36d071b90ada4a1f7b5e046557268d850b7718 +size 468792127 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..323006dbe735e58ddd4b75ad991ca723337aded3 --- /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:9bd27477e68c7c38aca2ef84f1f7756d25b3dcc86bf42d79857fc1e232695805 +size 468224682 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..6779c72cebc2758fb746ce2fbc2f7e7de4a136f6 --- /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:c342f8675217ebdd8b70b542afef743c8187f63a544dc134ac2413e2a35c4834 +size 368196642 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..9a2f423f3f04ac946e3377f7d8957d4fa3065e8d --- /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:a7b4c2f95ff0e3562df72bc2a77a13a83cc82064a2c52d3e31c2a11c5a6ed24a +size 557468097 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..c56f85a8d8434f35b7f644a407d037b5071f9743 --- /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:b2954d5b58d2034fabd0c68063ac0bae2ab3c4078f917638d8038d252a9a78b4 +size 608805473 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..c1b5e968cb8c523f5de3f4bec384b225f7d47a64 --- /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:97fd85ee4d485c8be9c403c5c36547efd3f184c474818f463e29f0366724c116 +size 394321489 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..0f9d6702fc96892e4e7910bffd04d7f064e0fffd --- /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:60853fa9ca21e407378a7b7d16dae7bc5b7eedda1d7a7a19a814668ed2073aa0 +size 447537189 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..ae81996bf0a8c287fc0f4fa925bd19bb7e27a5ce --- /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:684e39f78cad5388975e688f3209c1c6f261fd427c6a3fa05df3f98a1acdd6e1 +size 391274572 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..860b89fed1f1ef09979aa57ead76d92024981aef --- /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:fa2a84ac09f8a498999d3bc5bb02e0a85bd7e0ac2065907835b4d921ab21bae8 +size 358301376 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..38b7d9999cad83276de26da09b795c2e81681688 --- /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:56210ed90d06fc277fe7092660b6e684322de1a8fb4a778b544445b64f9ec0bd +size 456491611 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..1b72064ac26667943a177614d1900e3c31552967 --- /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:ffcd88c05c34cbbf9a3338479735024b8f81f9ce6645952bb39ce5927abef955 +size 363919285 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..03ff1d4fea974f677f4a5dc150bf843f5469c7ed --- /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:2b0168be621b507cb01c2f10663407a5d911801401308cc6836e38b368f48a34 +size 444061791 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..64efa7128f4807a129e8c182699634779d676907 --- /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:d2013495ebc3ed7ca35fb32362283d61ef1a9c23cacabf34e1cd7af8e2954503 +size 542027772 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..b2816efe5d15339c04647f3ad47f9c171774f6d9 --- /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:69271a945b31557495e9742643986dd0e99585bd4c4e72b56432ef215a5c2dd9 +size 658627104 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..97afa3b78a329e49a3f0498c2dfe12b3d3042aa2 --- /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:09aea68d1561bebb50563092f3556d1ce4b7188846a5e2d08dd9e8555fe6420b +size 476871572 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..592348b569e67d84dd6952fa59c83704c6f6c00e --- /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:e48944ddf920c97838aab7795cc5aadd2aeb152f95feb3488490873af21ef395 +size 410373898 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..355de8cf441ea60a9e2949d0e137697aa965df7f --- /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:4bc769a042a0638fdc5afc0d3bfba3b17dca800d8d091f1500f03f6fc425092b +size 758030379 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..4fb0bec81ed4e3963a60f4ade4316a5116cab4fe --- /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:ba1d604e3f36377593f8fc94c5b899587a017544cc7fff872cb6eb49e3fcf55b +size 453274343 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..5c31c159cfd2bf90044001c7e02a187a4d9c401a --- /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:a1184207a904712dd0cb57288629ce0f4c45b17f42ddf9146537833c5b6a4cf7 +size 688372420 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..5296569bfd714f292bf069c01418828b79f5542a --- /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:eeea9818413fcb86d70387c52f00e938b34444f21861dcee23619540152ca989 +size 741565666 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..042a0e657680a59c153f88a0b489ac6eba203b96 --- /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:db6e3b34f4b9bbb431e2e430aca35ef55f7243342d0fdbea00b70526a89f581e +size 490075348 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..c1fd77e014e7ccc4852dd61262ddbebe8e1f3fe6 --- /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:2b4724dc16464351eec83e882324fc7b263f81515d7494f562b9ed7316a32267 +size 605798998 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..1f6f567c36bd07cfe226a4076f842f0ee4eb6486 --- /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:d1cfc4845da7e0706f3dfcb3877c2be93107c0e93200ca340dd4ce2c09b06224 +size 661127746 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..b7197509d8e4cccaa8530ecbc2688cc6e6882f08 --- /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:56e0e4fde0aa36d77c755fe8761fc981ea61cf40dbe56a13c49f59e73007aeec +size 619532452 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..c50ac09ea71bf9b5a37cdcdff9fa0daa6bac6b8b --- /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:aead22a4bd5fada9cac95fc81bb97f096e3d37cb8335731e131cc16f8458a038 +size 497587147 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..e1a94f8f98c5d6c0e79eab7b2cfefc3a2d153653 --- /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:1626fd0fb82ba3d0a370609cce2074ddbc9591732afb0873d343a7f05c05c82d +size 673444294 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..05055654c3d2018614a4b906171b2d6e55a87f5a --- /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:99423d5de7c5b067033cea63c333b6d718056ef209010a2d51ec3cafb8c4bef7 +size 503437301 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..14d8ac69b6dc47006381f215e22e849539553426 --- /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:b04165e28796c51957f67797be061d72d10b4dc0d5a464f19b1747b0d070a93b +size 491800537 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..dc1134222511330ea69f3dba88cab3d2738045df --- /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:fc4bf1bd4844b2a9da66b4685890adec3545a357618119a3ed9602236cd91b9c +size 472917928 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..943efd2aa83ecb68d98131a495d2992a71dcc89a --- /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:d7317b9b651fa7418d1ea3f06ac3c97c67722aa6044c1dd79453fb681fd6d33c +size 486085941 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..803db4758f36bd91c97d7273e8f8ec098e8b8f47 --- /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:09b3dc25ecd775868118c8e3a3131dd047e5d00143285a3e1a4df8713356b6e5 +size 540325474 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..9d333cd0127883a939f865867cd568f8db967479 --- /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:e0026b62686c56d942a8fa56708523039fcf6113ffa00ddbcb32ad52474a4e73 +size 484942559 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..9e48beac69064813f2873b12aaf47f2fd905fed9 --- /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:3047cbd45e4642ada83be7563bdc0e10c49d522bdbe93f4be6a1605769ef8cbf +size 607343507 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..bf649484a8c72250248897f21abc3ed348217b12 --- /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:d088483f1a6d20fdde0c773b3795dad8c5b5be1729ff7797ffc579b386eb634a +size 548503442 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..efaf64a9df79cb36d60140e605307ab161e989ef --- /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:a2f95826620946d0f5e5df66157a4086c737c7d60fc908274e17174afd23c01a +size 542582830 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..c586a4533e9a9d7360c46dc6795d2ad3fac8f2ec --- /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:c759c92b0b8180db1b88f568c195e13135d9aa9ee83e3d517464a1bd33c82cab +size 420385779 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..40770d443f9ea28a9ce4b3c7033b73d01c8862ae --- /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:e52da09df102179b32312966e3e7864fb1e020845cfd39d74949bf31d1fda49d +size 752220793 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..72ce185cbab66cda5d4eb9f037c1f1303df62e5c --- /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:9709234c17955e446706e9b22ac2dd36b54775225fe215ecabee7761af4bafda +size 469291754 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..3f5ff4e98be626ead706b7bd0bad731c30eac78d --- /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:1e142bf6e1e8d272c613f429863c894377690c5cfe8b30a3fda2d65741436fc1 +size 403681619 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..b4f125b3d1a8418d667282424a68ce6efc1dbd28 --- /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:7e0621d897d7af7d676fbc45badfb3a34248c00602774d48e0f0964d79dbb2d2 +size 435051865 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..3e5253bcd25ea313af2edd5457d8c2feac629d12 --- /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:0faa95ba11e757c2e2e63e7404dc934a021e50a371a30098b8bb62d31e0a2221 +size 435062972 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..58af951473ddce5469ac362119b0090cbb9f8bb8 --- /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:fa885e000696a7be0842c750e1d195db822d0cfefdfdb24258f23a951ba89fcf +size 439122570 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..9b5ee08016956af4271178ee7d7bee5722d85ae8 --- /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:2365eba86a7af7707ce210681255e0e05c4c97669d9670c83cadbed05c411751 +size 484745384 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..013155add91cb317481444c606c98d6b445bc77b --- /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:02e1017531a1ccbfdad6c8ee5d096c8ce5a9d38923931feca0f7d245658c4aa8 +size 381791764 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..f2bd375fa64df927d3e2fd9ce13ac338f927cb81 --- /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:91e699a3ce55ed0735f490f5b02fecce3d89def43d92dc28d18636a589ac6a57 +size 711949612 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..32d2324b699a2e97f8b21aeabed16b8d8b4ef25c --- /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:0203c2ebe84c9af8592181d475dc0ec984987e99b4a8fea7708fed7994321ef9 +size 432105918 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..246b83cfd5764b949c25032739524abd3714b29d --- /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:7c63598d16e486ecb9e54fd224c23fa77bdc00c249f63e960ad890d8328f2602 +size 650715210 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..1dc1751ba1fc7a022d4d07c3ac3e87a559a34c67 --- /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:9c22aed0c06695ae295f8069ff260753e91bc67ad04c7eca571ff4c800e8d26e +size 689778461 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..76b78a09bc91e4c63de7193c18cfd76735af727c --- /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:9c22cb17c20585042e854ac3e15f150e9c3fb74db131c20cfa4a6fba1d7b23a7 +size 419318433 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..3117b06443975308ff00109d1acae5fc5bcd334d --- /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:8788caf45774809f3da0e187ec890821446e4c2ed804e7ab1759063afda2323d +size 534574779 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..3aaab39b6d6dd777e037260c69f4811a619727cb --- /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:ffcc2f3a7839a4952eec80c35cd3547ade23da85dbd5913bb33b47a24f59e19e +size 629190665 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..251013dfc646aebf21a6c388215a6a0b9bd7667d --- /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:6b2f2a32602fe883481f31120a07b009ae31212946c85b06bae9810e3c628379 +size 478748274 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..2b0dc29173c05d50493292ca8ce30e13ed631271 --- /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:8a19212a1eed8b34b79c2d3a86dda2ca96cb5ceff70fff9668c0b66b02078dc4 +size 570174140 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..81a222fec79d83283dcd265f9b78f39dd2d901d6 --- /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:c1d1648839e2ce9691ec23e8f83c0985f93bcd934822d9798b09a7f4c501839b +size 500707560 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..63c9d171fd406fed7f01f05fa31143dc14d50095 --- /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:664f8eb0b85f10190eac50300577f9f238f203f693b1c372e0c9427799959d0a +size 397677617 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..fd218dfb69b7d98eb8dae67bc9da01c7473d5a1e --- /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:5ef5e965a1e564ccc9fb18150c44f2166497c5610e0379e5adef9482f4ccfb14 +size 848128181 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..3aa78ffe3b16ebe1996f3773d5da8c03eb15adbf --- /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:1a800c82774197b4b30d956da1469934d690df79f08a704842e79c3b6954d24c +size 493162265 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..cbf84fc09fb16e43d58d5573b5d200f78b16c190 --- /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:4b4e9169c3f8ab27bff73ea00950431924880ffe34648ea2c99de88d2d2e5df0 +size 512028791 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..0ea58581f7fa5e62cff21433a3bcdfa641521497 --- /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:7ae5be576a0b4ad270ec45c6d4b2b3491cb133bf57b833e9e2ffb95c80ece68f +size 429623682 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..5026e90aaaf6dccc6d3a82fcac636f63ab88b881 --- /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:1adaecfa26ed5f9c7a09aa4f73547917e86b2022f6813e5bcb31f3ca8da63463 +size 486016385 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..c7f30e0edc065ff6baaf51819817311563043a2d --- /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:981f7e8145fba0f16c6f4bc8769bd02c70b5249dbe47c515b1f529b056fa4a71 +size 418840509 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..6ecf0c70800360fc6b2d50035501b787229e209b --- /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:9febee1a0290e6affb300f66aeedc32e069a3a216e388acc626d09362628adba +size 558839481 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..8d04f15c43944ec9f2b931b8db09a33e236d5c75 --- /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:71aec34cc54324f9349d2eca3ec18858c1ded19667e221532645127e031330be +size 480879474 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..615d1bb46e0d3aa107e1c9f5cfc775754601a2f2 --- /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:107ac3e8bac2d7fb68463440c8bd1513fac7f2023c0866672d7fb1e2688d1e2f +size 1127571399 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..fd48283762d4fba150e2b846d27787f7afbe97d4 --- /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:26eb060ecfbc57b7390cce0278dcbf2816123e31f1bf828760ae78773b2f225b +size 455639342 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..bd0472d81af8b77a7186134b568ecffe35485ddf --- /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:7083063c50633dc91f119de92ae5bc2acf12a77aff376f693185ea5decf4defb +size 462835606 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..6778185f20b2d27471327a1e4f183838d0d2ebed --- /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:e0ff0012f1d8306e4871debd372983ecde59057d7dd7bb271400c3ba9310f001 +size 422878649 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..30e11107463e66cde74eb11120c501665d3f0bab --- /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:5e111ac2cd27f78afdc4472ef807653c088d823ab9996f38c34774733ff8d179 +size 558485088 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..c7470b558cbb12eaab82b7f93412dd8309091688 --- /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:159e02bfd759ed71237c24780d2e2dcff3d85a9a36059c59aae61536fcef345e +size 420302051 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..95dea5c7d92f1d8ab983bd9f8615c600c8c66587 --- /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:2dd53de557249e66cc6c4e5d425889651f3e5aff81885e95ed1dd2f58978f890 +size 667320786 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..ba597ffd2c0341f6d0bdaa14b7467f07d65e74d2 --- /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:3563546c9eedf89bcfee288b38a312db6229117a825e92d0cb1dc7554a703c81 +size 602953748 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..68267e8c6f15bb9d9d77afe98dc58f182bea1ce1 --- /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:b444b9333787969817d6cda74dc078af0d621be0ccca3209c7704ea074e05d96 +size 846649770 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..c742fe6ce5b85a902e1d9d5434e5d2c6ea6d234e --- /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:2c581b0f2f0660226019feae7a60377935f7840edec436dc7717bfd9bfc0d8a7 +size 502901748 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..6619a58f71ad10187f49514f3f41180b1db0dbb3 --- /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:59f25c9f3c1c3ee1832cd6be526598a8848c1a19330c60639326e8a516977305 +size 564218897 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..8fe8eec10fbab845d72bcc4433d65e124140ac9b --- /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:886310884bff2a0e0db9b29c113def74f7efc46f8f76865739173d8e39b08a9c +size 501883111 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..6116952c5d4c16ae403a9676a65dc3c3a7a2b6fa --- /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:ca53f143ffa8a0691d1a6aafe19b408d94c2c8472133c0a6aa75921e42a7d3ca +size 643027010 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..05f163393521d3a2d9310d58bc610f22c9c4dc35 --- /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:c0afb962faa8244d9b506e0d4236b1e3dc7bd922581063cdb3b49c8b8b00e45b +size 432862719 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..7163214e2a8ebe40c54909ccd7f4aaf868eee6b4 --- /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:83dc3d5234b19f30c75ccf4bc97e24cd631e5beee0e482ebc2df6e054dd66ec5 +size 412302805 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..4d7871de8ac668f2f36ba4ef30c0f8df10138002 --- /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:ee3586cc0c11a0e34e826247cb2bea0213a0c3175e7059cf5cff5ec30a21872e +size 526331885 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..17399cdf2cbc54a1e34633a58645b46a6216b671 --- /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:c8973a30f30867eeb82175ec83bcb1c19e93139337986d3b14ffcacd2673b6e0 +size 526312451 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..a5f5439571984089d369bc223d0372ab63d50181 --- /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:a9625bd9679a7314f2a9cec9c6702ef0ac85f067be81ad47fdfbb4033d0b4ed6 +size 625207473 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..6bbf670040bafc145f5803862734579a76cd54a0 --- /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:e73c7d780f3a7964a7acaa6be2fa2f0f69ec0849f687cbb609a9e16bddc19ec1 +size 804572717 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..8f238e413643d36dd8227801b3523f7424e0d01f --- /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:09543bd4dd91860c6e8735bf6b5b40b4620cdda7d725dd648bbcca916006a485 +size 616311284 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..6ca80ef092c83a0bb69507b85d817cd469290562 --- /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:45b771bc69cc7091c86c78fd56490acb7ae8fd9f7e0309ef974ed77aa02a4088 +size 405430159 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..9b6bc912f2fa283bb3e82c5291ad99cd3798c48c --- /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:504a13b886dc2d578939125974ceb39322486bd9211385e1cc083b508b77be69 +size 545077365 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..c10a90d2c011b6c5b82f6f7b892921cbab32dcb4 --- /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:08683fbd0c47e082268ec2975e3718d10a774b64628f85a5bf327fedc2fb50be +size 576771153 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..6bad042f1a6e4b536b46c1006753289012d0414c --- /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:f080d8600c28e7cc990af66819fe3a41db2d91f9ff341d0948d2c7755d9c16ff +size 617486424 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..5172cc5ca0a05c9ae4d924632e16e04d75ddd81d --- /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:ea1227d299495aba9670db65db1f78d09f9414c279eb4dda20738e688910dfe2 +size 702908984 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..7e91281c855f298842565fe994556a72eae4858f --- /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:9fd98e5d8481f3ac822b3540ae18dbd508f736b8780d388e6beebc702075eefa +size 976989557 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..275969bc01453ecce230841d56c943b4595bad33 --- /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:dc059ec20afe9813e63636dea1e561cf0c8129f55be254564ff43b1f3baa83a6 +size 588106953 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..364cc6d964d99b4efad762dda2f4dcc55c909c30 --- /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:900d5158504a30fd8a6d00ce526d868c48e43c15fabf72ba40429b84d7f81978 +size 757340731 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..45f43dfced1552d57e7e2b9ee54c70de39dbddaa --- /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:de493609016804e334fd1e49843bdbb4af66325f5f1ce891d168907d30c02457 +size 514219654 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..ad58319222bc981d6cc44f6c334a965856a44830 --- /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:00a4affad0d0a2fe64d26195adba996b3b9a200d957542bec709175ce663f963 +size 427878287 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..47c8f6b38421c5dd15ba856e08ce8560738498b2 --- /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:50f9c49a37153f02ed8c7fd2926a024f1bbce7efc736de0e8ef8b53f62c472f7 +size 436264650 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..3176728a58190991b6704ec32d9c0ddd2888ed07 --- /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:df3a9b5f411a87a096c4a65615b44891e7c8ae5208b848b74f6a0e6e77a42683 +size 501263306 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..70abdb01dbcb5dbdff60ebff78afb0aa16259102 --- /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:04f2f08c9c10bac068ce742f29d31c5de2396ef4e99ba36787b05b1e1b39aa67 +size 755782265 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..743680eddf30f518639e91752965cb3624b7a19d --- /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:196d1cd33c23284a604ea94afb36c629de0dfef161f9444d36da953bcaa1c05d +size 796002728 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..9aa1809c5db16f85392845392f9221f065fb94a9 --- /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:0821662c849896ec8b9235a331a9378f7090daf15d9fb6ab09dc08f2b67787fa +size 639371867 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..65691537a37a3e7cad437ea589b91178616f3eaf --- /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:0c0836580d533fb2f37448dc389b0132aac20fe653cda5410c8b887856e1236d +size 473866844 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..ed541a45a6277d84b0bf267461916f281e706ceb --- /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:4653a032b58c307dfa1137cfd3d321fb0cb09f40dc5012616b8fc639fe110756 +size 588079265 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..3a0e2b6da5d4048684caea45f8aa783abd393857 --- /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:355c750bce499b3227444f2c40f83b37832f111c782638ad6a3966c2098ffebd +size 603017211 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..9334761b6f77ef96fbe5a410379fd4eaeb1fda6c --- /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:8ece84aae04478912c4d9aaee717d001c2ebcf8145f3ad43959aacb4f7e9b9e1 +size 448301026 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..88f1211955126864a8843b38f44bf1affe333df9 --- /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:f4a3b6b6d88d44ee88247316c503b4324de682d7ce9056685f0f944103173b49 +size 374508599 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..2415f57fd5e59da8cc8089cc75ceb3e3f8007e19 --- /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:0976498d85c08f47188703985489293a0c1e78a348d29553feb40abe18d7a700 +size 458101195 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..3a885c317cc4c9391fab692e1799a3ebbd5f2893 --- /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:640c8eaece537c05aa54b8482b7245ee8274a65b11b9f92be1fcce3d46ac4d4b +size 462341020 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..9bb91274c8328cee297e0372c5d03af7ca8f84db --- /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:d30abd7e0b9e1222d733286d329f25a50be19255867f143e009b43916449bddb +size 557427647 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..cbff6bfc4eb01f5917e68c8f46e7a3e7a4ef077c --- /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:51a99424ffb6ef93a3ed06b535b6155b36b0843b25c24cba226e35d6a54b8e06 +size 359765976 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..2a3347a2b4097a40d0fffd6035556b0af660ac27 --- /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:add511c5680bbebbf6e919f0f7faa999efd1ca25fabfa51046978566b0a4c8d0 +size 616938793 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..1b9b7fc335b148c32dc5a4dc1ece4c16f9e0b9d6 --- /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:8880d9d1368595144d3494ae41724d64fbe115bd31dba98746cd5d8a474b86a3 +size 532662918 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..a6158349e0e54c295ab81b0fd7a9e0c34d63dd45 --- /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:376d1be4dab5d6e73a82eaff37b0dc9409a5ca9953298fa86ebd3a02e4e5281b +size 492437245 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..893a74af61db094b8e11da096ee0b6ff7d29c2c4 --- /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:fbae7c756b9b60c402be1766b22feeb0dd6ba79e0d37d50d29b40fa9f9268317 +size 620561546 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..0b77a14355cd742d9789e9ed81973b8317516c89 --- /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:b791720a3ccdad00b5bb7667e3ee87aafecd947d48c0660477a1038f9c7d041c +size 607977522 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..fb62898d8113467b2a0b876a5c7090b3641cbd90 --- /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:4e97cfc94ca3992a4e743ac0ae274a624c55a6539e6d19ab875c647db6a9e094 +size 556252586 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..c047a6f021df10af464cb3356c21e50db0e46e74 --- /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:6bd7d423e96a6f9c678b202f66a7e1860be72797529c2961e638ea9c542ebdab +size 414872732 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..4d03a7521eabcc92e28d1e58bd8824e8dcdbcf39 --- /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:0366feda9e45d272b3a1c440399014bdd2a4851b6838006da2bfd401fc9a19c1 +size 392273997 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..f4c6574c4d201a105a1e80b2599ff51483b0577e --- /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:5b85b5b8d53f92050c8d478bef9a447a4a27db9b8df973cc08bfc6b734fba7f9 +size 412519713 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..ad8c5741a2fb37eec6d1184b69d12668f556e4f7 --- /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:9e14794008119d8c7744eef6ab89e120e98ad8ddc567b50ee0475b12bec5d123 +size 431745310 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..82529ea6c4f1955d519937ebd0f8f76960b7bafa --- /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:10f05533cbbd13bf8c684c694712b1c9d26caab20d36a640b61dde9556a66db9 +size 880108037 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..ad36cb49c21ca43506e4cc141ef0cc05470225d7 --- /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:48b99f525e04527430d7bca5cec289a8463a8175a61b46598cebc341e3baef99 +size 445865487 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..144bb0853a931ae2df0c9b45181a6488c32bd4f1 --- /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:433c3c4b383947ec8ee43a4183c9fd8362d7479a68542d31f1be8a5c3502efc8 +size 823734049 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..bd446f44e7862c5bcc9a32b0e95d68e2752e63bc --- /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:31e9200ba68c0fcf0ebcf40f3822e82e723a8369ac3a1cf30c306f8f74e6d9fb +size 850009267 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..d654b7105d2448844b6de70396c64588fc84bcc1 --- /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:d106f4147cc6d2d3402b478315d8fac07f073f6948200d9d4dcdb4677c1e31d2 +size 392454718 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..ffc60afdf5966b45224e979d3bf2886f0e7afb96 --- /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:8d7dd0bdd09b22ab7fb0555454bcb842f2bee410389897a7275469ab7a7bc490 +size 548699563 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..477c791a24bf763aa53c12d683c215408c0f3c23 --- /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:038b49bef7769e3e8bd22417941e2e3d5ff25e5f0a4a6f8bebdc25c9d091951c +size 490840459 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..3522a39bcd0322b8f5e3b1c98f2149195733de30 --- /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:eb738c11d8c083ff234350ee4b574bc855d128ff1f194e5935a08c6c3356f430 +size 827816921 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..55029b89d73540526fdf47e1c6a8c401fd296627 --- /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:fdc24cdf6c61b7ed3e8e4954e6993d9d006772cb0fcbbf8b9e52f69e89f0338e +size 423463259 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..ed93431e8eef46f52e0b20acf18198c6d029bf6f --- /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:683863e94ae3816a7239c57095326bf5bee5003a17c8454c6b3e0114efa504f5 +size 636806393 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..eae759ebd213167bc61f91da6fe87253b7848c3a --- /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:52bd7ec52a01c9405ba710df4039aa7fc6fa8a355a53e5ebfafe074aafcbeef4 +size 836879785 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..d2bb0cdae6439a51d876082bd287c21fa206a540 --- /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:f37ab1b9884b99b921265d4b714a63bf45b65405729b76a7b84860971bc90549 +size 450915035 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..737307e35e1e09e74e3282c42a4ee5444a72cc2f --- /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:5726b394bfd1b567c4ee6defd1dfe50dce195bc594bf6378708304e9d0845cc2 +size 458009341 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..ceb6ba884ed4cace11377602016e9716223a5f14 --- /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:3667e3826b18cb1ba95cbb0bfe16b8fac2c3c0364c783a7268c71dc6c14db982 +size 424450667 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..6ecf98904341d54558480d1eab0e2fb3b1a0998c --- /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:3dd8a15204edaf83634278c0b8edd60c63d13bbb7883e7ea4081f2e169e9a2c4 +size 678187817 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..785e1d9b1bb68993d6baed266dd46baa460a8f92 --- /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:13898a300a7315a75de3ec3c3b465e6d5ac603a57b82dd7e7b93cce79d93c5b2 +size 622186184 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..7ca01ba4a8c0820e208bc35e57ae060aad589614 --- /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:5bc36e3246309cbcbf87dfae3f16ebae661fc1cb70f3211a620fbe08e0c50a30 +size 769080880 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..8ce234a8583db13d8031155633fcfa3485aa463e --- /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:14bb572295b72908f7759069f6adba17479e2a802bba2d9c6fa77a42990a2da9 +size 833486892 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..edf2ec95563787f13fa4ec36007309ca09f79e48 --- /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:ef20064a8c257f7d23b9de6803f4187303d5a904b739e18611d502d8b050347a +size 543521699 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..bc2254ab032b33273d80db120d6ae39cc502928e --- /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:c2124b30bcd1254203a01d44764aa930de2dc2c8b84a73bb73f0b5b0d0dc2aea +size 395543916 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..9569cfb91b82b3a852699e89360e50d7952ddffc --- /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:9c5ba975351ee1bb0130f50376c3b223f990e48d06a97557a042e3e6f6361998 +size 484213350 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..34f4451a9374491a75649c62707275dbd2509974 --- /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:5f961b2cbe597b4580608c9591f46e9c450d6f9edfdf2e1510bb197dd61fa9d3 +size 862201046 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..3a58a28d76140bf7b54d96f2f4fb92e04a38ffea --- /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:6a54e4ca26c70b4e597507810b8e307100b926011cd8b0c49af6e76592b4a87d +size 620656076 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..8ef2b269d51c8a4286af45522039c3b8abd167ae --- /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:90537218b1e14c33fd47261432f99251a39ad39a9e523cd7f8144f1e88c4f16a +size 726740938 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..4cfcc8d0512430fa7c34892bf8b4a93d612859b9 --- /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:b43a90eabac60601814699acc3f022403e40fe882d2993464523e3447bdd0131 +size 442195931 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..7e38fd2fd52a46b6481158060a9d1245f1497606 --- /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:e8fc07ed1411dd7e7a116995ad16a93fd22038da1afeb75a4835f1c7a10eb2dc +size 399619857 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..8d3427d31a1311c15086c9a510520b5c5817ed12 --- /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:d861e0b7d6915dc0478f3b0fcc52ca2a41bd9a3de7289353157fcefc0538f85f +size 394899074 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..599f577f003c5c65efca22c4b5610f3f5bfa05a0 --- /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:3242c7d717d6679778c3630ec4497f77b3eb94cf1b5242509a3ab194cc87523b +size 667870324 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..a4d51ecc3547a77e53dba5c28a51271ac2b0cc89 --- /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:5a07cdea9f2b0c04d8facf5e265558354425608b88f1ab57deedda0593d7835b +size 360545225 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..a88bdaf304db87f5667e33a4132d17f3311164ac --- /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:5a3554c7e7f8a8d07ed7a6ced57acf5753fec5b713b59d81e4e4b95c1554f7aa +size 481680612 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..43993e0b22830f70f506acb9d2cef2726f939a88 --- /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:8ef81b209a57520659fa1a383300c96ce3f6d6895571ce3e54eec62d3d79dea7 +size 422979023 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..effbd8c0d5135d860d4def07c2ab115fe6e6b2f0 --- /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:5551bbc72f2c5e76d07f94f3d8cc642ccd55ea7761277205de10418aee44f765 +size 643744166 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..2aac7121ad1f71dfc89e27816e7dedf1517b3b0a --- /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:27e89fde27e60cde4878c0a93a76b8f513440b0d51b52643c9683c1f13e773e8 +size 493282015 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..32e9d6724be9c6ad876fdac79d3e168edfe6d403 --- /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:252e44889863476fcd7f587e7c1965c05a1a1a82d0ac9a9f629c308b70089d70 +size 411355409 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..848e91f664bd2dcb5730c66b7f2dbd3c298adb0b --- /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:ed4a0296cff00feaaecd7d613e03d1e514676d5a7ad9106351293ba3dae57c7c +size 550012997 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..c909936aa23fd1813f5e488af0b4c5ecca091dc5 --- /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:e20ea6aefc4c61c6d992aaac6aa6c542431a1809953f606461f6a24c2f7f0d0d +size 376107173 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..13be91e414c9bef816387226020e17886961eab0 --- /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:e6efabdcc628ed76f841b29ab624eabe7e2546daec0e338d88cedc7d9d1932ab +size 1000476949 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..3da1f4b65246b84c96f06e8b46f7ea23163046fc --- /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:05660b276edd18e3f0a2240e578c5bcf92f2623c2d0c5c2061d74acd7b3c1019 +size 608503505 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..5dfe024d03589d32f5ea70b6bf308f8ca2006f7e --- /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:24875868cc9a9490a08b0a40f402f42fce8a7f1199e3eb4f7b02dfac5c30a6e6 +size 533945684 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..230bae3a775def30bd5d5a79f80b19f1b5fe583f --- /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:24f473701d787df0c03ac778917b0b5157ff0b88e943e454541eb0dc997d5493 +size 453206613 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..60bb5492d65711a904f74e8f447df2d2ee2f6d5e --- /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:b7faceb2c3cadacf5264437d692bffcac45225da4bfcade31ee1c8317cb1319c +size 765444358 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..dab65de605b68693a6710eb4eefc760ca34b9f90 --- /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:d7e639f818600b2b47d884399a6276ddc06874dcf0da8124075a3a809d7a13ef +size 516103072 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..4ac539012af50b4d999e637b5c1f4c9a37ff1fdb --- /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:35caf45bfb14bbba0ee31f5302c534d7da710b2bd2a84cc49ef1ff62668c2ca7 +size 787221099 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..6a51c04bd1a5b66b8c41c25a0a6b0bff3e93b2a0 --- /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:569d389419fd078b0e65c1cfac65eb79e4455dce8a6fce81d4dbd6971a4e4741 +size 688662630 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..3aff30eff2dab02ef3b4dc62031ada758e64d86e --- /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:57df5fc1c21b78abe5a543e5bb8cd9f1c629549059137fa45e37b44f47426b46 +size 634729466 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..8d649b746c75ff169bdbe3e3275cc7fb8d04f8e8 --- /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:12a16be9282bf60a7da7f834684e6ca9341a92d9cb01073ad120d1c48a6fa6ef +size 381090146 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..c3cc4dc82cd639a8a7f4dbf8355b8c0f2141b9b9 --- /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:57c25b4854d5b4c23b4a13e78dd6c4ad4bdd467a1372971b874cbf678b8b0ca0 +size 561240721 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..fe0878b4b420e5501f6e5629895a869c7fe51dd9 --- /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:fb2ac3bcb9c30e7033f6818cb36b1a1fb311b1cd09029d47ade74557a129b7c7 +size 1168142544 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..c2939f6b93a9a12980ac0046af0d7c4219ffd620 --- /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:cd78b3d72aa69bbfe0731e3623a58d54fd0d6b332c2c912a8fa314965ea7c3cc +size 764282981 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..b398b8635bc751c264d66e30b1b1d0eb44603ba4 --- /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:b551aef6f9923ebd57a01507ad6cf79a23cf8c0f86032b19204e882d063dad9d +size 709890595 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..b96c21ef3bdb4c56fa6cb7a60d4ebe121f16a862 --- /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:49f1803337275cd710585b8e93f3c3c8aa97a41c9d1aef960b4ea673a74fb138 +size 398731231 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..0338acc6fc8c2cfb7e3d432d25c11407bc037516 --- /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:a958b3235effb0154cda255a2fb1a4d899bad69114cea71f2e4a9d672043c101 +size 825203159 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..f1995f20fc6664ea2f8193c9eaeb9c5f1ce6824f --- /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:1e912460b9685702b0be6ddd5dfbc067c3d3269019a4bd1098bd8529d4f49ddd +size 517803214 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..78fb89dfaed6ccb78d811d7e1ef1de7f22316d09 --- /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:18ea4fed3452214f1f6a323af6a84eb6cafab27f3f46b2e6eae03b2ed031a6ab +size 853281859 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..c6ef2db2c69d0087c30948d9f9c09dff3aae8674 --- /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:f5f49d9fb8ad07010c22716963ad5da8934f2cc169890e3d45842a27752eadd5 +size 614758702 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..761d8de3a50d2e4fb07e4a97221a33073caa747d --- /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:191a6225e1bac47dfba8ee7bf2e2a3f362068f3d02422b1ada933d07b86fba7e +size 470604630 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..854aa08acaaa8347845c43d124ccdfe30d9c8a3d --- /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:2496c8eea79d373eed397f5e1da470453b42c62d4c6484bafb466008cc07bcea +size 632797124 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..24a8e4816907dce563fd8bcd1191f36048130cd1 --- /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:873f5b81290eed377f93becd5616e09abbe00dbf9c501e993573406e5ddb14f2 +size 391977345 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..25a73ae11a896b64afe21c44da76c9db8df22660 --- /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:c8ccc0aa7a65a251b648940a4d99833d9fc96916ec503bc204edc89bded687b2 +size 504637494 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..29fce169b36029ee2d238e02e41bff5a60898bc6 --- /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:2f5d9e593449b1d44dba3107d7af8a32ff08709d80b13fb03fb95ff72f4d41f8 +size 503292482 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..07a38baed69625b5286d7c520917b7060d9c22b7 --- /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:7021d963c25d1069ff677a846be5ba7f6f05b8d8972687cd78a40b2348013cfd +size 475189749 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..ad66e17f2b2d58f74952efe37ed846a91f46c159 --- /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:836323fda45a12c31495d484a065a3dc247e6839dc301fb29ba041688325544b +size 532893971 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..6f663403462311577a14627b7d4d6c2e0547e420 --- /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:4fef997748abc28fd993830a843a1298dd3173a739b0d04d672fffd7050482a0 +size 614466548 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..46a349b849589555cc489afad6d2af48b21426a6 --- /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:4ce3eb4ad237315f88deab814b6636540aaed161a748df28d137decfc0a0985b +size 522179667 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..2bc64ee2c05edf8e00ce4fe9656efe9d0d84c8dc --- /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:985f2c9c6ac504a045f996fa1f39c73aa1c61eb3783397b9e0f4bb21486dfe13 +size 1227055219 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..94a3877a7e121a5f0fa83d6f4b59a8e2572778e3 --- /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:17bebacbfafbe1ab8257874921207a8fd26a58cff88bef85ac4b278a49a119bb +size 501651726 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..72f06c803a2ff8fd3a58073688c5f334bb40c05e --- /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:6106ce395307f14ee7d767b5a2a73f4ba6662e9889787d1158c233cf83071074 +size 387382417 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..6720c14d6a3ca819233c63dd03b37820d21fa465 --- /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:d830695c2cc0dd7c411abe7ef3911232e320ab9a308fc02d28c8f49d3e03f8c2 +size 643974475 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..f66306c6cadfb79c601fc92d5055cd200df5bc18 --- /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:09390f79df43b94f1b3122f97b3f5aa3c19080061db90d9742dda4b117ea2237 +size 468700824 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..f9e20ec2f19b5c79718553866a260bd486dd01c8 --- /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:807ad8ffc3a5acd7fb61525593bc642b74502034203af7f2e6e7cb89f898078e +size 887671973 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..ccdf484d1ee0e05480851cf5d6ad62eb6e3f4254 --- /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:e1c176b712b5aafc58314fdaf8929f7fe00206e86881e53ac045739c0b096721 +size 428544426 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..245c6af054fbea1bc1445218f2135ed7090abd39 --- /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:b94fc1539f6499b35f49e2b2e1c8961bef336637c45739321edfb778e70d8800 +size 520998680 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..434c62a01ca3355dbc8f3c414bb80c87dbff328c --- /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:504162ed7b16ee3600372f19a61dca03edf15cdf42ccbb0a95e7a5f9ceb741c8 +size 526739554 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..5f9fa8f24ec425ec5e39c212b610847a71f092f4 --- /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:d9d5772f0016c53d9070ae36bfdb869ef694155507e78932cf3fe7237fffb1f4 +size 463184511 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..2ec844c51c6c89f9cf9e6208459675cc6b54e2ac --- /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:73323b86dd61ff00ac57fd67ab97085fdf2e30ff4661d4d884a41df90bc66583 +size 399840764 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..fced8b55b065a6be3b077a8be2d667835c69095c --- /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:ecaccc39231241fd7fdb625442358d46b6979192341897abe6b2e9ab081ac23b +size 605166852 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..6379705d15de854c4a2e0c55d177a41f5b476473 --- /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:717987d4e05cf1c30dc745dc50cc8cdbcbb8be439d7874b0060f46128801f277 +size 687380201 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..2ec0f968766f08b0ec200c5383f2aa79cac5753a --- /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:ba5e1b96454be32125919728a245d733ebd0580347e0c6f0cb1d576eb32ef4fa +size 614279571 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..5f5829b74868bb65c0847d8ae4e7784632a1e31c --- /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:212909ae8c1dce4456df24d05a97aa6720033217e61e117b2f885eb79fa364f1 +size 911938902 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..8a864f584945a96717d8bc198bf49bfd25104032 --- /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:1d54b9bfceeb0d37bbf8928f7ec71e9cdbcff4d830a95e016c8319ca67fd0e69 +size 775736413 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..3fd31e0ccbaea99b5adab09e98feec254e0f4a9e --- /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:9977f5df677a7274b5f6fcaad514460716e189fea503f2540eddde6fb1c2d574 +size 633413104 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..499e39877b0bb2fb05f2d7ef76ce207b25c87e69 --- /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:ef2807fd7f3784c764da88b11531c3b272ffbfa61365183f30210276f5c64cfa +size 446949492 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..f570878b9d1f0bdf2353b014f321de1e7249f80e --- /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:09f0d6d024f30869c589ab2a2e294b581bb52faf69847004efae462f936a38da +size 626156172 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..30275fa4ac212b11f34f60697e952a7fafd32b0c --- /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:7e926d75f837d1c34884690b84e2d5292897a1eacc97f5167d90e6536e2ae95e +size 606416115 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..66538d25fa8319dbd903eea5b4afc47d0872c860 --- /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:69ae1b5976b5005cb84e80932026d6f758d4ad1ac6ba06b625e5e573a206f7ce +size 746786314 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..d878699ce67fadfbd71e486389513c1229336cce --- /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:e2c4c4108fb27b6bfdd46d4db32565073969ef95eb5f617cdcb7853a8458492e +size 500657032 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..ea2cfd72d801cb560dc2de7b3d8182de297efd5b --- /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:1a4e526e1af1cfbbdd1c525f7167c5790f6a7c9baf4de1bf450ddf659df3e45e +size 517179476 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..e5e434f4eb9a580901bcb6cb21cb0c81cd194ef4 --- /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:046f4b23034ef27741a2983f8a21e1afd243d75b9d03af66509ca99695041d7b +size 592812718 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..80e4e9452c4e5066075902c7f50fb9206ce336c3 --- /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:23043bc29a145ce7a313d11a083ec1c0958862fdf6e2721b4de6e833ccfbeae5 +size 570811727 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..4b2241ce1054784acd0c313bed39a2ae0a86ff73 --- /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:4873eab6a4f2668d00e77eff73d56a0f64f6b7adefcd0a2590b225af254ed2fe +size 714335417 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..cb170df897daa3df447bad20de30678775e47f57 --- /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:e4fe44b1623e17bdbc128a4a1f9fdcb0a11a6cb3f4cc8f5f6332b26ee6f7da54 +size 747164830 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..c571ca37cd8c0c9fc36fe93a90f749e818a05f84 --- /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:40700055245ff6a95f552187448898058f1c82d2788f2c56909d928c9391ab3a +size 590263092 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..769514ead5f8f54cc689683f3c76dde718ef420b --- /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:5884a4dcbf66c30b02dcf3a2d43c28dca83759d27983327e6b6e75c1960bc972 +size 463752420 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..b407442a182aa7079c7e5093547560691cd56410 --- /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:307600c7d5688fb4545e851b200b390251bc44c6042fab0910e3395d97dd8ed1 +size 425401285 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..61004b16555e752e82674848ef9f3faab84b1724 --- /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:61e776be15887b9e09dc53fe7c15d6ef359ff1db53154f1a05fa57a3910c8f6b +size 1652154963 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..0b001d986a54274141c53c90024401fd9024fb75 --- /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:2dc45e09fca3bdc94b1e8ea82f49e70547e28faab27f611c8dbf25fb558692d4 +size 439158240 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..b5c5b6e312e597ef676a9a2947536435aac91929 --- /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:d9d097863b54633584b5429099f281b4651be18ec9f7b7f7b9dfb150e6ad0daa +size 372481306 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..b70c5468cec7b49e6a042cb7b7408cfa96666a72 --- /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:ee4707276986be4da7dca35555ecc15b1156d0d0ebc11ba2e7581f44cde52fcd +size 392061470 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..37110c7e02528675ba767b4a0318a62e42b95cef --- /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:80fd4458cbdc9e3f9e40c26dd66b14a3cd3098e2321c8345d1683c10046ca1ac +size 574132082 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..0e085137811d8742a325653606b467226287a517 --- /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:659e55864040458129bd858c38d0d41fb454ea343fa7061bd3fd5c20653838a7 +size 495159421 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..c055461c912dd711277eb5cee80fef2a8c4cdc6f --- /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:f26e3f3c00ce36f8406884158758ec53c37522cdacaa3daea6a6690f31eeaf3f +size 393510693 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..21995e4b189f11522a1c182f0923b22c3f63e87e --- /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:19ace32f78afc6e6f3e4126d29c57aaedac472e436971a72b116f34643028059 +size 1150371374 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..0b868c593c6f04e2df4d9956c20e1a694e462115 --- /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:568b8e884bf9865171ae2c0bd865839486eb042469b042348f0ef29c530d6f31 +size 718663266 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..f760e1b70675956a167fa95869385e67bdd8f900 --- /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:ffca53e651baddcfad0a34406d1b1d3ac90a19ed9dcd9a1330d1522a14c7de7b +size 538847263 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..b5c1dbef8ea3cf4c28018ec1c4fd10115f0702a0 --- /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:c6c974620b9e40da73129396edbab8a84ac58f3535b3c53531f47f00f3d3c4d1 +size 433865903 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..dc9ca99312185f4404f7673d532b909ebae21b73 --- /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:578c7701d80a9d709102f5041e43e120576331e4a14b3b4a5f01014e8e8a9e87 +size 529967711 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..048233b4654eb86c1513acb8c83952b14e1f8d1a --- /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:8ee90037c95210747cfadf3b3cb6e6a89da34b495af67a93d02435af627c1759 +size 430044395 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..9a8cae81a1308554dadf7bf0356182e15e7bbc8a --- /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:f25247b75cc522f9d34b7c052b2d5dce25009cce197018831cb192a88ef808fe +size 776072191 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..4d178b1b05dc7e031cbc0850ab1595c4c8e4ad0c --- /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:57f5ae71a66a9fb3880f664d466e20e715121976c0f8e4449b1349c38fbf19fa +size 319169603 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..9170f2c2274a8a268f63e0dbd0909644ede340c7 --- /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:2bb3d92e52f9b5483564aa70db2a4f154c4c3164cc7e00b012472caf865eeaee +size 705918106 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..49092c47caa4b471934beeaf98ef803f32b84f5a --- /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:cfe9d299f05aae15b1ea2f6b319653f4b1d9e0ad92ae3efe847c41eed258477a +size 529552353 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..e8e3533cb4f98a259af78de9603b28b7fa795ea0 --- /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:cbed36a0208855e6070c7c06d8e0a4fb53f9d448d6edd2ccf816865c895f744d +size 505793219 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..0372d529fbba365bf0c81b873e4200121f930d2f --- /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:ba4f903921bcc4905b4457ac8e8a6c65938128d7a4eeef09a9bc6228b4da25f2 +size 615309460 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..19f520788aa996de214c7916a0cf4407fdda46f6 --- /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:7132578e8ec63ec305e481c1d9273c0cc72285a42b8ead46fb52b528a40439dd +size 897047934 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..74ec154c8a560c8e4690c6c057e550dcd1442163 --- /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:38cf5172d137d0fe169f3e8edafec707259dcfdf3d5a2f1c36fe441d8150d29a +size 530466822 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..a4d1a9819bb44173c1cc6990c76ab6004adaaf41 --- /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:42de68b2a5e80573e039369539b43490959f9556346dd9c997c3065f6bb6c594 +size 480990135 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..b04a039b2e351d12e188433eed271d9ff0a2c84f --- /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:bff628266940c1188058476c910551671111e7ea89062c59ebcbb5cae6f3f5ba +size 590430803 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..1ee263e8d547bdc32c01e2956a14878b0bc6a3c5 --- /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:ae9f0a9a70492f8877808d15c8ff2aa5ae12a563ac95509b7b4214bc69d589ef +size 644731111 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..bbb504ce84b2b27c1f1bfe5e2331efdb3e7296d7 --- /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:a1056afd33cb6b11875d2f738f947dfabbc9fa50895c4f1ea7df153adee6c877 +size 469744786 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..1da570c242b7edee85ff9685ff9a6dd96d0feed1 --- /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:fa9c2271f6959766cebcf53c64e055412905efce7e892f028345d0b9c05a6a52 +size 1272809208 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..665cfe228fbd1aa46585101fbdb27b9e10c7c3e7 --- /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:f8a5f1c4f1466ec54655bf1cb53a54eedd3d3bfd267d0103da959588bd812641 +size 380429086 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..ed26811a8c5034bd5b8249a820d56432954aa0a9 --- /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:628600c0a3930dd74995cf0b4043a4a19753109215c172af2fb695c3a5bee862 +size 421702594 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..6db19cbc8e896d6938cc8ac464716d556ebc8b1a --- /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:9532c1b6d104fd43d00492c71c1711a3fdb22510d52ff85b98bfab2f09783ba6 +size 579984024 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..37658026c9cb289f0256998d57f50a506fed42a3 --- /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:e06bb325d59d55325a1e24603e99edbdea0bf6a6802973d0a1f6e0493cca7d32 +size 575391710 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..3aca0c085b65521e8f81a192ed9c9d6c9836d13b --- /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:2f4ced2b73c402774d15934d94da22bf8e232815d99f1ee2c6fc74fce6238dca +size 827101191 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..f50b87aa4f90538497283be34f6600928725779b --- /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:42b3a5a9d74bf02257da8e1b23d9e16c4caa2c14f93c5e9e48b74747d4e0983b +size 621368591 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..c87033317fc9ec61f72434a7772875c3f86846af --- /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:0e24cfa56cc0f4d21650234f2fecea49aa2b4d8d686be1dc865aedaf63a04030 +size 694623124 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..75637059250dea64fe4bc742ed5b13c2e47ba0d1 --- /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:cdf3c63271129cbd2ad4947a72feb4d1f0c4119d46731a726fd01525c564f309 +size 487172870 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..67f63c728de41af93b2fa70270206b15b7bb4a71 --- /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:7ad408a5b742c3110cb301a6482b055575cadfde5400e3783b49d942d9b186cb +size 444715909 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..ecdc8ef288b04df4afecda87016267923243f9e7 --- /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:5dff7c89258aad5919f4d21b01f28109762dbf4db7fc3ddaa652807ef765edd4 +size 411763629 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..4346b1078416a0b2bd123754af0b206419888e6d --- /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:5da3b9ca076add95689c92f695b1f84288a4e9ffa13764d9c3d209534e9f2cfd +size 609761283 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..c46f18a98abc2863a2a61506f02f850d4ad074ca --- /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:3c9fa880106ceab9ad8072ab005ce23a77453b5317556315b0ffeca9e2f971a6 +size 624716134 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..1371761e8287051ff7d4e5f02454d27bc8738136 --- /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:707d627947069da36561d8bfbbce0f3340cd651788daf9d168a62380c1414680 +size 843236948 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..9cbcc50a41815e190af98650a9ba9c2bbc38f70b --- /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:6f75c8a62d35f53dd8fb8447e7a38936625d9d59e3123db8a01a5aa18b40e8cb +size 614647075 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..08043736fb6dad2bb570a81c6698269522a14d19 --- /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:eb0416e6c725a9e811fd5770c410234c4f2b69e4b43cacaf393e1f5927d9d48c +size 552158032 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..4bbfa33ad9e77b3279961a35615bcf8bdd8feede --- /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:429ef9a12b08da0527163db2004be187f4c3b9db0a5b7aeb3037b861a75babd2 +size 464412693 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..8880bab4d89b7bf8a8687309ebe4897fdb715142 --- /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:15f0609db6a6ff970884b5ab00f2ba2dd4c84038e70c6bb89e7464a55425bdd5 +size 844102647 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..60805370defe7665f746c8bbeddedc9530cbe66d --- /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:757c2324301302834c3cc6ac5af6896dba01902e0dea562ec83eb4bff06f8f35 +size 488521562 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..9356e17753093d95f524d04680a6a0f2f2565e23 --- /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:43d6ab1ee3b1eb0ea31f5b2cc0d4fdcb4f234dba8a64c5b0523670cef778739f +size 515016852 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..c7bdfbe19e3463068f230ccd33d767c02c897bf5 --- /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:4c3070181f2e72a9a4d374e0093c72f454a396112902c8a6c218f03a569064df +size 771068617 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..a3dca9a52834b59da32ce07607023c86f0883353 --- /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:9e9e675dab72b52f506716a1a45304e91cc35168e38af6ec2af6e0db36dd0993 +size 470637094 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..49ac595f4f87fd0e493dd95502eadbe451cc9574 --- /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:309d620ab9a9e2a514ce936861f659a6ea71c37cabd974772967b9f27c6e3144 +size 578242141 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..9aac758167d3bd3e5a75f4d550c838ed04d347b9 --- /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:0df2b0a4da5a57ebeea91dd7cdbc202431a05461d16be0a31caf1389a3025035 +size 811460869 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..96e6cf8ef1af01ed29b57acf8933607a11c3df3c --- /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:943a8e41366104b8857841cf39189d13ef4d3837cd474f5e3a96219eb9208bae +size 495861186 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..649934a1c73ad822de1665586422e42c4047a129 --- /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:b0577f77b685f2b28caa076e5fe8839e8a748a5addf8e770029d097964f79df0 +size 726705346 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..82acd0b59d903b419edeb987f8187eb6930e41be --- /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:1c770b7424207b6a264c40a9d888ba620955821734b3eba66557fa2481b3d59b +size 585447770 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..dd2d3116f24d182cb17652d5c25a518729c8e1ad --- /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:ef3942c2662789e13fabd64bbe21102a42435677550dc50d90b6385b2f9d08f1 +size 630501879 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..9fef46355f35ec7e9419c6f1ccf83ce5ff37ec0f --- /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:c64b2f44e95273f3ac0db2c0c2c33a9d5116c9b79cd6dda2d8b0f905a929175f +size 409066408 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..7cc8f2e3f1f41eb26ee5836cf4f3d2ffbaa19c67 --- /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:ad600c6e30e08796e2c155c1ce928d1459371aee7b9d563f5f47654891a55abd +size 969910409 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..dc2973744b41238558df7d4731c99e43c36f80db --- /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:306d7ba5204863acfe1a326a29f78f639577af6339bbc1d42fc2acfa40a0448d +size 402054456 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..7a8066acfa0ce7e905fd5868658258f1c652df04 --- /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:27f6e6926919acf9adbd2dd604596f317976826a4ab2ad8d4793a5c3e0479961 +size 457875080 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..c6a417171ad2f47f23a7ce9723f9d96035d676a0 --- /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:71eb99ef04a2ff5a90f149b3306b433b956ace14402383365f7458026a2ef4c1 +size 491444054 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..c1c2234db6cb5e1f40a3ac2cd2ad8c2b10293b14 --- /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:573d26da806cc7f736bb175a716c4a83792573ce9c7078a418d862a434e3a1e4 +size 388404192 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..2001dac8729407aa832b84fcff4fa0231d9d5ab7 --- /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:3e9debccc3169ef8811d728b98a60277c9ac10dd0cddab88eca64293d65f79b7 +size 742689696 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..4d6bd5908f9f6e10eeab199d3eec4c23d1e465fb --- /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:5ec3d34932821f46204765dd958c11a90a683af314b6d8793440599793de4669 +size 549571606 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..c1e09b3597980a539a54958ed2b337e1d287b688 --- /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:fa7d483be42adeda8c0a29fb6a049df1d6113a37d7856765b97484b73ec1ed7a +size 499044467 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..5d42c57bfb56fb026088750b833a9b5a8c0b16dc --- /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:d149a69f4998089c61c214aafc69c70853c1387ca80bcbef7f5b412220c3ddae +size 588345542 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..30e0be86f13be983945e30bfb8744b1b0124e801 --- /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:da24a530c7d48fa077dbca41fa58db394e898209e3c458c961a461bbae7b3600 +size 502202786 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..113497be3d21f66e1a60a70435a3fb9a6030f6b7 --- /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:b21896118a968d31d35099ff6f0f955bc162557fa05339460fee889b6fa4023f +size 457886461 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..bb3362edfd8053a262418fe8aee1d8f1a583466b --- /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:dbf66412c046373e6330d71beb1de663f87d28d6d92e90459819d4a33cf81f82 +size 635779762 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..b42e035f8cf33b62762aea9b896fb438c0082cfa --- /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:106826f0eba7cdf89923a547f5489c00cfad9a193cb56a4c38fe842541b0d898 +size 417303137 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..5cb2b2452dd4e14e42934fc42f41e1eb142fdd6e --- /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:486f8e8920e600b4c931ca89a16799fd7e38d3505499b3122c2f063f3987e174 +size 433942010 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..a49876f862fcf2dea1fca226f54e290ca5281a35 --- /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:8ee72d7feffebc6017bdc849685c71ac9e816d7dd6176478073dc331b7f69d64 +size 472156445 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..acd164e856f528ac36e20eb0b229b79afb14066d --- /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:e5d33aee8f3a1b1b3c5f3e469a8b7fecbf1177ef7c6374642ec0ca565f95052f +size 366137813 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..375807d02632cc930a2f0be25a3ebf05efda1513 --- /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:277e7d9a56b6ed2e218b40702d73c7e1a61f1ba8e9f8ec613d692bcc45bf0d8f +size 632917049 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..b9fe4e49023614de7920045e872bcbb8e44d8134 --- /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:4c513f539933dbf3a1fbc721f967c55f43bbfb8c4b211cb2a3e5b487437f8574 +size 535346418 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..fc01c53161ddd1ed0573ad40272432953e8d1b1d --- /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:6ca6614a6ac0bb62268e423c7220dc5cc9a1ce02255b63b6874efc7504ad81f3 +size 937561277 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..f2b84c7b18bae1dd86743fd5e24b9ff4d5146d14 --- /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:ff2f2f967df9821a851b6baaac6341d0a1eba3e6523fcf7f6c607a222b6188cc +size 656374764 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..5716bdf86e2cb86faea1b530cae08e119cbff1d3 --- /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:d8ab8cffdd9aed6cbcc5c8ffa687a531b4722079f70bb14b2426f0788f8e8c68 +size 1060637441 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..1950212c2cfcf9d2a7d6da7ac70334fce1a1465a --- /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:817aa2ef30b054129c79f2ba253b22c938a834a752ff9afee0d99029272606d0 +size 500164897 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..d564230f8cfe41dbe1a204d7818fffc6e519b4db --- /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:c6a1c9281a8e602c2f0a09df4c560e9c23b3c1c065fc235de1932b8c6b7aabad +size 445050280 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..562494f8d3b76dcb8102be6ccba905a70d70e12f --- /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:df7a86cdcd32fd2fda728cbf021f3296d411de159381ec0ac66325fe2cc46314 +size 461922195 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..d311d366df1e4083dcefe76b1812948b11d4a1bf --- /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:0a11da14655ec3af2106fbd1e0c944db4ee3c4c93d7377bca7b900d4db454662 +size 650935203 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..16196b1b12c79cacff0e1b0c53120d9312774ed1 --- /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:36012a9f8462f408aaba92cf88e0ccb0aa3a0b90e50843053e4ec91226896a64 +size 456553586 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..963add10a5b6e2a66de110a8553d7cb8a5127ab6 --- /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:9b75f4c3db2aab4e6fb099ea93726eebe4a7a2385a48a9315b4b5572a3158770 +size 457101099 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..fd6c9047870504107eefb222ae02e7415b7a9d8a --- /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:63510d4a39011c1a25e98545012f595f64a1552e834a2d1411ef37fc894c3808 +size 631242240 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..69e305ea0041fb99e8a365e8df4a03f7444f1b10 --- /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:565ef888affb8923ab9c005f0e6f9116854bba7ed8b7e89a7adc6a07544c7291 +size 703720651 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..37088b9c0f5536a030f38499ebce992191bea84b --- /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:904460926f71d3fc884a5885f6cee2dd7b13828936ff66d4fb89aca6c16c3690 +size 475064863 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..b5b8fc5625b64862126137a541cb0f4ebcc2130c --- /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:af0997508ac2fbd78d710e3c8bf6c42b5e4bd174a62e64350b929cebe55efc10 +size 470781186 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..39ebf49a08510f9517ea323c0df74305234d4be2 --- /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:b8b72bc4e91373241fa1e404d7ad3bde31c897c9b058e96cae421abd1a0ad2e9 +size 602594456 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..8e5cc44876d60f811923c790070468169ea65b00 --- /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:438a65577100ece1fe36faf5149d448e160a277e6fa2d9c3a84a4e10652679d2 +size 457633106 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..9835c32d992ebcca47eb60e85687305072b1975b --- /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:a95de8a9f4031ff6cae7ed3c926b5425ed9b0ca45e955472a6d7982ad753e41d +size 767391485 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..ee186c7691e9b0ff913069c7eb5c9dd697698c22 --- /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:ad74d46d4e927aad14c44905ebef619aa1eb0292bd869acbfbde8c6d6c4ad78f +size 466400860 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..5178f09ee438312b97e877499392e51478245af1 --- /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:73468aacf024123c50df74ce43e0df08188d1aa4aa0a8f9f5fa49711dbb309be +size 921633553 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..c8dfc3fb350399182330e9ff238cc2e7177177d3 --- /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:63391dab2af4182b07c0a3c83ce8f9a9e5358a9eb3f0ace68bdba82f719913ba +size 833536028 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..dd0dd8dd697b24e67bc14c7116319f692e1e0ae7 --- /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:25c017ea3ceaef674468afacf1e953effa7d17f7528c5dd58be6a59be4564d04 +size 915371580 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..c11c19d041e87fb1d454537692bab1243ab485de --- /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:9d0dc370df0817f7f188fa06f53dc45f937b3ae7c0d42e43d57311434fcd9143 +size 650185834 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..c3f4451c0aa1792675b533fa0c5b9eb4ef18412b --- /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:dd4ba24439a43044c75d49256853d4bac585e9b78ad5e98d572429356c0ebce6 +size 556957917 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..7dfcb590913a0933e3cb79ac1dbd0f88c4eb82eb --- /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:810955044974ebb6cc7087e3959222eb387658df33608980bc0d03716b58fbf1 +size 588660153 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..9ddf78170f586ef4e099ff8fe700b6f786cba24f --- /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:5e97c7a0a2f3f25bb9ad62302a2a4c6330211961df98a2457ba645da2504acdb +size 536848919 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..dea1527c09536dc173c525b3bc9a8e8462d43245 --- /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:5cf15ef1c08778f941c3455e234195bf23be43634c6fd6bddff4b0ef49eb9023 +size 563919911 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..98eabe665e9fa435e292f77a345dfee394d301f2 --- /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:e64e4c86e47894d073af59a74c9d5a7d1ddd8d5a7a12c62a98eb7bb1feb0436b +size 418238555 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..bf20f498107722362d3eefb7f3177320e06f5474 --- /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:7b5b454f8a128b4144b45a05376d0eb3fb57801c9d1cc7f7b6e4b182f241eec4 +size 865810997 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..5c965a172a54e319112786e8bf619eae74019508 --- /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:a8d1012be3f320532006415739e089ec2185dab6471ee1b892e64d98047ffc08 +size 680160102 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..54f2b2ea61cd16e1ad8f8304286c0d145db1de9b --- /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:462ad74f3e81e85dee19124c526c289532ff0c8f4e3372c2863a73588b2187c9 +size 604061516 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..bd383479929ecfbc602c77367e1cef5dc20b4d0a --- /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:8634bcdecc48c4076abc3271d222ebe4bfe0b31626fc2b2c6b6fe12111d6c0dc +size 429659325 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..88e4b1e7cfbcec1151f553bf44376d11b9793da3 --- /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:a0f9a309a595d6f8cb2f31caba50f54ca24c425e6505f771c9fd0ef770d2d8f2 +size 396389039 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..6784ccd6ea0974f5c7dcc5f10f537bd08918f065 --- /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:33579942497e21b1a8ee3a36ed207c0ba3434d136889f9fa9f5b84117d561491 +size 698287510 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..f8837d08ff304d381419a3de9f8b07aae69a0ed7 --- /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:a81c2ff40bdb865fe21ce0152456f757998cfa64eaccc645ae93132f58ddc0dd +size 516443665 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..e351eb068cac1b998dd2e45946b75b382ad5547c --- /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:995f785679bb41e5f8bb8fd38d7664c59e963582c90d64f63cf16be1a1512a3e +size 1022991718 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..27b6dc60530033fe55fd1714dbd877d0c382f864 --- /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:291662e74ff845edc4aa0e9ba192f6b6223b494a0596b27d9c5fe6eabaa13ce9 +size 574510493 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..a356beeef6083669a8b86509dfc4959e5055fb73 --- /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:b64c3c5e846e1ccd46ec01f896e202e09b781a01f1d014b52b163bc75449ca36 +size 829966629 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..82a13330fe5e20111ff01ea34e08e7429d75abd7 --- /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:4950246854a9a95431b4e4b133974c1858110b949ec7d03096d2071cc2314acf +size 436558951 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..e533d42c2ac6a7da63fa18863f8253d2af2f115b --- /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:be4649983223c01fc24c170b994b50bae1b4713a79df92961f0fc5ccdd8b97c7 +size 568022922 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..7ba434dd38079c6f5a6de38ca8497b91b219a2e1 --- /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:78a12e37163f11b77fec2496cd8f0bac68d99da03f1f59c6094538d2983ef9a4 +size 528242454 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..4cc7083524fa981f6295f1b2cbe0c27847d4a14f --- /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:4a83c93ac410a7e6db18eb7f26572160fcf46ca2c61df1839145b33e31fb0432 +size 662458297 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..ba525fbe4dc69e2bf65b0a8b1a49f554610e0973 --- /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:5e1d9935bff9f7ce3a54c66ded568f2b52c3320661d91a140dfa2f577b96f06f +size 458063367 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..d6d0d5f64fbecf01823803bb47f43b6e99d9892b --- /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:5ffc6048f785ee3eeb3756ffc0047b7cb06ffd464662ad4ac378b0d207abdd0d +size 547298039 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..bffec37d5905448f46a790c414154743b471c165 --- /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:67e8db7e9eb27db4546677a1e8cfb58000ff494f893faa326e205065511ee25b +size 570873920 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..2998d6a66cfb7f31a05c34875a6e5bdad09df7b9 --- /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:6032f045ca35316e183114ef582a3166f650ecd2f7ebe8e23479d88e7e2e2bb1 +size 465423850 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..e8674927be171cf18f815107e62dc7ca82900fc3 --- /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:bd6c8acb90c49e6c0f67921cbf9fe58b2208bc303d3a898ea8c400945449df80 +size 426163424 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..0171080f89eaf32a3cb7a92e71cd407648e782c6 --- /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:963831cacdfe9bb0bcce0a611d74abf44ae38240f2880824915117f66221dfef +size 447435212 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..bcd22fc6d9725ab8a98e92b3e04c0e59b482d005 --- /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:f8114dc84d43e870d819300f700fadf00b442b855468c608d73c7cc83cef174c +size 342512399 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..928d8602829338f7243ce835bd6d92ff6c3dff00 --- /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:8601bde4357d1ebb5766cd5557790cae64b0e3216e5d719d088a323c612a7aa2 +size 432446335 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..4c82445b58f8657aa88d75f5e56be5a96160280b --- /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:b7b96136dfa6bdc00c12c50e41e60bd48d0a2be717557cca1a30e85063ad535c +size 459682815 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..9afd275b0cdba2ec6364e960207f394a124ca606 --- /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:d1800f1dfc41a85f43952a59eaaff9727230d8e30f8b7791958aaa060681a2a5 +size 442819702 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..ea0468fe6d8173bb14140a04c0e951b1f0cd066c --- /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:63bb4be15af93499a71f969ee99400de4109bc69f3386b857ce14b40bcb914d4 +size 430658050 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..5771be342d1dcd390c26df7c60a06901c42dd9d6 --- /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:cb1a4637e06a4e7dc6d1ae8d68a6d7a032dd2a461bbc44145f917860605108e8 +size 365995337 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..e0e48337ef1721f0285180733e95053d242c18c2 --- /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:7695e116cde2fddd4d6143816a4ed764f293b8c0868d2bbbf9aaee44b8930610 +size 577580549 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..3e60e7789bc87879404bad3519c9432829d3e336 --- /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:2d95b4c97b2ecfab9a54d63695c52a87b72939e855cb1bcd0e8c822c8dcaf065 +size 424621816 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..6654302578788496f63ab81959e16c244af8d8fc --- /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:329294d7217b4dadb5eae919c39fe7485b1b0665fe59082832291305c62fe01a +size 517784889 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..9ca7df54e1736a913f4afddde5f810dd9b0a4229 --- /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:e1a7f8e9e94145106c85f2c1d3ef49df2b491c812c08d190690e990302fe0e2b +size 468734179 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..bd3771c891f3c02d6fa34a82da7d8576e4c6ef84 --- /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:06066f743099dd1d98dd454fe846f216f6466de219851c7ea169b760c9dac5b5 +size 600398534 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..eea58e8c5b76dca67c760424594d4b053869b258 --- /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:f98e15e841b58f8a24d96391500c4c19068fa14fcce69f4c3a4c7f9f8b4fed4a +size 438552729 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..351a38dafb74549f4be280c4bfb4dcf92bd94b48 --- /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:915a382d03187f6f16e89014fb8f3da8a6441afaf80b48792263ea187f24bcc0 +size 524849933 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..1560c2e8e518eb9e873e5c6db8c7f7d11fd42539 --- /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:3dcbf8762626f969b809c3d305235440686a3e3d857c7c8858dc77b9b06cb48d +size 485434438 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..a9e8b9fec81eda850c333af473d25055509ac5f3 --- /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:4f3ba0ce967d45434f6abd3a4e897cdac2d651ce063f8c9ee7d2e0f536e40277 +size 761200129 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..a6932fea3e926c8bb150bf82d7e590b98270ba28 --- /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:5e8d358ada00ccc6df4a8e45bb8b7049362dd646c790c81933414fd780e91fb5 +size 659661796 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..d1359eac42220b1e789f5a0e574efb9a7aa8d1d4 --- /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:29639b57e4c71f98d565ed912e596b68c9b52567b61be21ba9462cc8fe305c7b +size 701682224 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..0d0ac00ff3a451b350a253297db0c4825475a62c --- /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:1178f525735d2acad836471bb3792cc5a019d189266439141d4fb3783bd27a69 +size 525035709 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..9e615b9a380095efc10116d521f43a20989b7be3 --- /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:31a3a4ef8dda4a522deb39900b891318a65961454ffc4c789bc7d7ac047c52f1 +size 471745605 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..4719a977ada7cb9fca75a551e3eddf3af6a9537b --- /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:090862d9c63756a4814e2ada2df9ab148d256ae1165120fa0511790960a4cb62 +size 610238412 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..c78b34d2606e22a0338607bfce5a9e01f85fbf50 --- /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:3e23250091c8456820a5088627786056450657ce57db20feab96588dd23f238d +size 505260160 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..eaeebe3c581237cd183a3df7c721cf0db5990009 --- /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:06694f39f9bb2f054d99d96ac5d7f801b10e7ffe21ff4686517fc5e4fd330d57 +size 969031088 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..e065cd95b38d6be720d2db4e132a7ece567d7120 --- /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:1401258b0d8f5e11bbea8c896cd375d43ef856bebfaa9b328d1d0ac4c6bae4cc +size 825396971 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..233f05b15073160eae6201a00a76c8e0366048be --- /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:63f6b5365847acb8e9734c1727906d300f21081b5722f36bfbb428c99e843007 +size 536142837 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..339fd443a44581beea646108231a8967cd77546d --- /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:b5a1f7af19d41a2baf8825a448c48a138aadd21fa2647fbbc83ffbb9cf449e7b +size 463734404 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..53a8f9c8aa6f24e925e2bc35ce04a420eb336683 --- /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:d5ff898da61dfd5a118beb3b9620f9d5f7e136b183916f861426657a31053e80 +size 525245751 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..0d9b21f2708c0d505e3cc022aa72177b4413fbfc --- /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:eb0297b24d64fcb28d262e0c32b0d92b1a9d07a9c911fd68611dad04499cb9bd +size 848396813 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..528336de9fcea9cd9e4a6aef0fddf48bf001a5c3 --- /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:b0c0eecb752f60af33784cfd62e64e6fe7bc34d41bf24ac26e3d2331447c8727 +size 674106178 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..18a5860f7c370ff45272fe883e0e9129f16e6437 --- /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:1db9d269ca163d7e3e306a1f99c317619da1400d8925ceeb99c07335701d25c8 +size 509262742 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..f15d10c0a9538c1355b59af7c3725c122da9b05c --- /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:e90c1f44932fd9726a73580ce8b786d731997a5e9ba2cf7515b76173c7ec13c4 +size 519945747 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..a038b00251873642ce25a25542f94c70699f21d2 --- /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:aa716a867d3a908e7a96470a7dad7a628092a5908a241d90aca3d435e5dff3c0 +size 428121240 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..d7740020e71f89e7d0617c5f6c535a17a0e39a81 --- /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:30d2b95c1ad0f8418f054cdb649e675c7604caed9143c9f27e47a4c91bfd4c9c +size 572968051 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..b10c767e1f1cfbdb0ea9ba1e10873c0680011a5c --- /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:278235fdc1c1eb44e8720fc1f322015a4545db1e21b2c42ee7251d307b639d1d +size 522623284 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..8f0ec7f8d9835d2c9c0b36a7108338d574df855e --- /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:7549e16efd3989206e83f3be518d3949694696e22d401d1bc58fb7337b49008c +size 546510860 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..64eb9ef272bcb7c3d3a56ac2473f6417ebfc3a2f --- /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:ae7649605056a0e1434c4d0457714afaeee075d4f444998d1e45fbd94cf19e51 +size 449153975 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..5f68da4701c793ff3caeab010aa5652d3dbd7a3c --- /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:6777c7dcd8777e83aedcd86d2354f9218f086656725a680c7e95eaab85472a89 +size 375381858 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..59ec252bc9d35f4830aa9b12aed47121260ef36f --- /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:bcc27f0e7a2487cdf3a12626d8cb2fc18c480e124e5294c51835e812f5df9a41 +size 1149934985 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..36835f876f96d34543f1f904655ee740af0bf57a --- /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:d3dfc356c719a7ac332e8978cb89bfd64abca59afcb63dc2c94381d64f1a2250 +size 708742939 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..f233b19e170b45a3150ecff0c1324ca1cde7d46c --- /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:7ba72187f9a49991bef1c2af27577e8770725fe4cd065208eceea28ff3622fd9 +size 506656701 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..ae16549a7126ac1380ae3461fd6bd1e3e5f71aae --- /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:c0b6f275c4237a55161650daea47a9caa443df9d25a8c71daabdde5afc189b61 +size 626745577 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..4d22af2216a2a995a31317ad5942e379e6ad8dc8 --- /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:54551c375e7061ad80446bfe2bc0df3c8938d250a303df71197cb0b7ae473d81 +size 548938499 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..c0780121876f0477cb4bbb6e6c5fa585804da458 --- /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:be658150d07b3889a1dd3ad59cec28928645873da774ed541856113c0be697e4 +size 409174337 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..184685b878396b12e28eba3ed1230a5af80a3008 --- /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:04e1d5eb2d412d8192eefeafa816b55036435226899aaa6329c4cbbbd7d45dc9 +size 564425274 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..8dea73d602475995698eee99538b39ddf9b7ee8b --- /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:4113573023b14afd0111fbf4d289b7f4e1c7650af8d94197196fca748f45c0f3 +size 632190467 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..6f09cf0574b2a60cbbf96363536100711d63a176 --- /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:8b8e5205a8ddf9470e37574e24f0dfabcc9c0cacb1ff43c264d66540a2780539 +size 417389451 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..e15fe7df0c2bfccd1871dbb0cc4d9c559f2981f8 --- /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:433115635f75f6b0b4ab3eea474ef752c18c1d442cc402c79068810d7c6eb7d0 +size 400904542 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..c57968b24d47b489c1951ff5a5d6a0e8fa362dbd --- /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:75581d0b59334c70aee0721dc38b9a9e9244e2b4fec76be6a776d7b1492bc718 +size 600650449 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..690ea9ff4edc27d56ebcb8c8c3a5c7bbf3a56a3b --- /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:e5e1bc068047c328630a5fed39cde2a796eb0288677fe54d713c067b8354b2b0 +size 538130817 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..d5cab9bfefa124781193f71441eee4607f680e34 --- /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:a63d137a384c36157b6e69e91d107c5d17769b6c6a14655fd857b2c968d91098 +size 352357540 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..b18de791d67fb7492d31de35ddcee5b2b91dd25b --- /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:899385291fd156288c2282b24214603bf00ad1565a045be7d58d0778c58e335a +size 534857913 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..bb434bbba5d9dd43d804737f42c71c8dbacdcc81 --- /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:2ffc31f73be1b0ba879d40de8002d763df3e241bf351fdec7315e848923661eb +size 676205931 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..ec1c6c20fc14893fbd389537c82749961966c08a --- /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:e0092cee32dab8c423737d3b002615e352534060c943fac9400f1a853580e9ac +size 489930786 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..42dcf5c756f1fa4e0a61f730348696a623ac19f2 --- /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:c74bb9c3501d7dee893dcb68306cb6d74eba6060acb3c2fa38a4e895bca39b9c +size 415889359 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..d1fcbd5df6a06455b840edf3adf5b39375b502ea --- /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:37487bee2cf82ca2a54bc862e5747af7278b622026cfb236835e9c1dab719c77 +size 726878757 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..a0babdf9130726720991ff92f1b773866f0b12bd --- /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:114e24180379a57dfdc1a653d887bb378cbaddbcec5844e3bca99e449b8bf0a7 +size 488053696 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..27f253896ca9256aa2071d0eca5ab9394dc9c0c7 --- /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:98b8b76dca99d172cf7036b1c7335377012a89768795fe4f0e26014a01cf9149 +size 392635755 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..7e189c7a2edff66c3da63a72bb25282020fd16b6 --- /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:526d4d7c64cc3174fd8809d2fd3706a0da37efa1999e84ce9376a65440dc9ff1 +size 571806580 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..012122b60aed3bd9e15c77ad45cdceab494a3551 --- /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:d786f666887d28be8b72e3846ac9b82d544e823e295c3cf0ce1229c5b5d340ef +size 455032410 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..8992fbe88a2e91021c8120b930a9d931a10352b2 --- /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:0a491836e7d75fe32317398765fc2e2ba9389a1804bc0b797edef16c6bbeb326 +size 569841531 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..24b3bd2d226da2225a1dc3f3c4af9b4c85239fcd --- /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:71dd66eaa9c8cd14f9aba2d0772036d0fbab44da64c6f47975e35f4c66d0c9cd +size 891205672 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..c5526973eca1feeb2e317f8587a1d7bdc2a5d896 --- /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:5dfe12c4903e6d3052a9627b5478c300e6cfb051f370d0537bc8193c6a46a2fc +size 528557018 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..cd90be428fffa3b15ae24d85440001fe469a6f88 --- /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:73cf18b3c16b5d54ed94b561047bdd322272e6233e870925c844a0daeea27b83 +size 527925361 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..3a19f830107bff71dc3df7eed99276f6eb9a683e --- /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:e63af0e0b31eede47a605b38005347f27f477f79260a86ae4f4f77bf8c966970 +size 388644757 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..c7e076dce032849b698bfe9b276be3bc65ffab1a --- /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:3446054e837a50c935877aba27fa30fac5b5a0a46cd344ee29ac0b2532d554a3 +size 704787074 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..ca405f3e8cc6b7ac7fa33c738ced1c5e13171e97 --- /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:3f569c7233f4539440ef12a538d6f2339870641c8f22099f942a5e76cc59a463 +size 467909373 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..17d9d02675bcd4cf9b9fe7a4dbc62fbac06b845b --- /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:705d2aea144788d18191057d1a15e10d56a42654477e02a090932a06a0f52d74 +size 568964301 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..1160607be0b0cc3d23b6383d14ef3bcadb117a47 --- /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:b2b34fbf7b351d16431eac00b1775b22ebddc4382faa6adbd2c296787fbcc11b +size 468447584 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..eeeeb425db2a419ffc0eca3b8519336834ee5209 --- /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:82cf2f61540e5e212e2adcf50b76fd50fbd39e7c7dd10a4c90b0f22903e5fbb0 +size 459481880 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..314d9c8e1598553b8b6ccb8a2406543144522307 --- /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:0f7b965da96807d006b74af5a54e16054a0053037c6990c84b35cc37f7efb84e +size 505098189 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..58c32f20caa159b10832ce162d2c212bde70c1b4 --- /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:f9a129e527d8c17eb7e7eb89bd4888e55575b50910f071ed2e8f889028ed674b +size 399794141 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..65f75f8a8627a4009ab7879508e3e5792bd2238f --- /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:643747182c4060d49562652beff75cd9a05eac4d0788825f69af6f5c4f624cb3 +size 423024866 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..4ef327c57baf9fd6a6c263c611f6d8547d8dd651 --- /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:d2526bf6e5499fc94b42dbc0c3e795934b012bae14929cf5344178d9f430b7f0 +size 508198803 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..ba35df9d9610347bcd10ffd632d1461193d4c68e --- /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:fe8ffa9722aad0cfc0cb7d953d301a0ae65470d8aa883c421e577941393a687b +size 744764170 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..141a3c119e630bb414298727d7cfdaa7f82ac4b1 --- /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:d9c72b16e1de5a8a26caf9391babf8309d0aeb928d52f969ceecbfd8071b9fc6 +size 853742772 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..860349da52eb23f3aba45630dad407cc3a6a29fd --- /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:50245816c7832f149dd8742fd1700fefc69823d09e1e75a8cc83fde41a4d737a +size 353651541 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..b014966e0a7d84f0628bc46088b5d5f770e58319 --- /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:0e8b302330329315bc23b4be21ba9a7aaf228ec11129be8bacf23f573f1ba905 +size 1235276980 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..a195db4df77a5aa2742243ba651a7501b7d42e43 --- /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:055d795262a421482d1c6b41778a2186b5f4e43a2c76073f9a4c4d2466c428a1 +size 707250304 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..ff2a0df0caf43eebde9ac59688613b2f3870d356 --- /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:bf21d285a73fde8ace27ef17b923584ce50bf320b0b2533646ba5c26341a5400 +size 673447876 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..5d72f6dc1b4d5df6ae431cab30836ae97383f87f --- /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:9cf0cd1a553b47fa554515a17c176046377a1875849ad47373d3f79efd04b81f +size 626960258 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..875c779277f46493aefbfcf51e9536546a8dff3e --- /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:2513431b098f1865a1801b072331b1c06b8cb9c2179bd8e59b885d50cf0da0bd +size 503156817 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..1bace3467eeea01419e9a3154f622c2ef8be8427 --- /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:b58dc81cd6b47b0641a5cb43bf138262885b0dfdb9c6385c4d67782e2f15c11e +size 530859311 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..4942cb56b7a87056b2e05e06b4504da3c11b1777 --- /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:9675374d548418f048265548532b061b547919fb4eef9bf44bd664f1b179d676 +size 477618806 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..7b92392d0d80b1fbd7d7ced9be3ed48dadb86787 --- /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:f75590a6f58bf6877a43f9b89fcac81eccf80e1cc3ae91d08cfccc4f6cca281e +size 576712217 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..0c5be0968566eed9db6b8f888d50139c8cb8c663 --- /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:6981f9731bdff653e65814139fe683cc66d1992f6fe9a544f78c46302b8c3f52 +size 463313415 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..350c4fbb64a65ec815eb5c775062095fab3ffca9 --- /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:f3bec066ca5f4755610c3de0d527f5f8e7d2bc42f925f8bccd84dcf3800c77de +size 721722524 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..41a686c7e467bfc76220b1ab1c37d6fcd73dc04c --- /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:32d4de234bb6d0faae049965932d76e69f798a494a28798ee62262e3b4f1120a +size 513556539 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..6c3a8b5ff283b362793bb88437afe3c8fc940c67 --- /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:1d2c16bb74531ffeb57fbf0d49b9fcd332327f038e3afea1b9be3de0ad83a342 +size 426841877 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..b21bf4856ea24e7274a7bdb13cfec262a2e75a93 --- /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:129cf495066881883968dfda2aa53dd71440f155cf782f4d8397d5854bfac0ec +size 578117469 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..4341cc97c300396e2a3680a05f62b9cc2c7c476e --- /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:cbddd32300cd22ccc7732199eb838c986f40dcbe70138cab213da28c3caeaa35 +size 666855046 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..6e850d465a5f7b32537892abd48f82eea6b9f7a2 --- /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:2867918dd187fe6bf65cd9d60d89fae4de2881a91986c3a1f258c1233537a1a7 +size 446598235 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..f770fdd2b2364da7bfae3f8ace1beac26c493f62 --- /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:d54fd78e9a007b15a8a698aa8f1fe93870604c2495327eea04c4155723bcbcde +size 637358018 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..8bee151e981b2ec09f55443079d5abf18e9f9d83 --- /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:8e8b091630d3d517ae1532f5c8f9aeeb7b234573a7ebf4bc3bc76c7547403efc +size 535407420 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..967d62e15a95f5b4ee6e9821d8cf7c19308ce9c5 --- /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:58302d3b58d25585017490a4e209663f788fec766a58697d8731b7a4e4fe4b33 +size 626600887 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..a5c818ccf6890fd6e54f3b514297e5b6cbd0aed6 --- /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:8b4094764c145016efe4928fae30b4f8f8fa6e9b170dcaa1c03b292cce1f9d7b +size 525714643 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..023b9cc84c38bbe5ceae0687940eb3bced1cbaa9 --- /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:5d2a5468dcc3573b241917ca10d2693fcb332d2c44f97d7f8b93a750b53ea492 +size 642333304 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..bf10cb0e8e429acb5c204af4eb8e04f1c894ca25 --- /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:885bb19cd706a87e4f6dd3dce0ec136d86000db9b93542492b4cc390702a7e88 +size 850119369 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..c4621fb5892adf7927dfe198d1770dc914f795fb --- /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:6585a2b9e5652d34d3c9288bfa2ef9807e958c1943bc6f9caee988883378acec +size 407682980 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..2be99d8132c17604d08667bec250e8e850fc8772 --- /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:f8b3913a4e418ba276197e9285a22488d0da4955b795c4a9f087125ca8323525 +size 582240930 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..c1e77ec1c4e03ba4fd7fcf69345089149bc46985 --- /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:be4c6446be44a1c531626a6cac255e51aa568089db9b0c90cb23721bd780c4ac +size 554135401 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..81fcc763837a55c36982d3f1291b4f95605bdb4e --- /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:4317bdfe4dd0db980a79bd96949d89725c45e989cbbc525f50f64591a18c85dd +size 805663723 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..a73405a0d3982a7bb3723bb9bd8875d400e4223c --- /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:df8e4ee0431e5e1e1c0b07044eb4983ff3273323fb2bcf11eaf4b7628a00fefb +size 414953662 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..ec5e121a3b5d2b0f3469dbfcd259238b8c35878a --- /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:3d85a345b6a602d56f2e04ee7470b580e109884e97ae3dd166a66c6cedcf765a +size 897067159 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..93c03c8ab5b66fc80fbbcaafc22ae224e88eaa5d --- /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:18618c7467d5040459dd4794b74dd87ab4d0aa736a73c462c660bb0ba3150eeb +size 364341226 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..90f9277911842d02e7dbca3f009885bcdb6e26e8 --- /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:36d853147278509208dbef535abcafa5ca01984583aedf77419b0419db73710a +size 508358582 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..2ab4b8ac982f34d37fbfab73c48928ae04b9fa1b --- /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:f921450331fb4ae11a65ccb23f806de5e571922f958f3bd4ff3317cbf79d511c +size 708629788 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..5321b4b548db16f26d75ac3ad562d0523573c5f5 --- /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:c1ceb4c6dec342ffe34c1cc0dd56dc15ad01ec69de1dae78f2b5d73a365a8203 +size 430076973 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..18cf4f36f1a8fadd8ac23e172ec993d5cc83d136 --- /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:be0252ecda33e09fe9601d2a2219c0fc457408b837e14e72b418a4b61be946bc +size 564128203 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..b0314395480442e0f2e97d9ea838d7ceac0e07e1 --- /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:7c5e2e783c87fb07c4baf063ced10c427031737d18716d61a5b067ed911068ba +size 534091458 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..7ee68559a26c8b4087bac0f493accaf001e36950 --- /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:b8bf8c9e1f72b9e47f2c7bd43ae557bda77c49f72337e6fbf86bc9f0948048bf +size 498800090 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..a98d9b69702aec236369907ea99053f30c82fec3 --- /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:4478d4ae624bb861870603e6ec084106c99784088bf204de19cf11f98faecad9 +size 641101659 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..bbdcfaaaccec260e29cffc2945701369c0f9a85d --- /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:3ffc460e4e1096957bcfe8ab0cb5eb104ff7ee2013e4b0a3287ee1c20c4ad31a +size 887889531 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..76a49fa393d6a9816a970ff5b832269b509d52a9 --- /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:b1c98d0d19a09d87c1a3287291139fa39ce4e49e4cf824db7101a15dfe5eaba1 +size 405400039 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..5c7959895701c3bcd597b7a41f304ce163822444 --- /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:547e8bda7ac01dc9c82ee7a86bb9e8eb31d66075e718d6f4115669657f1e8a87 +size 630466532 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..d95fd342e3fecba0c31374b58db9d367b378712d --- /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:dceb06c3cabc09e96647e2b9a6c0313136cc32029499e2f26d0f8ee99f6b5ceb +size 478728998 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..d1ffd64ca3a8739ff1dfaa53016145ee7639aeb5 --- /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:e9da626fb78fc597bd86c9f2cdc0645cdc7aa3c57d9425cf6e9fbc799c08ba7b +size 690082081 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..339e22542fd9354ed5cf9b27a0c4768aaf94df44 --- /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:c6fc8e323d1356b88c2d1bdf7eda46a9b08ce3559d6e641a486fdd3f8a6fea19 +size 662890546 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..b517920bbab72cf4fcb04810ef2879d001962638 --- /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:7c924998988e430f38594eb6431936b3238f3a1c27a3546f7035bbb31ca44d38 +size 495897303 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..69466cc87c0d8458060b6aad3fbccff3d89274d1 --- /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:1caab8f053ab026c4495c68c2b187f7d796d76b71338a9e3ca7dfda8952f68d4 +size 415247184 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..c9a5dfb0e454311e7e5c9fece565d594078bab66 --- /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:58c3d45fe693bfcee3b3318e7d0068c249a98e2850ba6d7abbbf51cc8eea42fc +size 468909115 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..062d4f5457c94e2f32f8a02df6c876be06cb835f --- /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:c4ec395a233135fcbd81dfc2e8b7beee4ed245048ef73e7702c6b6338055b13c +size 444643257 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..ce301998ffe9367dfdb8ad27f740c627dcccd6d5 --- /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:7729caab6f661e116a67b4a0e62e2ccc1067ddebaa927c2b726762a08a2fcfe2 +size 454016913 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..3e8218694ee42ae7c9af08be91b6cd15bc44939e --- /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:e1aadf6d2d114faab9c35cffeab4f26af90b643448e51cfd12117d35714dc54f +size 495166037 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..30b75453e4b8ce48d01e8933d03ba9ebde3fd412 --- /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:a74aff3ad014e1eb4a8a4d790f6dfc5823ad6cbd30cf5edab79fd2f162465e1a +size 511612307 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..5755005809aea92d5b6439865d5733d8839cef60 --- /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:186cf8b947faf3a2c44650f84f633168ed6071c9f1b981e27a08d9ecd856cbe7 +size 502338896 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..478d64d5e541c8ebe892e4564d075cfb6361db79 --- /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:da60d3f988201282b1debe502664c24c88666c0eae328ba7b5cc0ddc17be5958 +size 524790239 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..e47d8c9b8d054b96d833e23a74c642e477cd9b7f --- /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:e0b028dd1733ab7743c31c9d47eb46d1b22c457cf84bf7c15ab993555fdc0e18 +size 592565362 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..c80f277918c78e8f18920dc862e189bb7b1bc207 --- /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:d1edac834c49d84ad95ff1ae6acdceefe6f05b7ff338fcd6e075b6b2ef7c0cc3 +size 474043988 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..52677613b6edbcb5f9f81cee77979a54e228a1e9 --- /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:86898033a5b49c9f86f09d3bb621623ddc88d1d975576f9cb1e881bbe1d117b5 +size 501353270 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..1c6b737966dd865b308dc0e591c2f1db3a5c7842 --- /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:d41bcd0856bce23d05a0f04ae05597488520b0c26a8ede10de696ad12d29a240 +size 395456862 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..e54bcd071e2e18bf7ecc0d93ec42b20d50b75db3 --- /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:b001b80da969c99f2b021abad004103c78d29b8d33eafdf11bb070afd2285590 +size 519379497 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..5af4561be2f2af7b67b4c30f005db602d983ec17 --- /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:094dc4c93e522cbc089dc255bc2920c8cb54bc8d506aecceb840478810fd1e71 +size 485934117 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..07d4136055986cb7b3e5079ba80be45772dbbfb5 --- /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:39b087a652759ee75fdcd9e554018dbf37ce0a51e4abc868f443e1c7862750a3 +size 671328553 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..5ae33e8384a6130cca5682bbb13fb29c94a524ec --- /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:99fa99bea0d2a92775becf10a9320eb047b2425f2f5e8f9b64870d7f53e77c99 +size 411797338 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..e3656ded3a770f143c437612e34e3751798976c3 --- /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:9388ec36096c4ff918c8a696b687e9ee933bd78a2f1f665846e483645dabf05b +size 507755733 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..9a0a74cf670f2882892a4cf3f7ffe386036650ca --- /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:5fefe7266161fa883a39bfb80caacde63ffed284a375cd8545cc3469525eb18c +size 489916792 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..31d1172360b80bbf3c498920b5e6ca737d30841a --- /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:4e83f0f6913fb6358abd66d333aa7d4806d4be94275dd317d6633a17e7b5f14b +size 563364315 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..3474a8ce6b8b5d1e7dc5e76d1570a28088195077 --- /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:843921b55f00b2c9b007baf8dc3137426e90fd8826924d81c4ce1385fccc37f7 +size 514605410 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..2170f546e9047bfabca50e826889d4380f31af20 --- /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:cbfc92e084813e1ca2a65e4769e7d1a4b84aa9b7a083d344ba48622fb0498e0a +size 549827176 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..23f2d36fe6371313b09a36555123314360b56984 --- /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:a3976341c4fd4016da5acf996ac2fc7f1ea3d2878ed1d0f4a0cdf65f8cc33d63 +size 505479526 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..2d11463c5342fdcdcfb11aba53141d4ddfd47d51 --- /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:fd17df5d0bb4727e576e05f6c2b1d38d9b3ef447d0cf8d9f2497fd2baa5cb57f +size 490986669 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..03b11e235f348c8afdb4f624ad2e9833e4793905 --- /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:456d4208ac309b11fd17605d7a2ef0132c58afa2e14b2564a2b71e29bde3d82b +size 435523620 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..e3245756ecf3a68cb9ed2b1447eaead5c6515d2f --- /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:a920f00592d4e1a71e7479d744d334bbcf6f0d6b8f21d15c4dd4a67e74d26fda +size 575783126 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..aae82d14dd69cdef1ec41fa5fed8d3f8750f7bda --- /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:0f6ce4f16ce070410f45408a87f6def17ee4505394a42c58eda9a3cbee6f69af +size 424639861 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..a496d6153e89e823c9b83f27f8090ffa853e6d48 --- /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:d2e160151dd1a571052db362dc4e28704fc9f409104f65a81855e2467ed76647 +size 714715618 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..caf0e23c33dbf5b78986a37d2d61ec40857b7d41 --- /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:a97bbb21da491bd696f2e8565f61b44a06d83b9cddc220028c5ce04b2ef4f64b +size 395440980 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..51ecb5ea7c662d5721891d42bf9745bf36083599 --- /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:19b1f48a4b995e5d4bb6a4476df35935da2910d8e592670c4d0f89144fdd2ce4 +size 538181785 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..30b5885a6da941c1d9eaef077c4688e3e0c4fa94 --- /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:0012734bc2a78c3d857aa53702e47e4d650b5cd8fdefc83d59191a5ce2ee3bc3 +size 604521180 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..c4611aadfdbcfed0c228f7ef31401373a409595e --- /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:6da079b630e160474b15d522e935524f8e9f948989f86aea45532da85bbd4444 +size 563801646 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..af7e1e71f8221db23067be51e3cda166930495d6 --- /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:e6f598176c4a3b5a173870cae5cf56a8e37a15dba54aac561e6a03bef3783ddc +size 502925556 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..2212718f30f16e17d92675f38eb4f8f0b53caa09 --- /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:6dd35890d33521fc066ba415ad42c5779c8acbedf7117b8a64026763d51959ee +size 499639994 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..e9a7088df8ef21d2610a3bc10800ae181bba585c --- /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:efaa278fffda12b8be44ac7e1108375eb729de2d0adcae94189407e0823b2dbf +size 567952083 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..ba0aef385fca94b64b7f130c66e8b12afdf1f5b5 --- /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:25f976ef8d2a5142de0d8bf79d00ef097f3e15692e604f913c5edf5a1472f4d1 +size 607201344 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..c6cceb12489457b729684a3546bf242149a4e25b --- /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:908f342b70951a98654d0347a21184680a35bc4df8da668f142ecd5501c51856 +size 478854398 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..a370ae0d21e32c7520a12b7d95390401d5f750f2 --- /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:9bba78ffb15224d4243620c2ae3fd94efbf796fcebec402921fc5bb89f58f42b +size 511997437 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..37d2f727befce253c8afb86b0eef63fb92ff071a --- /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:75e430b183019bbee91927f3bf2c93c85c0a84482de79d6a6f9d1843598725ce +size 660564126 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..85db8f48215b3b6064d3596e4ba118f606e5aa0c --- /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:1dafbfe1f647a57d82fabd996c967f162951b430107a53bab2283fc4a171cb44 +size 406786439 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..85b4d54b75fb7b333994932564d1c2ae97a416d2 --- /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:ed78e4e33f1fd0e5255feae863a0fefe677e385f794db005eca62516c138709a +size 450185471 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..fb981fb06a3d4cb214c1d757e46ab662b109f370 --- /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:ae6953e2f80e4c1a31626d9f7369e2b8c71821d3d0a53f38d93c3a6cb5f069ce +size 567581421 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..6063cfc5221b51486ca6f351e7107c970da79833 --- /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:b6cadea54b78922e7dacd020f4c268ebf9bae36037911ec5d1d7dca6445ec828 +size 422860171 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..ebf996fd2ad5ffb260868a6b5015f68c97311c20 --- /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:d63fa10db9c1ad98266ef958844524554b867178ba470a10f5e11bf7a31e1bca +size 869805005 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..f9c7075f83029b3ef999f5b06032feed09839246 --- /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:50e3b45c7cd9f1c696189cdad1673d3139d75d13c1666538868be016dc75b0d7 +size 476727328 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..1fdb99bfc21e89c5f22f2e900ad1fd9d9fa99dbf --- /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:edeff4f16b52f6e1fb42530cd2bdbcc15d00194db1a4635bd4883d01072b7ad6 +size 412663039 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..6ba6a176f3d2bae30118ec4cb35b7816c7118d6d --- /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:35631a2a38dba2161bec779f23d750edeb21eaeb9a69af010cc9c387ab1f5878 +size 429821188 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..32baca39c1a2938257131bda3c9e918779d7ceb8 --- /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:54a2105c7bf65b1a265e642a94e597818133edc2e5690fd30d6dca5eb0f0e612 +size 434689508 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..f190a8bbf513ef51b4b75f3ec463df1e4e6c961e --- /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:439c2d19f9a8a81570eb9a7692695c6654d129195a30ec26908468bf55e07e62 +size 409306742 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..9074d9b4a3eaf4157e556c3ba417906a1d209644 --- /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:f88eaf875351077018977b6dd377325b6cd9af7a171d3c02b8bbdf1a56d4b7cf +size 596804456 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..b9033b4fa1d493e7eb5887ed82ad250d71f984e0 --- /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:248fb174d604cc05c0a3f430d2f9a21ec4d5735c38344d3d51542bf649e98145 +size 435801535 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..b2bfd723a75c8393b7e15905a03eb7a21bbb3dfb --- /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:91247806d63fe8e10687cff86623ad965471ec0a081a27a6748b9dccc82c8b3a +size 529390476 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..76a81ad93aada1c8ce68bb9b36dda3e2c0df466a --- /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:ad4f2796e8dbde99edd940ba06f44b87f5aeb640f7b3f974f205ed9210a14dc0 +size 475968259 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..4d1025615e4a96eb62a95921285b55e9e03a9837 --- /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:9a4f4e88275d5dc3daaab69b42b353a0dd309624174d78964b8d7230b4de1956 +size 567224621 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..47593fc0da81988cbf82cada158ca9750f0052c4 --- /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:aff681f2b66dcc8b9528c895ce2902bfeb637c4ee441a0097a254a9dcf2fe755 +size 461025008 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..f6c6380e8f824698366204a161b0d7fb2b77efb3 --- /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:1d75743525b84a78b0df0e1474317090d234b99990660b666393d11fcebc2183 +size 641880555 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..3ddd600de8e829e76d7ec114e0d6d86589d60047 --- /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:c2e5b6b43a4e55d97b947fdf3b418ee7a95bcd93c4556fd9b2d6fcf822b1b922 +size 614000452 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..67d7a2d4e700d5b9881099e73d403490503b3180 --- /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:c6b581278378df93eca2abbc7f03915c836906d113a7d5386dce62b5fe45f2ca +size 528275341 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..c8576aff4a65ef02ff61451a19c7db5c30234297 --- /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:c6ced841bb711c8989339753768ade78feed6e76b82bf1221ded399f8cc71bc8 +size 398650433 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..c649a20f3dd9711a201431272de26b72625deafa --- /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:b928d6b2bd1ec61548440f2e12ac1b0071c4a6bb8178749c3772d8855b0ec380 +size 830462898 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..4c0766b438b0395e9f1238565f13312f591e52d2 --- /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:745e42e788a4dafa2981e6ef9188ec61866a6cc97d13c5d497ae032ecbe46799 +size 420885200 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..73de78246cb93de6b578534f9f9a08acbea9181b --- /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:4397103c4e05728beaf4af8bd23a49ef0dfe9193b3758e58e9220c6b00ae21c7 +size 483816161 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..a5243c4d74e799be28fd5af4396ac205193b9cee --- /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:287ee953b5eb712722960c02c80e9bbcc570285fdb8e538e94860aed03ce781e +size 381503691 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..9cc414ded0c417884d9f0116ea750dcd7744e883 --- /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:ec6459f14b324983787f9db23e1e6570edf3517f8ee6a8dc5ea35e43c720634c +size 635701998 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..05788eb000a68de9074482a7fd669665e6f4534e --- /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:c47f296781900874a5311bee90fda8ded2d931604cb72239213951a09252aac2 +size 423943128 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..91f56f474eeb9501f55c766ac047a4eabf56fb45 --- /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:37f1aa6932bedcd875341717a2a61a348eb7286def598b5c5862727c62ef6429 +size 461421949 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..392cb5e699f863df64087576c7e0562470a938cb --- /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:947c590700f3e0d210ac8be25e406c63ea99086594b2e5b2597ba4fd38e19b3f +size 430924372 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..4aa9a90f66a2267419a7ed8ef0ce69c6c597ace8 --- /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:8796c53095750e6fe77e734d7b4abf741b6503acc9445690014a388dda951342 +size 427518081 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..d909a134fab59559fe3e70a1630880b77625c4c0 --- /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:b82fc6db222d0cff79aa7a7a669a3b2b1ee178ea3671fe027cc976871f05b992 +size 887945023 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..a02c66114854181d92c023395c47ec3b78b48662 --- /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:165993bb2dd0c23c9651abb17a8b64f597ab58e002ada568d024741208eee260 +size 772859723 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..2dcc55499f43e7b9f7b0b7e18c3b0bc99311a0ed --- /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:7750fc3261cfafeb7fc1ac70659b32f15e8199334ce1bfb25dd59a015e508dfd +size 529061865 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..beadb67ffd09a9aac20f607b9d3c5fc14a02fb7d --- /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:3724ec2cfc068b45bf18bcfbd949da6ce09b8d2dfbcdecf402bf66330ed7e99a +size 715848351 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..68796f292c8970926d3afc26a0a5898379b7dac8 --- /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:2ad3f9b18a27eaa7f93846a2fb39c5b439b578f4e42c79839c05229e58c94e2f +size 457560994 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..a2437cebf293ccecafae30d26d29d7313a452b9e --- /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:fd12a7bc091090bc7fc1a70c040d2a92491bc7c427fe641477dae353172327fc +size 652564887 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..edb37d3f8564dd8f6f3eec1932df552ae647d782 --- /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:d5674832210a17e4b13f925c2c8c4621ea2e32a63b42501a102b5ae4fa2df7a1 +size 507448931 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..75a73d4cfa966e6f7d2cfa2a88cd3a66b87c2074 --- /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:bcc6c4f5653be527896ef96cb37c0c170ec852a0bce0b2ac7f0cfb63674c4c19 +size 564449972 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..c2e2e72546b2b6f7b94bef089a904e0dab779e29 --- /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:8a3451222b0de6adcfe41a3ffb99191b8065c5c524b13441769d3b11c97e4561 +size 616162455 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..4bba6e0db7b10117012c45dbf2e491778bdb8741 --- /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:1c3e9327e54385d6fe5b015568b58acff1dc94a5dcd3b8400ab3ad6eb7bea70c +size 426582367 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..76aa06b09ecc83e565e1beb10ff7d032b9211a95 --- /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:f0420059b52684f63909e6713d685a2a2a0e8d1a8801491082321077edd05101 +size 597444338 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..136db98a7549acec40cec08edf2ca0466cdc43ad --- /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:7454ce051627d0e5175b259d710941a2578472f386a2b4470fc24788202fc65c +size 641153983 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..1c19f44b5b287e49a51e0faf6efc727439a65b74 --- /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:a2aec20d470d709e070c504bdb989473cc94dc1fc74008cc74de354e4ced9415 +size 485416272 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..faa3dd7356e8b8dcb9bf1388fa40c09776c677f7 --- /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:ae81da4f5e940516a9268d787b7a42e81649fef14473a8082bab7ad2e9c060ee +size 448067581 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..d0d0f1683c12503309cfe56fac014e014b61d1b5 --- /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:15780fb025a8f1bca1353834950bc7c62e6a66302dba5b22f405c3c19d523963 +size 994665125 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..3703dbad72c107e4db998db528b0675b1915267c --- /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:0b56479289769e8e08cc13073127b4a3bd21d0089925404041eaa5e489df201c +size 718078785 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..fadc243e3beebe3aa38b7957c5f26cbf91321cd6 --- /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:bddf40da77f7e1371588eb06205c6ae9a2b818256e389d07d240b90c0d274072 +size 553476287 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..7931ea0b0ae959251aa7e30f381fe5cd481c871f --- /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:39188375f6cb46ddb7edb7310a28877021f5fcc88012e9f6a15cf27a594d0b30 +size 664864337 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..6824134650aa2c336bf82faabdad8737f85657fe --- /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:14cf95d69e21e2714e9bcf0870fda795d8da600ac3e20fcc60ac1b62008764e4 +size 653717872 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..aabd102c6388fc8b0b3fa795d3aff3e879fbcfd0 --- /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:0bc0e8bd4601965bb84ecf1377ffa0ff27950014da8df9ee233534f375eb833d +size 524007399 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..8033b8536252a3361bc85d8a28fc6ff41f74928e --- /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:da4a7fc5307e8d96e527e8cca1be06e8e59a32aafb436031fd8fc2c33f2b9ce3 +size 575297048 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..93e8e0a79e533c678d5ecb00b595273e38122774 --- /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:9d976e2340bfdd71644e9e6cd173d1040af6cf982ffb00efe00f7ec5a730c883 +size 1333455508 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..afd0a8c025d6120e4884cf40ed027282895227f3 --- /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:e413d4eb550eaa944cc9a65bb8b42ccca69e39f7e788853194631061f853ca6c +size 683503619 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..64d992678a8a48dacc336a57aec6070a01520406 --- /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:414324bea6bcc8f1f02227bf00dcf559ced111ae2386b5834874d1bc69535d01 +size 652557385 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..6e91d5387ec96365ce65a9e3884fb508a23aa591 --- /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:83f29e4b1485b41349065e214014d588ce2114ca2498d99c207c505f477ccc28 +size 701638083 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..264971d4910dd4025d73a53f6eae3096d2b941c4 --- /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:7d92198dbdc83a371c4091968b10fb03bd2124d41bc7df99ecebdb3d323401b8 +size 519549268 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..6ee4505060d9ca2d64a3881fec8437a76375592b --- /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:0b7f9659d11d095e55db4b1840193b4005c85ec37e2a24ec6a3300873786d7cf +size 627787168 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..d6e29152d90f8acdd1c51d7c822ca4c315d1cea5 --- /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:2ee21526ec7148433abd043e0cf73bc327e5b7db720f413644dfdbbf107ccca9 +size 440015852 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..a9b809aa7a5c686a71aeab45802deb8ab9e315e5 --- /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:c9ef095bf3e3fd14225925b4f537c3f451b7f021ae93c94142ca1b51ec2f007c +size 495376283 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..89cf21b17c9d81962b5f83b7afbee4dacf338ad8 --- /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:513863409e35a66c4f80d049e41dbb2c361ecc345e80c1259930bd8f368e811a +size 424792878 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..016c443b314360a7a6d696b012243b573b37d9e9 --- /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:95e9facceadd4b8bd59d8a818afa77504a06a36cfe83631c43c10e70ab259cd5 +size 512534565 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..b557e610eceedf066a6a95e72c1d42d439dfa9c0 --- /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:3ef3d3cd3a73f9ed01d1da4409ea5bb3d8e8a0de9e519780f0ff4c384925f175 +size 567254732 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..073b97076734b3100e523b821b6b4e326d7de227 --- /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:f49b7a1bbbeb547ef8634f1ea11efeeda7e40cd019901f59a15174e59d86d23c +size 506574059 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..9d59b0952e0d2c7af3ddfef67c6021e6f2d97063 --- /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:5209f2ee2752b3bb1a7c6ff7d346a5863a9b1de55fbf5398a31e99cc6fbeb24a +size 593493147 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..6bd5ced3b22a2e1b2cbca70171585156ddd8ba13 --- /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:055908bb086a1b5b7206e6fe2819caa005a8db3ae51af679bedca2eacdce80cb +size 443364606 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..c96894c1a5390884e73205c52afd1895f11f143a --- /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:46be6e1adee99eeae517c753991db63d8854ac0a348b9db1ab20f3847f4bf203 +size 615508104 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..46b51956b79a41ff7062af83506945974b3944f9 --- /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:36d6e97ae485ed2d06f67076eb4fbf9c365a6f495640bb02984778718ed56372 +size 477214420 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..032308ed6750ca44c4fd43cb490f898fca803c20 --- /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:4716c71b0ffef1cad8a92ba954f269d35ab41da1254808488e78fef0414866a3 +size 757135461 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..f1262e8cd8d93bd92b059563ff055a3393b77166 --- /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:d8482b7535907507d4e4eb502e3a19ea0a40e3b409118c38b435a87bf0a4d5de +size 591673528 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..6a962f83a805d1397703bbe8c731ef4bf7bdae58 --- /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:278ad76cf75febbc6c16be93710aeca9934db062fb9041ff3152bf28d29a472b +size 468562527 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..0565b69176488ce3062f2f162744cb4b4a2853fe --- /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:f984d8ee8dec8e826f75843796b0e0740148f3dc10cb55dcb5a37376a62864d3 +size 406411665 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..2734096b0c742dc714eff90ed05cbffcc981fd67 --- /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:ac4b139545d719e11e410bcdc80f98af788fe1de8056a2690010b512c46876c0 +size 404820958 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..a75565a06aed29f9197beb6f22d02c6a2a06c644 --- /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:25b6d90e8b038141cbdabc2c3704368b02845276e9b0122ea53783a743e97483 +size 561683115 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..c6a65b1e2cde7b11ae498281ff2e6e4f29da4483 --- /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:d9a56effa1897d1f172a493681eba36879bb07f75955411fc6d4e5c4fd270433 +size 451027305 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..81ac9116ea9a120208e1d006ccc64fac0ac53d2c --- /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:51020a6db69f90e0d472ef0bfb235d499e9341f99140fd5eabc2db60a2c4d0cc +size 569799339 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..408805eebaa51f357a024379d98151af77a7eb60 --- /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:024f8d59f2abf0a038b216e413cf4aa736c7d60f708592d888201325ddaec5ad +size 668095973 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..80fc2c97f6e65d6f4fc3ba7b4324ce2ad5cd73fa --- /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:130af527bc7b909a37ad9b29cc47c427caf5d1a37434b78b504c45d0066272f2 +size 548529335 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..93ce126094e8865b9f582b7c5d0614ad97600582 --- /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:5ea7f9a137b580f3a77ce070b2dc11485ecf5eb9659421c93a06c3e02e18f094 +size 720646813 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..a37127ba3407a473d03bd792e00b4921a16f2e70 --- /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:606f913e7c30fcde876253b56276d46e80cf48b401fd0036e826bc9b6b4529c6 +size 454558617 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..8f521f7aa3fe797c297973fe043917747cc44bfe --- /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:e2d43f902e68a391814b8b38e64ffc11cbaadc2132609acea98411f483730959 +size 463787774 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..b362dc8dfcc4203c1734374e58d5a648815f74ab --- /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:6ce8f13743886482152a7ddbce6fcc162f768e5b5a0518e75fb595948e7abde3 +size 489650153 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..fb8a332365be361a1cf6d4edc066a7b7e957b063 --- /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:b0565c935236dccfb083000f61874d99910648d30a78a58fcec2d3c5aa03767a +size 474658710 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..aed3747cd392b9e4edb2253337836d68f578a1be --- /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:65cbeee8f6cd5d338da1b93bf2b93c70b34543ef04469ef0789368f41bc4cc6f +size 446297509 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..fb24f06e9b83960fd83e0e24aa321f413de202f2 --- /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:c7a79e3a1a069e4acd211316c91a45aa4c966ed55da0302603e888826e0090b8 +size 554955785 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..d3d3a9a03baf80dc8840b5e88ba1a2a98722a5fc --- /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:323c82e727724d04312f6a3f8dbafed2e9cf8c9430b7c64b714ff29fdfe42b90 +size 923396036 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..9b3214730299f98af451bcfc4d1feb84c0d7d3f7 --- /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:4a75252adcbf5fb18385cb0f4bc0b437f41fea2577ba11c50c04802d0a28e860 +size 591386781 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..e0aecfc0c05fd6b2cbe4182dc487fbfabb35baa2 --- /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:48a9ced9e5f81407c52514be48b942ced29c0debce3ba696493f14db7357e6c9 +size 582389557 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..9fad98b8c84e5ab06ea8e94b628c49a6dd46d6cd --- /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:34d95ce70b2dd170b9b25982d4e4ded4fbab488e178938be18c25ec26661f7ad +size 657679316 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..c4607dad265a48d9baa01c90a0a4033f6200ff0e --- /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:15bdc3b74ca6a06a0abea59a1447505ae168d209a759e23958dc394330006ebe +size 449709331 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..cb242076938e9aa25c804ee994514e9c9f3607e6 --- /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:ffe53ad1e6fb1ce0858cf31a1d48aa6eba973fdb6027e968cdcdf1e3f296f11c +size 504771558 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..c30d70f59f40e6a7d63bbcdec2e3003a69500977 --- /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:f7a316258830021bde53b2f32b6b005bd56dcaf732d90fb19765745c1313d7f7 +size 542829252 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..a9b56bc3611cc2cb6c0cc7afbcf6d95edff0811c --- /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:e8c0953ad0c776a099da2a7bfcc3fe94bafa5dbc3b9710513a48d2b70c42906f +size 366286227 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..296fb7655e6f11e30fe271b096f6429aa72cb7d9 --- /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:b82d33eeacd2864009f4527c503d6a85e2b931707112dea143238b8664b5566c +size 564914397 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..e84c2db1a82397e815f21b305d11e0cdf0e8cb52 --- /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:e4e7349b4dbb76eadf74aab15c770acfd53fa3b872b810c07c85c41f85f3212b +size 637669130 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..8e9f6f66f65bd3f3627819af783ff57db5996fd4 --- /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:d798b0c58d18620e73d3140e7f624646cce259540d3f244116c748a93f3c8b9c +size 348298452 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..e8c6f6bca3ac0e7249b68824f1e0cd17f3f378ac --- /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:44555ae92a86b1960563318c45782f07d6b0ba94ea287c3093a6f3edada78270 +size 428526263 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..3d1d15b9f05b5a52b1d34307d88bd267ffb9e70e --- /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:241d8e9cb223bce019c7591af528632c02c4738803915784d7031ea03e5e30b3 +size 479490295 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..8c4d4e979159cb534fb478b8fafd7f7ecc327922 --- /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:85402eb4f990e60e685f57f283239ba149bea1afa3af1f5f96bc452470b567b5 +size 437517471 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..24bb4cedfefae32b75dd69f64468b76e11e89721 --- /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:fd426bfae9f7e5e18adcd5306e84b8ca72bdbeac08db65328dad26499244d9a6 +size 591657339 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..8adaf154962909cc8626f7e2e71b82b78ff33f0e --- /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:def517659f7529f72d167acb052fad1794729149ad59713cd1c64a02ae52f8c9 +size 497820558 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..23ff832ba2d0042d0a3f6bfbbf80969fa4008ba7 --- /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:7e7cede0053107eb91335eef0079b9ca67e14c611c4cd1a3d60dd0263948d47a +size 457937339 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..2e7f4077b5159b1933a22fb6ee215bf6ec2a8571 --- /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:150ede4ff2859eeccb01c9aa828efe2dab8479d69824bf223b32cde246150164 +size 391373127 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..bd63ad9668d038c7136edd40fcc910a63cfd4e3e --- /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:dd43bef94dd398bba306852cdb416852efe9bc38689020ddc59fb363ddd24234 +size 541123458 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..8ed466199adc48f74b0ed296458c06fd56792499 --- /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:e66561f21e28065df679b4e6c43eea3ec0d3f672463976669258d00d3729a5ac +size 371585362 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..92c1d261da5e6bac6c1dad7d7b1f1b7384828517 --- /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:33084912187cf868fdf280e1372e865937ca8e8476333ef84943c912afae475e +size 562635496 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..a08f7854f54569e2cf581c4ca382ef824c0f6c6f --- /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:4e8e9c58109185f9f2ac6e42615cd8e9b8e6b3842a944db90fa3564712b3def6 +size 387656040 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..f70804374bf2037d7629838418ec20890ac58a42 --- /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:fe21906a29dc798dbe7044ca4732b8f2c277f901cf77ef1dbde06800faf2ebd3 +size 516989126 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..ff7a774dcd4e1c0a599ea1a8791fa3741f1c2f5f --- /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:25a77f801fbed9502a56df8b10ddba2abcbe9d48f031b510ae1ca73baff710b2 +size 687591471 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..5a88bb138f9cf919853c33d2cf3ed10303a39a7a --- /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:d17a6ba51772d95014d6046fea0a57ff6a6f0ac74aab85b4d933ec5d8233e757 +size 428000870 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..04300612a796b181d0c6f5f6359b706d851042e0 --- /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:82f8da96409aac675f6869930e027097ccbed2a42449712dbe28c82c0f16d221 +size 461365703 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..3938295aeb0604b274c38ae89d12222d29d6ba99 --- /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:9cab97a0323b7d4fe00e5f5bc2bd1745405486e5bd9cec0bf23417bacf180588 +size 436518063 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..3daffa31be183135c6319e4a4fedc9a37e500bcb --- /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:a145b874bcb329fb16927cba74c5071089bb58d7d0ff7f93e108fdf22c4162e3 +size 553966520 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..e3409678388aa862127a074253931c24ad62bfef --- /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:37f02a180d5f3f47c4eccadc85b3aa002de988330427f34d385f5e52efcf29a6 +size 577833935 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..eaa7921aa0cbd530a59af36cd972bae121838a52 --- /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:c29f5c6a66ccca65807160d1d74fe3aefdcd4a32a34400fa1c4994adcf7b419c +size 586177504 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..6f6e5b992187e78d8b61577dcfc517a17f5e1b15 --- /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:d115327fec5fa23dfc117f81a1d486fb5f195c6cae082045805819fb67aeec5b +size 657455751 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..9d5ca951774345b5bff609051ce95d452cb808f2 --- /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:d3e72b3b247a5adc3eb4b5bfb8424e067d82eb2147aaac0bd18a24a627be0216 +size 537500811 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..759d8ca30658431112e9620fd96088b37c88fd81 --- /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:8dc8b0384a1dcbe155aa3aa98be407c935c02ff4e9ccf5e29d171608b9bcdd5a +size 501546416 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..285e25a09b772fb2b5ef28037424ee1c582e5cc3 --- /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:368677e5f2a0f974b992c8cc54d3931d2c724aa45d8c22af33459845760510d0 +size 492151888 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..be59776ebecfd1cb1e9c62a8dda8350d1b95161f --- /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:2e7e2ecce882f11af78db632a084b8cf14ffd340afd5f48ffaa6dd386c36bf99 +size 405626366 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..07665a6a8232c0ba2b801a9206fd173ed7b005cc --- /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:7d7dc3e23bced38d6d2eb65ec26ce502ab26d65ea2260fd76c3fcdc38db8a96f +size 478487720 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..1f68c38ef93058392a2b4fb97e6127541099f11d --- /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:30e18d0ff374b0eecec8fa9d755b11cc94041d531d32f74cbd81ac6459c32f3a +size 692207015 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..e1649c6abed5290e49c313cc95b30f20a7b6581f --- /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:6d08b68a172b006c48a5b1c34232a52f2fde321a108b1ba8baf110fa46329dbc +size 561384310 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..1fab36b0741223d2bc26c06c50132d10e0cdccf5 --- /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:f535a23063f85c66f0134eec16122edb28e557420e356073dec43f91e00f9582 +size 557487131 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..bd60b5e805b149006e4ecd3e1cd91ba0edd61dbe --- /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:0d613a492262d49250c3a2d277d287b3f3c9ad95e87ecd8c566c1f0a6efaf0a3 +size 383856374 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..07a6b8cbefca57feb2973a50d6cd0f1ef7550444 --- /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:b8abdc38c0da5ec4e81289ca762302e1c27e7434cd747a96c41a4d21f4482ba6 +size 724234141 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..7b6eb2b15e029bbe127f0a71cd04247a0b2a7cc0 --- /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:bf09c9b4653ff444b121b846cabf0ebc0930ed4427511e9d51f7c9fcbaaf8705 +size 789819337 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..b1b35fb6e2fb9733f1aa7bb351c9915d8e7844d4 --- /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:ac93fa66fbef711a1352035aa6bb55fc64d700c2b9db895f8b2d1a22aa3c0821 +size 454346984 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..3422f3d6261bb6ce42151b82414b3af1fd045c65 --- /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:53ae32bb1258839db8993c922a32c6ffdaac1a9636c21c90202cf2f8cac2f9c5 +size 644008147 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..174bd33593f08b9d261b769565756884abb53f04 --- /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:21870c801836f1b524aeb3500cac509ec09e690b71db197e52bd82f1bbd33a2b +size 368654934 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..44c9bdbf28266ac16f1f80f2e078e6d7c46e0a8e --- /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:8804e609f879b909a34107a3ba42af8ad7504e7bb95197a9e0343f5724c04f2d +size 423960627 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..5aee10579646cbb1932fbdcbec893aee64373cd3 --- /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:4eaf7202f9c907eb2309b1c53e41ba66fa9d81a846edd4276e5f829acfaddec4 +size 390015001 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..b1a9ddf0c54296f873b5274b77976fe1509a7359 --- /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:9d4b66fd933ad8eaea229eae73409e46dda1f6a6ca9ee9594c911347f550ff9c +size 1382210953 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..3fe01b8875bd04f26e6431b63a8fa1024aae2bae --- /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:845f8cf139fc600bdf0ba225be8953f6499a19a20f44508feb3ccee67092ddc5 +size 424655644 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..a182bed584b646e111028b93d9e612d9a3648c44 --- /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:efadb93450bcb3335983cf31d51f28f0772953e2b2d8dfc6a859dd9abf9cefdf +size 729684404 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..928152b30df6c9181f2fb274e0e8fbbc8178bb0c --- /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:68a5746e09731d304d6c38e6fde0cb11cefd1c4809f60d5c5e6dea42d21cecf1 +size 506604840 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..15437a4633641f42758a5e882e7eab0fc4afcbbe --- /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:c762486297abd42c54fcd205245640fb8ca75aab65fe08d652a22cdae22508eb +size 727279977 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..151a1a7de40e7bc10b309ae8bf10b915c1d80eac --- /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:e97178d74e2be45ef1b08a7f74531069d9ffee8bd1b6d6145b5376bebe74831a +size 413702046 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..0075c96efcd80e14920ae758e073aa1fe8f4c597 --- /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:f5c8f6960a0f6c84202a116b0e57fe0eb09118dc114fe5405859e8cd08fc7980 +size 526058767 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..4499b2a829363ff956063642e918bb88df3aff9e --- /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:70c5de0f76b87cad4cfea0f0d48e71ece0cc602a56e2b54bc3a75b24715e5fed +size 390867834 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..a10f8e030f52d3894a0b733543587826ddab62ff --- /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:6788a1c9cc465603c9c27d4aa02e0245ebb51063d3624e18d014c256db5b7622 +size 1306272209 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..ab7f2fd1e92d2bc8e5a95a79c9bd94eda17349eb --- /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:e74899ce67c9b4aee42eb4efef569ac55699e3dbbd4d2de3a58e292b4b00efc5 +size 462905253 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..b9eae1939e17cdf430da3d847de9d89491bf038c --- /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:61ee36a50f5e8b10b1af30d4773fe2101ab195dce549e1f835d8111624f0face +size 593594678 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..18422a94a2e11e4ef724f86cc393c0b585792f3f --- /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:56a54078ae6ef93493b0fbee65d0a91f6477017def27e1ccef9f4158c1f2ae11 +size 632911581 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..a96dd2a23cf7eb53ee5c8b9f6f7654cddee6584f --- /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:982ccc0810512e514a3af77844637b6758169e41fdfb79d09e262d5c368b1e86 +size 402413067 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..062930421b33968331dcaace07f2f3de99337077 --- /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:63a829a7057da199586ed8be06c54d747aa473b4f36ebf9a8d16401efb1ac8d3 +size 592186083 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..4dca6244ba9f55e5ff2d3c62e10df893470f36bc --- /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:2fc1840d91afd89559e18b6156b7954d45d93d271e6b3bee1cd58a3781e52ac8 +size 488284798 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..70bbd8bffda88431fe43913277c63466c9248bbb --- /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:2c1d8471189a04d977235da6f03cde94963ceee1d9643e9db7ecd53cf65a8ae1 +size 366491350 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..63db933a698bb8d6775c79b981fde96f24ebc0d1 --- /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:3e597c6700152b2a79b599345563c5771b0ff02d5ba38bc0aed8de7057d9bc07 +size 500080274 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..9e4234f8fdeae1131dc12982a68b4a753d95e60b --- /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:ea94f10715ad81784079fed02049551cc81116008b727dd434a617d609d27b38 +size 437738701 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..920054dd39f37302ff0b15148df05a53b8ab3023 --- /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:25e845ca2b7df37b47efcc2a032e156d11129be4ff744cd15a464732267b0162 +size 534566983 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..94b32a5a6bc79bb5525379e1329dce4d5dd5be91 --- /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:2ac7c0226481d1bdf8f8c3fc35416fbcead7b61aa917bd7d75b06134dc2bda7c +size 489556774 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..7016a4659c945a3d37189563d6d195d62c6712ed --- /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:f0d46d9ce6a3d5a693161754542c5604a1efeba16b58e17aa2cff5f0164aeaa1 +size 456594383 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..de3cbea7d33304098c5cef23e8bb16aa42968bc2 --- /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:ae379e4b5b6c839e35c353d72e67b890301419d64b6cf5d61ed939825d7b7838 +size 669139704 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..da7934d852a823817385d76fb3b738477f07071b --- /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:d9f2011870b849baee63e4c530a920f40fc186660afe326490f9ecfcc033bce1 +size 599467532 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..7e9fba2d15441299dda43d27c007c8fe49599511 --- /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:1320ac884158022643d0efa584f7d769c3ed13823eb0cd6924ae72442af7327c +size 450489072 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..b9838dca1abbd86cbd0560ec05d1d5abf61f3c74 --- /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:9d996dcecf2b7dfd61b19e0a19ecb1daf849de7e55b4450ffa519ca3083e797a +size 445645367 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..731b9c4b3a7a740e9e9a93c60195a2bad252501d --- /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:93c376dd9331575b3c39ae8228cf667598079b15307e88e9089443d56edb02e3 +size 519736495 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..60706b0a5b1cf899a2c219666552a21569f3fb6b --- /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:8b74bef655d9042e3788880452e66adbf8844dffabe0350aca825a98e9c84961 +size 428061671 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..90053d53b6bf11611c0ab0b5193e9e24e11dc516 --- /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:dc03031291903bf11b885a89330499c13577a2e408d3b5c2db40c48161445e46 +size 488944143 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..012482da5eb716e775c3f3e6d5e2bee446ad6130 --- /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:ad71d1ddf79ef53c676d16403daf3b582a23e775da86d7e2c943441f9371ffed +size 929489500 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..2b060da95174cd10c869ea082834d1cf51cad87e --- /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:15e782c3909d273461c82f54e6889e361a30aaf703289732c9b27b48cf7d34dd +size 346395314 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..2879752b7018956f9157174ebe01fc62e0ce4675 --- /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:5223dd554480f03bd9491d7973d402bc41cc0393201a9ecbcd0a9a2dc3358b76 +size 603110155 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..617f73f831ff929bcb77fc73c5ebf8e95bf5fd70 --- /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:91dac59822cb99d958a0e48220338f8472a79beca02e6f17582db418d430b385 +size 481715932 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..c432687b48c550cb4aa530fcc6919b06c6e2b209 --- /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:74a6a7340e3cba8d78d4da010810112473adb0a0b950dd9e9ca2054b42f0cb69 +size 515939380 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..36670cd56180f7f688c1f6857175f96292d01aa3 --- /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:f686fa2dcd7fd10c68ef42b417bbc116a1c2d79f40acf476a3acce11e98f167e +size 598198367 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..26f296c61a0a92f67efebf412d6ba18a79404fef --- /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:19a56e70ee87db2202cc61daedf508985c8690051ce475ec055b903c613ee337 +size 424189049 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..fb285d3a7d20c2e62fedfcdb02692bddab45c95b --- /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:6741ff900b2a219e0dbc40ca555eaf47e702c39e2fe7fe49aa3d3f4152211252 +size 422392374 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..d5c1028926be35e0f3e7b07c510075bf8fba71d4 --- /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:5124efb6511fc84697177f40f96a6f77d956e2d219430b83ba65008cbe077082 +size 722373590 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..85877d7ba278d4f08b41e73a98b1a90dd33ca1d6 --- /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:a8ef3ffa072061650aeeb0c854165f3cccf280acdec5688b0217409705b492db +size 502920712 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..04755e0d9a558b37c83cdb45acfbc4768ff67f8f --- /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:7bbf43ccc67a5092958dfbeb9d4b6dd47e737d9e319ea7e91fa3d094d761c1a6 +size 480385401 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..e6baae183f6ec53e4432e24a381c297528c2cc0b --- /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:b85534222ef462adee7187961605ee318078565940d013ac2f8168dc23474cfc +size 436664100 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..4613f148a6f61ff1b18becb0f38aa2b379f8b61e --- /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:da94784d96fd50de92ba0d500a7ed2def3babc8585cac27571b1f4e825cbcc37 +size 571526758 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..57aefd9a121434d5f0de0aa1edede6d1d8c55289 --- /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:a9de54bbd8b2904b537f4ab2ce98f3a9a088d20a80afa8d8806ca8e5062beb3e +size 640813949 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..7ab5e5c49f6e1570ae06d9019f657c8f3e07ea07 --- /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:5e538fab96dcc53addd25309e546c3224e669b12b4c605e145807bbe50fb9d80 +size 419761191 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..87352680d755ad99d983d3bc55f00cd448855216 --- /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:386d4e08013f6042c38c44e87962d8f26fb7fbeab2548898d69ee64feb1e016c +size 401070404 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..5c2248177909c35dab9f5066889467b0db187b10 --- /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:0341886401bfbbc9a2bfe71971079a7e589c6b4b0d1b2dda0698131374532ea0 +size 882844480 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..0f38e846b36dd0764f2ce8504ee9a360a3ba8efe --- /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:cb99af6f8b47d5306a31f9bfab2e8aaad1dda06be2f234c56dbdca9ca088ab25 +size 371205172 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..98352385c2f8067e9afe28d764276e5940142d03 --- /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:3b5148940bfcc620d65b08d1000ac190eb38736a9d8168901c5614d699e37cb2 +size 484618185 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..e9599355de7b07c7b5a0ca426f96d33b4c17c680 --- /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:e7d460bb3a3f17a2b687eeebabe83dd9f0889122629200b05ad69e02d82ac44a +size 522068274 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..d82f944063a5f4625553393973c922956d5cdd59 --- /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:0970e2034192e604962c577f1adcd8531f7aa1975c5441ad505f51f8f5f461c0 +size 550861956 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..5114f650b80c2dee6f6fd4b3465cc14085fa99da --- /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:12ef451d18bd56f7ce99c774b863841d1782c4f3329e07adeccb311f4a5e1e8b +size 363742356 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..d7bf3361edd5e0abb584a96e10723249f993052c --- /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:311c9605719dd2adbe47fe4d3cc0257159306e248d5a7c45d85b79474ebba3ea +size 712586568 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..e77e6b4d6e669be837fe321f7028abd0831bb8fd --- /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:b123d2baee9805e68cc81263c712c3cf8a74af89e54bfa34f7e9b870e2be9b70 +size 629148467 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..b2f4e3fa82f31c416eb4b55e985e70ea68b8eec0 --- /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:bdc700cd9d3f21ac79048bae6afe1bad8bb1327386821ee538c195c7e759df0c +size 513117489 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..9d45b26615e1e48226230ec8d73562afc3adf7d3 --- /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:81686c37c2deb932a2fc49dc8d7df191e1cb8631dc8551ea7603b4b726ffc436 +size 862898781 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..23a5cb5ce31639fc5149bd657ea0ff2c2bb6e6db --- /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:2ebfb464ce915f94eba419e4ddba5217afa048bc092a8da5a0a13bd6281712b0 +size 521293953 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..66bcf89916486d3b05824eb1f41c8330d1fe916a --- /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:c07cbee2670adf8a2bf5044311bfdea66928b893304856328570c7c93cc24396 +size 634699732 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..4b5062a67b57aa11fc54aa709aa60e5639aa7f31 --- /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:5362deb6565cab3f53adc42928aa8af33776cd55de0bc5bda6c9cbbadce82e83 +size 533699646 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..88c03876388b545841ea37a0f6f8391237d0553b --- /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:193ec8e52789321e3d6b7744a8659ba2c4917df46c6e476396a307a37a83d4fa +size 487320439 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..94108b8cb12236dbf211903aa9965a7acab1c856 --- /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:714215cfed1f74ef5c030a55645d93b9de80ff6ff5c7ffcb3c94f466e82e82e0 +size 691885131 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..d94fd2b19b25be2e35323a2fe3118ac037a3945a --- /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:f46dde38e2e079a15ad182464f635e75155e445a12f15065bc797470156092e6 +size 469708142 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..25e0aa5dee88de0217ad02a9051b78e0eb66df0b --- /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:678b17842f6723eaca5d30d1af5719c9e41bca857f1e0e83961cdaaaf6f46a72 +size 802952245 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..1c89f7e9995f82a3c10a37eb2e243cfda99d6463 --- /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:3e978f089293e03e6956db566d1bbea099f1acf5d5cf5e5214e11bff1f0f08b7 +size 433569449 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..effd60680e63b3a8d0b3338d7350168bdd0ad8b0 --- /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:a5c9e96bd1dd4b617777920d06259b53b6708108609410340678e1944069a5a3 +size 354348283 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..24f1ea4d7ebeb51b6d2bdd72d87cff4e8d47ae2e --- /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:c93ab5a9191fc874194155bbf2cfa79a26555038c19420d1e17799701878a764 +size 418459262 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..c146293aae1e99fb9983ba2d004345cdf0f99dd7 --- /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:ffb17e302ff27b5f111ea38a0c964439fbf9d1e8d55d360b0126de59cabb4d29 +size 604456763 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..11ca980aa264c709860e5215d08bf84cb47850a7 --- /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:dd8d90c786de70cc0fbe5876f6038baeb15333ca3409ab753ab7061933b78ffb +size 368159442 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..2c1be6e5c62043f6826a8b02f3a1e9c1d41f4568 --- /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:bd8e416279128eded8c816d4ac29f57b70aac831ee2eef300983e614c26a3d49 +size 666978136 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..8821a65828e8c45e0e33109b5653548c05d59476 --- /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:fd6f4da3d2357660d7a5262d4a812cd4461f06691ed098e909f40bdde47a67d3 +size 393191919 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..8670f9fa207560e7cc114ca65e60b22ef0759dc9 --- /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:69059b86eed028d6a561e057ca0f4ad95c3a65d480f4a74ddf81dd1655f7dbd2 +size 541939615 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..69623ad8fd763a92221849fa4dab7e3080a3b55b --- /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:68841f419a8741f34a9126d5acaa8256c41ae223f984f2cd44ed562daf43b5c0 +size 514725729 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..f2e897d043fe796be4364494d0a0a3ae38f3581d --- /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:ae3a0af026510158a262a9cd593cace64b1143a1d7c38849f23b37ebabd98c37 +size 764179888 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..511609d6bf9143bcd8546490e0258b6e1b7bf408 --- /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:34d2cd6c3cb652845465377ff7ef5ef9e1e484f09dad4ec10f525bf05fcc42c6 +size 538331629 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..f7429ed3e68f82aaf85736434d430fbe0a2180c4 --- /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:1f2f31b8d61da6ea47bfcc089bc663fd5cc76549c3c5b068fb88ac310b6fac68 +size 462054401 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..1511fdd4162063b95fe364a68352fbe8e3e67c6d --- /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:e24b60e1abb16dfaa9178bcea35bdc5e4c9847815eb23f4c9bf6338f249493b1 +size 486298830 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..2c464dbdd54d48a3affe921524c4a6accf451ddf --- /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:0713880868fe751b586d64aa527646da23efb78e3dbadfe92679feca967659f9 +size 381011239 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..2348b5305db8b7a6cc59bb68815264ca3b1c69d5 --- /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:c53fd917d0c0527539c174d1edc083c1de11ffe7f0b5290cb614825f3beb93df +size 520603356 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..549eccfab6ce007de2be56d47be89f8c18b81061 --- /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:2d709b87dfb29533ed80d67c0765fb1385c18abec5f1d066d5b6aa21bcff9e95 +size 491922576 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..79bdb61b0ccc5dbdf1924373dc916d63256405e2 --- /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:22ba1765b81a026716b354a6f435168588a7acc821916c6cfd263437cbae89ab +size 418136603 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..05bcac796256464715a5afe5542cc6c032ad5b7a --- /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:f87e918bcde0992a9dcda5e4d255ec594911198fbb6897627d384c04c09cd1a2 +size 534331895 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..f4bbb5c61354bdc47348186012d0f46f6c4957a7 --- /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:13f7093e61dacada6f0bc77c36194ad12e0c14de0dd6dd359e5a8078334b03ea +size 521161529 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..742ad110fd95ae48f774a91d4164b0a9975bf360 --- /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:d712c0608c12949e85dd0fcdd19611264ead715d21e8a0678f69dc088135c060 +size 570457756 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..38a8c1885ef9c20bc4d07e324eae140cb55d554e --- /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:d73b36c55706f2e373bc8bc240ba800e6314aa9bfd2bbcf584623e939bea82e0 +size 471274729 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..cf6960c0679bb089795187eee8330714f7461dc0 --- /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:c5486335154b5123a204764eb22c083a5b03067953981e9e3586287b7121cc75 +size 425328011 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..d6fc5d721d6cbb56e1cc722dec6447eabde45803 --- /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:a8ee0f278d643a13a7259f408e7b8d033969c3073cbae36e45c903ab3726b310 +size 790566755 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..e7e7428b5f4038e34edd8525154d3c18ac80fb10 --- /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:e617f25f2e78112c6609a15da021bba1d39557c2bfcdb5faa01b600e250cf18c +size 592968331 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..6458c1e18744e28268ceb21ed18b73975cd6032e --- /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:fdde57392650a3b0ce6149ef0ad77d3756f2e22a7760adcc9e6084aeab81a655 +size 595941180 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..a381a5a529eb09a279fcba29794a98f13cf22211 --- /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:afd4c3eacb2a9d0fc9fca8e6490198df7a9f60476eb24016befad4f69916241f +size 389741878 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..d0a3f17c1edc19e4ffd05070603107094555fe5e --- /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:3333bfb6d8890bee5d6aa6ebd97ca9ecbfeecad20cf1ad9f83bf9bb9a2839b2f +size 664983828 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..1265be201368f2d2232884995fc463ec3777acee --- /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:996aaee51249ccbd1d130f57377a58f69dea2ebed5ecacc8d187b82ac725628f +size 496860572 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..e6c0781df82e7b43cb9753c15c65288635b1ec99 --- /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:29328627402e244c01edb90a02283b0a792b73f7aca6e1207b982c5143a45a4f +size 637990791 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..81e999d4c626ce4e1c2a4b6a0ff0475a11ca6197 --- /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:b29caf6b307115db63767d1043ec77542cdb1b3c9205838f00d8424f738b7f9f +size 505387991 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..4c152379d56c9de2e6aa5b5c57b1c6172527282b --- /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:944c3f4fde13fac3fe991ee4fedd02ba53bdeea3fe0c2872c948469a6f315bb5 +size 625055239 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..08b86a78217d95cbbcfe8b7b0b40a6d8762fe442 --- /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:34cb6d531d82883138c0aee766c14c2e8eb4cb57f73272a0025991e486de509c +size 679527929 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..1545884e832d959671e42aba93fae5f951df6096 --- /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:6093556398e7c095dab17ffb15653a69fef3612829b696b233ef1af6063d583c +size 628861713 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..62d094213819bf6f2dc998b71a9e14bb6356b846 --- /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:49b05be4aba0c926a6f31ebb51d528a28da427b089b842190bef279459b8d248 +size 409701931 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..f7db3f39d732405ab62494f4c2d25da5c64ee4e0 --- /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:860ee804db8a26096e145a00bec4a1de619edb04d1b5f5ad2fbe9ada0c9f018c +size 393077692 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..fdf4f11980a1216684289c32e724b917a7fe5a10 --- /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:da2099b0942e9ed46b21a139fb0fd59eb78988d32c289649ad6eaff800101dbf +size 604755491 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..7de958f82b1ac89e29785f413c089b0587ffc460 --- /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:a9967383e4fc914f58ce01c4089d60762d299f3ddd7e2e014f61917466439c97 +size 373277220 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..ea0c8810c0e40bc36b2e99a07ab67a8f9fbefa23 --- /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:99409ba947f121bce20d23759af10e004bd79c227807cbf21ea7aee0b7081252 +size 476818900 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..be9854cbf140a5c04e1344bde10f75153d071ed0 --- /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:2222ef6ea69edffd944061f76d4637aad834eafc56c19642467567632b8f0c4a +size 376679275 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..11fcfc7c0447c1c4e60320b7034b1cdb8cf9cdef --- /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:55e9e76a543f9a7a132d7e2ec816a9f747eb12f295073dec3a1f4c150482783d +size 478547264 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..32896c917ee466eddfd79c5a0f7fcb47c876e192 --- /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:7bdbda1b3a76e3fb2060fbf68fc6703c4a01f85592ed7badad315f56ec9b29e1 +size 746164321 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..b07a48e01483c436ff11550d5a2e999a6c843db2 --- /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:91f1b484790b7fb2dd22a23cfb55b59c0c434b0f25fd4e21c3a02d90b3c68386 +size 492077085 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..7542ef8f784f4c0a95ef51ef70934f183dbc235b --- /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:5b6dd4486db1afb16f51bfa2fed1bc252bf375ed107b0a4c2229b1a925b85f68 +size 441394118 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..600fbccbab491508527d5dce15b8b60b578dc640 --- /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:db79285c91d49352663353c3ee35a99df0685f66d58094a8a489690729b7f167 +size 533507686 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..3e930c91ae19a5115002a82b5c8a619a2e04daa8 --- /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:0beaf0eb955688931e04f9a8cee8ac6b1cdf124962387e58d3c710d18cee0a91 +size 410483367 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..df2413b4f5f3610341677c511583431434c18360 --- /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:ebcab589b922b409bdb683850e37955062657a15fedca338ebded8c6dcff757f +size 404571530 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..e3a7f9145869ac0c78248518be144663c5418658 --- /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:1d63a340be2eeb9a062f25436c8d8c7f9877645368db7708f60fae248948c154 +size 413947421 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..099f51b7e6b84c3e2bf505090058bb615c8b9173 --- /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:3126bf80566be1a0996589c4f29f8d12f81361d34593465e21fe71c4a2b5bfb5 +size 565220060 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..7a4fee2ae9aa88dfac90d5d5ea27c4fd3caddaab --- /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:fa1cf253b259b8de3fc0ecc7951910f56375d8284b6e88af726c124111999056 +size 606741533 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..e99c17713b38ec5e652fdf6ef2e11321474f4991 --- /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:24c451f683b240de8569749a440e936b3afa4d47e509ecf1961e0c58a73c490d +size 471153858 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..6ac34696f360df94ad61657b934743b260676b0a --- /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:c9277a5719a05c1780b5ec9b7ed6f32772695402051fc1663b1bf2040ad7b92e +size 351464768 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..fb1c8f2a7ac406c8db970c6bb12b7fa77122d1d3 --- /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:0fb9219760f8b66377bd153d6e52b32e3acb115c372b144fab661d56a710d67a +size 555878924 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..ae19c8204b33e76739fa90996595e84f4cf656bc --- /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:2ff6605a316562827c27a107de1b34ff61af2725153fbd5d5ae3d1f2598b4c8f +size 763907381 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..0250a75c8ae2dc6c3fd8146c1ccf6a0a85a5ed16 --- /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:44a39bc5c017471c8519b6ad1895b5a71757c110e23c36a501151883f1048171 +size 512585098 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..f2f96d8b92121df0298cc8272b39fc195679cb0c --- /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:7542edc0af2654ebb60c08411bea4165924f523ded4e003d8059650c22816cfc +size 672172305 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..8867639bd0c4c05190d446a82358b27d2523d55f --- /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:9d8212b8306b11ea53e7fc2f57b0accf44e2bbb69fd63701f738381537bdce25 +size 528118233 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..60d544f11fe57886dc9d7e345ae4c9d4c77820c6 --- /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:fec6ba338fb22aa0c40041865db9d66f130f6b0d327f0dbb3b3c2716aea648e4 +size 882433140 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..8918d0f287e17a1b6e719b7a4521d4a2fc67a7eb --- /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:77d82acb42c06782eb9bde42cd2b705e33e4e0d7b5dea70babed620c6e5eac15 +size 634102802 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..b15933595db79686402608998ddeeb067c83e8d9 --- /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:a60afe4a45976310aab4b794d26c226e2525d8b103301bb346f6b47fe88653c8 +size 370542831 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..5ee6fdea9887656ab378c498d23f222d6b0975e2 --- /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:469d0dd1a0982c183d7fefd1dafd6c504b9783f9f2ebbd569ce370a660b74087 +size 704918283 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..74e88fc396449a84a8ca8409c6dea456dac47ef2 --- /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:61c84732a6c31c1e6b2371a55356a59e6bc76d0d2a9b27d00b717fa9379ea676 +size 489140741 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..0a95603ce2f8c6206605d994017870be6a6ff05c --- /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:bf2acb25e426deb510e91db122697ea901cc46436d420d815173b546e5f055b8 +size 368472327 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..d8db19eac0856149b53c38fbb03e7dc1eaa5d9e1 --- /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:fccd1b7e63cf09f8ea2f7c8e18b756a9bcf207c32b270c9e86af5c22657dbcb1 +size 550619877 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..45c3be194f2b0dccd26c8a14b1aa946976e2e87e --- /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:fdaa370c6e934b6f21f8682a3160be5940b08025722401b48047c6058ebf0176 +size 451380045 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..b8108c587823948e79a3bb55e3e5446061c05b57 --- /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:28295dabc44b27833dac97c64da06c5b6fe19fa9893efd4720252932f805e0f1 +size 597704280 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..752b86ce53a8b4e08ed376d96e5bb2100a8727e1 --- /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:6b8000be0ebe3126f0d489039022d8ed1a008b58657a9208b5b3e047f8f33165 +size 441291700 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..c5235cc3a434824f6288242b83224987e8db9be7 --- /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:9b8eb5f18181471f2b69efb2c120493e098e6d8ae1385c1aa4454d2e6a2a4346 +size 435665665 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..cd492ee8c3cf00eb06d00468700db29e5f667c26 --- /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:8bb35ed2d10aca4dea0026c155f9e6e526a7fc279027b0ad637cdc13e828ab41 +size 466003461 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..c258e1c30361bca765bcc275fd6b44f9db54d286 --- /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:2c022c8cef84a40fd085709ff8248bb7b9373aa229ed870d16b43e18c6b8fb34 +size 492510572 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..11efdb0ec411f04e2ac531d92976d3a9c5253fcb --- /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:d4a15c7c102915564ee04bb1ef1b0e3ef993e8b70c951c68232bf3f9ec371201 +size 507612079 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..eba526099399edf10bc0094850c9485b87c22ac9 --- /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:fb851107db6d587c6226a55b3be262324d9cd554e64ccdae8ab4ea34815442c0 +size 400810987 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..815c20a599a070fb1fff8a688be65b0feabd57ac --- /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:0721762f0794711a1f4dc77af5b5918372f89356b4560fed46073ad949e16cce +size 1055596580 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..0ee6795ab1b8eb1bb1bf7b68df73a4e5a12374c2 --- /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:83b194e0005108d73afac2438b9a7807275af318317426c63c9bab5ae8eb2e31 +size 868171810 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..e2242c781d60db4865caa6173ae7b9d29252b96a --- /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:795388faf5e1f711d8fce6f6dbda8f72bcd9b06474c256fd1042b8a91b7bed03 +size 421507184 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..9d2e3e9ff66c9417e8cf082678c759bf165e1e59 --- /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:d251b1cb401e1b03b53b905d3d9b779c8aa172c698cb9f07c4491d5762583fca +size 471692094 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..d0cc35b1216e679c617863f71d33f9ff0c190753 --- /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:e4211856b32f7a3df27536022a91c2e13d4eec5f9ccedb9eb0afe8e345bccd42 +size 395522534 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..7a406c442fdd2072297fb7a025a6510eea724b5b --- /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:83c863cf7eab58b27e85e480940d44504602db878c8d57d2f9abaaa3b235b57c +size 594266782 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..c9b97173aa9891fa73a7760db44dc8c1adcb7b43 --- /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:656b233c5fdb0bb736c45a1196f50418023598da2631d7856619f2e4d6995bea +size 488310232 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..d2c1a6db1c0ae8e48ca90b26bc1e91d3055858fa --- /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:c7de2490acedaae45b7157c038b87a62d6947656ec43323b76368cd48ee7fb77 +size 576875990 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..cdb4cd67d7091319704ecb04e201d77ef0763e48 --- /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:718fa4ee8de67cb723896cdb127d8bdd8a72a5b241173dc977e64de20eab7fdb +size 562574677 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..9c3bfed2e4581e8559f0a9c4ce6fbb94c463833a --- /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:5da96ce60a41f4fe2d6d9942e43a7a1adc8df58cf83e39df09e1a186e66ce2a9 +size 549954916 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..cd009587b080b168adcf850d529bcabe970be945 --- /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:63d605db8497e1e788fce214fadbc5afe40d0765056dae58fc4878c0bfdc5b83 +size 550446747 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..9c06676523c24199aecc8fbfc52eb8bc4f41d5e8 --- /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:3e712db5fa5d913a9898bb6423dffc89932d6b9814330ff795b572b67013b3fd +size 524542529 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..46bf2d599adeeebcfe45ad25a506b7dd140df14d --- /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:2f4683f78b8876b6910292afa3ca3878ac00a4fc822ce46873111db3312ceecf +size 523124108 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..5e72d2b343a3e09b9570b3077a418d4956692d50 --- /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:38eb58396f2dd9b51c604c8f94c0aa006cc5d8f8d8b0c9a76b1cdc250fdad139 +size 573925220 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..9292494fcdb42860908d8ff9204f1a621ca850f8 --- /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:c8178c3b05431602c1ff8e33eef73504dc30f3c4d12b38de4024fcb46b8ba549 +size 528588403 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..b775304bd5bb8d367f97c492765184dd6eb48334 --- /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:ca18f0069bb782e1f4a6fbc868e2f8f4aca5e7381fa85af85ede64755706907e +size 742184329 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..da3f520a1e8173bc8c6852f89d8bb250cb75a447 --- /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:2e13b2b247d5a7419aa96873e24bfd5bd17a6312550cf69446b0b0d2ddd009db +size 410472461 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..24f8a6f057920d5763a61f9d6ce304a5654fe6df --- /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:a2203e5c262e18f63c1f188d324aff6507062ad1659fea922822b7a7497f6fc3 +size 521362892 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..cf1d055e0e4e4cb23f077ab6c5a901e3b1b8d215 --- /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:412626ffc9c0d7b3dacc2e10961262846572c45a413bfb3cd38cc233d459b048 +size 553524865 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..a31e22eac74d4fbc59ee0d75fab09e92292722ee --- /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:94acefeb91449e859f75c5d2bd9cd0b3fd9e89b497c3a20dbc9c3d7c4ddd70f9 +size 355196879 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..42460d16f77dca9e1eebd680afe6c02768c6f75a --- /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:9a6ff2f67717ab6db61f42b984a9a2cf6a3f64f96d39b33de21a8791c56b8869 +size 655825795 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..a7482646f18072a9d0a06d703827fa7dc6283700 --- /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:207918f3e42a5e1afd142456c1834d7f02afb0acd9b178b5b0cd8ef69be825f3 +size 331195687 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..c6c97c94f31d9c3a62bfea7463b9a305c3c06b43 --- /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:98269961f2d5bca521cbc87844d9b3d5c5eb570e9d0ef31e71ae697696ecdf6e +size 429453204 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..493a138eadfe091c902d62ca14a2401a92c6c947 --- /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:72a52537730a30638718fa9bd7edf413302b215cd485cd79c17b397a72ae619d +size 491999053 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..6b53d9e8c1d146d7c3145b7bb4bc6e0767f1326b --- /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:683cc09d7668e94f07f03fdd31963df3d333369a4a1854a6b4a06fb5e23d297c +size 655283890 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..e621a5bf5c66afb588c6a20d33e4bd6789a8e2f0 --- /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:10d1251c8878dfd6ac343e1d30a3115a77856d6fc06ce554bf7e39e5457299f3 +size 451990229 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..3ff20377a82dae8b0954210a843d695c173229e9 --- /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:0c3cd77bc8679b09218e4b1429d48412a2cc019b0b213667e73f9531c1fe8c35 +size 675314803 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..89d916af6e5503672c86d874aed0871112f95a41 --- /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:f3d5c6adca968b0d335afa5e2a844bab059241b0ac94dd03e64e6861a5c11328 +size 549443665 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..ca27160139b45351ab0fa0f84e9e947b68340f64 --- /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:756ce86a3ea08fa9c9094b4a67ec51d2557e6e874fd2a4c9256e4ed2212a7340 +size 618452479 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..a41d01fef3294d0a65136da483ea81ffea153d01 --- /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:ec623cd1460a3a02a4f755168e8a4543abaea8128c4e250becb94693e580fdd8 +size 428217664 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..c86b7df258e953ebe283b410b6cfb0dc12890038 --- /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:e60638daebb2128d9177757eeae7599092dc3d96730589a6ce173beb9184ec33 +size 744743323 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..b05061a73fb5dc81a5941d883f80bf8741dcf59d --- /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:c9b8f2dd8f7e47f896386cb6a2a6b01d55d63af0902e98b4e4f18c7c0e561c96 +size 385409845 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..2e0d4b265d6528fbcfa0d2078df8df5529d79932 --- /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:5ed2463bed4eb82f8b1dac243ec0eb8fa05e34058bca214a176f5f62853f62d7 +size 623197510 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..19758558d24586bfa357093789d6779e2497f213 --- /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:97d9f0580019b39cc703cb42cc039a08a9c941c4a1e138e61c4fc4851ecec30a +size 487869411 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..82549dbd5301dd2a0f8a2fe27205144b10b14df5 --- /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:1fa834db976b97abf865d79a324f7ea85a7a6b36aa58f05bbfd90165c27d224e +size 518884394 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..00f78bc7be021a8328b6c2a4df8108ca1fcde279 --- /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:a0e71e5aad79d9ed12632d9d30c7e91310b73d64b31634bcb2ec52ed83fb7458 +size 440346799 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..201dd1090841102387617d5c3d50215795f53d31 --- /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:61d72c8c7a79a581f02ad43227c8c0e5ff8d7f81edb6ba6c863ae76024fa9125 +size 608787030 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..112911be23c24afbe3a5e6af8ccceb38f98ac9b4 --- /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:296cd499fa85bb4a2ecce94b2650de28bb049ea78ba2ab209f5aca602e73daef +size 482140230 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..987669b5546bd7ff10f5479acdea20d3805ad18e --- /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:55e58a88289951f843e52b047bc2159d8488649f3c11cb930d525f5a20b86cb5 +size 448957858 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..b85b65880159d8bf469292c06803db30927a1c70 --- /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:8a4327f5d42fa87d169aadeaa552db204621c1a9412b22fa35eac9e7fa1d621f +size 496296767 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..b7de2556f0b5354062b1d37da0c83d969f62be58 --- /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:8346feb1de6811f3791518807105caad3f3c58c7d8f695dd6a7d9c2b7b2a295a +size 467388485 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..104eb480ba9e5cbb3680f51125fb300f51f14f0d --- /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:c35eb207afaefbac7909e0a703842a17ffc5e0965df2ebb083adf7df27ce4ef3 +size 452862713 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..eaf4218dd61dc7d2c2246ee1deeaa502c28e1097 --- /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:8944ad686de8bfb30e8ef1a6e2b0cf51fc584d8005449b5c7507a9409c39c27d +size 607422127 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..497c3dd977c3e9ba86677ed9d4f3f707222238cf --- /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:1a1cf2904cf392642ce6079611424243dffb0097ab1cfe8da4839e431d71664e +size 487810780 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..9ee81be5098d745f2d62060dcda4d88a75cd0fdd --- /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:3d86b97d6c963a0af98c2adb88f09e3f713a5e1322775d1d9681e06e9a8ba472 +size 453600165 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..964390ff38df4b16693da32074b25cf04688bd2b --- /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:8cc940c09d550d1f010390b7cc93362216e33a08f5ca5721773a4e3923be7de6 +size 625784498 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..365bf6b0ad4694fb10517119455ecc4dc191c534 --- /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:ae1f48540878f35022aea36e619e11d739bf8daa3ca324c991f76d829ae1f84b +size 408235329 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..6e46f43586cbf39a578b39308ba037768a1a4283 --- /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:f64b055f00646caf48993031de2a68faee35d784f76775e972a4249d2b1954f7 +size 701367347 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..30dbaecabea7ace7f48bbd8de937faf3218ee6aa --- /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:7b61602f8236db760054c625ffdbf7460be6f4650a5e59cc31699be1f8b9e9ff +size 768098827 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..33e6a77ebd80c3b68a325dd8e6593728009c61c0 --- /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:d3a8a8a377c20d3d18b5f41f4568f1aef3948b0920d923ebba9fb132907d48c5 +size 653497010 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..b00e0a865dff888c4da42c691db9f9fec7521c68 --- /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:01730f59fcf69fca5d772954f9523c19d2b8375dc66e045ed337a1a93a2e458b +size 382092320 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..48a704399af170885a40e3750c14d51a13d24320 --- /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:f94b636c964d5b285a903297a8f183344f5b67497d0531ff94fe07417abc006e +size 429212686 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..1d6621efbf37ce686c4ca120c1f35aa7706686a5 --- /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:59f0aa6c577ac25ba9930088ff924deca2e5ab0634b8a8034d5f08924cfb3518 +size 488292682 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..4ea637c1bc435840c50de6aa22de90512be1bfa2 --- /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:8683334eec02a2e2a02abdf8ca6afb8e6691f0ed90eef8896d36bc4ec8b5936e +size 477726552 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..628ce98d5ed4f6df1ff825e5f1e8b0f14c87ccdb --- /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:e8d95c2f15ab905f12971a7d63488098e95f6bd77699970863ff895d5c8402cf +size 397713183 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..02d6792b39c171c60b1345ef2a84954653c871e7 --- /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:2afb4574f82cbf3d21775db9331af48a9c33d6db5107c9e28902c384ff9d912e +size 759197117 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..94313c55bd4ba8123886d9ed22412a5435e8153b --- /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:a3422f2527d49482740a30b025d57f45bcb466869caa8a4d166abf75803945ba +size 579330301 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..05de0e03529df57d324c43ff48f855396c03934d --- /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:9246b156014f5fba7c409b866e1b9a734c29d228ea64ec91ffe773a56fa9add1 +size 1002845586 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..6e1d853a5f34e1773399789cdd1429ad1b82da9c --- /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:72cdf8333fea2a53a3ae6895e07335794bb49bba9b879a94de07d9e3d8af7230 +size 489231909 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..f445091743ccf29059166fb74040cbc1e90e741e --- /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:233d03b02108d554fd1150b6596fcb07464db3f97332d3fe11b7220497e1be98 +size 526790568 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..6c064662c32d17582498529a13e070fa65fffb86 --- /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:1970eaccd90bb0682bab4e3820418eeb3c6161485b6109c05e622cc549d7d582 +size 551655263 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..6309bc0697003a93e8799828e0a75c5457f6c78d --- /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:94de751fb3d2f2143d0fd92840535916f849ea159fbf9e701ceaccdc32bbe30d +size 628088196 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..feafe8cdef47a5958a0a9bd7b4769ad134f146fb --- /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:27e702f6ad4ee7ac61b56e71f839c20cf4ffd22dbd99741d5aa538003e97db70 +size 558095136 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..ac5f2744cd476c1116794fc45917fc5adad64d9b --- /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:11c96b996593d3401f4d4886daa207b16d1f05218d35e3388f5ef3ecf05ffcaf +size 551055414 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..9c9046c0585ffcb204d51edc487e8c0398438715 --- /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:770222e684e63bbacbf48f0b85de4aa9d961d32c38cca4c340570b41829e6d9b +size 526727745 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..961fc2979b7c7e66fed59eb29ad191d2d53c9b81 --- /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:6025b115ef87626e840041be312896dc77a437163e15b4862e7554e644f121f5 +size 917313638 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..b7941973f0e492b44132f37de38e0b707f10af7a --- /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:5a3e84e44057acc615c0f8f65d9cb19cda1e63c7b1c661ca499dee796834d583 +size 626357719 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..8707ed57a89f8bc3b9b956e0df4c3b348432abda --- /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:9da13b917a1406c04cca440200f7113a8745783b762ab60c80e5732b5c83c4dd +size 677318445 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..17c96b5feee7037c168be4ec46beeae0606a3b6b --- /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:78a99b6d3cd01fad580991edd238c4fb1a2dea41481e508adfbdccfc24ac9ef1 +size 536031133 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..e5083daa67f10e13fa3a818b69573601cb369e7d --- /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:e40bca838a545858decee973939e783113f541fb57d15f1b2e29c173e5d26f6e +size 460577093 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..86aa9fd18c939119b40258441ce2e597ca0ce9e0 --- /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:cf759617344ec9c4bae3444d602cf39cba6e7bf5d208ee7fda376ffe2cef12f7 +size 452866018 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..47a2eccf2c9f78bf9519aeff976db859c458853c --- /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:ad616c2e4a25b52673596ef2bb4a0b8c9fe31038e6fd15daa52af367bce56255 +size 894032066 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..8cd10bed46fad649d8f2494caeef0021b656e588 --- /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:ca04dc3615ee7b98d846fa9d9266cdc8064d0a50da0fcb166deb16e97ec9d73b +size 568788618 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..6c4810936a9a76a500e7f83bd20ed193dab95bcd --- /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:573fef8ab2aca3fdea09150cb22bab439037c844a679824a91d1ddf22f88983a +size 576383311 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..6c650693311a530912392ab0d48222c32a925d58 --- /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:7d0be4112d5d235750f4caf3babcf501d5b2bacf1c3c37cd29753173cb52ca51 +size 585576262 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..8e6046e002e24ef04c5a7e6ab26b0ce479e525a2 --- /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:d38d561cd292453832978cdb4a9645c640747c2921c0d443bc904e4faf912e50 +size 491375073 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..28d2dd24f9e2706946f45fda7a54e4f682dff38c --- /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:95fc1c1c7735eb639d7fd4d1a4947c3988b0cf98d8f6a3900d52e19d60be1ac6 +size 467156976 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..cddbca193ca7cf55994abbad7f2f5a78f1050347 --- /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:9993951a2221306486372db6459575009c12649f583b5a8f3699b84b2f59e4be +size 359381246 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..5a9355b750ff79cc4df8df8a2bdeccd3898be71e --- /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:9dbb990d285587fb78120a27b5dfe665dc289021d75b2b4b62f34c864ee74e42 +size 376332760 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..73a0e247a868e8425cc8c0f7a564c3d15aad5b62 --- /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:1ddeca8aa6d376dbe312a778f193a7869e96d7cb63126fbb3088c627af4f0bd8 +size 589720343 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..8206b57654ddb712288c41026627fc0395d8e30c --- /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:f9215a545d94a39f3c649cc2b97c02191f46bae032ae050db42e655c29d288c6 +size 587220677 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..8fed0b43a1f5949fb070d26147dadcf9a2208b0d --- /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:09435d71283626f39333faac38c53a6854b9f565c020072b511bdc9394fb4d06 +size 531371143 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..a4cfe7988dd0d40bd51f19ebcd13dc47cf559339 --- /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:6d0470d32e73b67b49f8abf2071625922e662724ead5adcc8de104c31118722c +size 486567742 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..18e925970dbe7f456382968fbffc9258c1c3c40c --- /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:94e5f9f5636f5f75e67cab2d74930d9bf825c24a321fcbc64e06c135f5e3690c +size 414053926 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..e1d069e833a794d24b0aafe42e3e949d887d69bf --- /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:53214ab743953a3b0f578596f8e13a061f594969d3339437b96dca836f352305 +size 454073207 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..1a3f293a603182b13f90df1cf2d700d10d407336 --- /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:ebb1b5ba2aa39b763c4e16d5f586b9eccb9b67ddf9973acd8acf457c3ecf7615 +size 423694957 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..f279e4b21ddf80e532f3c73661d0ef1f6a3c804e --- /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:7d366bd01977d14c5ba402a64cfee314fa23a0c5d18e77778d1165b8842603d2 +size 555657815 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..8c84de975b094e65502ab8210f69576069eb5bd4 --- /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:01bafc939b4dfe29627785458d63211fc09590ea18d6f734e2b249857ea3e6fe +size 417472459 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..e6e4376403a8e83e333b91b14c986da0c5e8f6bb --- /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:125db170982ec1c6a751d66398e2e180b0422f0086bb072c8671927fdb8fafd5 +size 429629932 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..a38c2fe3c7d69ba1dcb5eafdeba2592517b43617 --- /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:706d5395fddb9d21462e077cebaf75eb6c91b4910e60fda42729fe939371230e +size 442385800 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..ad7d386ed48f0748d7915959b6a3f2c09e8f17bf --- /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:6222353f4d98f88eb7d5108b0c718ea0bfdbba234c5b373a746c55457e6d6871 +size 574853149 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..4b2fea70c9ddc3b0c1c4fccf3adc5a23c9a5ea20 --- /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:b3b128e3a77e3bf7a6747bb998c22695a4452de9e30fd23e5c046a2c67f962df +size 1096621143 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..1bde57d431bb413bdc3fd69e6e433e5fe4c92a99 --- /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:211e9d3822357abe858cd0f75a2d2321580b58d9811ef2411b0a9d2f26b68e78 +size 396398628 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..25f5419d80503a79102df4626dc528898cee6801 --- /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:a5305dbc03034177464b204b111715f36533a8f7a03b1ef1a0fc76709bc8f4ef +size 848880638 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..a375e913754dc50861c4d69d7c78dc68faa65a11 --- /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:402a9cf515075ab1aeb7d41690d1b9d5a1d2121685175051bc6d93f1a6644cbb +size 431438956 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..ab1adb107673f30a382af50e6f1fae781c2ea2b4 --- /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:fafa1ef8924f501725c1321d346aa4e9d32c14eadc26ab752fbe4ea591e37c81 +size 476698340 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..2be340c226abd59938cd590ea9a0fc6220602b92 --- /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:303f61d08a2289d00eb4c419b4623aebf7675d4b8229eec79daab2926f993229 +size 688420674 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..a1e30340133e7fdc00c92ffac3da3f0339505e79 --- /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:79d003da5aeae4b1d238f6d5f683b673f8b2d6f70fef9f78f9faf52da7102d3e +size 497585483 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..8924dc24cc7095ebbe4171cd0bbfd5d3eecb628e --- /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:df687e69f35fe3465ec7d68370bca0d61fc3c3a492a07ce96b623325937f9923 +size 772009610 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..366312d0ff782479e8344c4726ff21fd17719e77 --- /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:4718b55ed00696460abf5940d85ab7d2ccc871ecf9f75cdfda4faacb57a8a3d3 +size 620971132 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..6464780be35b8263859ff92337ff6b328711ddf4 --- /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:6e15dc1398b566e441f49637cd85aef6bb29696d690588c6f56f88090a0d3b4a +size 421191478 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..dacfd6c129823d64b7807b19be185fa9a2f8ed0e --- /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:07bfcb00d06d7cc18e70c61c66186b8a0da767417655c7b37d6387105ba3e2b0 +size 524222112 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..91fa6667915210f3cd5d0d8ecb111b818f6d3e33 --- /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:b49a9bf83e026ee50c485780096188e41eac8e73feca118bbb9922237e223889 +size 721566648 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..0a9f78f6028b8225d9f5c5dc4039b63446f1442b --- /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:58e505f34c6f3a2cb0545484f05ab0bf1ea8fdf8973119c8096d500cdbe234f5 +size 908934602 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..751d73701d3030c18f6c321ac1a91aa4355d7ec0 --- /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:b73bdb14435784bd9a6f34aac7b76bda2ea43f1f774f7968d53f1e4ad9635184 +size 396497533 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..c64cbbc1f9fd3db93193810114253a12d5051df8 --- /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:f140616cd58ef15b5b7742952f99a0120b0ea1546ba9f955d55e29ff896f63c6 +size 721097752 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..baac7afc706274b59ca48aa127536bc2a657148e --- /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:de18b3d3c6e9b3fdf0bce8ce213d91ad53014e18f4f045a22aed4c1189d06b55 +size 899362591 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..74d4d639a6e8e14c1e18b3195577bdad74c886d1 --- /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:43f6e76e17bcd0db621fb5731676e5dd21324bf58ad5e37d3210f0448f3cfc68 +size 560927477 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..b84b3a98698851c21360640645444548b5b2ae74 --- /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:a87a9dd863c8511d839886238238820b2947a13658903c3db2e97ce32ff13d39 +size 601339201 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..aba60af30ab487c233053ddb4249121e2559113a --- /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:fcf58eb2f40b23f8a71f0a4e0991271580300ada4a1314378517e53e82b2321a +size 460718761 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..9a7682efa9f9044123c98feca984f35a04433dd6 --- /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:c152b3bfb8c37840464f1148e3c9fe1dbb50d5e64767918fdb8e81237a55d6f1 +size 438284893 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..994e0a61b31a7f73b3b6336873e178ed1e6e795a --- /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:b1e87e656c18baaaf9418989e9db6a992813f1f6bf9c3c78395a01bcea422942 +size 759436156 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..467660b4359be3e70034e05c0b7ededfb7e26e0c --- /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:17970d5f7104a881c28d54a2734178c7083126f4ad2f2d8905fd763d02774cf8 +size 590043026 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..c94e2cb6742cc8dd3beb4d9df16bb9a000e660e6 --- /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:fe4e9bc88c4ea593242e0de29c0dc35a2f41c9061340ba60ab5e6417576fc0c0 +size 567117397 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..1a067cf80ee17abaee1cc1f2f91fdad2c0c4a217 --- /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:55fb88e9c3f1bc9ce3d326d8c0495f0771c43c87c3c58e3d02108d3ff697439d +size 788616401 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..914b3780123f749b0ce7d33d18d8a1c5e6e83998 --- /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:e9e03a190e0d5a41d3c30ff01a07144486121d31e28db89416de60b03fa192c6 +size 721321840 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..40b76a0b8a0da493db9f08f3d933dc5becf8dab2 --- /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:d1b944fc985f383e01c5d4f066d9d86052bae4d740b236344e030014100887c7 +size 411599753 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..56aa44d8acd52cd7bef381785205f1a49227285a --- /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:498b3e4ba67ef89ae82d789f5e3588ff2f585a901da90a80ddff490e18e8e81c +size 487533296 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..b8638b016c99d488e52b5b35fa9d05809eb6483d --- /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:4e378baf10270221ddeee3643868c0f2ca321fd527c53b8138a28894ee9010d3 +size 426230312 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..c1bea17402f06ab44333e6b01324dfa9f3761a39 --- /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:20aed5aa27b56c0b5f7f8aab585f0fbe46fb801c9767837d12da20247f3375ba +size 393398816 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..1e90b14855d13a5ae623cf5453835212e24c54f9 --- /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:3ce1f84bc2f6edc5018889ad3ec55e27968719a98ed9964d4f78a59084f2527f +size 408428836 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..1d9e86c1812cd9c2c70fd4fb218743cf9b4d4e6d --- /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:99cb55e6795f3fdb90a9b02f702be7a1f8a9348a31d6f6d068dfba730b1d57bb +size 492507234 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..6ec5b4c6a0a5c79cda1d4a61f33b06de215cc4b0 --- /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:1e16bd9774e6e46793efeebbc112bb880eff86baf87b55a2047da7f9c2538e98 +size 563481545 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..3db9f2befa860935e8ade5f56defb00b7c6b2d2a --- /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:1e6e4a373c3a041c4f46fcf9814727cca003c9f0d7342fbf3aaf26cefd7fc923 +size 738087904 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..f4a133126016522d4b958674997e6accf6bb2658 --- /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:24a26960558984cec60676f15b48b5e1a411ac78c12faf3723972b70d3c7108f +size 509861839 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..ed259f1af84c16921605bfe3e0b482dcf4319348 --- /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:b99e15a8d50260c4fc398d7de8cfbe9efcdd79c3bf2bdb81fe3c035db64088c0 +size 670094041 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..7fd3011441f29222190779190fadfedbec9ce78e --- /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:23b0d447bf8807480753c9ee9d0641963d76eeaf7956158b7178c444343d55a3 +size 1022811405 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..08a797141bf7fd1992174a1bfe5901332e1d63ac --- /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:648d4c105548ba6246db8492b25062c6cbbcc1fe759c4447d977528398fb4d53 +size 396818828 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..101fb07ca9453b9b435a3898b5d1ab6682cae900 --- /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:a96bd4324045358e95a48e5072d11f0e0b1c4003aa1c9da4cae871a8cf00d02e +size 520777697 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..52c6d8770ea27c126dc7410bbe7a0889f0376107 --- /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:edde5f136a6486924fa1878a033b2d554f73c206bdb86dd70f114be783cf14e4 +size 832473853 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..98d828f823a1cc3661b790e8a03d6c24d4734f0c --- /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:f15b72a27b1077ed2756497d4611052ad31caae233b395cf2a6ad625b350ba67 +size 386122155 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..7ae8bc21af3868cf44cbc319c1c72912d722c1de --- /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:d75ecb1b4c63309dcf18b04f892e15904287faf7e6e9d257686d42c51ad5226f +size 359774779 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..9e22dcfc773d9365d36a7bfdb7e4a8043275684b --- /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:e701ac6a6c3414c6a2237eda38f9bf4c543be1e2949300ae5e00065c37aba86a +size 398360558 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..72bd9bd984cadfb94b5aa525d84266a15136ae70 --- /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:35ae82f67488069678e9fe6d49553b12c45850ed09adae1b20010d0094337123 +size 497598490 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..10403d190832c05787c2edec7413b8e4b9e79756 --- /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:4391d7e2e5cd112a43edc9d91c5178d4bbfd03949c1234afc7ad7812b4d631ea +size 646303487 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..58b03a708a8977e458ec97584ff21b4765ecb803 --- /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:4f8cdaa2809f085727281651f93b384f7207e33ef22c5e24f3b4ce9706078f46 +size 348968687 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..992f2246e935805a5556873277edebabcdb0058a --- /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:eecf9c539b56a9c40eb5db624bfa90a838078588f96c83603375f792fd0e9c32 +size 460769208 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..383f288aabb21e4bcf8a230da60e1b9433a4cc16 --- /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:863f399e583e4962fbe017e62c412832f20c786c95c0b879e276d5e9d95b2c8e +size 399461478 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..f1f0476b4078d44ff44f485bf4f97a66e624456d --- /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:fc56aff96dba6b61f8942ad24a12f7c76256ffeaf741242dbdb20ea1605a3685 +size 529021653 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..0914e5da40d7243f2fc956acd1d440818d169416 --- /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:18f19f0def183dfd4141f0c69b3133a27d178a82d022206ff6b99d61432033e5 +size 742222007 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..e22ac1c61b1e1d5f8c0a582bb1645c9ebe449827 --- /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:b30009ee86da9b6b799db043947c4f068305ae0f97b33265489610a92b4046fb +size 863339506 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..c6fa295b7cfbe1fd995d7a5776b6f15e119f21c9 --- /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:8aebbbc225a049453d91cf432a0886bb3fe5e895ce7d303b036cc7e0232fd66b +size 951920400 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..2e8c7f78f438aa02036100745a820178c2b16a8e --- /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:28184201cd98963ba6b4377faf91dd64ade07750fde4922a4e8a59f0ccd1f62a +size 596873963 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..1063b641a8037315c7e1351f6e63e8c319b8e1e7 --- /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:3946a2fed1aae321419ae3e2bf617a94a55b6dabf6fde91d17cbdb4613d64300 +size 468317628 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..890663b96528cc1ea10a5deba82d3e809d571801 --- /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:dd13b700d6c37884bc43627576ee1a26760755863c993e3b38f151956842d7ae +size 515550386 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..3765249054e9a5f98f0c1afebca23d82beeb0941 --- /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:de68621192107e09241a5573e103caaf3de38332e78a5a18c39cc959e5e45bcc +size 531216902 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..1b83824933df3d34af8b2bd3d549782ab846c481 --- /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:9f559a63d475b4e39020ada7e97863f803b688be9f5f0bb10973e560c2a50825 +size 427253234 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..12c3ea8e2c2711392ad086452b60aad52e96eb69 --- /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:e91ddbb9a355e168b6cd997de6f2734b4b35f169c5b96f35d3b06a8cc1e14ae1 +size 559611070 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..dabaa87b024c68a9d0098bb4b36c8137b0b7b07d --- /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:9f3f29696ea084cebac0cb75f6c7646eaae1c86f8112ef91e223070d65d68afa +size 484694077 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..5b3a4f6d2b67eb13b31c000268c8e2793480d717 --- /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:12b7d2f56a2bdc893a1bf88200d4e2f079d5c4c44f82b5021e7cdc3111a3b4c3 +size 594261625 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..97b05d1e1e5bd5e619e371c18b99533252398ea7 --- /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:0b2e283120bdfbe099f920f52adecf84a977ff7b8a91abf1f039a9bb2125b489 +size 430208271 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..1d7bdcaa27f923faf698ced06d912884b6d2db6e --- /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:1b7912a4042d541dd02e9d068faa735af11cecddcb366b8e972d09bf5511b9e4 +size 467571287 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..0f9204f4ac352e54cc859ccbf246b2afdfc56888 --- /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:1d282617de4879c8da695073bd5f8a83bbef0ba894b77ae44126aa44f29bec2a +size 529532379 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..01165b4b51d8dfea250b30e6f7100c82afb2beef --- /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:a573c7cefd6b11f4d75eb5cedb802c0ba303d280b493b5794bbcd669e4f5aa61 +size 421030561 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..3dc8a95fe2de0dc5e324b5a19fb3fb8b01fe3d24 --- /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:daa11a09aefb1e0bac40f0ad223fa68c21657159707c88302d240e248786cba4 +size 375648915 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..cfa9c13390fff535009245fbaafdcaebd36df251 --- /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:c074d4283c47a69adad82af4e06c6438d2bcfc943c28e013b6689d3b568d7962 +size 585222501 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..d3411d096c663dde2c6af002214062fb398ac0c6 --- /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:bfe9bc9fcb0b7dbe24d86098a8f19769c0e622d4dc432b99338f98583d609d76 +size 544174371 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..b4d910c329414d89a87c66ac5ea17b826706e345 --- /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:257f68cc57c8a05978d2fe27b653ca6399611b6fab7bcff938a3e62ccfa7213a +size 456479255 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..5c8d235c7e4252cfd834572f4214717f87b20015 --- /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:76fec2012e7c3db8579ff371c44b8724c25340f64fd3412c0c8ecbe16d3fdc02 +size 534808679 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..7a5693ec2b0880ca3d5b3f89a450e502f15f0573 --- /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:80729577e7644e2e6d1d55c419e8eef304710687a1ee5055bd25c68e0a6b5451 +size 430709974 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..6a3aec777b2d49e29f2a906640d1476e674ae026 --- /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:fa73581e41e0163cb290cb3196fde00e070cef7835374af3d3900d0eb8207d47 +size 497859832 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..73cabf7f4255f2b6bd7c2e68d109aca261d44b26 --- /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:7b2c5a4637709662ceaeebe39834125166c0bd3be1c6defcd200668e6eeed34f +size 507312017 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..b6612158ec14ff0ec6fe11097cf971df942e7233 --- /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:c454b08ecd38f876f3e5d986f7baf725cc075d706924ac5af3301b0d5c9e2d0c +size 521607123 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..d28012fed86cae4cf2847f55462ff0e996d25b44 --- /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:9bef15335560d8caf7cebcb9907eefe5c19b9d3efef81cbdbe02a5fa33d818cb +size 470529336 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..aad676a08020db3c1be4a583efd3216beaea4556 --- /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:f64ad13fb5914bd9d912d7888423585015b7f564d0ad1fc229e7dc03e18b8c07 +size 639600774 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..29628961f9077ad46fa58dce5bcf2afb64d626e0 --- /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:e8386a030766380c110292581c0372cb790a63c666089426d3c934a8a6b28109 +size 517236549 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..fe1793233a93299e4ee209315d21e5b1c6c04386 --- /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:47711d3925a066945d58fecf2a6c72276b1cb968a895ce94c13c10997595baa7 +size 806414572 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..c5a4b41ca66fa9a63b3cde41adba5b0dc5de7dee --- /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:5f98f1b71ab60c8eb4922b6161f6c313684f6093e3c72e21ee471d5a43e2e003 +size 703461133 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..107ddb01b3dcf8b4587c300604d1be60d5f1742f --- /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:99159bc452eb4bbe68a09bbbedc10ba2ff67667b41995ffc857a56345729b452 +size 638652044 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..90e991b49a21b331d7144a068d3059f0e1bcdc27 --- /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:315c9df8b6d78f690026ffbcb2aa7f6c457eba6aa9aab359fa26399c18024bc8 +size 614289961 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..ba0a4c9fdd0839b9ad7fb6f7b70709f4c06db467 --- /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:880d1b233a1314d978bf6087616b2b642789e70d141822908b08287682fb1dd1 +size 408020798 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..7417d12062e6b9a6e49819d3be394ff426ecc8a1 --- /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:c16503b2b78996d6b54cfb9a686bd8149d6acac582fc1efd3a17429c62f32aaa +size 505439343 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..f700f3b63d16534842bd9fdad6da032732d5f878 --- /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:f969eec63621e55d9331b211fd5200eb295d45e134ce483367ed4675ffc88d5d +size 457001317 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..61249b254fa50ab2b260c651486a9c8a83099185 --- /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:7f5fae947c6dc10a40b5bf1788816e97f22705a0f620285b84444e7bf98fbbe5 +size 571834834 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..4b8fcec82ca218f38ad84ccdbfb5618d66d96a96 --- /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:4d77fdbf8b32bb43a6048174405ebe83883bc76a316710b285d3df9909bb8679 +size 515763703 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..0045ec7e98929645302cb9e552498ce819626abb --- /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:55ebcb42833c71a7d4dec240687e31f45fbe99b424ed7175ab74f12b8045e94a +size 570588123 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..952646c1b4b60bab5ab5c8fd98eca0e319d25698 --- /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:056924e99241f9abcf0660193f8f3360ce5d4be2c2290f1d8d5b81a9ffbfed0d +size 715352790 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..dd902f4a2dff84718165368734bdaa92326f8f9a --- /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:c512f7e7a8ee45457f6e8f1f5a6382e253b695df62627280a7657d363aa2e067 +size 562067461 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..6726197dbc26bab4d937f2d28d9a34a97c3ecbc5 --- /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:c1076d063817d535443573cb37df6ad440a39cc11546c2a780768e6c034df01c +size 821305576 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..bb764c3a7a9b04d066e308937138e8bd4aa140a9 --- /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:9530bec6e8eb3fe2c2ed6a29dbed280c186a85b979e57a3f3e1bf05e9d2d80db +size 530412245 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..6352556ed790f714b9f6582a076a13d4e17d8dc5 --- /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:20106365a7c1b7f0585520e89434290097d794afafb6a168b139070cca5ca5c1 +size 569196991 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..967f29ab0bcc847169c372988dbbfc90ca9ebe9d --- /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:bc013870657e3d8a4e578fa32bda18fd2404faa54c9ff263cbdfbdbe007e0741 +size 1215125906 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..0d5cfcf9e98fcc6d92c1d9d8bdf0c521e318644a --- /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:20e76a6c86ff24ab070e9da0622febadf99031fd7b21dcd27d95d4bba2028c1f +size 503484999 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..9acb33506dadf49e738aaeeecc90fc07c1234037 --- /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:00d2d6c82f6f2371ded8f36bac78c284d6b3a11f25fd0162f9ff35e09ad6ddad +size 582605202 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..d0dab30dac97461002c6bb7428bd654d2adbd49c --- /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:93c27409938c42b72e4ea05b63c624384b6453cd9789161a620c60a963f9bdcb +size 809839309 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..15fc0f727dd41205629f5c7e6a7ff7d77a675e39 --- /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:927f6b540e523a576ae7a526657fc396b2dc0c9f2fe0e9d531222b3e27acff3b +size 663512384 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..881f89d412646b69e1e33646d4c6110f670cc608 --- /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:3aec0521eab517d0383aa31e1e79539a67d2043fb3e485aed5ba1e1ce6aa7f19 +size 540798676 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..a1a56ea387a45f1c31eab37f4952ff58fb497863 --- /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:e45c740a71d9c6bc85f91970c866c9effd23fcdf436bfa50d23d08404806bc11 +size 627242975 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..cc5cb0680718923b77369b1f4cad420fa919d860 --- /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:128fc7c387f600feebc60bd3b8e17dee943a23e665d67d135b5db9fa9148bdc6 +size 688950688 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..3ba2110ba38f866f817a41ce3f5be5910b0e0a8e --- /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:2cc421031d5c501356cfc67e95b60cf92b821b06ef01643f8c895f80abfc63d4 +size 758228469 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..8e27a68307854200570a58c62fc2847fd81e1d2f --- /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:a7af4e6be262d31f9e6d0a3ae6cf81e9b317efb829c4f32176786e541aa02fbe +size 400150426 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..b0561a2db34fa9371231d023247991c89d0289dd --- /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:52320d1780df086f0271896d898a6d27f43567e4d552fc7f36e34478e4d432fc +size 570812021 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..2ed96f738f7200b6da2e8fa39040d5f1504f2fde --- /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:de472ea9a125cf8f807e74f863197740958f12c52db64a7e28fe146e777caae8 +size 503920250 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..21490fea45865f1a6fefd0dffc7d7464422ba719 --- /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:5410332a6e6440216823ea5bdebed67d0886400da1833d2157732597ddaa0ee4 +size 729129959 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..d20f8685e7afdb24322775f16f1956436b02b1f2 --- /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:45a12627a66309d287b614d3d8849860ba6d37385bbde42bd0863532955bb9e5 +size 545163377 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..b1dfaf9ae90c8bb343b4a50312a8f0b8a6eb7767 --- /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:7aae8e933f4bc703e8d82c741526e35244316f5751ac0455194833dd6a66f173 +size 422190901 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..4029d2c2072ddefccbec2534d4f42b60de8a3c89 --- /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:4d37e49cbe0a5cc75033d584f90005bf389f784ef6bc08af802c2e2e92b7ad15 +size 526047411 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..d5968a985dff3fb875ab1d639918130d4004387a --- /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:3d6429f08ff904d0f359d83c313f7f00cc549f4ffa6b96a5a99d895fc28abba4 +size 649782025 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..60cc124b6ec37fc3a228f11457e3d5f92d02e0e2 --- /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:6fee02c362e8bc1b726e34d81fce41f6d7b1ba1a75e33ba4c69b7d95af827177 +size 596677699 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..6e368ef58bbb7be7b31c7463456805b9ce639ac7 --- /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:71affc17790aca021f5316b1cfe45c09c36c80baa8450b8e6dfda8cb55786b67 +size 692077880 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..857c50894d79169b2982e0ceb410601aefd455d1 --- /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:bb2b86abc87c6555c91f37dbdc68874a35f2e659ab981cf904689a7b173cb63e +size 487337651 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..f71b4cb1ccdd4ae48bd0b3427ac0d5793079e166 --- /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:cf19b7be0e9fb6cf633d8e6d26d61d6c9ea31fb61765f995ce70895b5221d68f +size 497344095 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..f808f46e22cc2f29bb34e4f125b122ce8e641623 --- /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:56a5e758620786dfed9469d89ed3d693bfff98e5fc20501624933b7698b84b17 +size 514399918 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..a0e63cdc1bf1e8d4b0d168ebc55790be66834073 --- /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:05e64683a120b9ad4597326fac447c6006cf7d4cfaaa7a72a40d44e3ba0e8264 +size 1499851366 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..bbae632b767e15c1459b4422a05793247ad10730 --- /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:17db8138ac78151f62d50a54a52bcda60c23f96c79c69a6711f1cf050ac8a898 +size 418409705 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..5b13806e6827fef73003ae18a9d018b3c483a361 --- /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:dab5d85b686aeab8469283239a43388511b090298c526a214e07359937205182 +size 441990930 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..f12b5a9e53e0830b2f5192363eda2d31ec7f925d --- /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:2159db88efd3ba89393855aa3193bbdd53bf3dd9d780fc3eb32c2d9f45763ef0 +size 419497901 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..b56b59f1ae95cd0aaa0b5adef93986db1cf5f195 --- /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:9d8e611cc7992f8c01c0396757833492a8f4014f8c094001b95620a9609a5fd9 +size 536117669 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..fefa74fe5d1409508518698f467d31a0ac399403 --- /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:e983c7f782652b1f8e8979996f9cceea3901e191efc1b331e3b1552b7609d995 +size 493083874 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..ba151a220f884948b54b2d8bc9106728a43cfe55 --- /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:6bab3e3ae8ac321a4b87d08f112118f54cd9ce286be7f3439b35711afeadc94c +size 327259698 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..0a66726c02af9b4d6c87e14f30791b2e51606c2e --- /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:a902185cbecb0f09b64681f35c076139fc6ce2e9808b342c4c433c98e25f1a2e +size 451910064 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..3975cf8e3971df1a4602d88f202699d337cc5d8e --- /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:d576eb2e84281426b90f65d595a2d751d13b1a42f9cc0193bda932774329626c +size 616401195 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..9fe0a02f2de3ce419c94704494691d8ba56ac67c --- /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:a62e167ab55da67480ebea6db341d85cdf20f9bcd0c0aa913fc68c2a33264b22 +size 591729293 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..44323aa8f836a9065356b0c1878cda84f7a85059 --- /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:10dad51312ea242cbe68ce2bf966f20ea48fe21536b15f3b8cd84734c8f00ec6 +size 402262176 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..fa9d8a6a46f1406a0863a9a040f91d84bd397e0d --- /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:638a19e71d1bbf450a3183a7317cc1d00f004942e80aa3158d94f61726805b0b +size 422457080 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..bb87bc3ca0668867131318f3f7ef5e818f3befd6 --- /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:7280a323f338c64bde0d5e4adef1ed1a892e912c1b7e5f73a757d3943280b4a2 +size 483801767 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..5b89d022cdc9fd59cc962e1a98d9dde6a80ed024 --- /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:1e2d838087397afedb1ca51552ea7d5165c0e2ff7101e54c92ad24eecfffe762 +size 413775506 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..7359a82fdea7137286346adb5f1a5c49272adf16 --- /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:a4f1685ebc9cbf308490e680354693dcbe06a923dc3f5558c1be6c7f433297b1 +size 457446388 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..aab46d275b4a4c8a2ce5fe4898b618e7734a80a1 --- /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:f2dc564a2341fa032121f65f1e9e61cd02b88b60de6d730d458ef74031c7507d +size 531084933 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..5df55bf7e86dc96061e7ac1451bf1a30311a3871 --- /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:8aed3e208a0799c170deae9cd61a642b3eea3942c60080ffe8c238afb730780b +size 394062711 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..9baa8d55057d3d6af013001f306528d6aa92463f --- /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:490252e39f4f0810eefd245fc456307a6b008270daf21655356a23cfc056dba0 +size 568064995 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..f14d39780b752eadd06f5950cc1b38d580f8b5c0 --- /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:8c1297efbd0b00eb1d78ca03f25585a8d9d3578e1395db54e8cda93ccfcb0596 +size 481023311 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..5c9a3dde610a20c4c6e293bc45c2647889afcc44 --- /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:d5a2ab552da2747f90b11e70d9bc84bc606addea46847fe85ca13bc859ab426d +size 639022938 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..749f06f9d042270f500ebaa02d1cf5e90dbedbd5 --- /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:297cd11c3a01594c1fcd4b87cf259ff2265f0bb0f1cfdf36d384c6d6a75dfb54 +size 398972288 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..6bb85972ae5f2be1af64f305aee532458144a3e3 --- /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:271c2d083ae104476789d2de9d241e59678f9c2d5b4f6a48bf74ee08889a03fe +size 493865658 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..583e36bb15b82785acd9203cc3404c6c6d9f94e3 --- /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:1eb363c702fec8d1eabea8b18214a35c9c0bf77d324b197930643188df1f84e4 +size 491145897 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..fda20d82fb1e9d90baf7577db02fcd9f45a63f31 --- /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:60ee5fa4cf640a9fdce42353799065cd46d74d6067cb4e4f3a19487fa2191aff +size 355276463 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..172707d30979af98ffda64fbc50f1f47ff3b5c72 --- /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:43bcfaeaea7b44589738541cb8b553b44e560e09aa86625c2e22655c83c72a4f +size 480180832 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..1cc5b9322dd25928493a70abf65a2d8acd7c3587 --- /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:fb1cc8b41e68f899941620ecbbd388a0f5729f75b7f6137e330060cb8c25c730 +size 1405094955 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..e3c67243667d8ff9e2fc82142f75ab201d4e3d76 --- /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:ede37803ff6b6c672069916e16d93cdb229c8c44fda1a2dac15f25290f96d56f +size 505207853 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..c1152066e95c24792b8470165b78e0754620a0a6 --- /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:2b1bc30077c9b2e95a5f46eb1d52d93a4409c94271e62d94650addfc2ec4fed4 +size 460324206 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..00515e41356c496f454c352da2729d72e98c770e --- /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:2732bd04f0f19c0070a1bcb55b84ac7fba714806ce6e984c974adc19eb798c75 +size 732033873 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..ce5f296592f37fa433fb5f66dc23d8a868fdc7c0 --- /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:dabfcf161b1a958521216824b81d2472945e47b77b0aa8adbfafb0d7317da10c +size 446511302 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..8fd14be0c6c1569b04f54c27a9cb27aad98087e2 --- /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:f4a41a687b3f833bf3eed79597756e26d222806f2a713c4125ddeb604372fd32 +size 401332051 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..8b0c67c635d12b375d92cc4b7241ee03b7a3e373 --- /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:07f22220bb2eaec85f7145f4aba5c118f063ddc3504363ce832d58e285f628f2 +size 392872278 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..952409de939ebce226cb2dab3183b54d06c593a5 --- /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:a92c4a032169dbe27023d7c5143e1b46ba51f4870c6a49a2ebf12df09aa8fbfd +size 526456987 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..a84ae856f6713e8a203dd528e8262bce9aa2ad69 --- /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:f4c5cd8fe332428fb09b8876b1a179908397a199bab7ca26f95f4cce13b45814 +size 434820428 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..27475ab03bfb1f8b4247e79718d5aa4024549d68 --- /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:e1c5b560ea4df99808ce38f51928e323d049e93c41bf9341b7d4bd08a9154248 +size 545603231 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..d392dbcdde887486fe5870f3ad833862d71a1d84 --- /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:fcc8fa3abc9b5c28f7ae4f61f01f218ba464031b7fcd2d8978b7e7519f3890f4 +size 397605303 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..63655a1b7a858bd08c38b19a24772d5deb3c4ba2 --- /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:aaf9fdbb9096300369ef15e24e91ed66b9dc393ebbe56a2651dcda5ffe73bcd1 +size 541192734 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..a846215256c37545e4d9b330cc3e4ddff399084b --- /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:b802dddefaadb6bcda98a14b6ee51c437ca5b3d1f63ec4c39a67ec55f8c77a73 +size 536885219 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..68e06ff25c9c86b1119f5ce9d244108cc1814753 --- /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:b5eb351d7e7081b03269dccdb8dfd21e5352b1f57e44036318ddfcfae34288be +size 663175607 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..bf5fe921bad2e24bfe0bee4a530b467c0b21e494 --- /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:d92e8f19f32f01ece155c317bd9bb54141a08bca692334fe0e84030993291a8d +size 647005099 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..2710b7e8a2bebb63785ffd08a1e1b840e6da3de5 --- /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:fa39dc16c14a8d9eb8b7998ae82511b6b7790cd8ec2ed656c23b50de6a4b3894 +size 482622799 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..a913cbf3be8a70e7cd2ba369490b9cd51133c9b7 --- /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:2f83b6b0e6b9b56e68d5ab05f391fdd5ebe5410b3f47871f86d4e91b9a682635 +size 414077666 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..7b065ba495b96c3c39529b24b59d5c5e830d6dd7 --- /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:76a7149344c13b725a742d7aa752213c03ea3ed30df59ae3b515e3851db66778 +size 547520322 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..07086a6b47b9dc9cb4a93a273a99f2c1c53d1f48 --- /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:33a8ffd6b0492937e283ee687ab2f4036173e379b862cfc634bb62a388f365ef +size 467989938 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..4ed1bf404f0b6b67601b7144474fda6017af90af --- /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:b2ee78f1c0811aaa3086f6016b8ff09e856cfaceb30e89b38ba9b690fbaa7aa1 +size 523325808 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..2caa881dd1d84efc513632c34088d80f7a19ffb6 --- /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:28ae7f47a361eca36056420b5219663ed08dc62ee60b8d83a560345d5e755cfb +size 532134339 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..85bfa7385f0058345be144dd28be20e3e865091c --- /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:fe8d79948e0f180e9d651d3e60c18107eef7cee4a1c703ceb71760c4a5ca2a66 +size 404547321 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..62204a389f9520a6e14c4ee956601405129213eb --- /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:c77c9319a1c60577fddd099d0ed12d0b8ab3880839c544f2595b9db4c85b7167 +size 536739371 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..c6182b08fb5617060e88922af114b6e44d0b8512 --- /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:9fae85c1ac8a59a07b261dac8c238db864d70b6d6c5dd12f7157cda242813d1a +size 518894580 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..bf94fd991f120e16cc0f6388f228c2e465c48a53 --- /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:559e9cafe503234d91e118b5aa0f6f079eb3c64304d532da54b44eb7fdad147e +size 468241378 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..e4c24cd7713306f8d28b1618c0674146549b8091 --- /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:bf425add9d461db545f9ce575652258c76c8bee7feac28dabefe9ae0b792c248 +size 640638628 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..9d9305a8c37fbf7325df1fd53a4dda059de3876a --- /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:14d61f90b0fd3280dd3deec0afb548ab104b028a80236d29a612842c4dbf2bd4 +size 380367808 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..e72281d3ca73543dc75129f87e2693b282c9bb2e --- /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:3f20e1e4d1f4d60d3cb15c2da8c416f4de892731fb92710b73c8758b4647592c +size 683981049 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..998d99f4bdcdc2783a0b19735ac82d5f3fc94e69 --- /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:b84770747ef6b5c02be33f6c8fbceae4256a77369d46d32b2a086504009edbd3 +size 511600793 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..81eab97b74651ca1a025c53f419bb3eef8480c6e --- /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:e8f503374d0f53f3851d897f05f6d319d51e39b5d9a2916572050a5aa29c4687 +size 504558971 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..cc67944a8be1ec728d86e220631097113af4cf5a --- /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:0bc42626455c4bdfac8eb02f6a27be65bbd9c7b055561b5cba7c99a62bbd64b5 +size 477372433 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..b12f15cd5f9af835b0d5fe8033deaefe3f6effc3 --- /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:426d67a21a6c5a09272e082e644fca47cb5a68c38e54d517d790c1c603a04d80 +size 494169763 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..48939b4e69425823a5dd2283fcf3974bdae8e5be --- /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:e5b76404fe00a6305f9cfe1708e9d25ab8cabc0fbd9e229b6309743ab82daf76 +size 388161306 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..46e7058db9e67c419d612667c799371a209165e4 --- /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:aae8344d3a23fb08f0412ad855b7a8747eb28c26dec7f4031da01a4d853b5708 +size 655772300 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..4ee4f1905a43e5ac85400223e2bb191be09e56d9 --- /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:d38dcd73c44689a6a9f2446fed0adf4c3d49e49985da86928947153e05628655 +size 506889493 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..680de0998f0db3956ce76d647f56bb904312a779 --- /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:4a7280351b791c32f42f8a9e87892c256546f0fe0038578ac6ef205ae0177ac4 +size 454070329 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..9617b4d5741334228e528a72e5f73b324669800e --- /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:855c9c3084246a5cd8fc5f3d7d4c856cbb21a075b772a114b1224582c46dd248 +size 540100780 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..c8b8375cdd2b4300702c9c989b28ab3529301ec3 --- /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:097f7f3f71b02e6fad809c71eb9d28ef120155e2eb6526b587bd60f6454b74b5 +size 473081598 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..ee8a8fac08ad30e3d6ca1c0996ac8cf5c53a3c2d --- /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:b2cf40d6c8d66a8891337da63e8e3799adf2c6e662a87819eb5f1e3b220a0559 +size 509682857 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..de235ced36c96d1da45003da42edc857c65cae9e --- /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:9ea67177f6a8ef4aacbbed5211fcf311be211b09d6cdd9c5d5d926660da2108c +size 476158669 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..b92735df4422201a42e32af3797462b5a74af3df --- /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:0f4408f216d8c66e6a80e746cf256520123f1dc5c6d479015729046b0f01a4b8 +size 480053496 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..d5d20873716ba160287c76a9ce43265a330d5703 --- /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:8bb90013870844e44b34176ed064a434462db9347902da89884c8abe0ca218d5 +size 933264464 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..d29dc5fc330bad40d62fd3e9a1cd77b6b348383c --- /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:9d187e15ba4e27a98cc0676537b3b0f8aee55d2bfbddbef655678ef8994e8a5e +size 520833743 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..1a3188c4a53acd51ce824948bc0e653926ef60d6 --- /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:b6a7698c53f6c9bd070c9a4505fe529cbeba8508b3276d14f135ccff7f9c1fd9 +size 710609733 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..f88ea263f0b945d1cf13162001ba8d572c83d455 --- /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:9cb8ac6068b3e886e28fd88e859619da7b7e53f083350769a7d70b75c99c74a4 +size 676109555 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..c4561e1c2a3d49af924e23cd1f7da18b23b163fa --- /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:9deae2aa911b9e7283e24c211a2c9510ac99823edfd62be614f9ea90ad1781ac +size 574133625 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..56c43b62cc80723f40c43ab15d85d64893b2a55e --- /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:20898e2fc5050d43bce8c338a318f028e972293d82d4d724119601c3b1fd3cb6 +size 576276924 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..0f04f5e0ea0d8ad67d3d1e1c9fadbda9fa34f7d1 --- /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:31655c8c22881eeffa478d096c76feb7575119f47e00f34425d4de4539499f82 +size 419437643 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..17d36df6560df41aaaadfbae6c2f1645920d8bde --- /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:5042a6081f22dccd7fe4ad086c6c621577e0d3b86cdb0824a317c75367da0e0a +size 572616061 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..6922372cd22abbba52e93b8b78c9c6cf6129f841 --- /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:254009ec11fe6a8b2ce3db7016f32e463578ef688dc971e2b50503a300b1d2ca +size 482116523 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..140d947267818807fc73ec4b71526deab1e91b13 --- /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:dbbb2a988288192d44701f824caa57a164067236d9fd258ee7f287a083ccc378 +size 1037709025 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..13da924b26d99ecedb9322c0fa8d15d6db65cf0f --- /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:1aa55ea7bd7776f40a86bd8d67d3749989e6cad3e86544ce62b07a374ef2dc68 +size 475603876 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..39cf5ec7ba60bdb2710c6045bffa05298b732eb9 --- /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:071af902aa2e0e54c792e89784df993a02a4f3e928d06082848e14436aae47dc +size 1086235635 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..97e25df8f7dcac07a4e0a7cfc1abdc6371be2be3 --- /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:eefc8fceafd0cfd03a8126901b7045a7e2ddc65d7832f4925182130d98abf5f6 +size 873637040 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..bf71124e549ec4dad9ef04cbb44743818314f5ae --- /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:789e7b09cac2cc6e5d50a3ff6b0da63b2dc485b16f36dddf4d7826ddde0246dd +size 380024144 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..d5b996b8a0b3c23a8a9d16dd310a64cf31681af9 --- /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:e3594a19282a5a402610d4b6859a774df462a56767befe04cc9bdfc8a2663dc6 +size 416245438 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..4583feff01d855ed8fcd82c10c358c7f9457ae4d --- /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:fb7b937c29bea99bdc42cc19efc47cc41fbd4b6c994c31bc0c1f435a5c87d6f0 +size 497132651 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..1dbef70415da93b3b3308bf1da64b5cddbeadb00 --- /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:cf7e7b388e56d09ceee4695fb565402b7542920f5fce45e7b4a8e704dc4ace6e +size 564951442 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..947dc96547ded9fede9c271aec4a91987f158050 --- /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:24c1143a254276eab0e86974e12392486c4152634483df60a8871ab7b740aaa1 +size 499360256 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..d7508eac8acd22fc9a2b5d729e5455d70ad6ce22 --- /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:eceae31833c76f0dadda528b714f2cac14a027d9975f4929d12569b45d3b9ba5 +size 416913504 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..84f94e8e6c30f791d87d27697d6f460e85b09d63 --- /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:36d7a6b8da1911645a0e002f42364a03ee07415cbf7534e1b59cd8873ae4ba83 +size 372410922 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..a28312e0c107b85ae2a44e4b59934d373d8a9b98 --- /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:cffb22a280ae226ff52ca5336961d98b3fd34e73786c5f6d8bdb0bd5986cadfb +size 475830126 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..e30e7621574722f2bdd47f28a48404f545376658 --- /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:4e1db7030e5fe66c47508d3fe99d86b3df9068f0a851aa284ccd49090da268a2 +size 436928216 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..7c81c7d1d62df54b64e08219cc2b8bb0eab3fef1 --- /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:976d0da7cca28fa13c506462951a326f5f44ac2ed4eaadb55926dc9b96bc5fd1 +size 899144496 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..5dddde55d53e0e864011f5d168ab8c2a5584110b --- /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:15e35e645ae469e4214fb68ec341c2f47d126d50f79392776e17e5170c6cd085 +size 451784181 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..6e9cd2c2498438f134b90388ad27599eee7470af --- /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:eff261e54304e3c26c0a9ac2231065a422817c45a4dceffadc09e508178c445b +size 332713772 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..445686b6db611082329731b8bf44c6fc5f57e6b5 --- /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:26566d9c7e44e6dda2e7ab0b93058eb0bb1bfd87766b7f14cfd25eb21c8c42b6 +size 662500601 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..e6bac0c9d71bcc82fdc3c8ea020b2133eaf5214b --- /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:968be7e84726c25fdbefca74cbef9e2fbdc8e32ab692b46a3a991d1f7d15fbc0 +size 453068412 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..1f20dbec003267e3fac76faf9e55c82f4a3b990c --- /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:925547d8635b4102b3822dd1dfb0385722297837b4a2e067ed14b064da783be6 +size 370262188 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..44e63bc75ac3846cfb2122f988751f21a48b2175 --- /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:0d2ca5ba8b77abbb4b9af38113ec2d1e8926af1573a4a4994a3aaf793ce77201 +size 492706070 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..70a72515db0b83dddecb108a4ae7ee9532df0190 --- /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:6371c9efba1a9880c174b1ec07c4b4d5cd317ece260234631e14a1b29e3e2120 +size 475127888 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..d237ba0b9e643d92e980f4994d2518be6ac095f7 --- /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:ab855f84e8f7392b76e1a8d7fcc67edc89b55caad0eb1d113da1f20593d43fe1 +size 511843054 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..dd395c050a99f9fe9a78cc6f06f7da10e65f6290 --- /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:8a07ba0a084d2733228669407d01c6065efaa7d5a28e786ed7c9e00539b2c678 +size 495241033 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..22d0e1070d26d239b6c72013eaed1d253bc0698a --- /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:9732dfaa416129badd5a2bfd4c3e05dd249e2c6312e13dc835ff4012a5231426 +size 434841138 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..c3df82e85b1d72f1360f73514a04e37458a77c6d --- /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:6c9f889c467080dd4d62d64c4e478c427e6a2aa26b34e57a199e8cb0862c49e6 +size 481800610 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..134741f739b794724c6ce666ece2c81c0bd7f06f --- /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:1dda920756f7bd872693cfbf93bff8f18c2ec57c068bcc94bd095d82ee91151e +size 519993156 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..120e69449d8703a6d0376eeb18d16f652fbdfe26 --- /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:b36a4729b0f51d870919a617efd58e6e010788ef354438549fcdae5f7ff613ad +size 443696505 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..373ec621abc1525f574c5f5d8271d445c98c4f1c --- /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:d85718e087fbf18529397199dd946c6143f894a61042c5d9d1fe7042ca09badf +size 481662955 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..ce9b637be6f315fc580609cfee50cbdc544365c1 --- /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:c03dd213b0fd8fc74ab460848b8db7c6458ed0d8e4474d79933022a4a7484b99 +size 596574473 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..edbf38f084eb0b01646d73f80b5c6fcf0377fb83 --- /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:ea05d60474067899d02e0c782b35d242e9b9500b5629d9419eccb55a1c705ec4 +size 422591978 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..805a447eaec7afe4f8458113a66f306946696d0d --- /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:503db91baff6a87ed4446be238b8f6fad0327544aa5e31aa64ef2c1b945804a1 +size 656339008 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..cedd012ed788a86a59c9e84f983f8e759eb058e2 --- /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:4a4634a5e4e105df05a7a7008921241b3f3d751e69e103107c53b02243491200 +size 402106263 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..f3486d770decd5a5ea827e928d6960fa78437b31 --- /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:53983f5e965f40ddd3da437e58cd885e9727d778b2869f61d259146ab57bed9f +size 627741290 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..b0f00f91b35f689a9fe4e1d060ee019533c916d2 --- /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:fe48c2213766276cc5dd00a672548ea89c009782398c0d9fb8cae69710fd63e6 +size 434168001 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..15b4125cc519c39dedd5919468d38c3a5a5753b2 --- /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:d998b845ecc57413f9eae3b145c348a56b2050d158621e86fb00226e13635cbe +size 388181657 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..a43bc2ec0bf6d466db3d49e60e680b86c09a69a2 --- /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:665924f1aa7e5fa093cf0cca2fa1fffb9e13f465c71b97d039085af38c1f5d55 +size 775349940 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..40afccb68294cf4be7a4b8105c25a7ac4ab3d39f --- /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:20fcf6f0a00ea61dcef4eb8e711079873be9f9be0185fcd3f44f505e8cc473a3 +size 605657369 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..ac477ec2ffc46b950f00e6f58aadf585325d33d3 --- /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:db592688ba4baa6b9d2813f6f9a37579c5f0d2f80fcf2145e38ed9caa142edb5 +size 589946778 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..ebc30773663d385ffacca8021b2f2234d76d0c3f --- /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:cea12d1fef88730484e1ade4e6dcbda5609820211364d8db852cdff013fbd742 +size 509809979 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..bb858accbbf0b40962d5920f99036db4967746e3 --- /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:b0cf7cd34b085507bb2e55dafd04aac1fddaa014ba60ea3b776dec863b66f495 +size 441010230 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..b8098972083065405c461b4d4a6891fdc852aacb --- /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:eaa02597e8b527de7050b2bd6d898a2ec914fa4b0c43dbdb7d14055c33d894df +size 763878493 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..1cf1ab161b3f275c8f78a00bdadd81e98e2e6e72 --- /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:8afcaafeb7bd5c168af71eaffa16367748934d19493b4c8ffc40fde538ab939d +size 541237162 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..05b847428bc1af5b85b4dbb49de7da40c08be587 --- /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:fdd901a7475f005874a96d454ecc4d01551706c962c9dc43b31e0c86faf127cc +size 398692775 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..12d53d38ee186c7ef6ab910ee48a337e1a552959 --- /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:74b401aad065f3332cda1482f0d04960626b818cdf8353d03dd8029b4c8f7852 +size 686016886 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..db18d4d95b763e14b327f5740d8fe541a0de882d --- /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:5adedc73b7b432074b66727bf31a00331196b7bcee93ecf895a37aed8f22265b +size 488527669 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..bb6e702f82e7d8340a67ae74c25e21ac3df75a95 --- /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:b1a528387e6b2a0fb3beb0feb8af8aa6d6f5ad179b4b46ae2b2aa5b01d52c823 +size 898168087 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..44e4cd94755e678a0834e861a20506748e87a5a7 --- /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:a2cf42e32f949e9777354edc20c2f3d35f9208bf7c9e03da0b76b0dda39e1532 +size 456302911 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..55f950c3bca244a5726d5959517773b2e4eea6ff --- /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:eb60d0581d232fe16f5cef9edb10974908fc27e0cc088a437edae13011a32c83 +size 404704486 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..db6ef40d9822231f18378f2498350da3f930507d --- /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:a12c587042811fada7545cea9a89999ec7292916e87265c5c2c1fce3ca3b811d +size 1494570291 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..6396abe3d877673731aa8a4c39b153c4053ea7d4 --- /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:40f02a3118264337b6ad3a3ecd6c3dd162075a8b4fb4fe27a7af97a53afe5c2f +size 644560899 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..608dd82638aa633d83bb8015bd4d6f11905d21a8 --- /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:b27a40766370b83ec8a68cabf88f5c0dbdc45b194f92c10d1af8eb3c1e5d331a +size 372998624 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..d601c8fb57b5df501d40845ff44a40a29305ad2c --- /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:c4f8ca073d7e99101fb3bf6f906d8b2a0037e3791d0d6916c94326810706a73c +size 502991801 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..745c97d18047feb04ec40385b17d9950364f880c --- /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:4c8f0b622d8ef39cbd4ead206981d8ae07e87385c19923761dc3c33e8d7a1fbd +size 478409077 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..30c45be328bd7714f3f4eb980dd2390d24222a28 --- /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:942c2c14769c531152f479d1637b20654f035cf1c814e0aa7717b8c416c72a70 +size 829386303 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..4724a799451ccf3df27e8484040aad146211134e --- /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:d5b28b28bdbb7bae112d0442e70100a4052530c639f6e012fef70330ddfbdf34 +size 519525054 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..753d40ec8a5a088f42282c2685785b2d824d27e9 --- /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:cbdc57ffe38777260ffa444e5fd1547ad22c81d50e14b87d6173e00ab11db0b7 +size 529247837 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..cd0811ce5ed12c40e29e9627eff9427a4b844768 --- /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:794545af47f32ac5ac40a74f6dc9e7d315450cbb79cb1d7a602a0d50ddbebb02 +size 467601070 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..f2fd15670338be8894294e2010ac7e32aa4ffc07 --- /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:7b142dfa71c521194ab1bd5213ad11d9f3a3f16e782b1e59859c112a31de6f63 +size 715343040 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..2b526c28c2bbbdf3ca1200282935a4c2487a0d0c --- /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:500d4ff4807a41b45a5cf37029b54b19b0bc8295fbe4625d2378d4cbf0fe316b +size 477481175 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..5e397c9f3a7bec3f44a58756a552cd3ba76f1b29 --- /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:ad1f6d89fc81cab0f8ac6fcce5a75994735643e16534e72976a0c0b1df598639 +size 463037409 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..f6cf5d9c8f73b2d4cb3b72cb2c7d3a356f7099e4 --- /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:505b0ff3589ca5e4bd65a0d9d912c6f46874ae0f54bfb2c4486355ca4c7544fe +size 584405478 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..fac926f964167b155e6cac7f4337408fd6e8ea17 --- /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:5b7c540400d82c6402db29d5839771fc76d27b517efbb3c02e6b6305141f0b2f +size 548223817 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..ea8951f54cc08cf65a923985a9943b1f174a1863 --- /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:24a59825ed07169924b2a349dbc3a2238bb8263e820ee638715ffebd3fcded0b +size 578982463 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..b48327f6f1940b90cf456d68cb3dafcf0ac52cfc --- /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:7b67a5da609ae5dabb5b151342d47181aa59251aebf08922adb4dfce0bc458d7 +size 487179725 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..4516bf7a6f76904688fcafaf269c83de02d8ff8b --- /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:7397231f5e7c57c13dc2d028df9b79473d652fd3b37b850908ce9ff0b8bf1b04 +size 458598921 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..9ca502625e64f08cac4c47da80e93fda69911071 --- /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:fb6d9cd8237b6599b0a310997f38eeba207a1c94afe68352c7b2d2f54b45d908 +size 418502376 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..445214275cc251fc90432ebb2fe92792ee0ac592 --- /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:2e04c5a65d39d159d10a62c936a73574ce8322b02d5dd31420d3497a51250ea7 +size 447288098 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..7a323f67b736cb49b9d806cba73ec8454c610c4c --- /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:3ee3563a15b0a86c1f0ff2a513856b953a52d03a175dd125332164e4263ddd79 +size 499782873 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..37b3bb84e3392ee1176ca887910855e0b8ebb064 --- /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:b21cf2f899f7d4a0dd3b6d793ae5784bd34cdf154063396170eaeedfb3189a6c +size 813709144 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..381d48788425c447d78196ff782a2c9b17396836 --- /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:e00608ee2459cc757a7b9b2f6ff3d149690fa712fb51ad3095bbfc60001cefc0 +size 773977719 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..0d63a875d0a10061cd3ad66ff238b992e3c6d577 --- /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:905b939d5aa41295c0df205f7951b8a3dad35309c4575c54fd0c385ba0c85a25 +size 396609457 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..f139bdf00cae6dd0512ec9810883d97084349a1c --- /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:4d3653838f9c948a8f0eb312e0ff39fe35461eb2b9850952d7e684903acef4ac +size 604768766 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..e669b66ba69e43b95befd30c89e1c7f4f3071ada --- /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:42d692f6e9fed48cc14f32f069c80520df449e2c333fec71005d9364d3647158 +size 513062009 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..fddc6310007cf4867145261e82fc8890501282f6 --- /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:44f140d8532b17f53b18f27dabe5d47974e09edcb4cf6bb30c755d6a122b13e7 +size 711425467 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..c0fc5b0ac0b481a856792d835d2d5abf34da9296 --- /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:2f37cafddc1b1252713be863ffe727a732c5bc4c02c1af1731beb331ea2312c9 +size 697518705 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..0cb3dd97f4a497a2f901f3320200645d3fef01aa --- /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:ea30fdf917e13b3771a0558404cbe01d73c114f227d5867361c1abaef3c3311f +size 483975250 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..8e0704db4b66932b9f4747018762f8c4521a6a3a --- /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:96420635d21c99d3e5a0f678d8c8766bbfa17e66bed503985455bba97304acac +size 367445723 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..d780818a6c5ffe8f495763db327bf6bba8cb4c19 --- /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:34e1be5bf60bd9cd3a4a52888df7378be678ba7a0b9cb3033e290fecfb1fab44 +size 415992378 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..bf1aed2eafbd5b483d24b6c96d21e7e7551602b3 --- /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:9fd690266134e7df754d813af57c4818856d407c88316b2a5323dde90e6be212 +size 493418154 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..2881a0f1d7b395448f4ff0979df28a39ebdd6c32 --- /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:86386c2c0483beb40c973385839ae8afd905494b29f663d19d406f9028289639 +size 563048203 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..b42bb5f3ca08f7317582644fb8a76f11a1d29a15 --- /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:efb8ab0f04f714d9e1307699055d4fbb6fedcd6643906a6a5ecc86c5f1b3229d +size 470431742 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..d168b73b1ffba318fa1d249e910aeb9e83ff256e --- /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:c8587c5a187561bcb6093120c3ce09fe16241101a1cd061ad34c186dc91ab6e5 +size 517884675 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..a1219ec9bb4b4f75367260a991a608cf74b5db9b --- /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:acf0cd8e749738b77bbb9f8730fbb098807470e9ad5527999b87875363bdccf2 +size 513287226 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..a201d610e591e78456303d542857c30725bd7968 --- /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:16dc5fde4e642f7cd22eba1695ed28da87628ba177f45f1ba8f42088b987a84d +size 704291205 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..91259ac90b427c89f25501686ea4469fb8f32e62 --- /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:65dc5e745196f71fb21f878041d766c41e64f239168f8230626bae78270c76c1 +size 456333303 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..5ead71e99ec120686fb3cc4a20af2fe85cc2e285 --- /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:f88b3b34b88025f7e94c0550759d81307fb0cad90c9574ea5c5d92cca07b3d52 +size 403229898 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..61aea9ab2f319854931cecc82db9c2cc77148b24 --- /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:c3873171db7e4bcd65372acc75b4c89b1694998ac0c74d238a615ff0f78b7caa +size 460711945 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..c5f0050faa85b534a5331c15500ac691d47cb2d4 --- /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:6b9b5612e7307912409f0bf95568e0a535bbfb4e6c4400b3a48b49762b95dc1d +size 434191395 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..c61a5054cf4361f720fcf5a9d5f2386e721e8e09 --- /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:32cc1306979e8ee52ce4dc900cc1e8eacb7170708a7ea0a8f2d138f8bd372015 +size 505552150 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..a1c97de745ad177afb31bad4fac64946d8bbeca1 --- /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:1f5d577409a3698f4b55e1777e8e7dca2f7c57ef77c736bb79262f74638af0b6 +size 326229706 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..f253d60048a6afcec1fc3607a1bc1a62607b5aac --- /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:b521ac2bea97bd85ea3918ae4d3efee1250d634bf3d4b582f5746cd8a84a8096 +size 569986616 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..10af68aa05b158450b386d3b9f810c5373c342d3 --- /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:fae4fc300051f99c23739ccab22cc3aee90aec695a4d8195155f33ec0eea72ca +size 585936431 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..989d644ae828904b6d60e96fe5e5be94c03b5b8f --- /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:fbe09ff87dc7ca560cb2e634456cfd251bca5e76794879712332434240f425cc +size 387835920 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..7a7505f6fcfb785d3484f93da408b5ede913c791 --- /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:fe43fbdc870ba34280acc3b0b56097d1fa8cfdceaa7e9e9a6e70b496a161d078 +size 432616218 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..d39a477ca300ab8635f8cb7ed8eed0fe53fe6a59 --- /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:04a6cbab62e8a18aeac97586d88fd75bd2b34b925a4cc14cef77300c3cd1fe4a +size 454085224 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..b4530291ad93cdf09e512df0a9e4b25aac87ec47 --- /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:cd53565d8aec47cbcd8ce195959f54ace843bacb95d6b3dca3581e670673210d +size 818635138 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..788f0b47bf91033570ca5315804ddbd2172aea23 --- /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:69a1d249d53bf568f2f7a4eff782685dfc4dd1c2f3ea8b947961d048009fc238 +size 540193041 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..88e6dd3817ca8f1d8f2566c698cb80e0aeb0a032 --- /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:2c248b23b3d173c6341bbed016db003a41a04e8e04306fdafe4ed662cde104fd +size 419554823 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..c5aca0426ba389f39c3f4921746fc7587cfd74a0 --- /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:a63bf80cb061594520d5e1a1abede1dcf929d2eed0ac9d9de6d468c13c1bd9c2 +size 740081738 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..5c95ff092a6f3756791daaba94f4f65e0c5485a3 --- /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:35df331e01611e999b3fa5c6b476a0378079cddeebd1dea3fb0db56801bb2424 +size 741508170 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..bcc8e63aa9df35dc406207aa1102e8e30dfbd38e --- /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:a5df6428f8c66f6b6cdc9f4d35c0d5031920dbaf9e2888a86393b4d2890332c8 +size 472482049 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..5e5c2b54ef6908b909cc27404b60a4a9757bd043 --- /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:df1fd44f29e9247a2d94553e485e10846b911f709fd26f1325ee2dbca079b744 +size 414363635 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..0f3db2edb31aa53ba68ddd7c4561f6622608d7e8 --- /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:81560ae6f1ac30d5c99891717af54c750b3a16a41082bb15df5d8b5ff6fffe10 +size 366551758 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..360827e487fbd8fc4a351f3e98326f772f93fcad --- /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:f4650ceb460af042225aa46db0fcc578b1fd81a60678809894c9056f77319f35 +size 444822260 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..0ea52a0ce8a6471b25280f6e457a4ff5cb04f324 --- /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:dc5fd105ba137806279d09f2fe67154433c8317b94687e0b484cafca5f4753c3 +size 643280114 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..263c64e6a2fca4f631c0f5747d263ff364148e0c --- /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:7394f57b0207849941c6dbdf1a85cd9b2b8fa2995ca9d9c9be503f1144a67b6b +size 621253979 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..84d942c55afda8cd395e2446021a75a0a85114ea --- /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:0907cf8b923cc2a1df5e3987802a1a8583a3580027b63ca7247443e2f209e2a3 +size 653354872 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..486b1cb1f17d236884f465eae3b2dfddbd44837e --- /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:76aa260bade34eec8ad3b088310e1d7a85878645c67c0aab5ecf54516711c046 +size 541626539 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..91df0af2df0cc7a29968c6b249764bbd6402064d --- /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:8e12ed666f997105ce1ff245e441e44a5349329282e204a4c55bf3d8cd34f05b +size 452326610 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..fb2806c54caca0f7078a2d28d49bd8dbd82bcb33 --- /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:c1e297cee26c52ff6ee9b76acadf951c89dbfd86705379c14036929e657aa388 +size 437082178 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..6bfb18aa5c15b2852d6ba50ab9b1f459f065e156 --- /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:a15873730ef13667182b669eb95868feedf4034a4edac251d1dc8df4ce817110 +size 520264149 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..cc0ffb2b924d983ad53789e486ad9543a12c941c --- /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:ec9d9a8c5c7da696dd81ceca4b7528c99bca179a77b9de79d25459a1a838b9c8 +size 391867054 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..7c1803f41547a205bf92cfe6e643c7de8c4c0d1c --- /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:e9c4af11dae65b27d09e8a5447d2417ca58592ec0bd1f181e560241812fca6b1 +size 668855745 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..92eb5315d7d33e6007b7a85c3692ea82f32afec8 --- /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:9c892753d8d9d0ca0e31e669dee87a79704045c6644242442564603f7ebc5d00 +size 417184115 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..e14cef92bc5683a20bb7e8fcaae8356f11c9ec15 --- /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:94dd2bf548558c5c29f8d45aed819cb5022a83db014d8dc7b6934e9e9470a012 +size 495569970 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..d7425c53826514a04bafaebb69d86edda5fcee2e --- /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:bf5d248489e350049f75d39a08e62ecf0ac3456ee290fcdd4e6442cc7d9687c8 +size 431758964 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..b3957320accf87e27d848f169e1bc7d6b3a9183a --- /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:2d8aeab3c6c54caa2a59484e54f851a5bf90285aa9e9240a7b91e1f1b67f47b0 +size 488311726 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..1a4cd2254dd0a13dfb7cfef5f18b27014e87978d --- /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:dbd5cc3a0fefbeb55fecc68e1edf1d8cb844ab600697f6415570e6ca60d2e582 +size 676668331 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..0d6bf71502c9d14602404c9263d9eca37b0cba9f --- /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:420e354546c773ca65c85cbfff413e2a886e134f7ebd70402aca8f5b194e1477 +size 1070727384 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..1c62915c1509327648260df8d59b6584c9921679 --- /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:4b01637fcec51c323de1230c2b89492931343c95ceacd78adfa4e27c4e9e1405 +size 397988007 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..348def5c1a7adbd1d4dc685043be010bce17a266 --- /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:7fa1df3ce8d72c2e48500b254b6ccbbea55a69541b4aac11df20540ff1855e29 +size 711805840 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..2aca32065303a5fae63dc0562a7bab804ab3963a --- /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:52184c0e77277d1d5d246c0431ed09a25cf7989350c489ab207686a3ad902444 +size 417580063 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..3d504ecdd4a8a2b075f42d5b3500ad2c2c754aa6 --- /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:85bfeeac808aaeb1b71fe1dde8982b5731fa5ab3ff896ab5836003db9cff668f +size 442758301 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..8bd4e69717c5a0a6e8667349db5550ce9acc9dc0 --- /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:b69b4c50cbf5006522792ce38b41dc75eb5bf6bf0797fb9f2d5880ef60ceaf1e +size 490228011 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..68194f8df64e0e266a889e44dd06388c026cae34 --- /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:31ecf0c7f050976ffc180eea573dcc679d6f47662a749afb13615afa3cb4c9e5 +size 494599044 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..3ac94280301d26097069a1ef4658c6592e9c577d --- /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:854d157eef87fd350c3aecd0182b2e6ec032d28ffaf373d004c51a5f2b255eb6 +size 509816446 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..bc8352aa5a433da3d01165b71d3aba6abf03b57c --- /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:7342748c911aec5f0af3ec3c1386b611e0a6023cb39dfcbf38bf14cbeaebe3b5 +size 489928517 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..e79af66f58d9a56bdd6825da042dfd4de06e9a1d --- /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:740d3e096bfda50b20111f75e551c1a2ead1151343d1bf9f268a523dc5aebd92 +size 393023436 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..df8b26397dee4a024dc73358cac7beb2dd35b852 --- /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:d2472e152458a2bcb42cbb9dd5815900f0883a6c58dc2b5ae675467c348059dd +size 467543220 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..cd60d6c4d5ebeb941f37c656610fb17b7785b810 --- /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:5f3ae746f1cb7127ad48d6e34e4ff46d9d9dbec12f2417d49438f3548e4788c7 +size 573965400 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..48f03eccfaa7f42eae0f80410e407b2a0c91e5d8 --- /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:1a854c04b63b2d32fddfb79afd2f375c28cd839fa6dce55dc5891b1568e4de75 +size 413052912 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..d7c637faa245712343e417f6091431b8ff310655 --- /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:1b181444a667f6a51006c0a4df3e327075648eab271a46107cb80fb4ece98f02 +size 402598091 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..0bbf1271ef2d888b237051173b3cb2b26dec8d80 --- /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:7c7211d074490ccd8ee84fbc78d5854bcbc04f408653fc0701c22a3f67b21785 +size 502199149 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..2d9ee111503969a141a85ffcf443709ee8656906 --- /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:a5ed95369ec7fdd900537f74fc43e9a0502d036d98529f5aaacdfb51f53dda64 +size 571022287 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..b6d9b758fb2054a7b7b73f57c0e5f4be06b4d70e --- /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:00ad290b3e01953e15b589c06ea735910ec5bd731fff0c72e44dcc03dfb58eac +size 897544963 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..e56a6bb78763758d44f419c0f72fb29623d70abc --- /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:8530f242ce5e4f05e1030d3ee0528dbd76fd0558b49a76f13c9715c3e636e713 +size 542777632 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..f7391a829850c1aa969e11a88e1393f7a6c66bc2 --- /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:718b192ce760b74adb9d04daebe0b135b44f5855c07c62c3c7e634428b1b5b39 +size 495728875 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..0d9d6ccac6c634c6fc6c88200f72049f95262f0e --- /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:fef9f339de530033a93b3c7ca1138c9c58dfecfab443624efdc348525c93ffc1 +size 595224722 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..d6473613f9065ab5c452de5b0f7a9b74d7daf0ec --- /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:291befe027b1c3f95478eebb93f441374d51970c726622502090933d0bcbd6b4 +size 522921503 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..e8c860f92020de40e0da9f1fa18ffa2be77ed2e1 --- /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:79e300edafa79b00f1a0eb40234cc2b8996452cc77bb5ee2a6be6c3c40dd4710 +size 385469012 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..c8629255a765b0959aa56fc8bf7cf25abfacdc5e --- /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:620288cf9443e7120e5e80e8f06bfcb3cc5e6734fb0300f497df06da664f51a2 +size 464311527 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..5a5b9b98e0961e9f9d04c466387363a63b28e3d3 --- /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:7db76944d64ea55adf27b36b5aecf3e514f57d865bf210e4be584f7b1458c3d4 +size 530018807 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..5124a33f74d6eee131035d9b2910cfaad48393e3 --- /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:3a587c345eb932f0d8e3d2983928ece7c904c83cebeaface2ab807b53d3f6716 +size 526928627 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..94ca687289648aacc91c99081c4f5f5781a10267 --- /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:70ca251b47f38d93735e51c21cb1f2e304eefdeece6c2c9d613ad80c496479f4 +size 464888881 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..50f42b892b6b12066fc02acbc70b76bfcc418b6a --- /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:0b7f15ce96c0222071c9886a5ca51fe2b8a5da5fe4bf05dfe3613e305c1b9ed2 +size 404359991 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..220a323b33dc9df731a5b11300307fa3f33fe2c6 --- /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:5fbf2730eee06bdd5d9b6c14499ad29fbb1c8cbde2486495b4e010afb5af1326 +size 412450958 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..ebcc2d1768471924e4240a86de2d4f9f368f6039 --- /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:0fe113505cec94d36a1dfff6d5566cc04c2614ecfa71e7ef5ab644d5577eb250 +size 370802299 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..c4ff715e0d76100c5c9298ed35a5f63400a8e635 --- /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:9c94bfb6266ad8a96e92e5eb972fc5a24ed5926bff6ecae7df58aea56c47113b +size 602892947 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..122a71708786a461bb4fc3814d32c38c246f0891 --- /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:061788f33da8e0f74ec3951f69c63e5d1ed4b13f00f0d59846aa23b8dcbb9ba0 +size 572131661 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..a8935837d5b6edd04b188f2d17a41ab0fb79cc30 --- /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:5f8a0974da52825f646508348de7a2305648690312748b365ad1410aacb84a25 +size 448396933 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..b7419aa877fef3dc7905764bba314d3f297b6411 --- /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:bf44a7e13000497c8a5c01da67622e293558e6825ceb77abbd5208742ee5aaaf +size 419545179 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..fcbb36ae11b1006d502bb85712516ba17f49156d --- /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:f473f1a32dec6353404c8e5a762498eeec5bef791ec9afcf544d9858f3c71c09 +size 486298203 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..2258bffaed3bb899b15dda4a5914187d5da6a0d5 --- /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:44b13bccc8e192bb405e7e2ad9d1f9c427edc312e3bca541760b808be5055e2b +size 527495850 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..808d2c834d4b8aefd61a2e8e2c440b5029f6c3c2 --- /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:396365b097ffef48475a23803dbb2cf8c05fe16c3aada3e380306a9e51c3d9d7 +size 410193705 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..d816a40b926d752d7e4abfefbe49c9a3319eb2f8 --- /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:097d9f54a030019486839beb69a14815f6fa8da0192407896fb94d701b3d060e +size 494092719 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..8861b82bae2f9ee1149dc347105135bf0119a15b --- /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:0c039771a3abf0d7a7e96afb8a31341d21c12f9d68e18c1373c39ed64f3e2d86 +size 720229469 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..8bfde51702bd1a42cb8c298d2a9e79364e89a33e --- /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:2c8532aecc1921579ce5dacdd3de5a4eb83b01e092ad471d7e821c0f28ebcc05 +size 349552565 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..9939514e4c366c0e0ffb83ab5f8e17e6540f5fa2 --- /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:6ff91217b74416c03af1d04c0ec4fa8c8df5ff2d26e49763402d2ed654b43b5f +size 431075409 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..1390f8508b512f661b0c3f3aebc851bb225e4392 --- /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:124ff2cd3b27e8864d7c66cd04e81f5f6ea6a7794d28ea15f1c866f067c9d774 +size 425212116 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..919fa113b050bc0da114c6595e024f7313a13ad2 --- /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:189a3ddf1e303851cbeb0afe6332515b6ee3dc4974251a0dfaf6e72dcdfdbdbc +size 636806167 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..17c2e81cb331c951e192f1ded1231638a1b6aa3f --- /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:c831766e68c48bf0e0fdebd9097b2d271fcafd6295bd2fdba3831764d47e9c7c +size 587411163 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..8e942357c22c52bad7da1dc2b4a8c322c6344e21 --- /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:107e25a744026e7eff4627a6338acee0ae7ce30a158c870c56e7f3f78d1ce4e8 +size 464283298 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..b0d8dcd0bfa6b39fb19b4baeee0a06c4eb24677e --- /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:124fd36b420f16ecf118d2424a71a3cd87c4e5c79e4722b7240909ef887b2be6 +size 529130238 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..b496d7fa4224324fb60f1f4b4a89f6a8e42c8380 --- /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:d037d6230124c3900e3c6afb8a6645f72684bb9381a68262bc3c37b19c469e85 +size 382436927 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..ea31e4e9a01477af714bea8052e95a9784e23127 --- /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:d35966aed6f14c0ca00dd653b376307bd3bd0486e54ee803df56e4d55ff98210 +size 571960828 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..7fb8e9cb1868c1c4baf7efecf4edde069c671a90 --- /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:66611371666f86200b0fc0d8cc22d1b4e5d7ef47a7619221725b4198af5fa66d +size 428539200 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..6bc582ff7aa11fbb199a645e4e2918798c036d1f --- /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:84987da7988b43f54be65659f5817186240dc360135a731b377321462b76d005 +size 1004756504 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..ee4dd751b5e1e988818ee0b591bfbd970957d82f --- /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:15de0f24079fed4eab9c6c19ef2b877136a77d1e777f5f4187f9e22a06b3e0a0 +size 475846818 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..eeae3ded1b2a96d07b150ab0aa510ca71862bc63 --- /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:fcd11b141bb2e5c2a5d2a4921cd4b67092612af048ac2ce0def7074e4695546e +size 646974133 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..dd95f0100d0b84177af915e7cba58df33c14a370 --- /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:d0160320eafb38e308c6adb998d24abe64d8104acffa43012a7e0c00143f1719 +size 480532043 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..4a62c2676ab0f7bc6affacee782ccc22e6f573bb --- /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:852d26d58c5e6940ba9e3d0b1367604bc13411c58d43dbdbce380a612a89a591 +size 674448948 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..6b2ff592508c7d74b58b6ebdd019722fe71ab570 --- /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:da96f1f6cc6c1dcd47ef2a2bd469c18b61a57732159fc7de8fb1a1ae31ac2d96 +size 497433271 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..0b6eaaf509276e90ae4778aba1ef67638c3595a8 --- /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:bc3d402f867a659139ebf71686284e33ad2f1c31157a3b0ce4408b2190cfa541 +size 607735764 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..e3da93180aedd0c79b76fbda8151d9e4ec7374ac --- /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:20094b21838c581ab4d7d135890a057b2ed885203b0a66017f51e3bc56ab2782 +size 878000194 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..337215ab9303520b0daa700455231315bec871bb --- /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:e96cb84156332c5765b61aa23fdc7ad72be76b9f25b12eb6d8ed6a59003ce4c8 +size 708654338 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..53ce799ac3019d10c510dd521251dba1b4f92b6f --- /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:d33eb7639951d2d240aa859d3dca91d9ea1b5164dfeb5465bae35f8bc84503ac +size 595342850 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..46100978ae8b3fbe35f2db2bc262c99a38f7cc23 --- /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:6541b2dedfd2cc8c2da0309f8e63b44b8ff153082ec98843be3ccc1f0579f609 +size 502506397 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..c0851d6b0b8da1009e64d03b42e51308263787d0 --- /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:86d9578f9198b58e69a7110f34d2f27abe3cb4b51d6b39fea81caf0349a0da07 +size 1048813829 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..fbff19c39d2d00def45eaf89ee6bcbae5d931167 --- /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:b415894c5eaaaab4960f00a3be2b240110ecc9b239bce3a6352f29dd6ee2e7d9 +size 635113544 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..1414681325a0daca66b02547c6d0d9ea23b66419 --- /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:11f09364d69d16ef9e8ac164fa85d3f016b6a359479aefecc9bf20026bc0eae5 +size 667443648 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..478c388ab0ce9ef525a0ab174fae3bd6b2ffd31a --- /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:b2a449cfe65f551512e5d557bbd38f03558bac4cf8a720b9e2c8cb6ea8aa478b +size 447603142 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..cb7533f465a4ea3f67edf3c8b49c7da0d431b1e2 --- /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:0d7a6212a5dfb9bf624ba756af1781da86cb55428ac12740c11ba19637636847 +size 833928537 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..918d2b762aab4a145249612caa4377af0336a009 --- /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:8ad9373428d9f108cf4931c88b134dbc3a8b552591f2f07d0a695ec63ab860d6 +size 461901643 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..e7fd3f16e2c1b4c492adb25c117b330c5a034a0f --- /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:849d134f7bff70c68449e63d0c867c08add91e90bc382335ff9afe0b9e0b3259 +size 629125934 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..a5801673bf2aece088397348f59431737643ea24 --- /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:c1388f3537ac66febd755bc6c41c99e7654d16b5b524501ff42873254656f9fb +size 505750152 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..895aae0b42f56dfd43531d359a680a30247ba722 --- /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:2a100c53090955129c0e3884a9e68ff77c92244f1755aefdb6d251c1133120b4 +size 479092094 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..04ec6c42f30dbff9912199e47a3ba34434804f2f --- /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:8fff1bffc04c7143e1a58cb00fb5b21725bf0132575900473869fda60e6da90d +size 1103179711 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..edec195c1220d177013a273f5437c89cbe341133 --- /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:227a69d6445eacde31f6c54c9f8788eb31907f32f821959e43d1aa393340f43d +size 466234389 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..ad64c200581ea42ce746cfdadcd5884c67f0fdfb --- /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:3673b96cd33b61c5aa36266acb5a5d216c8cb8ab5ed969ae37998f0ebe3a3730 +size 515945753 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..0995e1b34ecdb3f1b172b5368c5f33198cf35ac6 --- /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:e99b9cac6c98d764dea52bad0f2121ab7ba8aaa04af999819e05362da9031465 +size 479605024 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..fbbe51f6f4bc9c81f8aba75fd5298945022cdeb2 --- /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:a6aee26dab38e42d04202652e330efd94abffec8d047cfe297b979a3c23c9020 +size 543643920 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..4d592ec84bf747227ad107ff8ecb1c6fd39ae5d3 --- /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:192b412dfbf862ccd70d66ab6144d394deaa53efd6cd041793b0e4bd393e6376 +size 420048175 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..80ebd17633fbf9e4939cd30514f232eb04ade951 --- /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:4a9938b2d86d40f5f474fa1531fd72a7f4afeeaefa0ea2a5797c45e1b86960f4 +size 438925622 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..db674728d59425196fab2c5d242d917cb59e9419 --- /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:88367134eb23bea15be1c116d3f4b1e9ba115291804d708e8ad937902a7b8ef9 +size 756367839 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..6de83cd277ee5960ab9ee68cba5b65020d908693 --- /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:eb8d150b3ee2b8d548d17a586f46dc2c41f7befd2ad27f6e3110d1b2a6e75d80 +size 605165729 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..2be78d3390803b0670ac5177a02123b1f0b21714 --- /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:591d720ff2be81c77363710698fe183b9082e7d89d31314b220228f90b7aaa4c +size 745779205 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..c816dd8513a990e65c638668949db4eb67173f9b --- /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:5ba5c9531df4fd2960c25eb4e9e5efdbd814fd6e3b25abed4852e3436effbb53 +size 449114007 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..17206e6d693b9b73ad556029cf3f1083099ab753 --- /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:beb4ed7bdfa39a0c3f154ff21e0cb4b66485d2f3b26f0136f33e9f57c582481d +size 1063145813 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..f911a0b3ca475e6a980e5ae8051df3e380d1f0c4 --- /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:2e837ca7bb998880ed531e9cd80655dcad31f8c9645384062126f6c06b189291 +size 371999465 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..ee014c456b8d805383ec78aeda212032eefe3ee0 --- /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:6b45ecc034c32a110d60ea7f5c12783a5afbf80da98f1769a7d96f194bf583cd +size 468933423 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..6176440e2861dec8d715d73905afe71ac5228ec2 --- /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:e50e3b4566c359a3b6f22d6ce26782650da4d3263381e170d801b56507acc35d +size 456349066 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..8ea5f068d03664a2395f9c5b372c2cf8d2266c12 --- /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:da060fd364e7af8bf9bacf60f8bdd0887064e7682b37a9f647156203d5c3150d +size 520227165 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..21d41e1528ec90401022ff302b20a1df88f37eb5 --- /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:7ce89a10454edfa5856f60a2165d37b4441b1937f8440465b79900208b7e60ea +size 481207052 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..9bcbbb0d51c5733a2d3c675e1ad135056473fb05 --- /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:b816a64489fe7f70fba57e1f0ca614dfe7f6a9d244424560e4b839e256c02f3e +size 821801612 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..ecb7ce0fca027c3bbb4aa72ddd24d2c586e4823d --- /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:b59be0af4e11c1e88883f2835fd5841b1ef89e893a2551172bb297460d8d556d +size 873181878 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..4d97b918ab74e90352707358a85f602865b4055f --- /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:45d256e77ab2e643af2c7244b49391b74e510022aafe32485538a2d3e6076318 +size 553723831 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..13b6e25c18542f56292c9d7dbb4eb8a522200e48 --- /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:fa80b0fca487bfc62e07388b9c1e4d1a41f78b144e0dc8c81ad75b9c18a569ad +size 449390021 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..736b39935bba01a8edf230cb8ac1dd486e271992 --- /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:c826960c13c108b0849c51c322e106752f1337b3dcf476d0b1afbade45b15bb0 +size 779264393 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..588d31b15e47e5a1677b9731f26cfd76ca4b381d --- /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:7308ce4415a4b7ae5d4082c7784dfa0e0c4dee0ab1fd2870b246bc773f85181d +size 428740354 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..8ee67a06c84a16d606ad11866532ee99ec4f22e0 --- /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:ff2a0b59174fc0e47194b95ff5c3bdfd5e7b6562eb90851103059956347e87a7 +size 430157016 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..cd295206390fed712eaad49123e30b50dcc08b8d --- /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:bfe4653d2f2427cf94cbc9782765dd57cc75766d134d2b14614e20a286cb336b +size 429733950 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..3306bb2c0c684138162b57ddbc85a1fba11f7993 --- /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:8c0bdec6d5bea00e02cc6c1e50f0b60be582099addf78c2a4ea89335d6182023 +size 463391338 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..f112ac1189851930ab67a874ace4f30a37de4ca0 --- /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:9b1c11c168726b07f0638d59793d4ee53605710575c6ad3cecfc8e3990aeff67 +size 537203169 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..10555b148da54524de1a4f3472fd2c85bfa88066 --- /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:eb6672e41ddeb0f4c56d1b9fe1ab7f6f10bd820902cbc615fafd763b8abd56b7 +size 845949193 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..01efd765a7b5de6910f34fc4d7df57f15f72d43e --- /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:3f3174a821f7e5f26efe21c844ab4b4d5093d23586676ab491919aac49661e32 +size 455231354 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..cca01f4179b9bfd4e6024f282d0a8e73e781b682 --- /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:7003ca08f95ba9d847c1a5eea4137be7eacb429b3877ab444ffcaa7ffc23f862 +size 463529608 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..e2a9e21eb38af1ca8391c2c549494bd2e5477963 --- /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:a8338007686f3450d5c15979b7ba854c0407426f670415564892c6d520715468 +size 560962291 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..9faf1b3893702c57dff3d9378f0a13448187ee5e --- /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:80568e36c891bc8799aaae5ecfa537742de37c5415c53d99410fba85dfcddabc +size 672735931 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..82b4668ab7f692c8c53379150cc7c03484cb1cd4 --- /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:f98494d4779044802af2aa066f0db9ba98d4f3e4b90cd6f8e444f96e8d1faf7c +size 552107153 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..ccc8fd844dbd8ab918295e0191a55be9a0f401cb --- /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:0a03ea57b8d9acf6241ad453f69f618f6dcb007d676c2ba186cc1f27eed7efc4 +size 656399351 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..61fceb4246004af58a041ae4a5470bace7d3c2a3 --- /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:e7b708f451d6edce019a0c9f88d9e8f2c6e1ff1fdfd566b79fdc7db777fddda0 +size 381616752 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..4066e3433450511ab3133c53dd63b011d1a5da21 --- /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:a39c78f5bfafa97f7260c545e79a5adb2236f6e7a41551f137906aa004a7aeff +size 827199153 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..3a04f2dfa5b49546b3e0de21b1ac78623ab70d21 --- /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:ae3bea8d373bdc5cd42e8077408cfa346f7b9e3588833998391faef25eaaac0e +size 493391896 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..055e1bea2aaf8ea1f6894dca493e5c9f8e34f370 --- /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:141c917e954f51a0bc1ba8fe5cd38334be9b4fd52db2f5bd981ad650ee36a52f +size 553924212 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..c25821f821e03d443f7410ebf6811d2c8cb5263d --- /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:797eb543d202fbc04281a8ee6b6c99d80d0608afd00ee6d232f3e94a1cd64e78 +size 556404560 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..c1f733739cf6f1a14cb6f60776adc648a22128d9 --- /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:7994e0801279a3f4f9fa2569ef5ded91b278983df8b9b153b32adcb22140ff69 +size 805384297 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..8991b22b298050db893ba21e00f8190fc67053e9 --- /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:e693c2de6da5f640888ad6034476b63afa342fd3a5d50cab447d9e896aa986e4 +size 885672474 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..eeac343390538ccfbc7d5ecd93d80a9c8a06bbb2 --- /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:ac42dfb50315d5a70e4b7fe66135d5d9fc2f0e903986ba21ab9ac508c6de4d2d +size 472177293 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..4860fea8b698f283c932f6bf59c81aa3873f13b1 --- /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:d8675c92cd9e8b64f469ecc6e2563080899ad89e5ea31b7213cd12c7a32fb278 +size 581230334 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..7feace5453fc067f26271ed39e6ae92867d57ccc --- /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:40a58296cb6e1237c9eb122cc3ba840cfc609d083eaa129a1ea1b8c32fc20ac1 +size 450632363 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..64e1a5e72290433372f185d96e314cd15804b598 --- /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:9db3a94f15202232f45195a838f1162fd3aba0e94fd3f258b896bce16ed5b38c +size 367519450 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..d26a2b7027a51da5bf2bb0169c9a79c11f79fa05 --- /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:ac30a9197894e3659c3218e751fd50ad6ba3d37161ba7cc15a1628dadb1f8a10 +size 831416113 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..b95a7365fc20622b8fe734ff426df0bf5e5769ba --- /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:d94a767aec7b83e37571564c658da8135819e7043f81b8e9bb390540d9ffccaf +size 497186479 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..ffba6ff846a8403e4724ab23437012781641832f --- /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:d5ae8cd0ee1db464029c177bee7105c8a81bd9bbd45d89e7f4ce264e9e07cfb4 +size 508263405 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..307984f6a33946a0c41d6b03c3a11ac6349deec5 --- /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:920672a5826a1df40a0e063371b19f8bcbf2bd491e381634392ec63825b9d399 +size 445152027 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..d1ebf9a39870b7e10f95f6cbb449cbbac81780d6 --- /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:4a4b2a6fc7ed2a078ed6a59ad5c0688389742151a4db949af96b9a2588b5b38c +size 495189672 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..8940c206eaeb48f6df820b73899a283f4aae9fa8 --- /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:a9a24065ff0799551076995744b7a117f4f1890e9320b47211582c8ccfed9d20 +size 510501258 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..f69ac768b3533792b8a6eccbf640b12867acb1ee --- /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:c1ca413b6dbb2b9602681f7f2b9859914dcb8b99d974b96a93f703130ac3fd84 +size 454615564 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..39c927f033d8116b495c643a82fa907c9f2a83b0 --- /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:06962d14b17910d8c884596274ee466fc33966fe99be23aa26bf1d0d852aad35 +size 431766980 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..876bb26baf7137fb35bf50cf6565a1d7809eb659 --- /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:8d7108b9a388faa42e0899150672d841c30c47a0abdd7b18dde05184f3e55387 +size 482084508 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..9b55c940a610d8ed45527c5b7ac50ae8a246d4c0 --- /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:5ebe5846119ee4a91af5086566f2b3ccd22928f0219ba7febc3db6a5241d8930 +size 686395525 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..279d9debdbeea21b243c0ddb867a6a79b2d6493b --- /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:04f7a6802c9c3bf714c243615bb0428d9021df292fca8a718640e6fe51bfb1bd +size 402188434 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..7a48b92f01f36410d782005eac9e775954fb06c0 --- /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:f222ffb909dceaec9c5315526f07de974484634b8253f7c2134dcec39ca8094b +size 566913761 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..f8d5435d4ad7c8e2c8d1c5030369695c54e0e686 --- /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:10b1d186aeefe3ec0375e824f92b57dd435ea8c2ba49ba9be210ca7c433cfab4 +size 488031118 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..d22df9bb5ba5898e001729afa73d32411b64ec55 --- /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:5e70ca8bd612df3a2a7c55fd65ce48c14663da6636b69b7bca0bb96236795156 +size 538059713 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..01e285c1da9761aca7410bb437c6980105322c36 --- /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:83b07eaf244e7dfc4cd96b3372650b5a2de36feb997041ce243834b0979f630b +size 628351616 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..72df5552fc1c2febf68e83af6b742b015bb41a92 --- /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:e89369cdcc1f5b5018660473833f92e8ee2f36d28efd4d61ff7496746cf56abb +size 421434895 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..1fc268bc44cd51b7734c0c965ba228989db283a4 --- /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:a1d6bd09b7082b79dba930d40a257ef2d8457923b26087449c15c939b1aeadb1 +size 518326318 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..30bca8aaaa521f059704adc453302fc99d37648c --- /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:723dff4a6bc95bb519145d8d5b4e20e9e78d1af98132db35a65835273404696c +size 545150143 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..789e0dc68fbb7f6129de1ed76094300b9338477d --- /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:b1f4e6434d02e525bb64bf09d0d293ea9ca5e9e223e82fd4cff0cc4b042c820f +size 522450292 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..0182f68ec343ffbd60a58d228da35d61ee2ab07f --- /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:baef9fb0b37b82f25f1a6dc420fb9f2b9da6d59271a67b66110fc29c5f3e6a4b +size 656435601 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..04c5d04c4132db1173d39e2f5a2d11f559b2afcf --- /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:5a2e01b13e8210f9965d1c2195e7f80a02939948d5fd189922483448309217d9 +size 756182894 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..79d6731092ba14155849f9c971e3927591c76e19 --- /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:d09e9d2d49ff7c4beecd2b0ce41c9012c95a0e160e691588ab7d9bbce0af3f72 +size 478410211 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..5f91738929defa0d050b7e3b5878ba714326d4e8 --- /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:231bd1e63a6621e716069f20aec921887fb0d117d6609c85cd550274012b0d06 +size 774235273 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..d206dc4b8d676ba8789ab73f1b2a41cec92b28d4 --- /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:ad8712243a308948fb7671dc1666cf241c11f13a7311ecb256e299ae129fccc8 +size 471486350 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..28d27f85bffcde143939d1aeafc52e17c2dfccf7 --- /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:7724ad20612209a7d6dcc8edc483170c4d0ef80c7bd61990007a0aa5034f4b6c +size 512419297 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..6f25387f4bc721292351084a2facbcdc2279ffdd --- /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:6cfea243469467fab342099f4eec35e2b9c44f5bd22aaa2bdca403b34f4ecf65 +size 472426964 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..6ef9fe349ffdaf9708e9aa66eab62f20d1cd07f5 --- /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:9a86237856961ba2426ad64df4b43b8ed08725ddcd38ec0ab3b77da216c3a20d +size 478398890 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..84fa589354ab71796eb450c105949da54fc6c79d --- /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:de1e841dbdf80868e1ec6e1bdf50cf8dd824b2d69c8ac07c76b337032d3a7f1e +size 416300854 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..0d44bd989eb2534ed4bae8db34de2032661fb992 --- /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:ea127a9e4f4890170de3096bc7275e0c1e57e3c667b4c727cf667816628fb2be +size 574338877 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..66910750d2248b8c560d1bd435009c0ce858307e --- /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:6919c78e03952cc13c00b20e2fbb42f4f1d535a67f1e5c1c952c3c7de4c950e1 +size 886573650 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..3137ca54b4f343b51e7c30e5db3da524ed5ba506 --- /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:68f633eb517137094b8adcf606ba2ba1b3d5e1ba5412a9ec91e8873550cf9039 +size 380232413 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..fe188f3b8d6a42259a805bd16368b66422f4ee43 --- /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:10b5d22f6bc36189de4e663c85ce12da6f8fd937ac4dba6224e258212baa6a60 +size 447888152 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..fecaa0006ce96c19286e9c0df1e844d57b9f49e0 --- /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:578b7692fd23c4327e4753d172641fb68cfa23db7804f43060f612a814028844 +size 538302445 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..d5992fc57e4e230ae516004fb8c2dbad4eb86a65 --- /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:979489f9d19dc85bf80754e4fa0059adf1d52222d153b4ea621ba8c2817c35cf +size 402712494 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..fe937f9de0a055a7dbdb92f8100ddc9996caaba9 --- /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:4ee1adc25394ef5910463afaabccda6ea22de06918f1cce793a4c4260e21a14d +size 693837889 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..81cff3356cd8abac990ec8690b81342e6e31b087 --- /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:77f2cc2e342b146747a154312943eb7478fc3be90ae1677da04572569ee8b0c2 +size 1013833490 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..a747a34e7b1c493ecf37f693e9a1da29ec6c987b --- /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:a44c87620dc231ee98330269b2f40601a30c1155f34654a78ff76e6ecc61d74a +size 591129583 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..ff02ae3ba71961bc1becbc3138cb379adeacf980 --- /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:e609c878559b338739870b928d2c8bf37dfe81ea8b0b88c80913c0ef9d65ab1d +size 500027674 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..69fd6fa2cfc4b48f1c3cb6ca5157737a9276fff1 --- /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:9cd78db075dd8269e84198731ebb25a2136835eda6ddc4d3dceacbe0df82769b +size 945510703 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..84a42f1c2a41fabf532cf199bc97fb3410a31307 --- /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:d424eff446d8833a7f605a2298360217b4a834fdc472806adfc57be6d082f95e +size 558657967 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..d059fe65a51459b11b4832fc27df2124cdc6941b --- /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:30a60f79600a0e90d28b58e9628199c77b051ae83456039247d2dd1e33a5f22d +size 460411536 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..0c70901a614cfa360c0e6fe516af44a8d0c27a61 --- /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:07f6373772a82f29b2be11fe91d40cb3174b63be4cba043996b0327639a63756 +size 501277187 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..4e8dd3b4136e4a60dd6390f57f00c103f02f33b0 --- /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:912e8ffeb382c4db95040da7252ce866167e0722d1a86663cf82a4734cd07cac +size 559876994 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..127deaa56c4f0c95569bb8ff07804f919708ed71 --- /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:b833be9a766552c5f53e2f756e235ece099c9f78c9203fb2f4169dc42cee7bac +size 901014588 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..61b2aabb7bdb183c5462498e63777c09e9535214 --- /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:f198ea214af0fe2cfe08f55f4996567c67d147d5b56e4543966a1ef65c74d708 +size 350682669 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..5384acae7553db466f919202b4918cacc3c46fc1 --- /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:564e790e5119eb1e36756238eac6539c2cda6e7722081c02c7702fe3a9fb6254 +size 404694274 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..270ac8c24f5e9978d152be8e677147ccfc455b2e --- /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:d327e4767ce12cc95d82a1071e711ec7da8f5cb327d3218ff2d87c40a20d3c63 +size 451726737 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..84882815890e17ece7fbdd25f6e8d1a1e2a136ec --- /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:b2494c90d02b3a350d67475d2218a0963440706e2ff7c394085371a2b1e1bf5c +size 441709658 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..b363b01351faad4857ab7e1585cb7c4250d64100 --- /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:ed7d74a57242c23ad8105b548da52098f66956e4a7b348fe4586bc0f9de85992 +size 481294264 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..ace88820598828e06a0894e9233194cd666034e4 --- /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:da4f6cbc22660ee4767375dc39d56431d9965cef77525b619717ec5ef76d96c9 +size 602694774 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..8e3ee39fc4e31791c29c9631befd664724b20a9d --- /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:0efb12b9073eae56255a38a0f5fc2a10d2fe34c37d1727757f59f31de01a8376 +size 627796053 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..55509bdb83799277830b5632b0784710e45860f4 --- /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:96d9f094e9c1c225f2dd8edd7ca4e6fac30557a9969760abe093e00f3559773d +size 509896962 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..5526e9297a10d012216c8a9134428325976cb3f0 --- /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:81b12e35e897b1b90586eefca78c5d511489379581a420dd362f8407b2eac435 +size 401599256 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..3b88cdf2379d8242e5455446f0600926c1948873 --- /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:95ff93ed1f0ebfe47e440cbda9de02c6de015b76c2c2c37e55b6e1dfdd614519 +size 704232643 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..0920dca08710f372eb82ea85154d3ce1aa9c3461 --- /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:4501794222f872f3de317ada0de825c87ae32b4f728521748316a327b1c0f5e6 +size 461586553 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..1f58ed0d10556f5e1f8baa815c750312fcd12a61 --- /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:aef0aa8685a2be7177981a39bbdc3a7482cefdb3ecd81248f8e0edc90544f08e +size 592118645 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..ccd29039707ce941e7248a0901d914615905e280 --- /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:9b9e709f19394fe1bb2c3eb823fb7721233dc8021964a81a93d215be4a9628b6 +size 414085570 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..8d0dd3012a069ea646c4e96d4d3ab258bebb6a58 --- /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:a45c772fbea99f30cc3eb4dba3937c8b2fac367b39fb6cfdb83d3ccca8c9c026 +size 542809520 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..232efb1973b595a850e9fb322fb4fcbe7c2983c8 --- /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:1e71b724111227b43070d27ad2b8b4bfb97efc6ae73ca224e2fddf36e73be815 +size 544630170 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..7c94b9672f043daa0ddb68f076346ffb25ebb001 --- /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:160db5e95be2f71dde32565dd20f062f32b33321708b1432faee4ab7575254fd +size 622854905 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..e6240f92bc69aa3fa4f120f7608f0f5159e0b0fc --- /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:38c098c7a8cb15a23be52a34a120e84419bfd0a0d6dc9039ad87b3b83e732705 +size 445811213 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..8b51dbd9870c4acc74a4ef169d99b614ae23fe96 --- /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:bcf9081179af77147ad867d1d5cfbd9b75ec9a019405665f906f261ca79b6177 +size 575215373 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..c76659b65e729b4c54ef0ae4135ed0ac6f88a3af --- /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:31935b2b5800f0749eb778b71bc895a96516616521c167ae9c8db4d33c49f30a +size 1050111567 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..4d1ad6b99420f85003a6570e043077f8d510015a --- /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:bb747dbcf9c91396e8e213f2bb08748f90dc3b16250785ffeb205f4cf7e53095 +size 414873563 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..c198c983a4235c00c774d4859f61ba7225a61570 --- /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:ea18e491898ab6396f14c6245a6eced5c6bfb559c01545f9e92bf202e192a809 +size 506415752 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..5242625a826bdb4fc750aff8d7e34d054709dae2 --- /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:d118118e51bd44ce4594ca53fbadad7f74266574f8ff48911af701d463ce1361 +size 447812596 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..60e88b98955b0594f8e761a5172391217975ccab --- /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:517c0c4c21b5919681f4e5e1cdf247d69e3bdd4710c716b268e98b9b26632062 +size 471882540 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..283984b048f527b565d3afa4c20a57810fd66dfc --- /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:b5424b55a42f14fa6270c4b63030051c683d21f19d5f41d3022b855f853fa250 +size 526312736 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..2b4e83307ae08e7a15992f8e6a56150e1be2c198 --- /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:742def5fe7ee6be0d1ca18e9f67ce8ebbdcb61cbec4ec18bd2c0fd3dbd712ac7 +size 621283124 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..265a0a6e6bed4498149a34830ad003982e4b7ab2 --- /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:54288d40384299c8ff12e6ba2d53202ba15a7fbfe4e15744ebd223d426a2b7ef +size 1336210037 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..0c9df9d6c4e0dd893110a6a232df2841e20a37a7 --- /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:9207e00a8e057b6da5703c098c50bd67afafb4c12311b9cbab6baee333a7b444 +size 518970914 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..1bf131f77f7be54440cc6d269c74ee45148925bd --- /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:2e2f557bff03f84861447922d050aa9112808b173ff2345ef8379a4cbbb85c4b +size 386198844 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..7b4f3ccec448c8fb0580baf95158e38f4be530d9 --- /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:182fc66a9e54ae43f8c6d262eab3483ffef49c6899410631ef19015bc3550ba7 +size 968582644 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..b5bf49cca4f219d840bf5ded88a67561f1885505 --- /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:43d9276beb726a56f15dea54161c66b588b99ef2ff78c4a24eabebd93a24d1c8 +size 554809582 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..686d783b6e57d7e3da5264a5c3dd82a34f7285d3 --- /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:7e7c6982e18e063dda9550d4d9d4cae4083cafa64319186870e3b19ec960ff30 +size 605021338 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..b233e00889e72bca065b679c09fceeee5060a1b8 --- /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:4ffc97c88e85c9e7c98f51f4a2ff50a5b5a03a8c27e98fdcd9949fe0d909ca60 +size 610870609 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..737d1cccddd72d7eaa90088270daf419b3b814f8 --- /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:edc1e3f19a07c86b1cd165fc3c909d27e1a51715fb78a91147dba12eacf501c5 +size 925918224 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..1345f661389b5b69ebf4cffb1c3fa4da20052435 --- /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:2839ba944e4454988a22bf199ef806680c91cc88279bdc031d9705f9e31fb878 +size 653865626 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..5da162d591693f46c63f3fd8b95fa01eb5e7f130 --- /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:583d6af006101e98d263a896a2f8f86bd0916a4b815c4f2552dbc4733d6a94cd +size 417749368 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..e8f787e992058079faff5523ddbd64f0fc5d1234 --- /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:52915b6bbe9716755091d3a31397bd0d7c90d77b3a1582d737e9c71f25efc1fa +size 570925268 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..15accfa9919ffe9149daa959c7d3744958ddde36 --- /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:dd2145828c7101791f62f2812b685938cb9aaf6380ca45b5d6396e32b29fe642 +size 601635744 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..5508e043239b40184ceda8138d542035bf2799a7 --- /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:0c2d41cb591f821c527f360b562709d6e9484b6c3e378a62fb74e33b2d5ba689 +size 568470016 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..964735316b9089da01af08f45d1f1b630fae3a0c --- /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:eb30fab558695bf88e7d147c407529e4922b8b4377879d807082b564af842456 +size 378783993 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..569d3a2c8465685ff6c8516a22461e80ace2b9c1 --- /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:bde43ebe9077df84f1e28686f07dc9e87f7f9ab2326c527c6cd6e1e6fef60a93 +size 444112129 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..382fedf226b1d91069db46ca31ecfd034ba4cc2c --- /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:15f5e2076f731e5dea151a4cf7c1640cebe45836cd623042c13f4a007072c2d8 +size 409867609 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..111de076d0b99313471948fd304accdd8e73555e --- /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:ce345ecb7c0fb07ae80efbc29e87e8efd5b520aa6d1ddaa248f635f1aac5eeea +size 518110491 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..49717205c338be3ec98040f51f9f701c16999a1f --- /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:e1cfd4598b87d8449195679bc76edd4d340608fe3ebaefe869c563c9d8834e96 +size 411701767 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..1afbc549676c57d2136f8ae52af4b62b8740efd2 --- /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:d2a8f4191bc798d32f179fea224c111ba8752b3327fb9fc29c549108e56a58cc +size 918238912 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..d577266ace0d422a97605072d18a0284085812ce --- /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:3421c72438845a02443c7d3bc92fb2bd63f42b882ef893e84a749605b36dcc9f +size 456139093 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..f4b04c2c3ce93a91bb2d8f63e884da40e944f0c4 --- /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:ca5249442eca9d0ffc5821908492f369ae270749e175fd2ca23c81337bcefed2 +size 567208430 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..94a5407b99d463a70c8d68ee10c745dbda2e24d0 --- /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:6e3a92a5ebe98da110c09c9cd1004675420846e92c81803a07e2c0980e3fee9c +size 802327949 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..f7a301eb9f120c7f81a6c23cf3dbbfdbfe3330a8 --- /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:a801ba6b36392e16d503118fdbf3aef145c75112e8d4d3f2a5af4a5e74884b87 +size 369697222 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..bf3445d73b7d255e9453b6aa26491b131f974de0 --- /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:715784f0641fea43fa8e548817a35fb95770ffd213b01f93d90455697f2a16c5 +size 1012377447 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..e03f12e3ac269c4c6c1fc7c397c4b29abe486624 --- /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:e3c4d66d4281c441006459e62bc6d45e66dc69887af0c404a1236b05c92599fd +size 531618945 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..afd440ba4d1f793acf9747edb14f0e753a911d25 --- /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:5377aaf1885cc395276a512874b66252d0d47a02776928380adcb1cb4c1399bb +size 397393817 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..30bd04d960ae31b17e36562821c1fa3a25f2d90b --- /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:2671e6148f29ce0a2aaaa14c95e891d83740d2ab383ce2a3c3a9da1fd9d13f57 +size 608723942 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..591983ba1bf4635a8b6d35a47a291f65a2a247af --- /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:2f852175c0968cb1bcf3a773940f9b28756a7a569f88310a590c1bab7c7b8f0c +size 481601083 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..ad8175d4e7c62855cdf47217dbe8b89817dcee18 --- /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:64e93e0e636742e87d0e9f383f997c9718c35e450ad0e790ba14b65b74906ffd +size 754683975 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..e3cab1920718f4fb35f10cdc27af858363582cd2 --- /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:7f99af8bba38a0cdc6338b0fa160855aeef557a735d34b32336324c10fd0f929 +size 424220276 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..f3c7d24a98f6b445ce3a399a01e591e4e3118af0 --- /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:ae2e30ab05e887fa777c04595db57a18f6ec9f6f7c9a5b50a515f343e1638894 +size 540700013 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..d67174a8bd27bac6869b218da623bcde58f747c7 --- /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:0b831401886edbcedf9eac31e65f9889d435b1e749b0dec01181197ae25699d6 +size 678733677 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..121cad240ea08d7ed45993a745de4c8017adb050 --- /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:c2219fa88969c50d1b2735fbe64ed381f00b964209df68bc365804b3c981e6f2 +size 384197577 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..d1911d1451d05e18231f55ffd86ba34d7b2796e4 --- /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:9d5bb9fb6988d858d947704f7d74f233a3afadd2840b4afcc7b4940494fca911 +size 447826602 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..a1334b27a89d5fffde548a40a14ba8b1c4d7707f --- /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:359924ed22700a09d5fe96c6df26cd4383408e1d767ef0ba97261f093f6f0a78 +size 502103286 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..431aa7933b1913bf4a5e1bb3570c4a901e5af547 --- /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:4b3cac361ec05da31edac580ec84c7daffcbc859ec78f0b698c626d250a278e2 +size 347671925 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..b3e2dac0b7ad8f61e7d000359f7fb7a8390e6c3b --- /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:d39f584dff8e1ab4be4bee3ff6295f5e8dc9da460af3aa7594a42ceb952d3ee3 +size 665845200 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..a2d1ba3c215ef0538344bf30ad47e59a2e147bf2 --- /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:be1247631b8c5f8fcbaa282538d56116ac667b9f97dfe11e54683a13357fb03d +size 624231875 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..ef9466343ac8b92bd0daa99d0b8c6452182d6c3b --- /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:e7af0324abbddc039f6cd5c9cec50daa841fbdbec0b97a036a6abedeec39506a +size 561164593 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..fab8e3a99808225b82b284a255d658357f7f9237 --- /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:03203cf4b788a0f1fe0b6d92d6162a4eaad4809f9f67a207393386008bb69bbe +size 500032360 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..f65a6be27b3ac6ef87ee535f51fa9c3f5ccacd6f --- /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:9fafca222cb7c9f83e2415b23842fce1326674605599aa0d7573f62d8fb3dd11 +size 518448721 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..71810f618a7caf500ffe97a40a54b21a9d061383 --- /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:2798fb6384ec1d559d4c3fd88dfd7050b9f3a62a4b3617dbc6b112e9a4eea570 +size 537136879 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..99d1d2f5409060785227a666d982ef18e448a561 --- /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:a58906b4e7353d1c86e90d76f254f395f7082c6d1de94a2ff85994d6956f6534 +size 677395370 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..040fb5b3749c469e263032cf534cf33152926165 --- /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:52396398923e6bc36dcc7a350747ad45d0b3d319037bd7c65fe2fc7cfa8fd769 +size 420532941 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..677e5aced28f98fa901bf1ab4b0b3f0147539319 --- /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:7e01159500d2e1cb6f0334c556e7c9676ceda9102a29e8b0674192bed4586321 +size 828820034 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..cf62264ad7abc057b77a23a0648d1a6e81659606 --- /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:1d7f354ac33800e7935254b10fe8aeb053ea9478a66e0865acbeaa723a6fbc5d +size 356410038 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..0b7a5c6de806b6c177f1c36e3c36b1fdeddb898e --- /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:e908f5220bc99a9cea86ce71517ead12bda862e1162da1285239be6de5d5fb7f +size 484601349 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..5ec5f9e8a3c6e3161ea2391d85f1be507547affa --- /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:8776ff45ca50714c619f31a81e5ebc0a4c6d924f131ad354c28db7768d6ce53a +size 688601264 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..189545cab0ee9006aae35ab8faaec13c0af5a684 --- /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:08345c8f74ac92dceb12c82837d9306c09e04f77e6e3f48258e8b500c06bc7f8 +size 584312734 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..e8653317ee02cde7cde6df0b4d038900a340805d --- /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:67ab156539211d2a557320e6c99eeed211815b619886b9135a42169ae089571b +size 579285146 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..bda6c0fb9949888a40381bf7230e6ffa13ebeb03 --- /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:f594531791177fad4d21e81e96b38a3f86fda205bc8601a2aa8bbcaee126a27c +size 420576819 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..876c395af6cdff03ee942309fe4318b3cdc1c22d --- /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:12c8f57c739623889dcaf7efd526db7f308ef70d05d047cbdb1ca98fe76bff55 +size 484687484 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..7cae8714d47fdd97546644abf6feda6226720863 --- /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:f9c83d73f2bce64dc75d647e02f91379b761138f4d51682728d30f0ebfa66296 +size 598277077 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..f39f7ed8dc6049d3b0cb6342c8a0e78b8af3a866 --- /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:d155ec60caf5377d18059c2062e83ce417de6751976e235643771bad8f2a6dcb +size 455474987 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..c2adb4b0892fe39c14a58d159a0d6fc557d7f618 --- /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:b7f2569a360bfb393c7e66d3dc967d522e0055d8209dfaab339efb6def89bcb9 +size 676702095 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..cd4815316f4f14058277b7cb69008a137d7488c1 --- /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:4534830fb8c01fb1d1655358810d48192b6c009cde3925de87c23ed8ec91c2b9 +size 600287548 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..f6c6222b4e46bb069d54cf20d401bbe14a4aa1c9 --- /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:cf15d35e291108a3b45d4f441bc3d06c6966a6ef760f62eb929753a23bf1bdd7 +size 570592907 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..4e5dddc8b746c778709d19f87a12425ba1d2f6e8 --- /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:20299298156c76c8c0126b682bd47fd32d74bedcec62851de942893c2b50ba38 +size 975325996 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..401993ec97ebb07c4991435ad27fb82e5f173fd2 --- /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:2e320380ba905540d0f2e756f7282253152869b59c9618f323d213ff12a900a6 +size 545210611 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..d0541981ef286f437247ace7be0502f4af3b75ec --- /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:8b55d8a69fbc982df171517055e9b08ad03c5d10debe62972fe9a705456eb298 +size 709681076 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..a65b82a0d69f6d2928497f554ab72e955d6251de --- /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:fcf09e6a2a5bf4ea4a0a597cd12cacb48f54223bd2c3b92a5305317195051fac +size 688724971 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..058ca77420b6ade539de1caa3e44c4e187ac7857 --- /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:12f174f36ebfeeb9844bcaeef9dcbc2d6e6d1515226b330c58a659bb530a2510 +size 534085593 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..9802d1aa1dc10bc33bab3a350b4acd7c28a8e2dc --- /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:4fa113291d4068bb26baf42b351dc66ba27a04c7f77b143de12e10a8145a003d +size 1126473830 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..9f018ef1df4cad9c8cae56c510c4e1dd1e8a0ac9 --- /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:6f0ab0cdc9b104b56bfd0d757d9a159826b6f334d90954bbec24a5ae8bc0d8c8 +size 465261162 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..ef29b9f243a7958f995639536d3c67f209e52b66 --- /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:5068c694e76a11f6704bf64e6fd245bde3a2f7a1dddb7f00890759880b8eadc6 +size 599602972 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..869e1115cea3207ad4be6d7d7ef4f4e55f517718 --- /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:0f0ae979ae446b8e9aa8102a2c3aff9729982b71864031a7583ab420193294ee +size 475549227 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..7372e7ae73d2c4c19f1d16ec406b4e7f23cb2097 --- /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:82b4003baf31073047f05a1f6ee434e52078da11f31e407565142cd9202549c2 +size 480331868 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..e4047db0eae7abc4d79429acd5fea951f60dc5fd --- /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:7c3a74534553f5f51f77c3d3ad211e51a69963d01dcf46135e9afcf38daab55e +size 454020266 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..2d6f0f75cc956499428c3b9a61cfabc29726e9be --- /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:64ea838e98c350bba193a82d9798bb0e66e0326575273b340928fea834d27530 +size 470322843 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..ee28ed25864b5b2c55720bc395094852a651d6fd --- /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:d3132409a1861a539928133a31c33a75b578edaeff32be1d7f9ac4312054dae4 +size 442083040 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..1dc69c3b692b37da1a098d0ae413a5699574b01f --- /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:c19fb1070eb62b02c889dad957d087e5bdec69adb832a8e2366522e83eeeafbc +size 661322953 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..25d65ba5635381d24e5d3ecf2582fab43cd6678a --- /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:b2ce559a900bdf3c049424e25b28e5f690b32f4babf66cbeec7922904b96d826 +size 520516717 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..cf87c65b49a80d124bd18cd306e1e8bdffc2f222 --- /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:eac17eecfd69a07dbfa26afc8ef5785d9d2b4330c124070178b4fdb8f2240ff2 +size 664517800 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..450d6cc857246f4e579680e0a5dd36d702b11555 --- /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:d418262881aa05488e36d275cbfa5d5a3c6e6c69201f8dc9b609d2680bcfe1f5 +size 565310276 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..cad073b5085fb5446092108232b1a4d6f85f43a1 --- /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:0a2fc525dfe8e3cf3fb81834d1f4775e8341874cab577754ab584a3d5ca11d80 +size 693614209 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..4f3cca73d96546e66c72b52761e06af4fc2d3abe --- /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:3c9f426885ff5d94d2c7a1ff5d5f02076416de1301609b935cd8419b9650f571 +size 512314215 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..a174747c84ad122d8ee5098336be7ea4f86b5e06 --- /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:30f865821b6566574b5f62f3fc608f59dc6ba6e5e193864e111572e392b8d7d9 +size 495821617 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..c11cb880603004fc70471b52e10936887fc31452 --- /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:ddf08a46ca1c86f05cf1125b28d8f9712bc84a5d5544abbc8b212a66bd1363e0 +size 566302939 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..cb5d137bb1372e10de7ca8403a309ea07712a2e8 --- /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:5c139dbb2d778aca50b55aac37b273c7dac5ea3fe4a23f0e42ab46c49a067c64 +size 415805685 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..731302ed1090b76b109f64440eac937b0189edbb --- /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:0f9b0d5166aee6325b94fb3703a69e972154703a724e49a92ace8636792ec686 +size 519421267 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..e203e62e6cf909eb2dcac9a4fecdca3db8de8821 --- /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:8cb5d0ef53c5eb9724377a584e6bd4af8be36fde7f4edb784e031508a50e2148 +size 518517267 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..4c21cc334a14623fb74ab3e8b6dc7449c7a3f98c --- /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:a5930a5317ad4ec7a857006083746151f720d9cd709d5a0ec29ea26d5491447a +size 449206074 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..df202fd9ff3cd6416686ac4cc234d3a60878812a --- /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:77c316233567b8effefe76f936c9dbcb689492f339702929a54d94f8e58c4c61 +size 380373454 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..621853511ea46c63570b6ce368115f8406d9b96c --- /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:336a6e3031df2165b64eec88b975ee6e2838cb03a264af4f646b3e5f12e49973 +size 563597698 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..06159fb6acb4d49b2526180f4a313157ce0592b6 --- /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:48313d0fc28e33d2355033bc291948e50573123910b281041bf41d73a5f76e84 +size 403394994 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..f2300015b754dac8881c036fca72aa52da8ce21b --- /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:e5a2804fe70759414af6f868fc97ba51d9362b9cca88a4793faf0adb7538679c +size 445066725 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..d7f07eaee44f5fadec3b97933f10e47d5eebe307 --- /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:d2a5734cf55bc86f7c5cc0d944f0449ff6a328b718bf464271e51dda53596ef2 +size 397264148 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..f43cc6781dff94c590de4810d8b5800f2af16440 --- /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:3849bc173dc241036edd7268b2fa2b40bb1ca3d83aaba4d9778280a46da5ac5a +size 555923010 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..0eb0394495cb88530a708decdd1ac4c2a908b093 --- /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:f59140e5fd32ce94b652e689d9b0049b1b946968768c1f51c2615fc1772bb804 +size 572719089 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..bfb9a170261c807a95eba7bf77beb75cfccae505 --- /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:ec72146619cff192143e21c5be098cbd0a0ea133642a99a70b26c740d4ae0766 +size 612659490 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..8c1aea04aebccce70e5ed7e1bb1ba653aa9c76f6 --- /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:88d4ea5b90085c0162ba1a2fea66949752a45a599aa5a56a18af3df9664922f1 +size 435206821 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..82eb69d3c3b8ab05bd3668a1920f7a3c9e60679e --- /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:a65b85d28c16592d10cb191c33a734cf223ab30b07661b0009cd1c4be40af43c +size 439776397 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..d7dd4a08335ec900d26fef9cb445ba9e802bb065 --- /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:ded19df61ad501bc98c0ab6d01e9f499763b3174c4e84a81170d7d39b3962c85 +size 727197877 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..8fb45afbe9df6c62b7db18fca8e3ded7bc81912a --- /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:fca3c24e5c0ef45a1f5b007f25eda563c1b41428a6ccaf0a9c25a62bd88c84a4 +size 565056811 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..7a3c843c21117bde7b28442c5426c8557372026e --- /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:77b92a45cb91d62c02a42f75e98d57f2d4d0a70c2b8b698275a7103d32b7a0aa +size 470893575 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..64bc7ea83b944efb933f4b416546e6d127a78220 --- /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:e729f5a492885c19c561b0026f387f1f6de353cd928112993a1340624f5f5aa7 +size 441517385 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..320b41a9ef364f5b2b441f575e1b38fe9d027277 --- /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:78f0b9aec9d32c08d17e61d8f785ff1ca0e7dcf3ff0a6e10a569bd9600b9a404 +size 579074510 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..608681b3d880341746fb5e4fe2dc96414c245358 --- /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:beffe03479b9728a6a80b2254342de71f71ab662f7c5ff315efe78d7f51892c6 +size 412295274 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..fb1f38d062996324554111c794b4e5897327f4e2 --- /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:b5834c3bab120ec42710881ccf8d7c562f9c63e82adb66436d1d09bdeb4ce9b9 +size 471186041 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..cace979dd2dadafb0660b179fc0641a5f4990188 --- /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:ef9afdcec4559dfcf47b909ccf4fe7b7079f3b6f58fc6acdad2826e47f13fa99 +size 479496268 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..240f919c6c75bf7b54b818d8350bbe8bba817a53 --- /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:04c7f47d14c543dc2c752550aabfc15e59003e2d6f8e0bd5fd5b8d1b8000da28 +size 353083580 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..9d4d5f487ddd802dc723fac1a02d4e564142c6c8 --- /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:a9d2530498d7cd62827b34ff188aadf2d11711acf8f8975d0afc279538cb24ea +size 561479190 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..be3ddcb4b77ed9beccc05c47be2bcb09d3a996f3 --- /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:f35b049055bac1dfa603003ccb52ce53d50fc5bfd0ff4fa400448f0d78f289c2 +size 743385525 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..7ba39f5f6381c01f9e0fbf216d0309b6b06ab7ac --- /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:8fd76ef7fa10a29e2d45a5701dabe8a39d38d25a3daca437baabc8e01db2219b +size 420599580 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..be285101fa60153a3918f7fadac304e33c9b1cf9 --- /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:756f4163a00bc003ca821cbdf0837658ec88c4525594494becfd1b9af1c6abcd +size 458926453 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..9b609c0d076c2ad32120a0715382d410ad0175d9 --- /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:65d91345a90d70d816a6c2444a151eb1d25f5da16d6b79649526edd28fb237ba +size 621479445 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..3ad7fcf2e6ecad2d8cddffa36d6afcac3485476a --- /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:1d4b71900a2d60cc6c79eafc01ea810584ee1329162e4a43a523fa612918fdd2 +size 400704217 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..d33890263f2e8ff0476ee2327c1e0338b465b8ad --- /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:2022d1734fb45d06b9152eb6bbc2f9148b4575ad198684101994179d645a7ffe +size 909132040 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..3862a63cbf11797dd2e46dd7976f8c67f03e727f --- /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:2ec109e13c1b5519d5dc79310c213d3ce944d5755af3acec93eeac1b16fe31fc +size 392478845 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..b180d426a86633dadc78136fa5849c3646b88bec --- /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:8253313c6528a731c52541a7529e4bac62cdfbe0f0ae61f73ccd725718832fb3 +size 564738970 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..4f7926e4268fc12baf3eddaa15740c47bcb32c1b --- /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:4d5f7875f1a7497fd5789a426464bcd7e233f9024bc48f96e90ff1bc85bd474f +size 592624854 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..6dc8a4c2e502dd9c6131c19099d77bb698389927 --- /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:2d37a49804df951b8c7f427c18638fda59e8c0148d8c7fe0f289cc990d22b8f3 +size 706778328 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..20366150b6884c8a181704182e16911605785984 --- /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:78da5fc7fcfe963aa214a4ccb26a280a0e144daded896455589e7ec2ee586d7e +size 478358419 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..ae202cd804824fd7088fdbe49701ebc682fe9ea8 --- /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:e2e39a6d6ccc0e49952cc611a78a4ebb3d513e29ff83f3707ce5d8d755139a33 +size 479333249 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..3aa6f142796c8c0cc90e27f3fba388ffaee733ef --- /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:fbeb82a00e5fc826511bda9bb5468463d179e50e872da661167c278e0bcd88dd +size 471376959 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..0d1985a350afcd797933eeebd05bc8a5c55224cc --- /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:5c97b0ae526a023b498c02b134dbf39cebcc964812ebfffd8dc70a8cb39a9fff +size 526197651 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..b3224af65c324e1d33e279308f0c151216a5dd42 --- /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:9bb7ff5f57f421055fe491938747c6d3088c7a50b69428285e541dc925a68bac +size 523621534 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..65cb590ffa48c42f1a10a381e6c7f7276dfe7e38 --- /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:cea890467699d23f1f37de1b5cb235bacfa7ee3257723c8f3afbd751a8561d77 +size 419356110 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..e81ee6db1644419e81a3fb3eb55ba11da2de5365 --- /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:3d347554d06aa02360127b3d6f24ad74f5393572f1255f78b70bb6736956b037 +size 410200993 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..75494ae9c71a6589ded4a026047cb51816716467 --- /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:f218cea73c8a56416b8ede30ae8f2a63a8db666db4d09b2fe2185afffefee03f +size 356369305 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..938c838fa73312b8ecbff6204d6cee98a8468d27 --- /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:d178ff5284db901d4849b7480848a417a44c6c03bd50ad12ee6add2fa8e33d49 +size 517890234 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..2f6dfccbd25c365065452df34014ff9fe36e8785 --- /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:0fab72fbf85821ba007d75135115ebaa35b1e5bace1544adffee65e3295a47d1 +size 755094509 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..a04dec1d3440018390d65d23e44a6d11fa40bdf4 --- /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:8102045f7b984bf2f57093e7ccc39080709b97fe24bd62cd66e25a4905323c9d +size 424101156 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..c0025b5219707f2ed345e78d13075d6ab5704eed --- /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:60f82940c18b65658e5d03047b563086da72b122c962ac7c63530110b8999bd5 +size 678513806 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..2f7ddc2eb89b350d95c643817f09a955b78b16cb --- /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:3388c00cba28b18094e08719261019dcb571f853a17c28a0568cfcbdcae4de68 +size 762907845 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..d6e89f1b258c29ada9f404fa57f4be645568a0a4 --- /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:6c5d52b02c6332f6f99d005dba1a3980bc9dc317ad26f9668107e6975a3a0b39 +size 562719192 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..672b392142347b16b0ad5a6a56625cf9d0f64c0f --- /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:f980b9c24ce8dd3462017bbdd401976698d71dac4b9d1864842173aeb1ac5859 +size 527973834 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..399cfdb175e478a38399c80bf1e119a89a09fd72 --- /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:2f4ae5e94bcfc72ef86ca5f40d0d6928db16b39c09abc6aef23bdcd9d50d57a4 +size 396492124 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..e1687d53efaf9b5d67c64673ac51b0a2938d105f --- /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:1f733a5f2632aa943ec4ebab4fa746eeb705c4b9d22efe84fc11076f7daab9f3 +size 567484428 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..be6956c207aeb2de834d39f6f72cf90600edadfd --- /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:4cd3b8f2421ad693818259fc25aae019d2c4e6d068ffe6f2880e1f729140c232 +size 777318049 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..205302c8d3603ce36b1c3b33efd217f3b119d5ae --- /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:27695b879db812f8eda039d241670ab80d36ea488a0ccc9b4cfde8b87acf9c9c +size 539627497 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..b28ab8e8a93526fd7243c488bb53710b5cdb4469 --- /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:fbeb3a9a18add5715cfbc45f78725b10cf23685c3d6b53b883ca55d12ff8a317 +size 361946321 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..d935946f43da871f76d2f6c563be81f35db46709 --- /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:367b9699aff348cb43810d343528bb970e755f97be309cf4957fa16c8e7cbaf8 +size 450457972 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..b6dfcc996bb5ddd6a02c9f4bdb59bbdfe9585adf --- /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:aae5b405a89904911edd7d7955a148a5303db38503f77d6e09322ba365b5362f +size 453850934 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..7ddd2ffa29fff901f297ecf1d0b639b2b6905b48 --- /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:f79aab5daf2468268cf02cd479bec213be23db7c80df2608170dcc7042d1e4e7 +size 575229410 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..ceaa63e89bf99d76a91f1431cc388f21c26f7a90 --- /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:95f8c9897c970f0c12af9178183ec3541f7a5ae88e205c3fcb1e5c054e2b7682 +size 451586983 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..fd33c82f649ad2054ab2cd75c6d396ee86cb770c --- /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:984e1fdb4ea3accf10bdff50c08aa24d85bf88fb10d87b439292899b404c76f7 +size 893865603 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..06b13ae3e8df453f5901ece7492f0601a65f81c5 --- /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:d799f4124f0c097a53b408a3bd1457c2efa8c00852a1e1c19b904e0afb42fd61 +size 586667316 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..484443d9404f47968d127ccb08575a97db6b4d1d --- /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:bffd7dbfa9d5b00aec97b23edc8619ec0ccde9f0a40747b339064926fab666d5 +size 594474908 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..ce50d20fd3c1b97793692adebc21226f511bd7c2 --- /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:52adb96c1c699c1d2e2ca91138378ad4fa8954ff6037bb599706cc2a753f17e5 +size 410921543 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..54441561f0d85c2fe64bce7dfc1ce9e1b90aadca --- /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:ba85ad60d8703ed7734f2c63775249cb41ae83fb91506773d4f6fe9105520c16 +size 595688285 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..87ae7f615473d2b1dd8e127101ef3e7d16aa1a8f --- /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:f962fcce7e42fb6dec8b6a09df7549e029550469d8257e9e240133133025963f +size 445339402 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..ba81b16b396dd9f7f1c6b3482ed7b48bb605ca94 --- /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:a15490c2c79777197df6d6e5d5041c92cc6116bebee4105d976379f9e6f3bded +size 603543747 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..34924d871792e55c71e63e6db997799a19c65d00 --- /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:cd19ae6d1614a23d723f9dec4a96372c8e779993efbf1adb5f66c80764763280 +size 532570156 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..bd489e59be2680153d61267bc596482668316535 --- /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:217ad1d684503a8bd09b6a2b9a972153514f8f33323439873d3d29cbd021f861 +size 371837328 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..a91d608ffab8aa82fa2e6965c72ec4dd236b07fc --- /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:532ac3dd37b597cd6db77a3fc812e1be1ebf2d92e7146874cce0adc5f86c3235 +size 469200325 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..4dba33ca8032150b69545ac5f37d12337baafc3f --- /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:25c253b2b2a534d949ccfce2761561abe4ad691baaee4886eec320efad0fdb3b +size 461867587 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..c5bf670b9ccc8c799a26434e18b33862d0176cc3 --- /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:19052c7469437b3863bba09fdcee597b0cc8771ea78bec863ad10492315832f7 +size 376233661 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..4ed0a4e8c7d0cab6083f3ffafc6b3690ce944dfb --- /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:7a5ad49084b301695d60c5560bb0f549b8f2bdd7deca189e5c3353397699038a +size 444620505 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..a9423dbc206f6a6357400c2d55afa709a0dd7f10 --- /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:446fba09ffabe65da255aac1397f22bc733471931ba38ca182cbaf399b07ec32 +size 448290716 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..ba0d6c8e429200037c07f8afd80af7d42fdce29a --- /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:017b62f1b69320ec8ff4fa67fd453d7d3288c5d22c765bfc096dad7a04a857be +size 583266874 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..de7bdce380b5e7d96594e414bf840f931d474716 --- /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:6cd7f677f917eb7407c6cda7c4416e61b5e6e108f065921bee1212558d2a7f1d +size 477213211 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..f44cebdaddf35b732c89877ba0836af6fae9002b --- /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:e58fa7032c776e2578e0722669a06b6a610c2e32973d0f3aef6e4a7dcab0bf00 +size 499506153 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..b46f96f40f2cac3c41ccd627445f50850df2b59b --- /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:0c425c3309e12eac2898fd176a507d5c2a58ce077d3f51d3bff3fe43af4546c5 +size 426932078 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..7bde74e8049ce95fb8adf771a287ab2bd10e0743 --- /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:b79d851b8063f5625068fb8f7e0c69572daf71518ca2c555ba4b476a89373dc2 +size 964834134 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..c2ae0cc90ccc11790f877d16ed62907da268eedb --- /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:c4ae49e598921da43abbd66b50dac087d4fb67c9f7ef8c89141ef3ef053613db +size 528214699 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..bc9ba0f92f5cc2633a369f19420b5136741bf41c --- /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:7cb4d7e0e65779dd7737433cfdb2b64e3f785262c978f24ae1543b1ff217c616 +size 533103024 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..93a8075ddf974dddfa6a3e32b930a3b654f05735 --- /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:ab3296dfc9adb474b46c8458fb92a3e7165de7e083e8267fbfcf1448e1e85230 +size 397328346 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..fc4c4ebe4a05e43bbbb6a66e2ccb9c30dadf080f --- /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:9d2a8894cfb1ecefc7ef3e3fb8fad391bbd711d9ff0d790fbbeaca64e34a05d8 +size 473694774 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..256df6702ca159a969eddea043336ce57affb42f --- /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:9c7385cb77bb46ff9089a3c4be2acea9256bc1da9776004acae661c168b326c4 +size 519601922 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..8287342a937dc131096cae332c72f39a8dbac2ac --- /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:6056cec0320da71fab7821b829859a2abfdfe9b3f4888a0a1ac2c470bbb15cb4 +size 539038433 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..b49e8dd8019adc497866439d1c11ac462745a8a5 --- /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:a1d49b3e67f0559402a20fc272cfca9bcc0aaae650c7efc86486a902183cfe7c +size 379467352 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..44b824c04908feca4ad2ff23a8bc08b76ed0b92d --- /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:5e62db578aac184e5b43d6d00860bc1d193a83cf014a0ca38fc3f0803108b1f1 +size 545240728 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..9934c0cb813fd68f6055b79bf1b68c7bf62d44f2 --- /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:51821c666f5995001e0f0f62f34ddac75bacff12c2570e76a865f316c7d77c64 +size 585579997 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..f99301609981eb5cd39a61f18cfb058a9efaa0f0 --- /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:fbe523fb290b75df49c831d0f7289183eec35dad111f85a2fc8c307c555e3d71 +size 1206052634 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..2c57a68a1d18305c77ac446f39ccf6f8fdd664e2 --- /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:f782a7b009e2f161067a4f9afedd5d17905e7243a4be29c6a927d4748c2965ed +size 474271781 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..44f22685e2bf82e716d986ec318cb0b078cd6092 --- /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:41fea84dbf594aaaa5ebf24d5000b72708606906d4fab48f7ebe7cc1b04120b3 +size 1379870846 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..6eb0fb662bebb86f560b78e208da02695f916b14 --- /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:7ed714724409c9ec670678cdfbadd3d137d792120f2a533c12215df2f76400ac +size 663143182 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..3696c2be13424f639ee566e3993d5a7393f10063 --- /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:e05dd79225ca08a5e1117a5edd1a8f4cdaaed1ebf6a98f94ad4b831650ae8029 +size 482263957 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..904a9dc04ae17521d917c44d32e8e900de6ffa7f --- /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:4db1b81d358a18874cfa577b5aa4b3597f279dac25553076ff609d8df9c32ce9 +size 564978551 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..edcb0268c826d0a6b79ddc8aeec16c2822166915 --- /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:ac7b186988961348fa09f45c0184a8e31486d4a690a75191a58bed0996a06635 +size 382598578 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..900a057290be0b28e180d7e41da2a2d73f06f3cd --- /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:d2c6d7cb9bbe02313794bba794afaa3fd5bcdc55f1a9a1d1787d8ebc277ea2d2 +size 514784247 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..7282645083aa1ce58c0d4e4523041a272c2bb716 --- /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:ec4f5866a72d921b5c2cc25be5b889c3ca9f76018378cbb8e647ef98aac1c659 +size 422324768 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..e2d704c8a02e2f9fb1a29fd0a110f7d62234a4fa --- /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:63f249800ba6e99af2fe782118dcfc4b3bbf0c112d39c01ebc5055517cd24cfa +size 502771023 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..f2c929b18af7f55b3726aa4699f655dfdc5e72f8 --- /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:987cf1375c2d6bd1c93374107017f260b35cbedd5a364d97d728aecfccd64b3a +size 614459233 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..eac1686bc09eb8c8e3429aa86418874b0946f919 --- /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:c8b709992cf5090279b494a1467eb523991258f875ba82bcef0dd9555ee76576 +size 947714592 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..0e2aeb501509a03e50557bcbdd6eddaf917cacd8 --- /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:1c3e5f4f74d242a94857e2c935f7d15b3ed1ff7de3ac64c53d112e958a4716bc +size 696421605 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..9800798448ee7f8b099b1f6a74a07b0d71e9e46c --- /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:aac1039e20141f658d97b6fd58e1470f10c36832bbfd835db4ca5be92686d312 +size 442073053 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..708948ba1fd86cea48f7854c881ed1a6a7131602 --- /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:2f8bdae7787e6d1d02b68be6dbac9be4ea796316512a1527ea4a2c5fe3490cc1 +size 594622139 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..689a5cf889d9a08f269e614cfd4ebdae04bcc13e --- /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:8d2bb2a228315053321f8c2be6a1a63892c9f0d3b2ef969afa30ddc30a860c14 +size 556501603 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..d521b46acf746fef0c4a13b2d5458e6dd2475e9c --- /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:90a4a70e2ad2ad578fa8dfd543f120746d751642413cce65c70d78e0cfe932ca +size 414241019 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..2c43dcbd88ff0ee9fdf062b23b081d0b8e604b62 --- /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:e2bdf74c47acaa8ce13152d12c40983a074addc38ce5433c1c81c55955b7c308 +size 741730750 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..71af8ef150615f74d39cb615cdeac152c2f8801f --- /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:adb7a9e71a412d592aad21727408d0c08df84c6b7ba2639fd5ab09822b5a77ab +size 701524673 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..2c53820b70408782c0b6a3f46d83c31605577cf0 --- /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:a791890c27fc5f6258c29dd4c229eb7e60693f3f9eaec5ca787b83b0c710cf33 +size 419526823 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..fbd07e40a4c9c9c2f84311245c2f3d075f370187 --- /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:4597661e637e1ea25ce5e1e72c26914e2ecbb37f04415be1e89cfceae3264b78 +size 562336842 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..b4465454956cc7083410bf371bda84d44ea81159 --- /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:394e23a9b66b9775b8b0dd177d4a2f2e012f43ebed3942faffd51f4d5c2ed10d +size 548141853 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..ec88a1568580c06f81c738b28600aa565d9693b1 --- /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:1978ab580e15af340d2179b8cd37048ae030919b04e7c9009b9e2e7afa5a778e +size 630156781 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..783e5ac80c964bc690f76b1c875771b0d801ba2e --- /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:250964188a0664f62e56c3a92a5583859ff4d8f8187fd1c17de4d8c20cea968f +size 522254248 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..58774f54d3886eabb8563e4b6a4d6a6b6a66ac8a --- /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:484c732dbd3650c0d26cc7710b75a4f9cc122d1b69e24361a99d4bb3fd4a17a5 +size 593022452 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..2beb7a41daa5a0c70c5c3926d502a71a0f7f7e5e --- /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:d938dd86ee2b183b8641396356e464d4b9d25c38dcf8895d127cfc3544fcfc34 +size 500349150 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..30428419abb63fe39afee3bca2ee533f87e7bbc0 --- /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:3e6f41990b16bfb4f7b90c07d1876473c3e0723a0d776512cfa0115e7f0a80ad +size 493485082 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..28e5a8d27912fde8a20926863e01406f7d21d67a --- /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:8fd443b339c2f317de9fbf08083ffdb9500d59a5cedf677861c93a2eb16f6016 +size 583005772 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..0bed1fcb4d822dd03697d2f74290ef0e850fc32b --- /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:4f7af30517f0db4436dc33a1a9ae672c9070f5d4109d730c5fffc5a39e8a0cbd +size 475539558 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..4076c3b1427cf79ce92ac3e6fa25269d318bf17c --- /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:dd41b13e50132cc8a9f33f04cb04496a2c2d11ecbef860bed53a381bb3da58aa +size 628143635 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..12f4351ddfb7cbbca00901afaa6f76d2e101b00f --- /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:8e257c7158a689b664771528c7533b678d5b4bd41da04cf609a65dbfc640ef75 +size 581522622 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..eb9558b981cb58b6187afbe809113fabb4f7477c --- /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:dd7cedb8aec469299896d4324fe60d4ec033a60fd443f7dec120297081199b8f +size 574193097 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..8538b3000f27bca6a790d0d77205a9b2f274ee3e --- /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:95410a79c1bad3f30b29b9b9edfa8529f4fe7f0ce31404d8a8b0d84405e37f1a +size 495078812 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..50156034e8e583fcc2b035564551015fca11da8f --- /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:1c67c3800276d3fcc0b72ee5fead9f009ea25c127e9092ade4cb82776e1fbe31 +size 435867526 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..5857ec05f74201e0772d61a0bd18d2b16e197d46 --- /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:ccdeb82b6562d19cb26f3d3c5b17cc3100caa468875669cf1012b44769c6b34a +size 528031133 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..db9b0dfc0c22f967d16afed6c0267e83446c76a2 --- /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:18f20bbe51fc2f8401afaee9cd1ad9dea822108dac24b7b53ab81f809db0afac +size 492718223 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..d67277674de6bcd6de938d777d430c1a7101452c --- /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:07c08887d4bf41394801917079bdad8cd118b5652930240e99892bf20b866260 +size 439088936 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..c0829a67182e36d0f6572c75191a11c89a2d2d59 --- /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:f5d3e306cf534bd02798f9dbab995b3af03a506fad6789cb1902b55a344270cb +size 395230602 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..ee680f4830aed753bbc59d6c955817b8d649add7 --- /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:e206520f5fed228122d193e1da384d3e8d8d8b36a1bdd7888d49debeb5ea5ea8 +size 496946478 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..da0d97d43badb6bd013b2e965d470f0be8d018d2 --- /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:f494cb62b941365432fda9f5ec64ab96492d50342035f32f49b31abe8f33f1be +size 569769575 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..d4c0c23bedf7bf6ddca17dab0ddaecb958d02760 --- /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:8e16f1e69cf43090dacfba7f53af369db33a25df3283b49c4f797e7069e2a5b6 +size 590939475 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..341d618c090ea4ea534d756d926bb00f980ad306 --- /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:40102d098abee91c7b36bfb98ea83a8ff6aee6a3edf80ef82853fdc8ab9c3c0d +size 556248229 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..077c8d9287d4b23c98d86adc8c15e4e3b5f29353 --- /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:4b339aa4b4b4c42df623fd1502579a4d7bf87f21c668a25ff00269045de5126d +size 594499335 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..217591ab19ef1ffc041a3ca9596b46d830ec683f --- /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:05f6df5753cc41094954b7a889013abf57b0103bb96a05ee5faa7f18b10161c8 +size 673519270 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..9891200b9c5169417177d18f03ac634bfdf6a4a6 --- /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:b7cbdf0af70028a6f611846da837b642d469881c5d458466d8cee0fd122f9d35 +size 448764753 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..d6587d76a13ff02c6bfcbb4da8d56203fe8bdc73 --- /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:e904bc448ea74d905e6a49d87deceafce633da5a5b71ca6382f0000edc0830c6 +size 493648666 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..c28736fa244f6167ba2ccea060937975280038d3 --- /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:6514dfd2199ff4ffcdb621f782c21063c7ec11af7469d1ec4a385452ce5f1092 +size 569393837 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..434b5034983ae1bfbff88b2746b7a9f8aab2ea9e --- /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:f035e17c04920d678343f1f9ea686c7b60bcffe748e89054fe84e1b8bb7d256a +size 749051679 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..2d5ac197f9ed2c1039d5989515f33c18b044465d --- /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:35b95de8560cf7eef3e2f5bb90074218d07da870a38c50a028a3ab0dd4eff5cb +size 516040903 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..5496821b05abe3d2b007ecc311fa7797bed6ec63 --- /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:b1049dec99b28c97dffa8cba67a57a22f4dda6380203df8590d0c0dec0a72894 +size 396128477 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..9c315951e5a070388665cb727ef251e4cf9780a8 --- /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:191d436fc18e0ab165d37ef5b52be8c95058a2c6e0057605f282a9780d54d2a4 +size 739983463 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..073c6ab1b783f526c93e87e177bc96ac6fe598ef --- /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:49821a0ff8be5d5c30fe3cc0eadae1741de453a9ad9f76ad09f87b17ef211162 +size 499996455 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..9d8d4fff877beac4810e206491a6f03d4e93c577 --- /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:cfce00ed0f272aed57196c04228abe1d2bb85b52acad61f0f840da834bebfd69 +size 428663308 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..4ab6ead7eff10f057064c8afdc619ad3c636e03c --- /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:7768fcdf55e69cc7349c1903c9feaef79476d1e02aef8421ef4791b6faad7892 +size 428700924 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..0a73a6f985c466b7300b9993d6697bc857cc4dcd --- /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:da7b1f9c9ae6693b9c53dabd95409d1c87135ab3fda05f2e30099ac8e51a80b7 +size 601384189 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..2010e721afb9bf2d122c9a36cdd3bc6bc269bf39 --- /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:2807673c36961d0d5d534a04de6c5112098cee4c8a04cd6c844db267f8b522e2 +size 399136425 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..001368b4cfa0f1dff75de9be9b65de666a465a97 --- /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:5ad503b8da869a7aebba658722493bffe496ecd41cafae6b14a74a42d55b6eef +size 476703764 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..36653506b41a451c8452f3b1de3b92e5197838fc --- /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:ff91a4c173054c339b634135150f205a9ac87a094d5e32f04ade8b46bee79a2f +size 524647520 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..81df89670f8b046875a6fdac2f9abb7f691b4d3c --- /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:85a0538e2a25584aba56ab91a5d4abc593ab2e7715d307fa6e151a5774492ac8 +size 798069630 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..1697a038bfe207715147ffc42cf21a891cbd0fb0 --- /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:9fd475324cc2f1b744b05bedac36309b085a7f34866d8b2108fecddf4fae142c +size 887186779 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..816457ca624aff41a443fa91c3d3dfdce3eda1ba --- /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:283d12d95039c047df834a9b45d5949ac62c87cba91527537073e7e3864b1154 +size 1033150918 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..5b75c02eefb920fb7d92da8d5579fa04ba833898 --- /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:7afb7fc0191be37e7a05d5c560fe7fd1064b48f6eb3b1ba4f085ca166a07c05d +size 472175687 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..d4de585f9bcaef4c12283189088e2d3ab15d8c61 --- /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:d979709a39c3d8da593d3d200aff42b6492fe5ecac7f07fd2f43f86f749c4a51 +size 578616989 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..af7747cb881688458a4424615d26a957c0196bc5 --- /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:0014a006cfbb907f5d4b577c868a2b5b5184209f2017ae4fd2e2e5a17b7b48fb +size 567860693 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..128dcfa97cea17e0c89c6c78ab4547b7783bbcbf --- /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:c7363c722ad6be00012f7a9c694babcd7093e4e8f6dcbbbc75c2903ed33ecb4d +size 419165122 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..9b365ae7001aadb5ca24e793d0cd863fe76464aa --- /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:0c3d96356cde35fe57bc40cfdc7dba8f7c0ba4fb818313db48c63c556e04872b +size 443697937 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..3493fbbe353eaeef73aee5d053f6e581823d79dd --- /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:7e51c338c1a808e98ec15caaa61d768c820eee850cf98df465fe1735023dddcf +size 699427362 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..42ea4ade7b9d3aca7e88efd6248968871e7da091 --- /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:f53c70e09cebb472789069fdf8609953e6ff63c3851d57931519ef927fda9599 +size 442388661 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..c06661be0b3a5f2c98ddbdc982df904bdbb8b2ca --- /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:afbfba22dea0d28161c3eafca37d8a7dcb19789e3039fe215c8541d11ff0641a +size 559263147 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..8b8848bca571ad148cf88a47e7ce0f5b662001a8 --- /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:79cf6e36e8cf0beb9cb61706932d48b0824cb4e927c22f4db9d461a8b1e19f8b +size 684692561 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..a9581f5b86902f465737f2b5a5470772449ce0bb --- /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:9c5a915a8bcd57b35d9ea887f119c331be3fd46edbe0a201ec5881f8068b9096 +size 636406305 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..7964f083ececce348ee1674960fb92e337617419 --- /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:472cb43186145fcd12a91216f627b7d900836ce8c484cf67e773506a5a962e64 +size 617044216 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..1fdb8d62562e011a739cc9047a0d372a8d09e0b8 --- /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:e937d64f2d8d778b7d0cdf4bfe89ecabc4d9ba52bedf3160bb212843cf83767d +size 704149591 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..f0e81c58853dde81ba65f2137c3eaf1718b46f4c --- /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:c98d8318efc8fe4fc30b421f4e4bcca7ef9556b957f82b3bcdf69422c2bcc96c +size 438877477 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..bc47ac322986d02964bffd4026026b73cef2efa9 --- /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:016eb11db687b241af1eb1a8f4ebb27889fca0a38127c3a114328a29ac53cf8a +size 869394664 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..53bcc9ac013c30f377d7888aa52981d5cfa482d0 --- /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:34d5a33f34fe18532014bb74acea9e0b078978d110477c0976aedfeeb8633433 +size 415320138 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..ca7b3e4c47b8439e68ec6ea1cd699fd154a6c8ee --- /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:02fa9523cbd87ede950bf4f7d0672e5ec09a671bb4a97d641597682aa3e6b8f7 +size 471313786 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..c73984b7467077776af1558921592de2404aebab --- /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:5436f301209936a0cffafe6b5fecfbb1c036862804d48c83ba5acf834ba61198 +size 403936409 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..7980fb3d421ba7789a65b20b0c1610f043844217 --- /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:9667af999b806cb2935a161243cfcb2d877b1687152302194b2317f5ba82208b +size 413601853 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..3eb88a55dde2593d3273a94f086e251fb20321d9 --- /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:3d312cea77518c0ccca0d3daf03e0e4e667bd447c8e26e4d319fb40d46d2eeed +size 371751852 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..7dffe35c03c10517b9485e58be976b926663d638 --- /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:49ca71ec0ee6cfdf60c7f61d04ba7f6180d48b9f7684797a81cca8d334947716 +size 517126526 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..5c9739d63fadfacf274dfcec3347dc7d3b5fd9e3 --- /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:0e7b3d6d40653d08386b58247c4bdfb54c44a5b18b00ab15ba5f576a17c7fa89 +size 807761650 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..6807135e4c51b75c6f7e7a15ade5ae8610230e1d --- /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:22974aa97d636e27afdb502ec75fce84ca48e5ca001c6dfb4e658a3da14589a2 +size 887581071 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..b28a73aa886f3c415435c2d6b39e0c5a84b8a342 --- /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:2cf07c4ba5a71866fecf2c5e68943ea37ae3e60cc0223c320a6104cefc5b6b71 +size 496136361 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..d22f2b71441ebc7e5da94de82400a5ea6158a8b0 --- /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:e88c2e26490299b0b273be1353830e59f4c3da8243d65927f0123c9f6114f62c +size 378414920 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..6ca1eee5d0e1da35708c2d721bcdc24f1496d054 --- /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:aa9901d551fbc80f27f2ebbb096acae9aa481c2eb0704b82d655c185f96d3b33 +size 418052023 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..db5316e7502bcb4e47ca8f4fb1e1e7ff74f49878 --- /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:d8fbb3b0375ad6bef373a7a19bdb053bc47e24ab375b0ff2972be53b3e6fcc55 +size 708653316 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..7c616a3839eea1708c8abf736431cacfa5bc32d0 --- /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:15dbf1f583391181620a1f890dbe482d0f887f8f0846a2d42d14ff1f7e6c34e0 +size 458747762 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..549f35b5a4b6be4d861be09d3ce973b55b4231aa --- /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:33221cc85d1428333a79befaeacce229dbd46599fd4639884f963a1556808e44 +size 429880803 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..6021ff48d1974b0669fb6c84a432d0c56a875150 --- /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:c96918487b82ac96e74f1ea73a79176502494b16ed28f5e42f917a67f144d972 +size 536347203 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..bce520efb70613c5e252b13e093db08b2f9077b9 --- /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:d861c37f19442bcc0c7f31236b4a40a0fa08f1eb17de73486c7dc1e7b737869d +size 431115692 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..da574ba50b7171d3997613e5a0eb4fea76f386b7 --- /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:dff57c265875dff0481bf113d8777294196653847a66aade71990d4f0be0ec50 +size 508324013 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..deace143b4b19713de6b8121057648634be76f65 --- /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:377f68c3af6270cdec41635e8c7b30941d50fa7951f64e49667875488869ccba +size 519802282 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..1dbcf7257ec9ed73681b84a15f7d2e176aa70893 --- /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:3e028cb9816bbf70e8c5b2cbdcc3330644ef6401178cbf5eacdd849171d1861a +size 429702265 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..9eb468e769582c3dd8b7fc1a3fcfe5f8973b67b9 --- /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:e848f7e71c28e6d51f7605ff4b56138482d8a7b7353faa33eb5df54230f76de2 +size 446593711 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..07b348339c8d5eb50d6b71f34f2ae0f874874608 --- /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:9b22bf3ec9b5ed245f8dcbf3a0667f7f9f9a52100e76695588296fceca415539 +size 551739656 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..3e8656b4f9b789f82c2b17d97159a7c298dc7812 --- /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:c110bdc816d2edf0619a7ae6b3ec2d5e66e3747829ab473b211c6babcfa40817 +size 413131155 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..f12b69edf2188a4899e3b5cf2cf20c30fec2d580 --- /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:5d8359a3ccf985d5a1c39babe38823a9afdaa760ee82e72e18e51d2143def6a8 +size 354119337 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..0365c8bdca791d24777734018ffde97f92aab98c --- /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:6581804b9b76e4359c0cf4efa848a1994cb3f96b8ae1626f3f935e333a38f75f +size 907706161 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..d0eff9ef20d10198d2c8819020184ffe79cbcb9c --- /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:5208491a7fc7b1c5f8297329294f37134fe52b405f27af708a0653dcff7b356a +size 663378608 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..946a2136d638de1a7053ee532d2fd8050830aab8 --- /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:3b0e5d1ee151f6240cd5c906215c1c9926c67fb0dbe5136a4b334bc1d479ab33 +size 529961808 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..8155dc32d8017bee7c1467dfe6f17f6b5347866b --- /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:54b8b5eee9848c11a12e19b94292b5842523d34a7062a35916cb64a9c9989e72 +size 878424705 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..1d564c7eb5d39deb6b2a45cb207431a29b595bc6 --- /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:ffb1dcf046159ad8f284586fbb139e0570edc438ced6eb53f343afd013c33064 +size 460244964 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..c2487bf15202e7e92543e283f5ffe9a1e47c54bb --- /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:47211c8a721efc18f4e42d06cc7c6bbc56ab76bd88f7cc72d29c51a53382ac57 +size 374180107 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..13bac4774008df6e69854c51392580fee722a5b1 --- /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:147e45b9b28b41d46682cd3e50dadba918a240408927a43ceeb2b39e9ded6fe2 +size 554921787 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..899aab5db96d984dd016bcf4dc28d65ce4bc0840 --- /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:f6d5faa61639a24f33d4d224abdafeabda2520f5189d6329db748c7814ce1d51 +size 1033911980 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..a4ea8d03146e752b02832be2adc7a67713aaa6f0 --- /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:c4de69478bc08513bed11d313aa4100354e67e7be6f1e7970a7ef08d5947660d +size 629126565 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..9a40789ccec055332523d01a7097d4ceb228e5a1 --- /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:5dc301db2f990be331c819c76bd8d3cff3418e78605c975575f92bad0ac6bfe8 +size 417967315 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..77ce1d9bec1bbfb3afac706ce257776dbbf4a7fb --- /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:3a78ddeca929447673dfaee9c947fb0f3976698ca30dcc21b710c7c885edaeac +size 527527249 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..2f3828ec1dfd30fbe981e70fd9e46f2f67f9a479 --- /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:d778f4eb8015ee5ce880cc3deae6c54558e57c8f16e8696f245939021f9712a7 +size 599927853 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..429ff20ff12cd33b35e8d335ebbf43908850917f --- /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:f307b154c6424b70dd74e9cbf0eeffb1c6adc37484555e2099f4fe0557c1992e +size 894919084 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..705d6e9985d00b13ed80a3bc9f123c096ffa6e4c --- /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:30a1cf68ca49a253c4b4ecafb1f23a1038e54ad59883e3cd7e353d646eeb33af +size 471547128 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..d8d4ca7643e08a5ac90a20f49e03baa5d7077013 --- /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:79aba90f39a4260356b62bd4e82ac967dbd9e3548e494a140a26e2c12b488e17 +size 726391505 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..26295c4828e2099b20bb2c78a2ad37cafe6c7022 --- /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:0c84c5900311bfb792a98e94358a81d591a41cf64aab2601995ba87ffd26bfc8 +size 555947093 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..2a8df1e346e7c495721ed27458bc6565e008b55a --- /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:aa4240b95d702ded52a752f170558466b343ef17a829812d0db8a9e75456b68a +size 418746664 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..d7497d0f955de8fc017280b7be55411226824885 --- /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:657d3cd4bf7a6600a896450b415f69439b5ee0a5b3f2ab2f101968b946fcfd72 +size 421259925 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..1673ed83f4ddc088643e7596f4868705286c0bc3 --- /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:28338bcec4e3746d6a5112409d1439bb466453933e659058bbbe5a37fbbed172 +size 519355629 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..2676e234a31acd49cbaf31b9c845dcf990e562f0 --- /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:16a0928d092c67504298e36d3ac561a6129d88314e4b64ffad641602d64d733c +size 460471022 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..9e04d18885988b324c060c73d2961f9ff5586aa6 --- /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:f2f69d21478deba492a630017d3dbe3121c9ce30297516b3493b83e0211eeb14 +size 554848915 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..5de718653478f62ac18eec66febf52cd9424e2e4 --- /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:a43591ee6902c7d985f98f516e08eb72b1c0c706411019b09105ec8bb8c5d6f2 +size 568330355 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..5d8f53044ba641f460c3c8cb785e9602d3fedb07 --- /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:2d00b4ecac383353fd7655614ca031ec568aee9ff10fe448c8071b63396d3928 +size 429929997 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..a08c7b599d43b6250b1e5b838847f129e80f6702 --- /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:7b701dbf4b27f612bde45ebde30f588b1de93362108b1f6c4b38dc5827963dfb +size 471811070 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..936c7486535af4228030bda0f1f81ea679e0c218 --- /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:6418c856c9a0ccaa8a34cbe0d70e16ca7780823f2e16f465c82216f0454377f8 +size 555380311 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..a14387415e98f02b26114a81b1692d722b650fe9 --- /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:34123c1e1571b739dc17627aed1e4313eb42e6812c1368ded98730b41e3e47ba +size 956529393 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..6710c339e897a0ae368baa867a846da9f2996f6d --- /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:0ae144d517fcac49574b326cef80b094ebf71d1c90611ce30855af5539908539 +size 472153109 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..47ef88e1c7def264604ae6f6a33925e2ae5b8ea4 --- /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:7ba5353a8b0b775a5b85661c26e80d6e320a255fa313592154cba82034134ae5 +size 432536457 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..b663f8163eab581bde86adca216f558d811579d2 --- /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:f35110ad5d00733353f77d137de3a073757273ac32cffd9e9c126f3362c5feb1 +size 847430161 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..d4db9c728c813c1c95efdf13a9c950c209ab76cb --- /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:380ae3741b467022ca979c9852b882397f6d8c3f080f2b778fe4573d32c8bdb8 +size 413500239 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..5fd0bf8e21d77944205e92ab9a4d47d6d3c852ae --- /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:7849eaf6861a0c9dfeb0c8825cb820d5e3a8cb68dcc93c08121107c002ad76a2 +size 933433819 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..ae0db18018e7a4b3e61a720087ab7dfda337691b --- /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:d444fbc356d683bc8489fbad0a7d5e28d2803a753d6bea53863d20a3a403e566 +size 602355459 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..2bffce0282eb7b88eb06929f4538906c298756a2 --- /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:20c3254a62b5c0dfa2110580cc9a4d517aae9b4c8f235deb9891177b8ba51fc7 +size 381060033 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..c54a2829afa8026239d34b7f2f190c354c934213 --- /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:f136a869a19664d5a90303b5a1cea4e17f600bf6f9d0cbf43dce4de8374f5953 +size 610303493 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..c01d55ff64bfda92d384897448aaa0d3b94fc054 --- /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:a4470c7dca9ac5f7fe9baa43a649550f02049228233f24fdf8b5d41fceb3ba90 +size 338887715 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..015e9d6cb83297b8586f37fb2727568a9d039d53 --- /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:883ec389b990f9cf5d836ddf512fb6fe9430e3b5ab624e4d9372cac9f58af738 +size 543959677 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..614b72dfe928124ed9e60a2c105192132d993098 --- /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:290d28bc098e8382949efa954306ed4d02fefdcd1ee2c1d7d478e2addd88062a +size 1155175059 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..2bab71652516395a6e669a29dfb761fd3a1ff8c5 --- /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:2e10c28f35ad88c0a6c231e418150446f4d0320f8f92bb298a87718d77b2ef83 +size 500009890 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..5d652c55e926bcc981e364b01d9f0f6b2a36f06f --- /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:2ded3c5b9b3e3e081663f56f174478c71497baf60764036d508cb5b68531674a +size 563016145 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..394798e6038c11503c27d167935a2e7f5907c8a8 --- /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:2f44c223e73fb9e67aa9533ac1212cfe3249dcc200b620be76937cd2ecb26511 +size 406912433 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..9fac3a58db428e3f9642a9ed10092ab64678e562 --- /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:06386d87e7170f1bbd21a134dff36bdda93422d8de0ac6b5adfb869a3adcf241 +size 422200219 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..fbd469f8a49ff995f578fa5a9a196012c495dd6b --- /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:b2ebe8e2f37b0c48c3e65d10bed0f7272e66a2a72a4221ddcf38da5d65ccf501 +size 361340099 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..55ed249a1112eba910fb270d60e047ead0b55012 --- /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:5f5ede88eacd64f5b82b1b5fc810e15f3ba4f9d0df90533825cda3fa294acb95 +size 604866473 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..5496b33694f9de7981ad0907bbca58687c514a13 --- /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:49302b7514c17f0b621244e19e0fa650da280606825723670fb8da42f5396d0d +size 485484491 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..a63f0ad4b4deefdbf2b860fca14b77a7212d7a5b --- /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:e0984fb90d2d37688e48ac5673f74c3054aaffd4fd77660106a45a8fce6be618 +size 441541027 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..0c279fd048be4d65673b737edea2d45e87b8f4b7 --- /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:51ed8d69db491aec6f0efc318ba7f8356028937b91dcb8ec7aa0619394f844ca +size 462692048 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..77694af41ea566d03ab2211f5331901fdc6c1888 --- /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:9ed93289a65c4594f6c357a1273e9565710071b2fa965601761203cdd977aff3 +size 430198342 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..027af578daa4b59ae0c860bbe6ca371e2905c0b6 --- /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:c987498486d5d02be7a7cb2470b63e2ce50972d5215f4aef7ea4ecb9d75fbf96 +size 488480242 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..5df5cba3ec6a283431e0e2fe0f4b425af4925e16 --- /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:1b874b0728d00bc29a3a0119247e42f785d78eafe8444d9dac431266f08d47c6 +size 490443365 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..a56d08772da60836ef71e2ed1f48569cd00f3443 --- /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:5125ea5021c570888ce07b54e5eb9ead965435653743c7bf6923bc4487f22576 +size 416452992 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..637814acf9e4621afebde99e772f68de4f2f172e --- /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:53b01b37d6da92beab731399410aad3dab661bf02efd6f5b4db4200e8e4b3b07 +size 406004995 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..3266a44e1fc0af07cea383c69c3a78e6a719a204 --- /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:f0875adf24d018c63e7d0f334f2663e0003aca51f4e78494ce426de27e940d18 +size 455710750 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..2ea314078a230d507b5626e38759b3ef7360e9e4 --- /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:5f0d28fb4f692e534571da373b1f55f67fcadbcea87a5159b5eaf6ba0028347d +size 565811472 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..8cb9327bd90d74c263c8b9cf57ef88a9853f0244 --- /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:207732a00cbc73cb4beb9cd2e1d694169bcf6c646c5e850b96879523a5651717 +size 457582872 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..67deb53bedd17e9f9c4245851e33436abc1ebc8a --- /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:91d36cf42d749d44f5caf3557379443dec1a144c6350f922d6d8ee7eb940800d +size 466834909 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..e929813d2fc88075385813e0083f1def27783cd0 --- /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:2bb46b72ca4129cf02757e2633c44913b7f124e5b83ae7a245a679a60e0365cd +size 542993954 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..f0f5faf02817f912cf78d00aed67e305d281d1c0 --- /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:1c957a4128988ba8fbb999d4c9114d9f33b9671e6104a5a1dfc5038555661454 +size 618220506 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..d0f976edae81a87ea525bf80a107cda2c4652afe --- /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:75b47b5d7e816d8223e8f58da9a79df734442868015959c204c34da3c9fecc0b +size 571130815 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..a8411856f81f3e3350deeb30074be14921bbd6f9 --- /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:8ac8f2a20f2c7c13df508e641d3fee8767e60e4ff6f66a82fc361a6adf95ec53 +size 574623243 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..b48d5158ccf49699ff3380363a007f1735b8118b --- /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:f18513b2d145f80dc8bad6f61fdb79cd68a0a6f6c21aaec578a1faa59e4fd6d5 +size 590130343 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..019163958da6913bb90deb871e13aa8991dc2c49 --- /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:b1c4a1ddd54fe3d4d013d3ec2b8c609474874461910e77588c892a5639168bdd +size 549276299 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..9b9e7a048b3b22992e11b7bb67bdd1784c240bb8 --- /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:fa021900ec40229ba55d471a2dde96050553bbc6d504dcbc229ca4199a6d8558 +size 615450296 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..a52687705a8c0ebe7b6d18acbc59cf4680528e13 --- /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:cb78353d77cf30008d1c7b4d053d9937050bf5a7a1487c50035e3d18d50c18c2 +size 658818710 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..13ffe5363a745848035fb878cee49b0da0b43545 --- /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:fe8cba92c2612e42200754aefac5ccceb33a14da4970b44a80e0caa9caed4a1b +size 415633759 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..0e3064e3d65c25451bcf767b43ad9370d514f474 --- /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:b8c7a441da6a1fe2ac06418bae85bba5f1e8efcf4648746b634f2255fef0745b +size 446319130 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..11ea3414499b32c6eba26195e1af843ca2848f0e --- /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:8acc48b58de710fe79c790837a327e08732c3302e769fb0eaf8df781f98608cc +size 520568559 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..48d0cb5ffdd67d98d13d05fb2cea320e219235fa --- /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:07e51614f11a2beea3021bd110d56c977f236f2a27d5406e00416b7a7ca80a97 +size 454304398 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..c12234b478efd1c248ce2ee866f3d41441bd5836 --- /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:330158ac7b914153d36b26d20ea0119edd29066c18b8c37e67c3cc85fe2fdd17 +size 782819640 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..eb6503212e95d017a1afba8e81cfd97d691ff067 --- /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:9b6340c11c91d86fd2afd09250a933dd85fa68a0d145de425f2a166ea93170ac +size 1297201744 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..0f498020279742d73247f0b197edebbcbd1d2afd --- /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:47d33b9ecf9e779ec1fd1cb38d799466b85f06f4a1704ffd3855b13de782a3d1 +size 401707807 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..8f1c214b975de7e9399c719f97ec5822ef88db52 --- /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:f67ea2b890297ed85d5be023e10fcd5f36137cf49f8136135a41921ed2437917 +size 454186274 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..ab6d47e3b079ca5efe54bd1db9a6356c52d4e6d1 --- /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:8b0554bca484224c4bce46a0466d8428ee26a56628fa7ef7ccc024176f91121c +size 481569719 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..69b7fbc578167c1a38ceaa840c586542ed1b3346 --- /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:cf34d60efc86d1fe32b4ae49067faec9c26804c2b47eaa1a3c43fbb93f6518fe +size 491276805 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..91867ffe142e348641ade1579e68ba4125c47a46 --- /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:59d0b87ea172f2da89fabcdfeac691196df917e7bc3ea973f8a954f81c5ca4c1 +size 638670831 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..36326fa45f4167f7cfa64457ef90f6a4e2c2c126 --- /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:f5c05c0d6b7ed6d4b83cc0c287399a22a9de7e69f77589c010a1e031e7a22660 +size 437190588 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..e6f70e9157d8eb48bdbc6562cea7c49c012c1b3c --- /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:2ec6753b57177199e5800f498112068b854fa59b4c8d847d2e21d1ef9f0037df +size 544432367 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..9cfaa14e9a3320a874e7e8f8bbe6533e8df392bc --- /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:73435a438d1ef5571013e02a5a97a32cf23b678bf817e4fe8dfe4e8bd65ac63a +size 538561398 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..2a0c9cb35d00a89639557589b1c1317defeb7796 --- /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:09ee131b3c3ee4cf9abf2d1b24030648f87d12e3a0f0e0c51858250360e370e2 +size 658867667 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..9cddc502bbaed94e8445e8b50206fc78cad8ab18 --- /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:0a988706580c47aad275e2f611f16234cea7c6ce34b927e076a9461a5d7e6011 +size 767168179 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..9030374ffa50977db8962c25258312205850bdfc --- /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:1f4ca77ef06894f670109d57380bdf4103f81561c24e14a241e558933acd1b11 +size 580960161 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..124aed733332ce441acb99b1c4af08f246add2f2 --- /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:00e34a0e0dd397fedf5dbe58dbf89fc7f6b75d8892f609e52fabafa517eac040 +size 499675085 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..9bf93ede72034951db276156bdceb7d482ecd263 --- /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:33801dc228721cc6c97c7d8d4c983a270c16bfd182a392f4f619af99be8b9d00 +size 856082465 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..b362a14b9ada90e1580939c50fd2dfcbe64f5acb --- /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:be4d3da79cbf9b749241371ae24d0f805c8eb9304b293b7ea1da5a4db1d5b3e8 +size 446745883 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..35d52a9b73dc34dc98acdb1917ec9b9a1b7da10e --- /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:656e081a43f52ae560df30ee0f21389fe6229cc09a39710d3708d801e42862ad +size 674685092 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..70eb216b08638f6180bfb8ad9a3d772400bd36a6 --- /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:ababd3b510cb53bcf3e72d4dcb0cd9dd2a6d54a45c02da1547db6a49b0a43a87 +size 451656223 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..4ecc085ed2e58a6fa0ae51154ddad6808667a44c --- /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:0590da521381447a7ff5253f3187bef233c71d8858be5970e36b30c2acae6528 +size 448285957 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..0f8442bd8262a2c93bc49c67e729f82081a0dc05 --- /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:54fdb3cc27d74a38077d2ef06836ae1c5f5aadb3f8aa145089e3270cbcc1b843 +size 653112693 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..cec897fe7f54056b1c6d61b2aa9f63023d51167e --- /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:cfb915c4bc028a0066f81433c56764bbcadd0c1c94458a5c69db5ada9d0492d8 +size 532062768 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..4e38b25986bcfccb37305fe67a23991c7e499773 --- /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:aefd1df065763d938c8df881ee44af8b388f74a357c266e533d1d0138bd547df +size 391101506 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..e408fc7fb9e28a8a847c240bb0f6dcda00011985 --- /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:960d0856e855cf1b187e3404fed8870b4e505536624458fe1fc60e412e885e57 +size 502721762 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..3c3d7949d78ca91f86ab4c827678070500e70c93 --- /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:24194ab905711e51e96d7ac34f97c17439c7b223545655fe356cb4874311e932 +size 638885484 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..7efaebd03fcb3be3b45c8b23a6df4573e76cb21e --- /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:c1dd43e67962170117cdaa1c92b078f1f37993561727b181263aee08ea8ccebc +size 825833925 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..6697621ac3402e118e0f65d8e1f8b38d8fcd1234 --- /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:18bf9dbca641f98bea9214d0678473de813a785f15304f609e5c2459d2cce3e5 +size 623084422 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..867b94eca13df8f6f5ad0d7b54a146ef2f5949d1 --- /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:2c5c1010d0f7d93571334491e5935dd0a4fe282f1f88a6f5c1569e05dbe79949 +size 469645415 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..7ffbd1720c6944d86aec6d1b74035846eeb4b2cf --- /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:fde37f558187f5db61fa2e34fc1e5569766beb6dfbeee0024bd22bbb755d62c2 +size 376753750 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..79899138207041c29abdca9ed754432d013ed58b --- /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:16b8bc6f285e2ed7630a5bd501cf82299dc688c210ff68d63af698f09e3fc6ec +size 525612643 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..8b3f99d04897e8b59e424328c3b8f739ffa8d067 --- /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:a1900fd138ccc4cf9c6578d5cdc243b194faeafae37c87fb1df190631cc9fcb0 +size 415511361 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..63445ea26290b71f2dda293e92f65bfbf810348d --- /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:82699598ff7227686ac5b2de01e6a4124ca8be06bb58d73910074e344fab1b43 +size 623006247 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..90292cf9440e01c325067f203fcaabafe54c8d81 --- /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:ed09a7712291123161655c0351dc0c847bbd0b3f9e8c7c97c97f804ec36f3e61 +size 486756702 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..754872ef36c7fe3d594774b32b783cc877ef7196 --- /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:5cdab06398b8f3d210cbe00e9f1e74c2076b336370dd382ff93807ca1f7a0c4c +size 696920215 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..d9fc860acfbe12fc7beb349a4d1e79034bfc2d93 --- /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:c608b292eeab1df6661b240fccc58a37b3c890f455617ee37929f82613e599ce +size 418465476 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..8816c524588c17cead57d05b4491fb983e1c9a04 --- /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:635ac31fbc7fc5b739af951d21e7d7866730db7667ce2635a15fd4ca25478e6d +size 470235082 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..2adfa89b65580e1f298425ca1a7f8845fe01954f --- /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:02ca3b34aeef68c1a4690a630b90357843229acd9fcc612e1612861f85a3a0aa +size 457683478 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..012d6d93c6dd62755854855157fcd42a70c2d48f --- /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:4491603387b87a1f98e55055e7b04d7cdaed4a812fa5601848f3e12d1360cd30 +size 528869517 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..ec583030a1db15f6b706261a287ae88cb6f13d58 --- /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:9296bead9787d890a8dafd1753b5d614197f092a06632e04b8cedd4c7ac2995f +size 375666816 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..85e055ce61e6935955a76ee55454c66043780fa6 --- /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:9aa782ac66cdb41effc72422753dac1011778a1009a09ba0fc930ea5e5660281 +size 517386370 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..da6d4debdf7ab829bb24837df2e9204f381ee542 --- /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:74b0aa0dc74f85a7a607f9467e99332d16ea03283ead6041c7d063d585f2c68c +size 475619702 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..70fc1e46c66bd3ef2193d78fbe46a98eab2c8c8e --- /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:16b8def17a86984232a70d534426966b5c36c7c730075833da23959a57f7159b +size 500324967 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..0413867bb4cd4788a5f0912890490ab1b7c62791 --- /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:9009af922cbcfccf901555ac22f5c1345149a647f97ecafe15b5b8d04a4494b1 +size 523018262 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..6c80c20517732a16d0c4ed03c09a12ea705b00c7 --- /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:9b7f8abc5a9db1ebabbd5ad12f348bb5c212911df2b0304eb09de065b5c132dc +size 444950838 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..89f769679466ca7a7c0a690f6854302b09341c46 --- /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:03f07cbc3f10cc4d839380e7495bbf3a6ff73018aa868d757f95f17c8a493dd6 +size 443495891 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..a62df57d6ddab0732bc46ae74215d3d316cb6e10 --- /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:30e5fa9c967a89fc1be1b4ad9e84e27a990125bd3ab98da67fdf29cde6dc84da +size 530329087 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..a4314e3b53164f4c2528491b3b9d1a99fa335355 --- /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:6354004d33ccd23cf556bf2a76308b8600a14bc07bb1943b2cb42f37d105547f +size 383157454 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..ecdc32a9bc16c78153da024c541e9a676360d231 --- /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:d292338990e50eb59f18896bf57238e983ba5c401fa1d721daa954ef805d0e36 +size 1147951575 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..973a693807f34975eac4fa2a149a57074260a957 --- /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:20ff9d2886360f816156718925037675583dc89296b9e82486d5226077c05820 +size 420097767 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..a6786d1cca0784d9e6f87e3b2f2b042b1150d3e0 --- /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:625e09869695f334f6f8c59e42079fcf5100ec90e6bf28b8f3c693fb4cb1bc4b +size 922344992 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..abebab26eeedf7679c37760c23bbbe10d00015e5 --- /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:9be35bb558a6abe84bc1e819c09db8c8d7944d87677995d6c9966d0808986954 +size 509257136 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..24202be5dd4ab0d07abfb86d7ab0459f1add3d91 --- /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:c717be695851c3e77b2a1e2e945ff33538f1a520c0c28634f3bddec2893ef46d +size 603569456 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..ebec046c370aacf4738a1a555c46ce479810cf1e --- /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:79536bc064f3af639dc952201b89277aabf7918d0458a9c5dfedfc8ec31e4598 +size 439498937 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..0488b9a1dbd96fc0f3350a0cd6a51e7b347d8e8d --- /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:1fbda9ec4cce1f91941e1987290e102a9ea1f9fb8d3e4f27853d4907007ead5f +size 678234303 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..090a69824efd29f617194338fe89e9b670257fd8 --- /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:dfc874c458fd8259f03bd7c654424384fa11af5480d20aa18dc3e203bab17c73 +size 409495125 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..e1a88441892ca36f19c57a4b12c9e235a9efcbf9 --- /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:4393fe3776a945a9e817c2a1226ef1c1787f196a3b822ea21117533fde08762d +size 447854152 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..6258c28fc47140f73da61da0190e3de64eeee1fc --- /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:0bc28df653db646f4797ac08adaa2ad29b1351272272f6d48790048dbc4acbb8 +size 716558793 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..fda22815ac5ec0435264992daa6d99d510c284fe --- /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:80aab145c747d8f08f0436a71a584429f89f29022893fef8a13561e463260c47 +size 710957882 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..0a466e7e0b7d342f849c6274753ac299a80f1da8 --- /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:88c7837fb9251b0484a8e72afe10c05f16ccfe8f0917f426c4718db5eb5fb9c2 +size 547932390 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..79d717d094e2a79e84ae8f45142736a0ffe64d39 --- /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:85548caeaa331e1593e99bc66be273cd189c77254a4c930f317ae93d935814a7 +size 676672806 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..1eca4b07c611328c3def9034405d70441b643bbb --- /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:d966eae1e0ce93bcb6876885b13607394858c1646365be6bf7d5a65c9bcd8d6b +size 978101874 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..f4719664961bf431033603e9a6ac30f67d5082de --- /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:34ea1b9277b25befd09b33d076ec4984940d2b4ad48ba36759a866e8f686cc10 +size 517298137 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..8b62e8bcaaf6798f8bdb2d155d6379fd157c9a88 --- /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:019e51fa5c74e2e756541321002218f1f1f508cf66ad0bbfea06f709ef547394 +size 551651566 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..8be984bede817c908863066af01bfcf012885d82 --- /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:434fc6e635cbf167f158a14bb54914d6ff1923aabb897166e5091a9215d6b6a2 +size 575285457 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..54d643f6eea0bc307893020a8c9f3330e3d26627 --- /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:9c2f7de363c0807442bba3bcb014e9047dfda73335fbad32357b2019e1bfe5a4 +size 505061690 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..4477ff3e1c2b151857a15d864b856fff19bea59f --- /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:2d2b8e80233dd61c4262d0e57753a328f275363ffcdcf7040a5a28acbcb236a1 +size 494770396 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..fcc8280d74256562f9d9a23591c184e16a55233d --- /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:fb47c225674897ac123e3420142c900ecef322362934078eea16d864cf1b6a8a +size 558786002 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..cb50fcaaa6f50cf4b990329fc34e60b26d0913ce --- /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:4f1acfe6fbbdd7861ab82ae984d413e4d8080b49d632a67d8d499eca869782b2 +size 621275805 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..a52ea1a8e9ff094cf70623992d00820bd20c291e --- /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:728e682bc8abed649faba38b460da81ec800b99674d9c65fa28a966d74225ee5 +size 455851058 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..ae916625e8567ea322c3c5dd9a8519f962f3754e --- /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:59842eda37a1d145187fbbd1b3604e1fb63bf68308cb6975a338e8c974366ff7 +size 446931097 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..107f17394ef5fefba9f116f74e2eee53b4129db2 --- /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:92a749af20a15eded1e5dac9c4615fdeccfa0742a610f28ce892b089d3165efd +size 477583915 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..a6d5e0bfddd16cec233ea9d2cb8e1956f1de9ac3 --- /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:231f54d01a2e6b0525ee2d4865070c85f19dbee34ecda687a211a1717ef411e8 +size 610768055 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..93849e5bf4009ed8937f237d03b65baa869199ee --- /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:d064d0195a3ab4587f6549d73c06923a76228cc091856c3e2321f66b60bdb14e +size 898367100 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..57d01573cae3ba531337272f97e3a6f850342399 --- /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:1ace490299cab242becb4800e603ffff4b61fc3d522ad018284156618a5c9696 +size 415499626 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..b76e5d36e0382f19bc32114c1eede405065ab4dd --- /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:7626a846076c37d72d8bf5628dc87daca984856467a2bf84b4048654a6e8df7a +size 787951345 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..99d92938500af15e499bbe2843b77ddd85ea24ab --- /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:34ac00f879a795696f390c1a3f029ac8de54b7fb5beaee59758871528b6ddb9c +size 924752144 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..3a6d69ccaa9e699a2c1bc475846d0d55044e38d9 --- /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:8adbea7271859e438f593cc440b4d42a42baeb69f7efab03ba31b2df69ac10c7 +size 902477035 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..5e2aa4e4bca15c5f9ac0efce5fefdd442cb54e8c --- /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:9f8056dadb516f14f3cea1be8676738d6bc1fa1c6d24e5e8274a0d074b726a30 +size 473138001 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..80ef045ed40ca7e1b0c42d9431e78103806a90cf --- /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:95c77edcf387490121c2e638304a950e451f5b318e7c679a07c361319f0593d6 +size 548212995 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..2d6f5ecd03401125ae34ad2849f6e578318c50da --- /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:3377391b29665601c71a0efb5195d3e043bab6c099fc7a236539cced7d577503 +size 537503564 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..b0fe087dd96a4741bb73db5da22c9d32d9a73e1a --- /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:211232a34c78e882a0d72f5f89d74770f9328e8655552ce274f0103a8ec3eb5d +size 537437871 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..3f3872fb4e50e973520d04d508aeeb942bf82111 --- /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:e65633f35c296acb01199ce46ee53c623b492a8c5e0792498668e394c1fa393c +size 435177402 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..d3dedcfe7bff8e1877cd072d68a07e0dc9cb9b93 --- /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:febeef89ed87b2321e93b7f321f229bc3d6aba6574757467b75e9253363c110f +size 487593389 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..7a70624b8aa271f0dd883bfa64fc42972f5037e6 --- /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:15393d3d7e959f9becf2e93ce9cc0664ac0aed1adb5948a90b7e7e8b2a93eadc +size 598350341 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..7480bbc25b0787ab34eb566bffbb8e325bbce86c --- /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:4c33e723a053d1a27bdefe98d79d8b54e33c688bbd8250fdf0520a7efc3ee3ff +size 620556883 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..42758c870ce3e9b3ba8a31421cc398780d97950d --- /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:187a87935bb820e5d3f00d568b7624b5e07b5f174809d1a0e44b920a2c467e02 +size 386652211 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..b7a31d1d801bbdfd228b201da6544ee07e989b5d --- /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:776835b4a4f38937c8a3dc19891b1fb66573f0ecd6bd70b6b979c786d7221d6b +size 381902676 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..5c218734f8d29997a25f9f6e58a55500ab27f1ad --- /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:33a3830f8b18b319dd2d5a8c925180221cfb0c17b3d50d49a8e4365a3d7bd590 +size 556332612 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..45fa1f0e957194843c8311564300cb98bb370e72 --- /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:1049dc2260d9bd3ca480bb3982c42a8b560f76f88fc62634d5fbace8291daa80 +size 614887635 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..d55ef8999b7566abb7fd09e886bce3c263616872 --- /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:264dd7f78143a63f70a3836df339241459ea599b4137d6667f74e4d9901c7bd9 +size 750138794 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..7d45608102efccdaafacdf4ab511c50331ddfdd4 --- /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:b874b01bbb0474e87534912a203a9e2995cdd50e19664342d1df246791338dcd +size 507241676 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..61c963e0f1feba5f02138a1dfd72f08fd42059bf --- /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:8b9e2c4197e0b0a07bc4d44353d923e6e29c6f3834fe7721e33610d2f47ee66e +size 761241631 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..8d2529b2acad41655a60a832cc975543e9810349 --- /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:59f25d69d05a2c2f25938b68ec8e695a8436bcdd2480bc276244255afe77b6c2 +size 609828861 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..91fa2a42ef283dc6fef1e66bdc378c4dfa42a149 --- /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:ce2ddbc549010e0cd01a13f78f5ee512ed91c40dfd02aecfe1ea9c6701749996 +size 472156375 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..fc46b642187c8da8ae2cc21a322c631e4c4cf0b3 --- /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:cbd8e0aff847548604aa76e941ed226b21a01dd4a78a8be42f57954e86120693 +size 618457856 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..bd2838033f66babc88b2db6e31a01d3d3bfbdabd --- /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:3fe3c644bbec1fb52d908ea9b14ecb9a692263edc24b8293f0494095085211df +size 405540696 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..7513c43dc920f5fd6650529964136970637a414b --- /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:08b5b9bb3b79298232fbab9dd549a7d8a8f60b65df64ced69a4d22212a1cbe58 +size 543288690 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..d0e82322260eca875582fe4b568b3059feecf41a --- /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:cce7e0f75d21cfacf41a320eaddd33ec6d43ad805c4e987f1130caa42d273a65 +size 454427916 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..183de8dd38a981c8c42e26d1c3f994fb533a4d65 --- /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:66bbc545eed19d46ab6da69e066dc8c343187b815adbfdb9cef5dbdad362a178 +size 496292898 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..b4939fc33d4982396a35a9724f97087d676b9d01 --- /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:352456a171639aa0e7a1650a5773da202e083840f2d3ff10339a550234f57211 +size 390066859 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..59d3d6d86ab3b65be1bbd9b2bc8229351e3177f1 --- /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:8a37766d254cb62f51c83420999c9bf014c5c97849a69d6268f9a75568abfa5f +size 511799126 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..c05216b4ae3548795818bc4f7dcabf64797e7be4 --- /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:6575df41e5b1df16124b6790189112568c12953da6d8c8e94920c0662b681546 +size 423343599 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..a98eaa20303900fb147703e6c8e9e495e580fb5b --- /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:32420078aa867c6c7a2768fbb554b26d98a57b83663642cf878ac016d9aa609d +size 471454992 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..c2f64af231cbe41f25a4841559b59e8bc3124e41 --- /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:902469a1e305b6b376668e9537e3d23da87510808a1f761578c8f64acadc36b6 +size 473340181 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..7c6867125a2807097bb83464bb648ac1e943d823 --- /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:4732f85dd95f392e2a713b5720223873935cda2c9fed75590186351d65cf3f41 +size 389481448 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..014cd04a187a5323b845f5ce50b5ffd5743e08f8 --- /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:83394c9ed2c9a2cfcb650c3553eb2835c02043126ebc01540defa242b4d3cccf +size 438127275 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..95d8c45e6f1402e7ef6df526c229edb337364a55 --- /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:74b30124d656ab642959bd8191c235dccb6d7f448e69c6dc823e1c43502b95b3 +size 1313678070 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..0c8cd3889b03f9fa625a7909cce2659595c550fb --- /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:c00a8414017f2a9b2fac2562a345119c99f47f52b5510b3f24d912cd190049a9 +size 551675243 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..f3e0fecca9083e9d5a7f430813bbaa59f1a55e45 --- /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:e245bbc82de096995f2c43a1738cdf76c414ae5d0231abf794917809fc31a3c1 +size 429721179 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..064282f91669dc793619bd73bcc828e8e0c2f4de --- /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:3b8ab739a92facfd5d578a9df023a2fb154a23b9b2866aba9f12d1e49b7da579 +size 514847641 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..10d0eecdebe3d45b0670b26ec0f49b2cc6d333e6 --- /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:2633f7f53fcbbd7a375efeaf133f2813c2aabd285570deebdef936e84ae7ca09 +size 794092380 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..85eabe09bc5a9809128f93fc82305dc9d38f6ab5 --- /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:263bdceff90130acaa474d11bd5fd3dc5d79d1c95d20446eb80248309485ec75 +size 815741421 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..190d8d1aa67fed90eb575fdd1fc643052400c49e --- /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:161564467bd9a44b5619be792609acb4a168c067372ea2a0a6247fa4399b3247 +size 409583614 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..9cb2317bfcae22e1e6bb02310c2101aa761deabf --- /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:b7c44ecde3352f41814b6617581d3cc36f655a21123c14d8fe1355052fe71d80 +size 521946352 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..3e8075d4e3e55f76db59f6cf886a0549e9e8ebbc --- /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:0861913b29194db381a16ae3048c0b4b2a7e87a2856c6718d3de4f774e68ce20 +size 490384683 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..309aab067a61657bb269ff0d401b82bdae0567e9 --- /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:0238f9ac4ab7b49971c0b8587f4155d3dba911ac3b81ad9cba2cacb305b057b0 +size 504478414 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..a68b53aace875aa18e59178fea527caed67166d6 --- /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:5a8f2702a2755a128f801a0ecb42858aa3cb20fbe57fea9f0058d5e6dc61bb31 +size 485671809 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..4f4cafce7ead57183960e40132a7465bd525f4d5 --- /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:ad7c606094e7411866ecba12d0f7c02fbb51537115863f3d3d2503b43703f40c +size 515215392 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..4bde3b43982065ede930e0144bf86ef6421671d7 --- /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:9be6c9d351545a93b1933462051cf08e55d3b3a3e5ef8222dff2830e6b7143c5 +size 466588235 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..2929e91632b3a63875a597855d300dd2553ab0f2 --- /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:82f84f6ae53f675f7111ba425292defd2be49c19c25dd6606dec1ffbbd67bf69 +size 480356204 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..1a4d5f8fff6b8dcb5bfcbba932fc6d2e8d355d0c --- /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:8377652cc2b66e5db1decc212823325c3163c27d25918331a876187822580864 +size 449042594 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..c9321db28b64f98b4679374a9d988e03c78f7a45 --- /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:a6cbaf436516b8ee0e536d6bf6965f04446c21a32160384b61c9133790503b7a +size 533026989 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..8a5db8692bc36eb57b596ead01f8b50035144177 --- /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:6c5f3d18d7b70f4dd0e1c40275f80adc8fd636ec339d8205a872de717f1a15e9 +size 628019178 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..c56c6ce9faafd5d57adf03177412ac8895e25afe --- /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:b722ccf1826b49033b508be4b2512a24744e55463b5e46360eaad976b9defc0f +size 533903074 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..a3914e40354fa0da05934be30fd261d2fb4b8834 --- /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:8c6eb84900f8afcce602cda429f72cd0c8ca7154b4cfcd4a17ca9f716f2b376a +size 719324688 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..c95def8bf0ed953174febc91720f8f96232863fe --- /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:e4097f94e3228c12c8d3ae94c7025316fdd9bc81f8fd74cf85c615c639d445e5 +size 404139256 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..eb178fcec47f47aa0f2166c239e6c5bbbda7c70d --- /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:81225c5df076ac205b843854d140f74d5ec50d3ce21d7235d6bdf83cb26b1a01 +size 464059481 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..923ced4d57b6309e6929fdddfc0f4191282450ee --- /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:359ea87c5d0acc5d385d612fc5f9af7c1f5fb4e353c4ceb384cac9314df5a654 +size 473205683 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..593397ce6ede001c37b54456d77cce240d059619 --- /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:4ba18108e20e754a84fdc027b9e2defd1133bf760ff398dc640b0fda908454e1 +size 474022092 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..faa29d1709c74d51cd0120eb9cba6b4349504f8c --- /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:42e53929335eae774bbb0b6b01952f3d957c3a7a452955db4c8001e6b2c373bc +size 483380683 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..8546e2a38700121b9a55fdc35f19dba6932cf9fb --- /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:551db86ded6ad6fba2f2bd43c2ffbb736f17f4e239b89176b049372831807261 +size 448084522 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..08ffa9633469872f3daf49e1086db27800af07e3 --- /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:21dbb5ca43f2b57ac998658d409a2cb478a3bfd66c4e6eb86f975e27a6e1f0ce +size 383112803 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..2e6536717864e8812788492585a08179b15c8009 --- /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:20c3f94f5a82964d055e3d673e4470d24e6c2060e41621e6333d497e7ee23669 +size 481664309 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..d6793016acabd876302f79bbcf5fd35a0cf80e2b --- /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:eb47c87eb99c1900374797feb34e254004078ec7d099411e327e440fe6478f6f +size 499452959 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..8fbcc95577f985fc2d7091680a18fe11f5e39eeb --- /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:20a0a205aa0a2c881dbeeda0cabaab26fd718ae7321cd6f6c6727d7c2f118290 +size 338975499 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..389439c6b6db7922bb40d9fc905ecc7cb92340fa --- /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:babb9ef9bcacf76872479ad8749288f1f4aecf82fde9c7a927ce6e1f2af6dff2 +size 577420219 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..666b99c88fc703e1c1702f37e6bc4be09855527e --- /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:a9bd3bd0a4f97768a5696b45efc6c308d58f4727742e65e6ab272898c68cf6aa +size 818267538 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..4f0d96b50c06e24ea6b8fe6edeaf873eb8fb00f2 --- /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:c314e9ada1826ee538481392306b78a86b7cd32474415192354b7b2f750f2360 +size 406391581 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..17ee961931392ec6fe2dd085b3a416d99e614800 --- /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:41183ff83617cd89550e1ba6299a1b4691edbd4dbdd064cc3b99e0524b6f662f +size 463498235 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..7791adac7cf45961dadbab1c539f34b98212ae1a --- /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:d6816c4d31abb4b72af0fe77bf5e3f423b447631c55b9fed3868af4ff3cf1ad7 +size 484448193 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..8127ff3c38a7e83c82cc5873a986216a75e508b7 --- /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:859e974424aabfcf5ae33fcbfd7621d5e144cc15d6915994379f59da8f5fbd66 +size 687752944 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..4eb09026df773ca47c751266db5bf295bd93c11e --- /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:dab9c800fa8a626a04923ed1e03644b076b1e933c5ce5570f59fd77f18610aa0 +size 1629906346 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..11ad3ac772a5a17ca98ef6df051a863db132fccd --- /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:eaaf097f787623bece44c401291734bb4339884f24b7b05aa15a23fc7bc78fc3 +size 448648926 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..9f1b618048492c6b1bf98fb6e37948c6f8fe2327 --- /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:3ba8d3b82c440ba3e9357b29c3293cc6f91db6e6e9055f9a69d779934f8d1460 +size 752595820 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..f46ab6df62b903da4c182c7b7d75406f4d7e69bc --- /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:04c84e5206f7b316547239438f96d48ebb41f809dc48e1161ead0168f23794cb +size 856268797 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..aeb393fbe245be59c3f71ac595238d0302ee2d63 --- /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:5e7a258640f81f629a64b40a6d1fc5fd1c7d494a293f49a240f5bec36e65d461 +size 494278286 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..7208e1c746dd2e40f2d4586ac5a2019111f8daa1 --- /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:af57239c182d50ed12cbce899d94b16d3c7b38348318c0303d7f2acb02398d1c +size 506408903 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..15eac2ce53f7f9c9f890447b57091fd2f321aee6 --- /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:ff8c4f3d964d2bab918915c29724118f6dc808cc1d822eb77e0d39a1842cc1d3 +size 440803609 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..91077e08c03b25f5f0c1c122220afebd02f4f877 --- /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:185c1688110b6c6f9df1a2715c661b2ed2d9f5895732a60b4a194c3bb14fec34 +size 600810020 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..b1136eb9ef46b1a6c6fd5d2d8fd567876cc258a6 --- /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:543c982aed14aab08e38b0facc148cb59d285f4b6d43fc8317e5b19686bfb698 +size 394324747 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..fe96d15ef30beeb973545f8859ff0c6a40f92f98 --- /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:8ac7e058bd595393579f74a25586a53d5bc352351f44cb5d60e68ad9d946374c +size 617434815 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..57307946f8c82fddf139941016a7f2abc6f0fb70 --- /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:d57c50569c580645f6eba55e9142a391bf100a4e56843052bccaaa4789a4f568 +size 743171554 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..2010ccf3087217d51c6288eb5b3aefe8c7219ad0 --- /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:93e6ac024d02bcd074c36daec11b754b8e6cb4e5d5bde86c2ed66b4985d9f924 +size 349375156 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..608a610ae105bbb016d90ab3da47e59148b0e810 --- /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:8ee4d9b2211727f8206bb8a08deb277d4030dbca11f9c35fde2763621f52f3ae +size 393685629 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..4f187a25baad86efae02a11d158e5ace968f7d18 --- /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:514be0b3abd11a6b322948e90a19e2e204919805af35f2a743afd707a7c7bf61 +size 558346687 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..67efc89634d8b4c863b8d74192b1b8a26853bb6d --- /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:bfce4df01c14b2686d9476a3b755fde9bf0bf31b9b4b4d8a4f9cf6c1e9148a92 +size 566172304 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..61f1bc344cf71c5a0e0b13970eb1b775d3bdae7a --- /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:f0620bdd0754b5dd2f061af4756391e34ed6d6606503dc53aea57aef94a3aa69 +size 591696755 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..a6e2986bea16738621dd12cc1e0697a07ecc44c8 --- /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:a3e4537f0bf2617e85ebcb807adf3f09755c5517141ed471c7bdab5659504ce4 +size 407287397 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..8fcf2835b7d885af0d4ab629c75cec7c368ec547 --- /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:6d255cdbd563a2e2239e14af820d2de989febe0c2ef80a5b4f5e28c59fa3d530 +size 509681132 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..357dd8b6bb5822fca568137d83e10e6d54534971 --- /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:3340e4e94971c0ebc3086a13af0fec09f89d979a5cdfafc8ab16669a1b9f8c85 +size 414659987 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..cc4948a11ad5e87e83361c70a7222197e49e7a41 --- /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:a5e044f2155c05c90e7b85f5fb6528bf3b9bf22e3d0712faa7188e35576ac101 +size 707180311 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..8bb53510b206c4f23d8e5eacccbc7f1d8882231e --- /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:a6554baad297a3d215fdd93936c9959601a98d7731aaeea99277e02a98da5ccc +size 477054335 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..7a132683a1610e8ea15677450672b260a77f3e3c --- /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:6f093b5cbf56dc7c1e2806b86e10daa83c1ac5fb119b67c61fe3c5f52592952b +size 660881465 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..6e5b64e69890eef771b6a41fc5fc7eeed1b61755 --- /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:7be84cf61e0b3d694f094c094bee6d76771f0792fccc64c9324fb4b1ab7c6829 +size 711211652 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..4469f2a060e5991d5ab889d08533a3036665d710 --- /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:70ef59daf1c603676b1786b140fcf4f6614ba484267c7b6d3eb43fbc7d99a5da +size 441858085 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..11af9434be79bf6299631406c83dee262c84c6b0 --- /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:83f64c49a32a46ef0ae260d11d1fc0c7fbad3987e034363482e699c6fc3a89b2 +size 428934319 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..ce3934aaed7bffa17c9dc1a68a3c6602ac99051b --- /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:c3cb2fd453c3f4fab589d1448c0644aa2fa7832c6e05a1697a6385b39775d33d +size 548755907 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..c7cea409c539d0977da5eba0891d75426bfa0edb --- /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:a898163227422b306af9e94a7a2065ee92e21913f6798c0047d796d4be407286 +size 681945863 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..0599cada1865db7c6699100aeb5081a33ab06d86 --- /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:9c14b276e19d9de2c9f9591acccc00526dd5f7888018645750361f2347020d6f +size 499783862 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..dddc36b41cc784e1818d38797a14581023481995 --- /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:a6fa4c744142277fa54627cfc9528ffdf03f2fc802f7c537b82960512afba51b +size 896557757 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..a293a78065e908b250f7befe6a862d95bd980cfe --- /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:2f9567bf2b4593ee91c0a6b4c1513cdef0eaa267e5f31191e4353860ad09e32d +size 454167179 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..194075ed3386b77da6b03d05959941718137c608 --- /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:d6c9e4fb6e13b267c22819b0668ea4082210bbd9581b846a2a9bbed07f19b2bb +size 550761672 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..32c6f8f1d40d846a76ea092188983639bf307b21 --- /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:f17b8cf0f28cdf98e866ab65c32cbe71556fa07287b988e3171d0248c652b83e +size 511881863 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..009291b48dc1dc0af8c89a8c2834900d84d861fc --- /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:2fe436308a3b12a65837e21c2fc360e13fbcde0e006b76727e821b7de614bd1c +size 565215048 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..edf526869319e46dfb23e6420c4de480e1c73c13 --- /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:35fc18504ea9542b8aba290f777da9d334d742b9365fac4003546aea1e6f811b +size 1445520737 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..c187460c59d05435077d90f0d88e754c0924699d --- /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:2aca67dd6789b641934cdd98e397d52031a1730d7f9cdd996e4bf022da4ed0a6 +size 498533561 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..0ae8112e9508e178c9a69d12bcfe002572bc9212 --- /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:91bed7aa5672cc4f5861b5d0131b46c00689ddb366a389443828bfd19b9fd444 +size 963801533 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..28dfeb3340b371aad793daa9d37bfbee8ac426e0 --- /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:0cefc74f53227a6a58a13fef3c74659be4014c18e6e7e97bbfea450e9b86877f +size 633733643 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..9fa43f3fd91edcda5653a362a3875d19a5120e8d --- /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:cfe1430ad3be7ee30213fe205ca3d2ebdc15eeadb5781ec243f001a000910447 +size 432235586 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..b0d80301aee9915545869062dbf9f07491ecfa9d --- /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:69aa1d21c5471a1dc36f6e48ef52fd7ca283fc337b3f8769ebad1c96f91a1088 +size 400698728 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..7c4785a2aaa49d12d884ff3061ef76bfe2e5ce37 --- /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:f77c99a2f801d1852f69074e3d8c5eeee468c97206da4216fb9c234e539b3369 +size 450678231 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..50fc162b276993ce941244f3e2a34543ca6b2cff --- /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:0690884a5f26ad62e17628c8daab316f5aca333da5576111a21436f1bc369766 +size 721352805 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..776335d64c11ade913f6d5a93bbb29826c2445c7 --- /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:8fb3faa8466ca1d9488071f3d4702381ea634448ea494738265fd057dd8c9782 +size 551272162 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..d4172ef209e100ba5846c0f6767c90a0dd821f06 --- /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:59a3909db851e76a27f0ab0b02f7d5368309b888c617114f61db1180b9f4a889 +size 458826891 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..f7d1714bcdd1be7a4f546f1927a8bfaaa5d02c46 --- /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:ddef8a11958bb27b6c8c7a3822d53cd99948616ae7f35bc028f14ade29c10292 +size 581393537 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..5f720d89db9f8372f58a0e108671e33ab30eb7f3 --- /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:d026cda238b17f95a4b1f9d75a4c5ff7226a0757cea5394537bf680ef8d20bc4 +size 544818543 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..68fd1dc60da98ab70766549eb040014517aa714a --- /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:442008924089c8abc7bf2f76e85f0f1a0651889620ac65655e813c33f6cee3e1 +size 485337397 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..928e1de964e2c129a021abefc94c5c093f340665 --- /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:7dbcdd48cce3524c32933e8f48fda11c93391247f53d03154db507a6c223a7a2 +size 674151425 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..21a18d4dc61439145dc2f1c36f2e64128dc7a4d8 --- /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:543743c4b87cef2b687add46d7906942e05f53e3d7d9ebf7d32080cc83e8ebd0 +size 1253079076 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..bbd6fe9df8a5dc1e7516980b2dc1d89c6f74737f --- /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:ef2dbb53c872b1af598b2b28c3ee638ff406c2ccb5a21b9667040f1d1a3bd535 +size 417093040 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..2bd120efe784bd235e357192f6862223669cf9cf --- /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:80e73133e1ab34c22054afa0bc73e4069436eab608a9dd2b3721bfbfeee41f14 +size 435965894 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..2a24e1d8c4b1db994ce7017fb8deaec5dcd4a8fe --- /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:dea17debbddb3b35adf5027237a0278b2aad0da349b36b209c5e4e74c04edf2e +size 512592740 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..406bd98a9b64f37fce2c070e76d6d8e70bdd8945 --- /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:633c527e62709858543ea7fb4dd164ff06a506c6b9ac13b71c07a15736e86154 +size 1293351251 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..ae598156f7004f3c294a795bf0b1418ed969b129 --- /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:6fff59efd22cc0d55a032a57350e44ef04008355d6326d4d8339ebbb08c7f1c9 +size 394405763 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..16038dacfc3ee62cf83e043492e036f050dbff02 --- /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:c005934feb8e45003dcdaf7d57c03edfe3df14e3e78a15cea8bd27f28336eb13 +size 742971202 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..a5b21126a6d431bc4184e486eb3dbde16f6f9bf5 --- /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:ab78bea0a13b96fb9d307a03d8f76bbadf3dbd68e1625f00215fa5fdc6e532f2 +size 546187411 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..b9e45750eb26a94ffbec37e9c1262eab9f8f0ef1 --- /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:f63a3dde55fdcd23511b61ef73d53a74969dea9799e085bfc4b5b0db79a76d19 +size 516820652 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..8fb27d796791184206f646304191911e07541901 --- /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:dae64573cf2de98e33e32a4646b46e7d049fdafe905861407e14cc601e07b2af +size 843651057 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..5a973630ea5de805c5727b3ae46be3a9817bf69d --- /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:db8b64be6f5f666915bd2f54e97bf259b820c983da4bbfe0d02e7c2ae1effe73 +size 842286912 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..72b9bcfc61bb9dfff8e55fa07750badd87bb5095 --- /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:c94270d6c35e3e23b96ff2fc5d1530532941dfaa00c74f4736e7f224d433ad21 +size 474989996 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..6d681d6888d8a1402f7f0121a8ded7ccafc40f5c --- /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:f6a6e2efe5a198ad75cef6f233253d3a5050d96abec68fca36840425d77ca62c +size 1122742122 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..5dcafac8dcd649d4e198661f2a7f2aeabc361373 --- /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:396271abbb0e7481c4b3e6e61ce1498d2c3f5ec91bb0a752621df37c456a4bff +size 389878563 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..f912420e801703b2456f8f73e544070a97361898 --- /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:1283d5d20a01a6ea30373ab2002f7cc5d53f5293045694d4b45e79788da267a5 +size 489827819 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..e1bd79e73daeccf353f865f79c673a3f5378f3f0 --- /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:bd7a1464fd672f6e38196139b0da1581bbd30ea87ac007e7434f189a1cc2231d +size 604547173 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..cfb19b46be40884aee0807283eadd3ff22a24d25 --- /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:f977dfbefcadf18734cb4fdd3c3a12795cfedc0ec540dfce819b0049e82a8f2a +size 391057329 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..76af5a5978e1b998d24ede4e524d0787564f2a91 --- /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:447132def79ba1f6621287db5b4f86f1bb9db90e4653a24684bcce6072bb583e +size 537560005 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..75debd56622a4cc82864b16d76725727ac66735c --- /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:ca26d3594388caa819012438f77214c4b88596fe97e54b048d998d2ff7ba6ea0 +size 597408229 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..c30db5af28ab441f9a2bcb1b56b8c117f1b11688 --- /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:ed5c0dbc33f82ca1f3ae0967f9ed03b3cce5692942435e3660e4ab85e343e6c3 +size 404843574 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..2ea6bc3c32359d3dc303bc9ef988b0be06506496 --- /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:1655dfa1e6560d71aa022f7d0cb5f6dcdc89fb222a2733b835b048127a9fae68 +size 661601768 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..c80ef4e14b8da8bb79eb6e11621138e8bd8911e2 --- /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:de554696d43f0cd2f22514ef408cb7e8be72ec64db7192faa6e081a0e77c5125 +size 503783625 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..98cf1443f12f4a1cabb1cd7f2028f7c0c467acd5 --- /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:cfd5da938ebd41ea574143a32df6a7118cf17406735a94a9dffd849efa59e7ce +size 404619407 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..3e728c1682530bbfcab96c8bcf6a388014af3ec7 --- /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:dbe7b3c2d3a90465cf0f8660e55718554b17258c5023a3fca9738794abfe5ab2 +size 964577065 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..948d10baf9a1588249c9a72a64c30eccdbebb777 --- /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:e1378faa2eb20c407ac0954e85e2f8b0664d621e3c89b5f5e8a7ff4eae227c63 +size 499635797 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..f9e15563b83aa834771c26cb3a6a8e663e03e33a --- /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:55797febbf176e7b67155c9b5e2762c91d0561382c9892e1e033b7426fb6624f +size 673673707 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..77fbf81619de4a92d19844b8c6de55fd4c1823f9 --- /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:83c4d3a62d080120cc752b8195308c9ce901464c1529bb746329861866caa8e4 +size 539908852 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..4576305182e4eb72d1f22313ecc6533a5e322ca8 --- /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:6cd3b87e225774d329635d3f5bbfefa255e389f1ba5cbe20ed13f9ed1a766987 +size 789749523 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..3aabb7c653978b2de7aa3b5e920bee0d541ca2d3 --- /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:acbd71cf03a7aa0fab79141e8cf8d68246926fca67abcc64cc61926ea32006b2 +size 407807813 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..6d52a9df9c9c5736b48ae5719fe39c029d57898b --- /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:6618c8c8815c2590b811490f60da33d0c875d63cb5d4850bc8249c4fa68d127c +size 374843890 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..59a932eddba4b23b12e12b1383a8f36df56f9ccd --- /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:8fd5de5bc0c880018ead935b0e3032986cf83918af61fa3a8dc42420ae972522 +size 461032519 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..65d8b1de1585e1b562b2e29373a7ea507243054e --- /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:60a84866e9f549d42299e89089db2476ea7fbcf8bfb6f056e4f666ae415d416a +size 683252262 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..9544d67f659bf69c57fe6de0c853db12ba8adda9 --- /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:ff33121090f33e7d1c5b44420f719fad1a0cb22c918a482dacbd9224954f6450 +size 648835107 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..69fd1f69ea0669c406427b808f7b17659b4229f8 --- /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:e419f86be16d94d988551c62325a66edbbcaa0b22b37b0fc7df9a263716621cf +size 467148895 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..8e1737937a6b6fa1b6047cf1dc2071f09a297b96 --- /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:b4963f3be1b88da061ada5afaa59b8f3b8701f85bfcb7d4dbf8ff02d56c621e8 +size 871806837 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..2ee6df3dd67b316f471315e8784e71d128d92692 --- /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:01d79f44efabe60c155009ebe650de3928296d426649e4110d77ea571ce99fca +size 444637057 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..7df90528c545c965a64c1a9e2b42d8f3b42e325d --- /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:28c3d441a978a93faa783af26b47944b4ac03d0e9673626e6082987988d82b6f +size 534473877 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..294b80f8828fc33c4f4a49b98c4778543c209bef --- /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:647ca79e98272e0521eec34a5eacd7d27e9f0d9cb211b3c1db89b244e18ad40b +size 516029861 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..25a3482669340759cfb04a90b6eb74ca69e4c142 --- /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:ba073911fb91e2123f5f8bf4a90d83ea22126af75cb710cb251a526dd7c273de +size 521324128 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..330a94274fd4174cae55c6eb8e63d51a3adfe1a9 --- /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:eac83cc2ef1c193fa2c5ecd5a2a21d2361bf9330eb5ddd17562b730cfb5032ac +size 617359153 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..c1909d2ee71f154ab6dea47b0cc3fc2405c1f400 --- /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:112f2503f7f13a769a6a7c39b07aa71c89b1fe0a99a19609f7ec828dbd6743ca +size 379788910 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..73db1d9ba9f3b316c34f544b3f839fb6ce2a2c93 --- /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:2627013f7e1fb1fa70b4386bbcd2266a49225085e6c50eb5c49ebf8e7b03078d +size 481375918 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..ae1b5e39459640387fae0b3b215f09124a0c304d --- /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:523d530f07e4440ae752540fe3b0f5cff09cb1d0bb132f9889acda234ec64d25 +size 503183404 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..4961ea2c93e5e3572e4f85a113af4f277102b14e --- /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:ea25d78703e8fd4980748cca52662cf57621e296b88052773cdc388537feff2f +size 567453368 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..1a6649822bf23260f7bb7793865336f50724e8be --- /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:a1ccf3c07e502887527e1c6f98dc07d02769f1bee189a1f3ae5904bfd0ebbf83 +size 611450415 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..9a46445224e1e7526291b1b7cb260899c95d141d --- /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:07da00139134273baabeea1c42623e86559e9e9f988fae224bd75fc14c936cf7 +size 354546017 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..41f42f24379b2362594cd52b830ba8e4bbdc9724 --- /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:b67ba7f6ddd8759cd5a1b523337dd8cf4b631e8bc8652eb637aff4150869061c +size 747400089 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..addff3ef7fac38ee9723b536c53b318ff58269d9 --- /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:d9cce591373fbcba6c1d91ff9feb423c0ead7c7298fb70cf050c79c5d3807582 +size 486558077 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..ee7e6bf80c96a2ea395767f780eb529a6df425ec --- /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:10d0385bf31d5574e4f5c039b7eea2e494d533e7669e4247a24e8bd9b3b70f5b +size 462157740 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..80289a4bc2982ab61fcca4e4fe9085b1b0e925b7 --- /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:d8519e0579df49dd17949634df3cf463c59c24ed6127bbfc20207d94c045d115 +size 532879670 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..52273f2c4549ddfd699b24e0a980d41bde73ac6a --- /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:a8299dfaae68999ff412826287a71738f701e180b8f1cfee68af82b9bca52c8c +size 494286039 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..d4d30c93e9b91d0440a44bbd4232590e7aadb3fa --- /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:03f009e6c5700c3fa141688643ae66900da40163ab0e9a0ed7f698209b7f9429 +size 495829362 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..899465cc40f49897615952c3bd68cd360d6ebc7a --- /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:a8518d1980b6504c7c9e4e1cca42f5b8eee4676a8d0084b2756861c9642048ac +size 555123336 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..fdc0eac80d60179e97113ad59e7f50e000583a5b --- /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:d858c5b67aeaf3c52a8372a3e80daf8edb0e213543bac6c31fd9980260eea709 +size 450272480 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..5b87abaf47f64bb27126e763642791264317d907 --- /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:75e3add5ec63d1db55db773bd48c8bac4a47032737d1505630fd32f24125f46c +size 514768695 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..4d710742ed9c756a60abb914ebc4fe5d21f94979 --- /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:4703b5f93152b44074eba7649b19065f72494972ca61512cdbfba3cee47a2234 +size 543582059 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..97a054cf97cbc1436ccb3a62f74741ee961fed1e --- /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:d473d35d5e9a5d5021647cea59498b724e9ae8401f4b2af6557041332a5b1e38 +size 1039338503 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..f5c82598403628400379e0f46e73069f821ed267 --- /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:516664fffd876e78d7222694c67f27235cc49abae5c2388fc1e34cf1ca390841 +size 574000259 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..6a494d3aaae50466f9ae355e637805879180fff5 --- /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:faaa3fdec6cc2e4874dc6764af331c9bec53e0a6cd8e6e246a01498e8aeb23b3 +size 453174463 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..7612aa155e6ae182282465cc539403fd83a5c785 --- /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:d98a9ea5f6cf7dbc84bc926b9392f7daca69a28f79076b907e3ac8b9e63e76e6 +size 506668597 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..f8ce9f077f5535110881c3beafe997421fbabec0 --- /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:8e92237436a02c793e604314eea000b34a27351c2644a9daf4fcaae09dfc6676 +size 617459330 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..951595e7117a64b22ba0c228ba970473469b9271 --- /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:ab5a3aea8b3d39d68d64c7eda9ff455b9bd6ed34200d779594ae2cfdf35c9159 +size 1313340130 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..f3e31e52d419c2e5b9118257d6d83e7f22bf5f7c --- /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:e2e6c2edd34bf1687a3dd2178dcdbf2553e294913406648bbbfd23ea7ac76f18 +size 465299223 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..724a5defabf6e3f1ad428c9aff5e38c6ff089928 --- /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:00654a63291721b2e7fc611772578fc3bd43af33c72c69b415cd032898c0b02b +size 653829804 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..5b5789caa0e0449d4401ad60ffcce33549233688 --- /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:0deb99647874365877d2130627c8bd241391ff7efb728390674955a4d747b202 +size 1237114039 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..e770103950f04d7d5ba409a3482b777068488d09 --- /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:b08eb07ca4938a145b281d06f2b20f33ff110db0d8abe943089a77dd28d5611c +size 668785715 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..695b908b2c548a60b425a11b6042b5889334276f --- /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:65985e4b845cbf62d370a68e16669ae3091a9346e7ad692379da81b086ee443a +size 504018812 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..598db10c97ca52542d94fbb3f452e16c795c7dbf --- /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:0eda33f69ed5ecf94bad86b0f20142fe74e845ada3fd006c104c6bb0f2ff2b46 +size 684850871 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..dbd4d71ac3da983f2f571df23a31759d5e323663 --- /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:39f490ac2251f3bc1b2607d7be04f185d086a480392509c3193760daee2864c9 +size 1335543079 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..aae89acbb9eaf5a3f79c9908a1e0d82fd30a02df --- /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:4ac3f1dd8bbeb94cda8d0940f40ad35e431db9633951fbfb5f26d4b1e0da8dbb +size 512418634 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..b163776183e7d3841131bc02a839921aec3f8e00 --- /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:7da9dda46e43d6ae962e270ae7ca43f322b2ddf84be52b02b5b85b356c976011 +size 806249849 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..30037c4e3a6aaf8feb5484eddae4493de15c3383 --- /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:092a4a5bc8074306b5b282793a09c12ae72cf808c35dc7df09926e31bcda406b +size 590161138 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..ad69498665b2c9eafdf41c691303e79bc545776a --- /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:f5549bd652a1f47bae14560691651df94ac7c5f1a4e8917282049d686fe378fd +size 494488815 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..da2174dd107c2a8428d30c6f2069a399ade5f21d --- /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:187f9abe3bcb0bf5e976b632abb72bb7d70780a9a406f0d45e238cc2fe633d75 +size 465118389 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..317b4460283d961ee8652502f5f0b1aeedd56c72 --- /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:e91082db5804fdbc00de36d1d6271d23fc6bac9c7b9065308e3af08f4e01bb4f +size 549387192 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..957ed545a6148e635fbfca6ace5a8db949e96ad9 --- /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:14f4ef746303244d30dc5a2857381a4bd7f9292fe0801fd099050575ff24d504 +size 657338458 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..afca4fcb621eff9f40019fc07cbe5044e0c6c0b4 --- /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:c28ca8735f898830acbcff0449c9e21b63d8fc60bea3d181826c5576ad7b0c8c +size 818429907 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..65b65efe115b1991449aeab233c6becbee5a9791 --- /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:2e9eac7e4ced355bb9af3e4b8550369c39c071d0b8298c7af409884dcabc4e6a +size 586167988 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..c2d68f8fd1bc0d07ca86a8621cdedf5635bfe446 --- /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:a8118aac1388a79d5713174311c107446a6012c323531aa63d9b7a18836f9eba +size 657254776 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..1db7492b8d8fb4f2abfa4dcb426e3975dcc63e92 --- /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:81a67e72f62127053d1802f3a099bc9bb64b9110d351821ceff8634d68030915 +size 554224968 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..c480fb4e8a717b9d4911c118e31986cad41b989c --- /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:8eba242e1ab7de68d3f94516829f16e50faec3604ad178bc274931130b8a69ae +size 541083073 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..de777d17ad63d8ec7c8935d6a8462dd6097342a9 --- /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:9184d6138f624a45fa8a6a54a36a4b9ba7e8e5fe5954f4ecdc20263b899539ac +size 737198273 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..3e41a743e40159f7f5162c12a02c46628b7d69c3 --- /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:c1c27cddaf683e5aa23dbe436a62722893e5f700bf899b73af6e48774b8bdef6 +size 437467180 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..8db7c84e4eecca675b3f49ff20dd80ccc7973059 --- /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:9dce1e830c305e8f5d42095f244ab193801455db65729ac5ec24ae0d19db5105 +size 483692259 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..02112a2a4b2c8d9c1f03fc06017b4012f0a887de --- /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:187d42fb07a6f4fa77ad1e94614d82f248e959089346afe47a9f672038fe2ab0 +size 592848007 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..771f8a692ce3939fdaa59263ef4ed997ddfd1716 --- /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:c1b7544c200156883757ab241388ae787328331c53890175cefafb882cfc51a9 +size 506475579 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..70da3875570acdf2d8bcff2502bb4c5cd7532863 --- /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:7b20dafcde0768ccf2f30c910a057635116a93aeef25e6352f1e86b2badeb0bd +size 376984305 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..92471a0eeb920f91f744a2302bd149ce40cebaed --- /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:f9371592c67dfbf448ca8f1b166bfbee68eeb0c414f4ae5f605f2f777a57fd02 +size 462408384 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..8a14e92503fc28a2bbab365370ff6242d2968837 --- /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:2d026f43ad0b1f8badf8d6b001e9107107c105a7ef2178644f1be1b53befd926 +size 616695598 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..2fa1df2a958b96c0da2c45260113d574bcdee0f1 --- /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:af8c99f6a670f99d30c5cad279597b6251fb458fc60294c63ab8f25c3590ceae +size 351524941 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..03efb574fcdaf34dc7fb7c17a746518d46fc1051 --- /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:323752b88492e65fc3cb91bb09a479fec6298d6e9d43bc813e0f599ecf74b68d +size 682576756 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..f5fe4c8ac3d7932795f0997aec308e0dc0616727 --- /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:0b9a341fd2135ef8cbc96c4f727fd6ab97809641952678fb71c979cc70e996f0 +size 685913783 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..9927445905579843d272ecb61a46bba7638e61a9 --- /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:6c5d437efad6cb644c6ebd8de458a106bf754694b8111022deb7d6be282e1f3f +size 512605051 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..7c0ccf3392fc5b303c14d617b6c1a6f7fd63a8fe --- /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:a1e25b30ff7d93633588098ef2afd54a71c63bc8e084aac892c4e1dd023c0ba8 +size 521017928 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..fa13735d8dae996c181b5cfe51700e3e65f39395 --- /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:970404961f8e0430123dc2c00aa0fb4112face5c98d1d310f8ae1669837a4bb9 +size 462441852 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..639fb7a0b27bb9b68c47ecf888f7230bd57ec05c --- /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:91292945923cde0f8ec595687e11cb90b670004ecd632a6db5bd03e916cb8883 +size 489012903 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..0083739bc85e582dd519d01f670f5757f897245a --- /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:78b30e5a8d8ace4a5c87fccf426f031aad8018bb5cd521ace6108021dba96ad4 +size 567795680 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..a2e33151145f382adeba7c8b79fbde564fdf2b6b --- /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:43b340a335b8881be5da1c312bd725b4041cd3bc43d7ce09a52f4b952bec0fb9 +size 454285309 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..66cfddb4bbde749d6947c4472bff6e7a41641e00 --- /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:f5697e35e87c99acff687883b3f5d6507188b92ab90bea59cc7b5a8d61bb8045 +size 653449944 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..0daa5496cda199b5d840959623fb10915daac7a2 --- /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:f48a6f5b60ba51e580579bcd7c019525e9a6e71af951da23cdde2eb0d119e855 +size 493797894 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..923df184065390c2f7716cc6e70f71d4f7f76225 --- /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:d9aea164344e4496ae852c98158919dacaa02228eac6bdd117f72025d7ea10fc +size 542930381 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..1ecfd55b05d94fdba06ab769ec259910b8591795 --- /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:b8cf7eda2f31a41d7cd73f085d5d753550238154f6f9d713e3dbf839f4b5a1e0 +size 497842705 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..459e7f1e94777eaf472fea37df8925c30a84d434 --- /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:391ade3d9144118830c190d5525e383043232eb68460251d5f7b9cb4a3511263 +size 397389736 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..2b45001af4b4650f624885291bc56d0f46a7d1fd --- /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:a97594fd1f605f5f469bbc44f1eb9f2465a6297fc04f51812e2ad2137f44e2b1 +size 420993787 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..cd58d87a897fafe06e6ffbacb0a948ef36b1cf7a --- /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:61656de4ff80c638db2686ba2844b5b0853ff5d9881859927a17d812e37c12f6 +size 569450804 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..15ac4fc7f5b6ba5e8c62ac60a2828b1815a6d18e --- /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:07d6a0f59aeb7af8fa520815c24aae92f5f1847fa4cabda230ce4c433f640fb1 +size 540607319 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..85e7fd85866b86f2647baa1e868f0e345e004ddc --- /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:07579cc63ea3d0ab3f341c8afefe6a289778dee52654e743fa057d422273f278 +size 560898882 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..0c4e02571030457373349465d78b5cf149214927 --- /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:8bd1f303e2ad70ef25941234272386c7eb6f39b78a9803dd66c4c22420327cc3 +size 673509131 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..95fe4a1f6b90c21a23e38358c5e005752ac94886 --- /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:9aab59d2dddab5233eb1f7c985eb458108d06ab40d3579fdb3cbfe2df3967534 +size 458694345 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..f9f1c30bf21b084759babf6f5bd512f5e4c7fbb4 --- /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:c110ffbbddf1fbffe3c723430df9cfb1dc717776d0ae04fe5a4ca2bf0061c938 +size 554197489 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..28b7746647e9ca806f3ebcef4fd2497ff2f545d7 --- /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:a0445d35bac6290ce80a99b14893a920b26ad13e4719b55e74981334df2ddef5 +size 560391357 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..12a66aae8b2dfee6aab3800e8325fb6d51ca2228 --- /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:35dd0579b2da4fbbabca56e4fedbfae6af2925fcaadeb14d456fd703916f1b05 +size 488582153 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..6598160840985fbd675d57c4026a0569c33a1d03 --- /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:8be9b441390c376fd66cf6b31fd0bdf8342fc4d5cfa671d0ac062a36c1181fd4 +size 427403671 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..2989f3259c4c7becf471b85d4239970f3ecd1475 --- /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:36000d2e683c47145b528366d8f5184fa836d3f281cf2ffae4ed532a147103f8 +size 445391887 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..f2af1ada921d97a6cac0ed584de172cc3719805b --- /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:33570757dbba6b24a24cac794bb0451e0bf36c4ae8a45207c7e1832dedb6913b +size 878395135 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..5bb6d0209964813758fe8c6c06c4e231677a75da --- /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:1102bf05eb8bccbd0c6e39e4a466d62919b726bca73cda5c0a3290923c0cec72 +size 558671559 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..fde1c1fc9fdddd27dc9b2a2d2c88cbb129a8e9de --- /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:c0fe26ded13f6d37db73a57abeb84326b0634cc09e42664dc7a7546d8b6f5c88 +size 544453610 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..87c5c4a0600210b52995b1512a8c16a9f6b48432 --- /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:09a83dd4990c605b14e6a5e1a8b1181712c0e5a5b36b9a828af2de1169b4633c +size 359682516 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..f5f592aa917522bce8b71c17c542f8a454b7ca47 --- /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:966b758347a4c6cae5487b4045befa40aa81b8d9052e03a210343e2118c82539 +size 650867866 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..f4ac2e22b6db9f7de83c8133daf1c1b3db8b2933 --- /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:a8f725b96914dc13405652314a13560ef8b97c8f5b791ec5845ba3e18087101d +size 520696681 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..caf12e30656a8a82d1864826f94f66631e18cdd0 --- /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:0681a6a5e29a291991f1d74ab5954846052afecd790f369274c1b4db0ff3a3c9 +size 505844993 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..faedba8d1b937c9866d18ca35ad59d19809b81e7 --- /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:b3b09fc30ad45a0ea2f5a415bab6ab30aaca7c9e8f0ced6ed60e4236cf770b08 +size 401181078 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..43ed393ef0f0d7945c5d5925a36d3bf6344b0773 --- /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:e9c6f1bf2c3608415945c21b19719466a9f44dc5fb2b0e432ce3c57189e5a379 +size 419898066 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..22146bcbe609a4d36aeb8ffaa1e022e6ca35b1e3 --- /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:f8f1a6a9b15ea77d3cbc3520a6cfe6c8f0c49ea3637f3aa74086d9fe8fcb83af +size 548951752 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..97e7a4ab139d9a8dbae5b31c7baa70ced69f38d3 --- /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:e7970c7ee1b6d4884a141e08e577c752c11fb22049e6059d93688aabe146034e +size 520606761 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..3943b9c8b92bc0d5a9238f6cdb51eac2c7c54140 --- /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:9e155dbc241df1903d7f89e5ccde6b8d959ceccf0596d71569f60b813d1661c4 +size 775590564 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..487986e422894768e7ce32248b450bfc557a3d93 --- /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:bea724ba35bb1b55b3dc1e90e97a8badce860ad4ad251e8ef934a59a43cbe240 +size 428789021 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..a5af7e22276c66324f11a88edbc6bd47fc9660b3 --- /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:63664779bf55c96c158528a4f6ea8b8f84d244fe03a781737c7105390c78b49d +size 458799694 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..bf5a01b08fad3dec5dabf3c134a23ac73f39da48 --- /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:d2cd5ac1e1c6f5336d49de6f9813773fe2cec60bca8c38db1346dd67d6c364fa +size 438730109 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..46445d59c5cbace752107da95a316935ffe49a31 --- /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:c9c6f2445bcbd927c5fe1298078cbe8ddc1aea13626a529ee57c14ce5b690aa0 +size 774634803 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..b5d4e75239e0a6d0601feb1bc0b81eff0f4903be --- /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:d6f2134acf253575d291863c3a105a24e01f9cff988c938b90ef1038675dc3a5 +size 447044621 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..f76ce1bb9eafeffa39707e76129af979bea3b075 --- /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:7ea53bb3f03ea16c5072c7008dc4bd51a7593130664ccb40a965ae766ae146eb +size 464199098 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..b286ae93894bd68122c25b3aa5e0a533e30f65fd --- /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:e53a6285f97f820c9068c2a7f7d599e9240930de2c926f3a4546ff032cbd7fd4 +size 1277120163 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..90949ae4f550614735ce04e672014114752c9a40 --- /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:4b70c7971355c0a86c34323e880bb455d597fe3c313c31c54b1ba3d24427dcd9 +size 524613205 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..bc393015e183e6c9f283f17f9bd3eccebe814dc3 --- /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:2d1520e83ff5349faf6e36fc72bfb55f3e21ef1e9cd8382719168a5f482554d1 +size 479571994 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..dff333ae1cd3ed06c6c3c3443d5db9826d79c169 --- /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:bba6bd0851356970c75c8f502b57e54078eb9e40ddfb952e41d9f8446d42bd4d +size 588962147 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..5dac62a99db7fdd547a398ba92df45a9b68ffd00 --- /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:3c8518580cdef7f00c3ecc8cb034a425031b5a7a56c31ce90c4dfa602fa4897c +size 527159724 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..c8a2887469810e9d997cd0823162adff79e82b8d --- /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:5a1f4292e320208a79c9e1b8568b193b6fe9ed7dcec3e80d486b26772acde50b +size 384278172 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..012db258a306d30fc44a0194ed583784b849b26d --- /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:f94258be04811c4fadf6fdefa7dfb02725ab47e840d9d1e8f50deac45e50a79d +size 386386584 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..e6c7f51409b7867e837b00f7e1390588df751990 --- /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:b312e6b754630e37b8735f6c57c9b3cb4e914be4815ee50d4e982fc51da37bff +size 452635369 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..8a1bed972ff36eb6f3cf631adf5ddaaf68334c4e --- /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:49f072657c5db9d358885c839271e2f2844bdec3cf0793a6c2c6673c71f2d70e +size 513035330 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..df792311609c7ff64b404652e4753e0c9f890bed --- /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:b0501c3f03614d4b0e2e702784d0f3c618c5ca901ab60e86cf68a507ffc061fa +size 512527415 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..88b3779ceb896b5c06d9336ffece47a71e26ef5c --- /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:0cb8a9eda8915c72dc5005b96df5aa3a6f12dad5a7b7706d8ffae7dbbed48758 +size 592714656 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..15f364250d26b48c12dab267aa091b7d0b3bacb9 --- /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:a6d7450d34eaa238fd605c0257666ab19ca25f2628f82ea3f57420c62aff9394 +size 432453291 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..1e35fc94139f0ef4df8a16ee3ab1974555e0aa1a --- /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:dc89284e909c461943126546f108c334ad0e0d8520039e7c8cf08310ace93beb +size 534555652 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..e41540782b9981c60ee1e7ea4540546de23aeed0 --- /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:34affbeaef34b1f7e5fd769ebfea8a5e5e8589e7e9f44154c3da1663bec05196 +size 827574555 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..f72038202bb84778de5000feb9cd588e0572df26 --- /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:ca757416d02d9fb9d31e46cebadfc13db3b02b170ddf4f3a62bc0ea294ce3628 +size 469985939 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..f994a2692ae0b075c7095335b922759b29c11c9c --- /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:a4833b4649a446188893506562c0fd76518865d4cfd0154e38c07bbe5cb97162 +size 890379899 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..ec52e89774d2d75df8313efe504e5c9801540ee2 --- /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:21adafd1b4dd3fd86926c3e5e174a4d54ce2cd2c1e2d710c3de771eb5382b531 +size 483733088 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..d991b5ca4e0d10c9068180538c0c18d696d66db2 --- /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:018b4404029dfde2e71a097980bc448e2197addd2fa13ae6b882c46ddd9ec122 +size 447845950 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..dce2fa8b57ff7c18a5751780f8f1fcc858f8836b --- /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:77e76899e42bf94528f3a13df17f4eb05befdcfe3049c0a7fb14c2a53b00edc0 +size 370240686 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..0239f9d339664052fdb63b4932905643357f7912 --- /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:438d4507888c60be673af5c6686380c96235cdb506de58874078e2c15a959c60 +size 426043226 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..6feff68da4e66aeac5f2dbc15d044e67ca8b0788 --- /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:f6e174be95c81d00cd9e1911bceec85871200b9fbbc3587b86aebc026e7f22ec +size 670555745 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..57eb5cbc1e6107bd58f52f993d41570fe5c2428a --- /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:3097751a61615b93ebdd9078d5dfe68c72cf61a8272b44087e53467f66c5fa90 +size 548265031 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..04f88569d5191b862d1f3e262a4c9dcdf4180442 --- /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:d6366214165f10d301d28ac4fd996839055a9ec98527214976044fb8ee25284f +size 685594487 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..ba2b2c61381eaecc1988308612fbc40b28a67801 --- /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:18ac53d45ba6dfd07580187c929846b0bb1a44df9e149d8645987b84fcd97dd4 +size 685584146 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..3535f8a5e5ed1587807007e8306f95bc99b3bced --- /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:1c18ce7ef19187b7d4f19c4a48b375352c6a8136e64ff7c94bcd87355e77ee5e +size 497949021 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..2736dca7d1d1fa715abd8b9a94eb80aba69a02a7 --- /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:e9da279765c272f26df881866043e69dd7454278fcf0cae37aae67299d568c5f +size 351529806 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..56bd8ae13cabf297c69273f82e5a3a5a3940d4d5 --- /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:3be1c5cd3341ee34f9dde8e5446044a78d6e810625e49b31929f127dbd4002b5 +size 495496291 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..848923432b42bddc418f43f49696097f9c23e7f6 --- /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:a08f637cced36175bbf58f2888dd1a91899d49a68c39fa0b0c88289f37a3f7aa +size 900496068 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..623d9fd954c31b3db0d100932030c650aa93dbea --- /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:88fba0d1d1d564b472708f434b98fbcf70bbab8ed8a0c485436ff3a92ca21afc +size 420369770 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..9bf40fb8a0dfc612bd8140c0d55294cf39ce45d0 --- /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:74cf543cfe0fdd494e928ae6fb3de4fcf511fd979c02717a0d953fdbe081b90a +size 470766361 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..89060820f57f1b31cc72eae7594807e1ae0b7338 --- /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:61d94c6e235fb9efac7b76375ef4a646a37a88d9c1ae1fb7bd5c08015f1cddf3 +size 600357205 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..36d72e127b28ebc0b1c07973fc68457926941d1f --- /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:44c5b994626bceeb37184c01527b57a5105f2473b5a14f3187daf27c73a35546 +size 431019769 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..9bdbb6ef395473eb1c1ed9331cbab7d61112b71e --- /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:30028812aa3c9d4ca5a08892b29d666176eed561dc5025829821e509e26b1fad +size 633430850 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..6d8fd46f54c37997603e047daf3ac43d5cdb5659 --- /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:265bef3510323eae0776e11f7ad80193cd9ad70a41e2dc9a9934195ea03b95c1 +size 535815909 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..2d9010ff0016d1395713618db71791cb1d3c7b13 --- /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:e47b33290deb82fad12a644f70a2c628d1fcda7ceea01a4bddf48ea60c41ac46 +size 570444396 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..625e7550c46e9a2f5b946d1e181553f3e7e95abe --- /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:f9b923c6a202e24ef319e8938eb6ad5df773cc0f195b9352981523bff8bb6397 +size 606536700 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..f84254d912121c7737a8aaa0be36699c00146915 --- /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:76c819e8520d92841878dc548b9739ac168f958d72af7e30346a14cc1dc92d54 +size 473598552 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..dcd75a29eec9ae6411cc12f48d2a5bb8c65a3e81 --- /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:649303997bfc3e574373e82b195ea64b335aee5f402eff266b55e93b43f67c32 +size 903307568 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..6fbd52834a2cbb4535534e0a122e7735a67fdc11 --- /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:662019b68553c3e0f2fb0414aeea3a6623dfc613b7f66c31286c5b7b6f783dd2 +size 756774702 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..de358756ca7fa7eaa84b846bb4051a1b9ee956d7 --- /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:3da606079110c95c442729407554f9dac244d2088170e1ef5d9861829f521a67 +size 872800136 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..159e6bb2b61fc1faf3580baa2d2908759cdeee3e --- /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:df5bb3557b208f038a659f1dc39734f100ce94776b84f8c8ba4fb6e2765e4a22 +size 489963507 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..c47bae415f539a0a6831de89ca40a9e969c9265c --- /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:d32c07521168886f16b4fe145fefabf169fe2ab41c0953bc119e7e22b7b851b1 +size 893093799 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..c221ec539ca282a3b689bad89abd244763396366 --- /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:780dd0634260f3bb52d28b29fc6ef8f59f8d6b86f52e2b0c026fc5dd4bb9409d +size 481308193 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..1fdde2f5a8b0760225a73cda8f128aba12e7ee3d --- /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:e64495ebf10acb8226203cd9a74fa6c92b7a457bf319debb6949b8b4c00adcf1 +size 498204632 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..177e1104c31dbc4b4c5ddd60555b4c3c8ff5fdcf --- /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:fa28737a7c7a16518b49e6f954b5fe995bd33e0352f67abb77919c45d40af313 +size 422704219 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..027b53f1f1685724359d86baab826a244d1cdbc5 --- /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:2ff0762d9a75c748a730a7546e39a9aa13aa7738952f649fc4b97916d8e35d2a +size 376220350 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..26ea9d45af0a235c6240622c62f95937f73ad8dc --- /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:38de7199943dab4bd55fb496d43c00b732a1b968c63b615c6b9a1872844876c8 +size 538447148 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..35b7443648f2cf7d2fdef2b07398aa322218be02 --- /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:48849f16f8f2577f7a3229402702c8c03fa348c662c5bb9db5d6b33f46f257fd +size 409379318 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..32837c4d9ac638da8937b87cfe0aa10b0ebef491 --- /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:88941b00af8bbf295a1bf5a65e7d0562dbe2ad3693f0c31ca02157dfe11b4864 +size 473259614 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..e40a4565a5a17a0b41c0d2ebbf4e7b2c8437bcf9 --- /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:11b0067d91c4fc8ac15398c234650018148a473aaea9c8bef4761ae3e1fa02c0 +size 429141275 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..fee5c0637f3aae2d9eb228d492fdb78cc7c12c6b --- /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:9a9a999b5f021aa74e0975868720cd87c793356012218dc8ce60da862db1dc15 +size 463428416 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..df2a52d6a2ffa15cd1e4c721d8e875edd33c3ff4 --- /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:53ad27c5a13fa5f79cefd1ca7d0cb2310d68d2a96b3d63c06b7b823f074a7267 +size 537633855 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..4cb7f11cc6808ff38ce6453545df604ab192ab59 --- /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:f7e19920461c2d6e53f13c7221bb28dc9e123e9d75c1f07f61446a88b3e53789 +size 559021279 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..1a64f466df7efe854a559e6e5f0e5644509d5d53 --- /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:700ab186408274256bb7b4200b729be75c892348cedcbe6e4a78a535dc18ca44 +size 522524086 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..a214aaa3deeed55f57af6f638859353e238f4ae5 --- /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:607edad8afd8afc237b878619cf668fded74ad0904b538d4094943a649cfd96a +size 515934702 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..446b9647e2bc32b194f6971aed590ad19f2c96f2 --- /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:2ed179ff38613689fced181510be7ba72b79e8328ef8df5670b94d5fbcd4b541 +size 658813932 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..4f556423d7e5c38f473df6c600a03a0ca9113418 --- /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:e0b660e89c7288538ef666a392c185e924cf30443860fff60b08379485f12352 +size 546456432 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..3ad79c6ce97838d4ed9359f8243e3d6f58f401c5 --- /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:2cf192605238509f4270768241e36463a6bb05bf9465eb41096aa9f3d8589c2c +size 929010228 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..96484ed8b757a935bc8b124c5a254336ec485c62 --- /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:9762881212459fcc1524bdd93729acdb326e72e520d1e66ebd19f090baab0773 +size 477037425 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..139f32a9e4169847957618a4fe60cc0e9ae9e5e0 --- /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:baa319efa499a4a6a4298af57f82beb7023caec253d6c2aaba1c7d400c9b089c +size 480496585 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..b40fc0d3d04981b4d3218e422ca48840f91ba948 --- /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:6ba695837dccc2f82586ccc522b48d6098e8d1bd9c0d35ecd607bf620946a605 +size 626556165 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..b630b122c6e245accafecbad05865b6725ff1777 --- /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:411e7229f6b47d0e0a9b5cdbf79e3eac816fbb1655c5102e92faa694ad8f79fe +size 384335382 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..25e2071467ff84cdbd2bd4f6631eb9b4d52590f7 --- /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:3314ace7d7025dee67cbba7ad66ee6b01f1220d4752985c273e085835221fc06 +size 569115892 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..347cb32474ca0886ac14ffcff8a5e3bae05c3c2a --- /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:65828e439dad8ce833094627283e547402e67f54c582e241784a3220d01dadeb +size 471923318 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..7ef55304e72ddf1ab0caebb85ffa92a9ff621972 --- /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:f994ed91ff4ae0e2336699bb74e44e99bd10ed17bb12ff9bbd538a14ba58355a +size 701774359 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..3c5fd028d09b4696f1f6d1dc4721acab14a04f07 --- /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:e4c131f1005c1bae4d418e37f16f9febeee29c5fb1b89d36924bbb989ba22f62 +size 584469341 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..0bf7d4ca1702c8aff4a6fbca1e01fede6fb328c1 --- /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:0291c8bcbbabfe6a5cc606347302a529576304929123779f7501c982a6301b25 +size 366779859 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..00cf3bb994afec8c90ec1ec584b7c4588d37a68d --- /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:2fb8b5f5bcbc9562fa083ef5a2ce65636d3e0e1fd6128920086eb57bfbaf88f1 +size 589274683 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..4a52f486bb7629ea262951587d5dd3bb5f971723 --- /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:701cd410f06c34d1e9c5bbced21c89a263f6a4eae4672c9d8fd339f7129df093 +size 485101196 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..ae2b716eee909d6ef785093f261733048b1a39de --- /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:3ec26a8b86e1f083c00fee8fa54a4a7f142db810c142780c5d92e38a3df92504 +size 1089969285 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..29be8cda5f0e81565b592e7f5ef6dda08d74c1e3 --- /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:fee83dd5234acad17da540a6aad2925d2614b4b849e1a04fb15ae300995574a6 +size 580883169 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..9bd7b95584f55e60cd26cbc6aef8c18153cf92ce --- /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:caaaa1f11cb6031e24f25071d14745d22d3201093bd79d540ddbdac47453a942 +size 463235227 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..cad92be21e2f3774cf6ea8f76db6aae8ab0d3bdd --- /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:5deefe99b666d80b192d76229ca03b198b73ce72ea12bbb379126fa10e90b260 +size 678398868 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..cfe80b568b5bbfd8fc39f616d87112f9838055fe --- /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:30fa20469f0032c250adc12313e4177b61c9d2b0bb36b27ba27c1f93a96f96c6 +size 371696245 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..94b13a85c3ea6fe8f4b87352deae30f3b3ee849c --- /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:7f79c7c7516d605d148449bda24d24d4bbf010174f434c2bcb9d4f2394190af1 +size 522242035 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..718ed7b97da3a8c0f1cd469b842471a0395f41cf --- /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:d2750ffbb9ca6f64ae25629480338b058f372925f2179760eb359a200a56b70f +size 371151817 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..0c0a06286e8a95568ee6470786160fb551ddf215 --- /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:e6e7aa7a96761547d18ed9be7ca6575583a9daf7a552d24eefcafacb2f25d8e8 +size 724262799 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..5fcc09e8d656e90d233e3b59fc508f29cfda5476 --- /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:007bea178b09f269a21bcf4410b09d30c1ebb42d437dea1a0c651ae0663ab19e +size 432820485 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..b41d5a21e6c7204b75e787bc55aaf17de8c38241 --- /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:b7d2a52e1ef8c4f38e48e5a0380bd51e74dd554fda200ca5e7d6630f52d4132e +size 755908856 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..088fe5e48226ebebf68be2f6244d1314b8b8e393 --- /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:846600d281199b97769f73f32ff0e42cec6a6e889102d95686c9eb15ced933fa +size 519900908 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..3308ef753b90bd42854a63c186b3500b960e00ac --- /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:d0a288af12959ba75126111607b19e522c5d21798e663178f5d4afd18e79ca75 +size 570974990 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..393577bf7b661cf9924f7879b454e8188d9b61c8 --- /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:cd99f36fe954d7747cc5e145a928cc8ac8c6a83409cc242b835d5cc53528ef1a +size 771684622 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..299d07f10f2745a1c0cbae0ccd0dd5a9ad6122d9 --- /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:d45f42027de8d8e5668c6fd5bae3ca0f447e7c02a4998c66cf3b9394d387ab90 +size 437615458 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..7d3fb2ad073495b93ac54fd32300095510c6b996 --- /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:1ddc3f5af71854833441a90907a7175ea38aba27985493a55fa6981da1c40558 +size 471772820 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..710d714f41a5d3b79181170012923f2619e48c48 --- /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:c087ca961dac8e0c5b33cb329602bb5d066793a38c49b8e9a1c1941fdc63ae2f +size 438707836 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..9f5b6a74e32d5facfcb0a0edffe6b65f1b682332 --- /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:aadb2835a5c310d5de6b0ad5ecbedf0d6b2286ba6d6316bf8ed5734455652cd7 +size 1073290113 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..8876dc72ca8e1b76fbb30f9372eab17189c95631 --- /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:3e78f39759ea2d42ccb09d64a3522e1b708fbe928badeb863ec5baf761abe753 +size 537548619 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..40337a50dc22bdd3347d423da7756393146b3884 --- /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:c4691e359d9d140eda2927724d12afdf6d2e08d986c52777f5846eeaf3db3307 +size 383257871 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..7aaf54b5e98c4a3207d2483c2e002dadf6e5956e --- /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:ad295a38252faf5783d6b48cfb9bc5dc88650a0cb16967572658d3255fe18836 +size 533507133 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..b02f208ad01d4be0c0adde29726bb62d4f98704e --- /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:db3af2fe92c21b684e1b409a9d87285b0bb924f87987f6a067b699fc27ebfffe +size 528307573 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..7da5ac0e9c04119bd71c8153dc82315d59da4fa7 --- /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:33e00e6f2b72d3b4768f950576cb4ff2b0cfbc990bfe3eba74bfcd4fb0ceebab +size 484811120 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..1793b3976f19ba40a77c6c53ee37b59907ebcd9a --- /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:b0fae09ba11b694a34600a4795fcf49fe3ac6019e5b475815f5dd44df68ca0a9 +size 563472961 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..b2447cf6f9abb2b8ce0b0f536b29e401c10cbd7b --- /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:e8e19cead1ef37f1b5f1601bc313f5ac21e7510a8656020c0b73d9884658d79c +size 466970031 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..29b060aac8dd5f04b59a88066498ebfc0239b6e0 --- /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:de19763c1bce8c3b2ebe73566af608c6bfea4907fa8bbb0aa99146fa66e7f302 +size 610761089 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..2347016be23a393a3ad0a425e20abcf20382ed93 --- /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:e30e07a81f2355cbf3eefc01008111fab312c474329a2bbd51c4e2ddea801ca6 +size 624201970 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..9ecb776ec789a5a49c4426ad0cfaa6e92878ae1f --- /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:8fd9b6f2ba3a9a59b1259ea59c8aa59ea6d2081148717724e6893dda456589df +size 581575572 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..93034ace6d27b332f72f672a4ed63dc30c487093 --- /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:c3aa202b1d04aa5ecfabc64c2a1b22cd5dd894f9cfaad4952e3af9a643cefd12 +size 800616409 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..cfc45e573a7d0da13682a8a22a97cf40533c47c8 --- /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:fda8870a7e08b33be97da856ded33c248a98f09f58481013b96d70c6af0e1761 +size 396943530 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..b912a8086821af50eafe7cd60c153942b4411608 --- /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:15fe4bcf653c9d2cee450da9d852c126b538843b4fbaab8b02c3ce189dca3dba +size 524975935 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..e6e150dd3e06327cd676da689b1237fa0bedc239 --- /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:2b0a47752577e6babdbcace2b9c71fbbcdefb64590a0669e032c379070a34bc6 +size 470744360 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..0a69213f89d830c59250cda6717a05d341dbfea4 --- /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:3d19afe6613c5cbf8a5b9c4a2413246be666369ecd0bcb4e60747ab09f976f68 +size 426945671 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..7ed511901880d93bc2839942be4ca1e6d0cfca3d --- /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:8bb85aadb6336895c1e56d3813a8f74dd411a486dba769dbfeb9a22952b6ffec +size 415585841 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..5e65f035c42ec4c298dd4ce24b7d13e917617363 --- /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:70d87d049f6496fb43cacde158006ae236ef526ac2ae50b5b53222d48a2ba7b9 +size 775281405 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..ef586ecce12a0bd11a5a28da082cf7206fff31d4 --- /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:d9c827131d896e34bcf5d7a42c6b4235c11070bd668c444959ad33ba99bf5978 +size 1030815947 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..d32b1aa05bd29919073f2a183f9d0aacfbccbd9c --- /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:c1bf92907010f71f1803ee26c2e4194b8d30e24ee41a9766a9a0485fd39feeb6 +size 481061092 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..99f09a539817664d8bc485d293a03b1eb464394d --- /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:4ac728b4e613a483158880c6707510f65610f4abec81ed5b4ac999d19a96c44b +size 377611251 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..8a0ab97662893963232f12453f6a26e63cb91bf5 --- /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:6255106efbfcb830021c9b9ed32858230a0228f524731ca528b9047f56e7f7d6 +size 423377840 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..a8a022b037da1b51aadf353c9d352c80bf86aea0 --- /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:9ed016e3c067f40032c4d0c94470cdc4d9837a64692bbb70e1edad34e4c3ac03 +size 457179489 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..2441b54c7861e35f1f502cbec1834903a922807a --- /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:c57a66fc98da7c3446d891b6c29a70ea5f1c4bb3100652a56c79f965421a7121 +size 383905425 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..db90d2e70839101d90d05ee6e6eb0189ac6c726c --- /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:669bc1239e5ed96477687b8828334adbbf4f10fe3e158a649813268e5962cb29 +size 421901466 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..dfb8a3fac685a8f46d0e1c10b140c6bfddfdb7b3 --- /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:e504467e1050f7f859f8b30b0b4f262c1ab31d66d7a5edb0fa0d6f19eb4c2756 +size 404235170 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..c5aa63e466241bd982f539ea61cf6ea2661e52ad --- /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:e37de976fe9db523bd57d80d36e540723327b071c93665adc4267353706afb5c +size 446732330 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..5360fa828391cfab1b1f11433cf62822c70f5048 --- /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:7cc492b3f9105e1561dc82b8e391377f733c2fd35d13d3c38b7b9b2efc2da70a +size 405472145 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..52fe66c782dc45b1a823aee9856935e8c10c77fc --- /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:95398627784b8a05a47295e9edd4659c17d4584a3271affda64138b13dc17a95 +size 515292763 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..84fd6c46419d14ab086a761567069a36fe44e708 --- /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:875706feeab4854dfdbbc43cec60b6d12f051737d8a0bea02bce63a1034335e6 +size 1351034325 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..bfc373fa943521829949dd6d48aaff4750235019 --- /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:1306706e2726d91b7f4b665e1fda43662a3f21110ffc296332f4b02b4ee07d37 +size 701716215 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..ba129ebf82842b45baf97218dcada8f5675f7c7b --- /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:af79b80613713d0f6daf0a1b5c67adad385a486e62a8b4861f97c3fc99135c85 +size 470923260 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..7c4798186100eb9a826bc040c07f3c124a0338e1 --- /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:ace4ecbb3b2855e229e1f04b24238723ac8155982a085b4014a9bd5458d471c8 +size 827306589 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..6744357d0ad1ef6d50dd170a07a0f291c8eaaf9a --- /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:3fce2936023ece175bc30344529599da914b0940982baa7b4be987482b2beccf +size 440987404 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..8ecf0e7b6922432c44321de10bd0400b65d1a443 --- /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:e8abf87e9e1efaca029d5735d94a85ee643b759280d940b329d2f58c08ccf59d +size 651652890 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..7cfac7e6217101f812b3d61e779f2719dfac8a9f --- /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:7d2819cd9c4121df1ef957874400e3e26d7a4da3b5c9732e38384b657d8690d0 +size 613800822 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..0238b8421c070e1b6671f76b3ad0c4c5e06b5c57 --- /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:b1df3d4d53fc2cd41e4a67d7e83e3a0b433c8e4d6db4c08c3f183c14af0dfdb7 +size 623735457 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..d767c88aa69541b48408df81ac57866f4e70037b --- /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:05109f32e4cef391872115d36d89e1558725ab0a444135ebbeed3812eb5e1e6e +size 688623035 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..47fa946a2e184fdf09670ebed52a795800b55aad --- /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:e542621c3c73de241105ffffdcce01b77fc3eab9ec84619edd59948b3afed7a0 +size 465170582 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..0bac8e897b5236655427ba74d245d283e4696a43 --- /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:ff8b4161f01404185d6d8516316625b8ad2f0444f11bdadad9b612d905f0e60e +size 570058656 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..77800d21d8f6e13975d8168d583b8eda57c58a8c --- /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:f0fa74ed5461d3259896b8a81460dccef8549d6e69e43b06b8fe7e1ba93da856 +size 415938682 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..2658f18d820d127d5c9d485e3d8e98f536a6da80 --- /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:966e60481af30543ede57dc74e564913d1d7d39fbf77d5aec7b30a6c374cfa73 +size 400439999 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..ae4094def3e8db8d0bbcc0949a60459db9699d72 --- /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:0009956684cc8999109a1fcd262d5ff6640e06b41a0211f25c8d79468963ab45 +size 419315602 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..7b06e12823cef87a7058e31ae393f9e4f2b0f59a --- /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:cfda739a59bb08c4a1db6524a5fd3dffa485288132b8df2e19afdb66420dcd36 +size 416052945 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..5e2349a78d75ba109439c38e97919622a874557d --- /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:931c0725f9e96f6becf1320ddc14d6841286eb563a9fd63eaf9a60f1c11851d8 +size 437558231 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..dfb28c6c0d1bcbea34c6d4c1b0c6861cb74c635c --- /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:18ac9f024e7cf157f77ac49ef24d5f442266e4d538eb15bed83ce6b849475f16 +size 530157630 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..df81900101dd995385aded00975a0a55f3c7f3d1 --- /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:5c9ff0c3a98effea78eede7c6e6d482a8c832367ed8aea93065d7017306b4a48 +size 1049898558 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..6f45623fa919fee6ffd5496f580c40a3baa04097 --- /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:a59d39a3dbc5588e7e49b4344586549d6e031e28abc2a2aea65709b428ef73c5 +size 521855255 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..7dd994dbaa5d8c843dac398af2bfdf4a467288ac --- /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:2e7833be2fe735c96312537f7c40d4e6f419a031c8717c07426a17b75abd8a0a +size 1374623027 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..bd1fad546b5dbe3df8b421d2daf86785561f1ac6 --- /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:7ae9c2d6db32b8d4be4a37858af030b82f61b50522c46b9dcd41cdb58798834b +size 438947833 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..93b69913a5c6a7cb0f39b336489561a1dd836822 --- /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:4bf2677d244e6c5a7daf5424dfceff5edfde6ee5b560dfe50c78963118a8f57e +size 535124656 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..698aa2c8f0fafc8fd47bfcea6ebca253ff5385d9 --- /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:b8ae3424df1b78c858d14316a73a8b17c1b1b18b7b50fa26b7c7aca086651a40 +size 1204751898 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..854ba7b8fd50535710393f57ead6f4692f7e5de8 --- /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:609734002d9d59835d4beebe8d4bda1d45357d6dbfb895d7667c095f4cb57868 +size 382037605 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..626b1e6a0a860d31df7a8e50ed75935e63688acc --- /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:1942f8e81221629647dfb4acd447f91a42ccdd0a5f5d2fed331df2c2a1eaa8da +size 506158960 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..d8368e8a06fdbf3c354d78dc3a9f75e9cab6d10b --- /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:858e0083a7e19ffe7f823a00c46e5c7bb8230da011bba9e0e288f3e54bf9ba1b +size 500936735 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..4979d8449e5dc3a70b5d0462a5754e9ff5947a6f --- /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:106d423b0c1a3ccba8132fae0cfb63ed362d9b8296247430bcbc04aaf9650926 +size 893841631 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..92fded85bbbee8218f3b1c1b54e524273a367822 --- /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:9e8f9054156b3f77712336df6676d177de2ec497a812ac021c69e350ed934dae +size 451557605 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..31d21ab6b78b0f57460c254a6796b096d5a86dc7 --- /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:3f9aa345c7423cc6336345ffaa6f5c73eadbafc517ea6bda9cb8679bac312cb8 +size 392034024 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..891c0c54d22104325c4c754a42c6d2617915c7b5 --- /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:b2739bb462b6dbd2a8ca5b6acdad9c911aeb5c71169fd351b866ec27b5ec23d5 +size 518370859 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..4cc5ec09b14db4c60045e551825c5dce8944c224 --- /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:9f6684278c8bbd866a734067bf07f416dbc3e88dd0b7bc1f1b0400c75555fcaf +size 650757230 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..064e0ab03197f4897331c52958366fd76b9ff6f5 --- /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:7e807de6899d0550cd86d798c4673ffd689efd83b5e07bd1548b2ddfd8738e19 +size 432483955 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..42ea7638057fbbd15d98b6396ad72b3300c41fe2 --- /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:6b95589eff8482c37ce62a0d9e3074373e0800776400c95b038fa8718d95383c +size 695186452 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..d45b6db3d8155fe52e10de375c3c5591638a4b66 --- /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:541baf97aee7b48b4b678cdd586d4a5a79c21d8467d09a8838921eba63ece8d0 +size 584314457 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..95b2a167e243f676ba6c5f4161a3e92d9177ed7b --- /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:a7a1b8b92fd798630093bf0a1f89efb537d4cfe7ac4a2dce1b742fd501b28880 +size 478664751 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..a5da1b2fc36af2a639a5f366d3e81acbe231aa9e --- /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:183dabc5b6ae9a532a730f5acf6a85cc119c0df219866fd1754e267292d5b4af +size 471421123 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..614690bdbe04d9fef65e423249674e827ab5ba02 --- /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:cf0722bfb906b809a55a294a9e1904176954c8348bcd4dc046a25077bbae9fcc +size 484781282 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..dd6e5c21185af812f0c676bb822144a6cfd94461 --- /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:503793444900de97a45f5d522f6aff3554ace7309d9b7f1782c15748abce562a +size 630616906 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..a406bdb0ddbb952cc2f7a24e5817cfbaf0fe8394 --- /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:771b6aa24896d3c09f49a0f3e8ab8c38f96dbefb5b533a25fa30efd45c999a26 +size 561474708 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..5b5fca6d9bbbf9c57134e962a4042a746ced5ef9 --- /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:8805cdd5f2c413e714ffe1cd53e00834db1dff2a79fe1463c1b1a506f42bb0a4 +size 590138001 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..f0ea97a690c0e5bc883d8629a048a1d75a51010b --- /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:5978db86c325b214c7248916a8c0bd66f9902ab35a040ea0b86e57a0f14532ac +size 618581479 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..5d225421f101fae86c4ef3ab572d11adf1125861 --- /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:d9881f89a67d34b41da64b7af7e8a0ab99c98aadf9488d41156db2346ecd48c2 +size 394972241 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..c549027871642acf03398682c19f6c581590e1a9 --- /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:bd29cd5f89897d1d9badc1615b1e66c82fdbaf76f5ddfe37cceee7ddc82c7376 +size 381165305 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..4595040a675d628a13169dcfced29fcb16e0e59a --- /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:1f4d107d517cf9a0f30d8bf3b90e4f1e4a21ec1381f85106e559f36233c3a0b2 +size 463826506 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..a631b61598eb436af20f7718f154138210eec0ec --- /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:c98d8f1da48869a65ed6d3584c303b0d6e7cecc933078686e2f9925cf920882c +size 559635505 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..4ba817d19a30b2d6979b9bd766b26343828baced --- /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:501aeb1b13b70daf03c4a0d946b873c5ee4f43d869bc402ca442695da56c1d4b +size 703417980 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..f5c79fd3aed5cd516258970d1d30e39ad42bf2d7 --- /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:9b4a7a19728b636dc17cc70cd8ad849a8f57f9d8345f94794206a510483abf60 +size 626363536 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..5b1f875d298e3ec0bdf86a2b03a666a787a51c38 --- /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:5202af4b26333f084cc11e1dcf3141e4c1349354c4f9eeaee3f5ffc83eb68bb2 +size 667358702 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..25a1caa7ec598fd0be565c7a88f80d136c0b32c0 --- /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:099fe621fa8e7438654b64c7148d03160708255cf0da05452d6ed1b5174f1a64 +size 462050801 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..f0d9e08fb69a17d733d0d96fa48591a51bdbce88 --- /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:a28f8c4a832e9c2f4d92836e443f905c6d8e65056d4588a4bd8c6a1bfafe46cb +size 470615461 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..b82337d1665004e2f52d8b4c102ba49e6d4ab5fd --- /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:edf6d5cb17ff4c07faf291289a5cabe5c36a1b9e425afbe9d3d3762c108c64b0 +size 530047684 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..420dfd9c20c3a18167ec4ad9acedbe1ab916bd8f --- /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:40d5dcc0cd3a8797434392539fccc847ebaf2cb58527a6967e8da29adda8bf85 +size 537090274 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..e18c5cf7c026c9e599e6d8e9c8be2f3b78117a62 --- /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:33c13b3b0fcab65466b3e3122cea6b0c203692b2329334e10a049ef0602ecf40 +size 810302780 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..88d0dd52926251caec1ae77aada0e132f06a2da9 --- /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:5b951da80cf507342a328e4bccb1178709783b964cd9edf364ac82330adf9cef +size 478330022 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..db13d6d18816032ef6df34dcaa4dd12915ab3aa9 --- /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:4faee4eead4ada4a47fa9ef0f1e62f85e4e13a7a935940d6c3312cea7442f1a4 +size 544687902 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..9d1680092d70fdb502729f7adf9c1556e4c7004f --- /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:7ac756ddab9a87a46641c98596113caa31cc953e3e1ea30c20f297d70e029b25 +size 513691637 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..59a96599a50ad0882307066bd0d8bea513da8d66 --- /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:693b9e75a288789644cd6d148e6169cb050bc64883c00e45c7de79396ca6fca2 +size 479059200 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..5870047de1eb73ddd970c9834ed9a34da0fc0696 --- /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:191132d566a8900183412ddef3e8eec832d7c9e89949d48f4f6a70656fa532a6 +size 401564026 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..9040936cf99939dc4433641736c838fc1ddde03e --- /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:6c3d252ffe74e8e62c2de14a6072c1a94bed4de6bd47d378b0f54f31805be638 +size 617719398 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..bde142fc328edca8a025f548c38b81c58057043c --- /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:e34557d42ee4cf3c73a92c0da615b6402a69a9a45af5c7a9e60828ddc3b134db +size 416626540 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..34127fd7ec13128a4c470bb7d8e461f27b1f42e1 --- /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:51872865dc402a88a1e7c777beef3689d5fce014681689a196ab2137c30db84f +size 508899154 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..4b07e2cda6711d1fad5df2c517b2706ee8b3d1d0 --- /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:12c8c3bfbd53bace68baef5ae426d4b0ec08cf44e1dce51207c521e6d4372c5d +size 494203272 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..a95fcf3c38ecc5cae3ef383272c6a87582b1cf9f --- /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:2a8eff755b8a273ede8c4cf8773199baff7f0e75b70c03ae3a19cc9d61b32b6b +size 720912299 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..e225f0a7754cb75fa2e17fca1a6e5d7f08d9226d --- /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:e1e1eeb34c489c874747c23e7fc7a266233ec582e675f9b00fa0b04df04f6a1f +size 475771129 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..5f39c8fe72258e3fba611335e210e5c0f7b903ec --- /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:de42c0cb20447b67d5f298e6a9a3cd8c6ac7dabdc0a75c3040b1504c636cde7c +size 464215169 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..98ae9ca77bbd5c9da433fe9abaedb65ffbe4e6f9 --- /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:af1cb3d5fc15bf20b69af931e3c2b7678be02d9d35e9c305ebbd48c3280e25a1 +size 553026248 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..20c1199022c94cd65b176821437ccb1a32b1d967 --- /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:7e22858660705a0d0c2f65041cb4d0527dbf86424cbbda814fd8d58e2b2b8bb6 +size 423940769 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..e006a29760cb4f407ee6b425e5db5c855700aab0 --- /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:1206cfd976760c5981bfa8bd10fdece934e758599fa0509d2ee68eb501727483 +size 929700003 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..39283887d604e0c6ac4486fffabf06c3cfa1fe63 --- /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:46adc790a3653de8dab2f190532f6e7a37d831fe1471310594e570db1713769a +size 785574936 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..b2d94c04ed7455f5ba97a123d7606fc2b1770f15 --- /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:fb7e5fae48b79e633d715a4ab2c782798d4c19d273c4be03b3ca03fd3b8e2d9a +size 376743450 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..6c15da3cf02bbdcf99065e78cd947d3f29effd56 --- /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:ea61aec883cd12f7c98e880281d06f64667b0196960eaeddda1ab0c0f63b4bdb +size 448123747 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..9077e3cc9aefedd68dcd688eee8df884683ecb8b --- /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:9678399918ece44c6dd20aca161146033bcf6678101111350a4a81c043c1acb9 +size 521770015 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..463d26a883e678ee4c0ab5d1d5493b2c02484515 --- /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:f39d30a9920a536a2abe7a29bb89b44887276026b700bda9de4b6a87c5c83cbc +size 594202997 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..00ff6716e0674bf0cc13f656632a52eff7b1a952 --- /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:e6534eac4b83a99966484cee86897fac2f13b6cc8719ab748319ae675a244404 +size 522741995 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..519a660345d28f3a24a76efe0ba7ffca175b3c3c --- /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:17703a591717092f40f22e130854f50330ccc7e5e182c2146a127c410cca77b6 +size 458240938 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..03f4aaa97f12bbdeedb5e2ab9d817a6ed3918b33 --- /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:ab6578d936bde4bcbfa2ecbf86ad33cd347e022aa9cd759aa011d071ea87a8e8 +size 525348241 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..c4e110033fb5be8bdd3a38dc88c7a4a70b770dd0 --- /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:0f484aea31130d7649fb2812bef30e3f1bfa89694030ba011091304ff0268456 +size 467597169 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..d91ee73c87db777780a77529e76f1b6f70e61bf6 --- /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:7c8ea3f24fbc6be059714d8243d69d18f00d46e8c07fa2c64c53b19dad0761ad +size 570771578 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..a4a28aea4b53da1e90d350976aa32c5dd4da7e8a --- /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:a8e6ce6e223f32f14b39458f6823d62b76771192bb1955e304790d20f93afa60 +size 542203018 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..6df5c4c8ad781050c9ea479063d2ed46895220cf --- /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:62491435b0e20af869276418210f812af2bdef115f2f3f00b77da9c2cc973859 +size 341273030 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..680902375608170d8aac4cd4f89b71083f7e041c --- /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:5a9a0caed66440bbc05d4b07ea01fe94849c6609dfeff1fa2e54e1bfe0285289 +size 616523556 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..f2c1c0070fbcd18ae78570b3dba67347ccf863e2 --- /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:cbf3d0932292d9c4d7a37118efea54ea0888e9c71917c98d4868847672fc2f14 +size 462916302 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..d0e0a243eacd13600804e9388379dee426eb3dbe --- /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:3d46cbd433df78c91c113104ad620009a2c5519d07a1ce74619a74fd6335ec53 +size 561187247 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..4500be3e8ba1918c93575dea7a590da6013c1a84 --- /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:b9133f23a9fb13f0abc8cf4b517ee9dcb49d3b47915a94f99a542c99883c74c9 +size 441595204 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..475a52f23ea4a9efdc6c33fdfdb21fe940a6ada4 --- /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:ea51f1095c2a18709c9c6eeabd9b3a37ca1b2e3b64ad05d1ea8207fd2e77984f +size 600495617 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..d98e4c6f2f35f97c9ebee4bc95a7c3045e751421 --- /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:12e4afed8e92c8b0f73bc613b3ad273ff39b8ec2e79bb25ecfd2a4e895188ae6 +size 476252109 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..fcf898ed54ce200ca8ac23aaeb6c5a4a6b8fef15 --- /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:f71896b0c3369250eab6868caa57a7290a452a9a5edd116887e67deb46584c5b +size 876828343 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..85cd0262d6eea76ee62a287df7382588ffe7fbb4 --- /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:5131b1355266058faf43de02d075917bf137fd275e33615382aaf94c73962f79 +size 372828440 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..23b2512b09ad9277e162293440221699d9556ec2 --- /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:32bb58e6f8488a4a0bae4644476275ffb740a279707aa2368abcf34ab2e9c5fe +size 452359633 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..02d73cb0b5e72aa69749cc28684a416590594d46 --- /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:720bd16e79001b68a31f30eec7e4568a0abd4861eb426d9444235fcde56b0e0c +size 579048678 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..64543f5bc68bf14cd62f7894fe7c99b711769794 --- /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:41e349eea924d1ddcdbe1656a464391c75dae288d09ad3f1feb92df858fb7554 +size 1042770095 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..ffd54f9c558343b9a7fe043c398b004ec60ac815 --- /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:c7b7a78b8affffe26dba88a82615d0fa6fe9e02596750332c96ad5a1486be6f5 +size 433324626 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..78222455c1b4a439cb48d3a433d068345d9d7f10 --- /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:03ea4d288c41a3323e26aef2913bb5000733ca5a6adf0d884e1cb2660e12fd9b +size 447090431 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..bd3148e6c4bb247730bab27797e8a2b96ef0feee --- /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:87428d62320e5b61116cf82d3e4cdcefd34a2c055331343dbac3aac34708b83c +size 535614319 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..514b4ec898a2bae3605c3ca5f510362d89a5771c --- /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:3e2da5d5306aa2f6217f4f1ac12afc8b7f974af2e5dbaef0f0745264951733eb +size 542196712 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..f021f705ea903d360d6703109a7ebdd9f8926c36 --- /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:16081b60835d424d7edaee8472200c902c3d58a8ffc7e75bb958dbdc09ee6779 +size 540317630 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..34dd975fe1f87b8f2c7b6a9a38eeb65d5fed94b7 --- /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:2cc6072330f2facf20f2e6ff9d4be0b40838356fc296135b6921cb8f541d79e4 +size 500671018 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..c86948307039a5436c91972adc42d01e58f8d049 --- /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:e8b304c1d9c0256b9e7017d5172b18bd4e5622337d1f285afd77db62147cdaf3 +size 798558466 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..c218ea3ee67403916bb2cab8f14ac7244848c43a --- /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:7e97ffad978eab17fe3381a8a2522f380ad51d434c4e4f727dd297305d0d8758 +size 443681613 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..9321a6654c9c073fedb712a0ac38a2208b8c0141 --- /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:9851c92df15a797dc7a936cb961746e48553973e431e70cff19aa0c0aae84227 +size 957259517 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..8007ff913b4448909012f691404cf60461781cf8 --- /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:c7632accb745bd58780ec0526516292e15371258cb5d12e694ba98b1ff6e2761 +size 592374245 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..5b5d9da3e54cf4462c3262e86f87b1c69e774606 --- /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:fa32c2b2a43349364667be1eb1c8d849e7a6fa522b59c5730d78e7643ae24d03 +size 639545847 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..cf9052d3c09a9155fd49f6d3016b2d54e20e371b --- /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:8e324dff9096ad0b037a96e553ac5386a23f8e001f5f2ecd1343cabfeb2b5c6e +size 585575711 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..dc764ec9ca3443ccb872f3f46e121fac68a47401 --- /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:f52dfc6aa0eab71c2a85aac5d747b07d6224af313ee01771756c4561829f1014 +size 480444185 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..255b620704cc379b6181f0d39c28f0e8a21cf741 --- /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:9a726efe35a07ab30a0e6d65ababeda2d6813c495075785b35c42ccb60091249 +size 523716085 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..0aff2376a461bbef902050d3f340104c9b7652ed --- /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:59fa0c8a0d17a314c34ecc4b8c90bcfbe81049aa5822b1d92a859e29e4ccb310 +size 547682283 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..d3c61cdf1cddd3a00309ed895ad589267899325c --- /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:e22c36d18cf98cabbc4139bbcf0a73339bb61a965b3b6504c000a62a1b1d9151 +size 548574608 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..7860a66b1e85645a355576619dafdd1244417c23 --- /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:6d8046c0f77e89a6d5a454a60ede18cbbd06d8fcd8c82ea3317798760d4af957 +size 374010780 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..df97946fcee5e6dc9660f62a34e59ecffe85e04d --- /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:ffa5a70fc32454cbf8be4a1c78724d6588e9589bc8e2b704cba095d7f9a20c15 +size 555542360 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..bc907379fac9f20d967e9a10f83839e8aa0bf6a1 --- /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:3b614c8328372c702527b4d3feb59b970f07661ef47407be59e94b689bba4276 +size 558985192 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..425ce626db88cc6d360352a3e582ff573ddbd965 --- /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:c71be1bc778cb2ae03ab2041a4ddbcd68d86ead3e80dde1b8cf1081e334969ac +size 545690777 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..82dd0b2c7af9e7442039565df60fdc00cb0bd3f1 --- /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:b17a992dedd045d7435d05fde0c48e731642ee10c0cb094037354b401856fa69 +size 579078054 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..e657e82e38f6ea9de40078d9853911e1457992ae --- /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:8da66e296dbe2c4160d68934e1b9d8441383463bc8ea2dffac5d1d3a23af0f09 +size 514126968 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..7daa6846e8346f8ed12da3d14a45d5f0f39ca89a --- /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:80baecfe76a358fefdf2cf6e3c6489e920d817a2a54d593b7f56c1f549966514 +size 440577943 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..3c53f7eec921f80624c3f1cb859fc90785e9cbb3 --- /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:f9ec68bd295e96024648a1f4d065c016e761c19fb77d06ef056a15a3a35ea6b9 +size 456727517 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..2d1e77601c321501f4d3619ae8a93529e8504e91 --- /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:10bad2d051c10999ea2796776d0514b827db1983a97cce0afaf4e807ec966b56 +size 541290413 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..94bebc82f8bb39d694f1f061bf9ebd7fce808612 --- /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:a62466108fa6be7e1d967d01e6dedc622485296ee1721bf3169e4aed804f80d2 +size 769276993 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..27f8057ec77a67a84e8c3ae78879a93132eeaa2f --- /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:5b3a07987e72aa489dcafc699554c0a1e05539d29bb3a8594946584d5a7381b6 +size 755600978 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..2a9c10256b5aa51ad763862748fc61715b61bacb --- /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:a6aa2c612b4b36478b4698166101488876573cf96267c6146b3069a07df14473 +size 482502404 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..ef7e5e1505aeff6de4245c9612e87a197de8e360 --- /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:4f7c99d463859b649da4b86b7df2e4ca95899420890ff99ca8a167c8641ac63e +size 455710555 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..5e0995c7c39e010ba3ec2a52301ca16047246daf --- /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:247e67ff7cf545f0ff1883bcb953e576c9cf203e6aee085610dd7ac937e467d3 +size 474421800 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..d565c65b0eee172a8e930d5c590b50e3a3e21bdf --- /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:2f10b1b688435aaf0652c398b864045222dbcee3aa917b0d5a937bc3bed9bf89 +size 692661458 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..f8cf4c4bd94915183c4d4289c458ff84f98c631c --- /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:8981a80137e614254c97a1c4cf645fbcc5fae844526f861c098a98654e30021a +size 677037758 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..cfcd0ab678b097adb4b9c7fc09bb96e7009dd552 --- /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:0563247e0a53b633427eac883d8d7f16cc07819a1e2acc8c33b2f7526aecb4fb +size 648058196 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..c82067a74eb3b25c39d7019b14b42cc470552db4 --- /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:1bd2b0baa4c6c9554e2c232d520a52bf9c13337dee8a5720174c360de25e71b4 +size 549148818 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..683b76d4b00cb7e53bd796ce50f548362300e64c --- /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:ef9e0e89b554cf4e3cd8f7ab89349a7cde5f7633bfbcbe0bed0d07a0f347d64f +size 457263094 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..eec7227eb04d4f3240956683980d910c3cf58801 --- /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:2696a087337c0cea273cc402964164ece42ce07afa17c57a766f5a3fde55120c +size 403327977 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..4da4fa8d031542dd724ee76838a6ba232bb6e74b --- /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:f8fa2e505105207a0f4cfd2c00c0348b6c08fb3e967a52523caf4ec1b595c56f +size 460535714 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..2a4f716e9d5fe2d13b4e0fb229d7508db75962a5 --- /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:c75da26aefa97c876341101a728bdb1bc18162835cc255609859008c8249385a +size 561567415 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..de3e35138a708ece56cc5bcd2857f2b800aa12b2 --- /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:2a82eed87e3046a875edaa47ad4e7c3da6a69a50d6f6a778a9c64a3941820899 +size 357187550 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..49f574f075c667b258d36d3f98c186b047d02ded --- /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:f8ed63c2a543d03da0c2bf7a422d643d8ea45e0f8b70a47df81ad6ada7402a7a +size 485145059 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..0008dde5a87a02a57abd27c5305ec1e0591635cc --- /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:f21f8d5372ab8b4ca6ecf3016cf9726c73c3cdcf405a15fd9bc2d5ef78751a9b +size 485823211 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..c53c9658c168398b74d344a3936dabae1e0359f1 --- /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:cf45b18daba7c5cb8beb8b9b6d79c10bb49e9fde4643dbf5808b14548129c126 +size 442429974 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..b14db09f42021323d3d7692fbcb3eb1546b84b1f --- /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:ea094f38587c7a5d08a2a71b8b8477b19f968043fb3352e479275df3c90d6e16 +size 632709689 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..aa18f8a1e352e239397a8de3a47c3ca0ae54854b --- /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:4250263d0851b261c46dfe8c139bbc7a02e951edb2184948a10d58caf5a536be +size 700823805 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..24a626c17e65ae8231b86218a273c6ebf2c302f0 --- /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:68d80b8da8d5b149201915d2e9ea5a9079759c5e2ac4c67e1a75bb87a104f683 +size 408944939 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..16c90cda8c6e681cefdf6c78cb221a156ed71819 --- /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:b76c21f4130410a6e8694a95649e015986042657397043a9e07dfc94f07164ea +size 431603787 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..7ab7f8c9593b75a15a98f14a5b69e939d5afffa1 --- /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:ca45c365842690287fe4f4d44900c90da2e88b4914f782fb9a168462f7e52149 +size 590880888 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..d703b8ba8a3046f946383ad33b996c6181fb0e73 --- /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:778fd51ce5b43ca5f5b56768fae6f19fad7be2a190772f9ecc4462421a5067d5 +size 487442261 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..260a2cdcc1efda641904dca1e1b741aad81961ad --- /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:2009066e5b523e0a79d7d911341bc0fc801b6dc0e559e6eb6e4efb7c538a7a5d +size 559140247 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..16f3ba426361c4d93c4831771182377dfa639656 --- /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:af0cf693940a7c349d9048016ede214278ac45d8e386c1f692c1105cb3025ff5 +size 392276483 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..4163ed34dc251559c3af73e46c57d7f7979af1b0 --- /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:a819f5cb24c63a276bb488b1f13acdfabc6c7f70770c6227c2644d2afa27bd34 +size 445856578 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..88f1ad643f8736bd695aa119747b3e05e6e9cc56 --- /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:180eb04a7ab940750e310a0f7c69ad335f124bb7267e3f3fd2c7c01d8b847de3 +size 464831945 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..a27183a07be27be3fcfb6a83ab09c24b60950ddd --- /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:ee16be5adee745cb3d9dc32b2acd4666db960a820c37edcd6eae52ccfbaa8cbe +size 750065194 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..a013cd647d89d612fdd920cf7ce05605dca93481 --- /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:af141c9e24f2ffed3259a0653efda250f865c450c019284fec273a8d3f580f2b +size 410122596 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..fa576341319a881d7ea92f3d74c904997ce3fa2d --- /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:f3d77e5a7de00a07187bca5906b89150eb67a2c93750fe21613e52dcf3babb36 +size 723638997 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..47a09703a3e3f2421a7356a676e6dd5216fe8aa3 --- /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:eff4e7891a2231d962a739b4de4ecf8483bfaec72b69b19a7b45cb15a413e6ca +size 444921997 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..2977894b05ada3dea5d4774643387c9412598576 --- /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:b46290a0eb5f8d5f006f21f5fed55592dd2793de91a3936388f355edf56a52a0 +size 537507729 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..b578b905bcb5c0dcb4e56130709dc6f674bbd8b3 --- /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:9b64d371a76972dae453b95641f65414b53f031e1c328756ba41366979653f2f +size 427303512 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..59fed4bd9edb066b8a1ae01d49f76d530a24968b --- /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:cd2b9914b11606e74a2fdbd0bd65d97321c46a7965dea39c8bcb1d1d7dbfaf27 +size 676636131 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..4a0009beeaa30c83b9fbeb9cc1efa71652725797 --- /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:590c3bbddbfcb6e441cd74d8c6cfa897683fd51a06d89fc1e7529716f01e73b5 +size 537883796 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..17c52e851e22958f8689bd9e3c53c78b7cfea3a6 --- /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:2ac938cc20eb7a6a7038b8e0fe9872802c20a19151e8ce307465f09cb78551ae +size 540718350 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..ef6cc62e7489263489e07df3d17fb5fd59fb4e90 --- /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:3d4acea8bc6d34877595a0871c938ed13190276219f41ba128d4327be6d0e009 +size 452339335 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..586eaa94c28ff07f97dfa4bc706760638aeea0e6 --- /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:fc38af0bc00ba3e8c6f55bf6153a3522ac05ea031eb783377888c588c4ed63bb +size 445125635 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..9693f4bfacf87897093549f727ab920e276d81e0 --- /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:6045c2983a267a1938d10244f4c6c8c0a86caed8e12539818260981f612600e1 +size 550688921 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..46860c2eed71e796359a1ad7c2fe11490a592569 --- /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:9d4de853b6aacafcbace0da7ee5d1386be8f90f22f5c56eb189ea132e3647d7e +size 651280311 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..0b3287cbbe1d2020a56e25739880a314162efed6 --- /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:f645df815086b0cc3c5c88bcbc63949cc4076b448a5167afaca2502a8abc6034 +size 1021399096 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..67e0160797c96dc5dc83ea1c1426ac7b1a1293b5 --- /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:28c807acc02f292cfc0971678df0bf4e5458add041fee40ef8e8b6f6fe244515 +size 528156840 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..6e710c842303489932c790cee96d1f651c94cc56 --- /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:08a343161938828eee8475b805a905624ca83944e1798fa6912c677fd38d408a +size 534314313 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..4cf91950e9388b45abfcc6bdb13af296804c9868 --- /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:917d4575f3fbea781fbca11cd0fada4a72495b678fe7c90d90be0f44ffaa77fb +size 544331643 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..78e38b51bcfac175cbf5f4093cf536244bb745dd --- /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:f370efa120132a1f8317d65b088feb635fdfc9a85a0ec6472a1ef127e5208a09 +size 523576947 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..1c6b16318914734b42a9b04284d02a8b6df553da --- /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:14ae0cc5a2c2eab4955a40229332c379be25571e8794d0843acf93f30d3a8831 +size 932900913 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..c95a9f0b6f7702d78ad1997a428ebe5eb10a7841 --- /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:4ad554818c64c4b1c4411242831029d02738029d09955d3b55f98cae5d79cc1c +size 627293935 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..b5ef2cb87d2fd59bc64b2fea1fcbcb6e6f6b68ad --- /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:d48db1e8ab39f2fb974f277244b4ebdec8d80e487389dddb87ce69569e07d8f8 +size 595342899 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..cba0e71041e648645224acedd6f361de187626d7 --- /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:ca6c2a5b6634487491d25bb4eca901ebf76897436b7edc4939ffe96a671a050d +size 442797952 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..d02ba0254145fb4173d561e00d29cc8827ed346b --- /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:efe4c4c8e8fc56385eaaeff2b15758bfabb0f6f1593f8a613ce9fb9d825f2ae1 +size 1209103562 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..295ac9807bb48ce11cbad2f06d87364a245401bc --- /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:186d8fab8edb5e2a832f3a7dbce09a3839a4d162de382a261019126035f9d35b +size 531882745 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..bc1e8064cb107f2d49b6f839977e2519abc3a680 --- /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:36fa8a4f1e63664cedc1b34762670b37ce948f9506641dedd7585609c00287d3 +size 548289560 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..434e7660965ee8d33cbeb7b8b2b48fa60dfa1186 --- /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:ae39c316b7991855e6af7e28a99609192d028fb15c94b896102609d7f79e8a41 +size 550928568 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..bb78ffc9219fd8e5e66cd79a377c8c85ec692d35 --- /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:475bfe8b04192092bd2022b541b5d4aba36dac507284416446c3285ef047b3b4 +size 555380457 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..ff0302f7ba09f6e3e47176872db6fbe1161e6dd7 --- /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:536b1809fbf831fedbddd9bdfd2b6cbc967ff92a9b76558f1895cda4c405df3f +size 352612309 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..e75fb3d1c5105b18fdc9d0f41f002ac7fa805bec --- /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:8dd702b92bf40fde26440241efcc666bee34b6dbc9ac20d370df46319e09369e +size 671743854 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..7e4413bd1915475319ebb5d4b38b5720bd182bc5 --- /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:cfe8f59d0d99f4e4cb3a1c0d1d135a1bc9ebd1ef3b5128dbe7fd01ba7f5c3ac1 +size 926918021 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..293dd7dc311db67f5a49ae28874f7241743d70b5 --- /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:9b98299076f1c1f5a773d13f3581b32f9befe876d676def21c311026a32aa29e +size 479654597 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..1a50e458cf01315c65b40a9c3a0ab82cc8aa9052 --- /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:41585e1316510d080b5c9b061bf91c8659af81953f8ccc565f911793fddddc0a +size 451963937 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..6e507d068762dc73ef19bd7361e5c1457ca552c4 --- /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:8b6c0adb467eb9df7f613f581cfd5dfd08d013b863398fe1c47328e540fac31e +size 647816635 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..c8fe5be98421a87673e6150add791671a3e71cb0 --- /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:4235d2014d6d0ed0f454cf539f69ea2e974ea35ab1d69efb806f27debbd2c52b +size 514127642 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..d1578a40c3e297f50f916e4724523dfc33c52c8b --- /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:0abefad2bc22ddc80ee9c19f645bef8f2815cc426309157dd27647db6f89be5d +size 442907155 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..3af835a8e9f803d79709eba4862482d697509013 --- /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:095c3f45cf787f6042d918088297e25e6231616edca8d6bf162ba2da806ef165 +size 697559854 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..c77c1d565ce9303edeb3e5a29df283fd0e022764 --- /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:bc4c279326264986c8cc49c497787899f443f57af2de3b8af1feafd3ba8cfffd +size 481096769 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..82c13c36d47c5437fa3cb6aa4e7789e1afe214eb --- /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:4ade2b770bc3880ad3093e3fdde2c5074a72f24af7820720aba38093eb66bc07 +size 581233555 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..d115d3301441662be8c2898875197b09ae556e53 --- /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:2d2142b0479f8de4f45d6601f5b76ca253d62b20c3cf2a8ddfb3a8f930a4e17a +size 626108657 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..81bdeb6e9c16dc36e281d39099601b137d4da1e1 --- /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:b10f6fbf2b392e98577f6994f5a9c5973ac71acfd2bb7dc4ed85ba074bdd6c33 +size 422510695 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..493f568bd8da21e5bcb97f1c39d4c93e061f02df --- /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:dc09747e026ce229be332a20d53a24542ad93e5ae52fe069da074dd59b3b47bb +size 731708814 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..943eb5207fdf082983412ff1e1fc1638b7958231 --- /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:f4c9b061d9ef3aaf0ac9f5508a58e6abcba9601a32e45a4f8d78be33f9dece9d +size 890435604 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..671062b6a47d8949559a464d898e2bd11101740f --- /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:3a5ca41951c9d86130e8a67601b63c54bdecfda53a1ccd7f1796e027b1ba83ff +size 1261242925 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..4dd9a43d6f72cd48d7458c9e16de29a0b7c6da07 --- /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:15f4d9628938cfcaf1af2556352dae405cfaaf241d9f3606bcef6a488b9df133 +size 836757773 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..966382b6f98358b926792f5d514885142c66e82c --- /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:9ac62a71907991acccb6abfd84240f3e5a786869b286b100c22f69546db9260e +size 499876171 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..103807e77a24480c463202b7c172bb4703d66546 --- /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:2c4ac92a535ec9ae9a4e489819c8fd3ed46ed872da1d241179ca4c0b195dfb37 +size 558913337 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..474c33c515d804b1b0ce19654c69cb0064b53a3d --- /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:59636454bb38b15fe3c49e90e3207504cad8f9ce4fadf69c2deca40605f70f48 +size 765153187 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..c2378e20f4d7e7f4c7b22b04ac55d54513f48851 --- /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:59ab4c0ff8d9d0cfd4010478beb9d85ac0b1e03cbf3192102c0f113c804f2a95 +size 420118848 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..b4f0672c7897910b2310163537497d35acc0fced --- /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:228fce0b1dc2e3a320ffd88cc522d90d91193a3b2578a4e185f263b7dca1d9ce +size 592198354 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..90e02614bf3f89435a8c3bd7e897ed7678f90314 --- /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:dca3f5d7087c628170cbcc12002a786f1873286d77f0e6188185a6612fc6fbe0 +size 407691692 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..5801816d5589af599d9bd726b8b30cd4ed9aab8e --- /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:6022c7e34016d486df772637c58fd3957ff442385c702c6e93841fb02c26f335 +size 504650161 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..43d8ac0f7da79a7d08c0804315566dd4cd922929 --- /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:a8dd4b92ba47b794cf3aeab272864c0120400ff56b76532624d546e479b54329 +size 466230703 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..f2bd85e287223bd92b8e37fb442ffdb1b8fd5350 --- /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:d834c69e5e665ee909e2fa9f9a2c82b2227eba97caa8e062492c39a9a2fbd161 +size 608987043 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..102e7943992e3b355b0c1bda5fd01ecb27f898db --- /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:fd0561df7fb2bbfd676625a643a220dcd4fc275d6397a53f4b953bbeeed1b358 +size 585290368 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..df3fc7482f12dab889accaad387d5424f581e87d --- /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:b90c868879e557d59a7f7ca34013894b337942e2798c75c47a7198e0120f1f49 +size 659480751 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..a6c72ab64da86ceddaf030ddf75c9e66a0b92683 --- /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:3e369f7ec561cf4b78315c5c4c4ec07a52cff604bcef76327ed2729f8c75370d +size 648212128 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..9b8ada0bcb06d13fb54ca3ca68516e36505c21ec --- /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:fd71030b3e54b85c23c87bf3aee9d7c47faefca2a3d7d542bb6bea9afe8cc15c +size 489578769 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..915ad7a9b89253e12cca5c9a19f9778cf554e684 --- /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:40b440515df4b492652fc44b4a92033fd062467abae1eda8f1a56744eb7a7507 +size 724961322 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..095c997edc11e310b98fa2cf4fe21adf858f2d0f --- /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:30147578fa68726fcd1b6e1230485d2de16abd1225ffe8aa5a56141cabb5c964 +size 599726841 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..e43e9b49153755979832a6182b663db2554382ff --- /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:05d629d5f70b89ade3c4238a782a334176c3874d0fb5b973b1aae8d32284651a +size 369738830 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..f66bb80270971a2d670f62948dff2bc358b39013 --- /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:5de6f024b0b2f6284e66fec4503bb1f5f96462276bcc04b4a585064596a8bfe6 +size 665362201 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..baf8e9f0644287222a49c763f644bf409bcb8cdc --- /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:438562e85309c6e2f3609dc52032de07fa905c356de8833d0f1246204c40de74 +size 488906380 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..acbfd9aaaa9a5047f46444113f1a5bc895f86c0c --- /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:5cb1a497d75e1ab08cabb51d523293d737c5698eb2f6b552cda72e075b7ecfdc +size 609993167 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..29d0755bf63555909c15a539c34e0d4db50c94f5 --- /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:1b96576fca897c87ea73d2bb1d5d490b521385cf49cc1876a1e0981576e09726 +size 432449523 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..1212b42daa9faa41102ca396064508181bab9015 --- /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:aa606e482b125cb0dfa6992832a35cc9942bc07b3cea3646d98cd72d421883e3 +size 507299783 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..e43f251d76a7da6021d3d59a67037f23319db323 --- /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:6597196cad9907ae80c62661ecaea5ebce9de30d292e9353ca8b012450fb6c34 +size 966828113 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..00b8cf8408834727afc788d59bf4738ba9e73691 --- /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:0fc0d1c6d21c1905a46f7409d15011e297609eec9c846cf28f8c7a8bd0257ba6 +size 586669588 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..5f8068f5dcbd25a891ccfbde8aad6c5320b877cd --- /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:1ce73973f61e876d24500559f2e55d984f612a1dfcbe42632b022e6a7810b427 +size 428498101 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..ff8c97c4e32bc8ce42873e405b7877d48ade3032 --- /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:aeee4a08df2a1126387def10bc08cc8732fcd1a8b0146007ae18d9340ba4a85c +size 595990470 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..c56ec81f0058402bb7d8d558ecb047721e294f2b --- /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:c668407af442e7d3774f2c3bbe05f0757ee625f94f950dd91d90fe7060f7a73a +size 570869395 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..a276c740b1ba035231fbfb7bdfbcffb10f3a203a --- /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:ff601fe01819ff80a9fdf870aaddc5889c300db9bdc83f96a0ebc01d00eb3e72 +size 609946207 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..cc4594a0afd82668c28202ca7e27b54ef52d18ca --- /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:af4b16aabd0e4efd32a16593b299dca6e8b8568b298192d9e8c76d304d5df9ca +size 458688954 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..8d17c15867f87d1a70fb7428e11148d9a2f5fe6b --- /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:f14c28ab3f664fe937f793083f5a58418e09a3359e1fee2d4aa831b15e388694 +size 714191547 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..f6a17d5a262cd429f14c0ecdb2ee19b1e814e5b1 --- /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:92c6bfd6e492aaa8748a4c0cceb58ca268d660e561c7868a370c79a7a1ffba23 +size 939253223 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..fccc728aa5dacc46e9888ef9fa2fb41ea0800b8e --- /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:0426e36296cce6fd26f777776686628376d5ee981c0667d5ad5b579c26c93c44 +size 712941632 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..d37a82f13c03f8bd02069f788a545f5e553abb2d --- /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:c33b0ff757b298a1ee994baaca3d44d7ce1c2cbcd7c69ed57c367e0de0471299 +size 409147702 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..85f2a53b543211eaf70642316a6ef0711678cc48 --- /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:69db0425da14e24c05dedb891077eb2ba4a7379da6841866edb8df17eec854b1 +size 477567389 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..a0df88bd15d91f75020f1df9af04ccd63859df0f --- /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:e7f9e8ce4545335a91a93858109fe89a06c1156c594458bda7d2a16666016fd8 +size 378938454 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..97a792fe02b138c6e8b76699a1841bc508b65b17 --- /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:c434420b380850c32a31f839ebdfe61db5acf1cc37fdbcce0409a5bcdb91cabd +size 722702974 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..43128f0e9cd0104d54dfbd9aaa8370f0728b786e --- /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:2f919dba94d3181d830950fc69112d7b109ab69bcec1aa643f6ceb6f3f8cc78d +size 425652329 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..1e87a6811b5b1f790ae30c787337cb077c7795b1 --- /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:3b28dc7e4be2946cc42155e0f6d4f108543b3839c416b4db5d1ef397e3572a9b +size 1018879604 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..06ed4e2729b5904809af53985a4f66c14137ef10 --- /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:5a55aa674a627768e57168084c1f72d05c5f4890c3ae7ecc705f1f71387b8742 +size 506186843 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..1ddf40c2f251a603133e6faa653d5898b5d5500b --- /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:2809c5c549dc6d59fa2193ed8a318fab522d44fdae2dff60322bcb904ee24bf6 +size 786893896 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..e142e5e70904feba8f581bed4b6e1f059ea7662f --- /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:5f93860de51f664bb81519f931ec3442f044906d6ea5e1e3b1a6ab7a3d226d80 +size 453919011 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..37dd0fc0b86a07bfd6c2b16456785835b4824910 --- /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:8d68eb3ab36ea1339382081093a46e8d935df57132e5cdadf378e2a4b9c641f9 +size 444828974 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..ae88a1abae13b90d19fc9229c575fbd61d62b7b3 --- /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:4ee6140086e5e1919633fdf8421e35b48bdb59db6c7fd32a7812efc6bc985dc7 +size 644897845 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..b766ffc645e6f3e3bb4542a5883bdf13004aec5a --- /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:47176a1c77862b223e4e0ea6625873a3c59a5b8fe1fde891302e6155d328fee7 +size 416875155 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..50e97d875c0c41ebd5338e0f4c0fbe575cac8471 --- /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:849ee963e50d3a2a0dc2cdb2d81366ac93bfd4470abe20179c7b149b281ae78a +size 580291977 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..ca6ef75930d68e7ae7ea5ddc95a792bd0a7ba199 --- /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:74393166d14a5252db6ebf82aa82fe28060658da1d64355577f17debaae696f5 +size 471487164 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..45954f544eb75726c0d6f55af75cb37007080704 --- /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:6c34a94f22beb6056069e4f14afa8177da922886449b3171f24c63e528acca23 +size 525231346 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..1cf6b231e7a3d0039ec6c7d0b2fc85f8334eb688 --- /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:9544c3c95bdd0864019061a8fb7e2446c6878285152ec4ba9d8e6cd8dcc8c935 +size 494242322 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..75bf419ee785b3dfa1f6bbef4b7c3ce3e983d69b --- /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:923d42059a4e547efb46cc74e4ee36416955ff012c04a97bcda7175acd757d83 +size 630092732 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..74649e078715ae997111c7ff05448b974049535a --- /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:426b3603704fbc1f7da51119049572ba46011cf21cc9ce9650b81b91318e2832 +size 622892027 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..e127d1f2ce6aaadbf70d9493f24c1ca2b6c3f8b4 --- /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:0aee8096ca37c0386d4a2a1ea4c9c0838d29eed7b396dd5043bb37379c4811a1 +size 425613958 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..cb4232f25f7c81b15cb09947789b9142c0eec41b --- /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:50d324c1477336f1513a20978d33007c5ccc5b8fa84a4dfbaf36c8e5027bde40 +size 468933317 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..9e2300ddd172923f27882f679e058d073faa6f59 --- /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:caba05504859e1052a5e44cbd579d55ad1ac70566bbc339f3a8bcd94c815a6d1 +size 390687693 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..b50678cd524aeb16baa655fa7e4d60bc41612f7b --- /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:7c344c616355ca29430bfd5cac3bed4443cd4c06ad6b1fbdc1d2e17031497f02 +size 505663823 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..5d8e1b96e08964f011d1d56e9e2b697495e4a5fe --- /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:86680de5021e7178f1b6732c449423739127e529b86b59572a88f722f39f3738 +size 704187646 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..13286f155bf6f2652a64fddd277e0bd23a72900a --- /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:5ac0df51630907edc913be0c2962b7fc265cb951426e489a906c13d9c84f489a +size 728303164 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..5ea8159bf130623caf9c4533cd5511e9bb294721 --- /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:bd7c1ab3b5c17ffc61282ec7c6b3c9702de97394a6e6d60d0fc87ed5d512ba0a +size 476744969 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..899c30016eca15977ea454b4517e6033b763c6b3 --- /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:a27e892aae1462549bba30388ac713be36cac1f2321d1bbbf183feee475d3f28 +size 914039261 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..69249f643eaac19bbd47b672dc90e50ba02fe7a1 --- /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:1e6da75d4fb99701e594df2a842b01339840e6687094c8614b820fb5fea08cbb +size 549705835 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..11e73bca8be881a497d91552d93a3f7ff6ae1358 --- /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:69bdcbad599b1565cfc24cc9537e9218080eae90a5ae8661127331b5f6b644db +size 440947221 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..7955d2651b2b5301d44e84a9ee43c5d20e90fde5 --- /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:c233dcffbb3b7e143104f9d60c43b6ca5de071896af0c4422921462b0fc51d7a +size 637817667 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..8fa86ce179699e57b4f0c95fb4fb528a34a43dd2 --- /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:49e58597cb63bdadab550cc2fba35f0aaa88473ee290a453bd40bde8b37b401e +size 442483020 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..09da834b1e1ce55a38bfed8279f4c05ee78b4e05 --- /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:1ae75a35476db4d8cc3d9ad5970a5717771ef402c68e8f1aa94cc11ee3a76f00 +size 391534676 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..0ac51bcd1c712a63245f509cdea18c754efcf706 --- /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:77f4fa3d26f417e668cb39206fd9998618d0bc6e4d8e7c366a72d9fb526724c9 +size 764584185 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..f66c64a603de63cb4f5e963141571bc5030c3323 --- /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:6e116d3fa3eea2c13b504b7b08d7456da6a84052fee95e1131ee72aecf2156a0 +size 397183939 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..79c5073bccea2c041df3907790a48408a4ac5bbb --- /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:ac37a3b83a0c63f7e453523766eba2ca02b1d5f65f74ed700c0635ef13804bac +size 391867599 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..c108dedf2e6d22ddcd2d7b5732a03b8c27203c14 --- /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:ec076a1dc897999ec595f4597bf572d7db37b3da7c42207c8e6b6faf1e2e10f0 +size 654170046 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..6d7f3ef48565bb6c421cd1cb5f65455428842412 --- /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:6556f4cb5b5ed65e1ff7fd7daf00230fe782251c8403fb1ebed2d3330d941dbe +size 475486502 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..0d51e64155a622c288be274a2bd3c678ada82911 --- /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:e882dffe36a6afd6ea3532eda134d667fd8a0fe8db5932e46620afd994a8e95e +size 912448933 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..dd30117aa760cbe00fe577aade344a8f5a7b18da --- /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:b0d47de6e51dc288dd72697d7518989d1d859c20d4a4d2a7adf5ef32ed77d1b2 +size 511263200 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..21bfc27ee7bd55cebf46c149ba1422bbe71a0d3e --- /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:9e244d50705e51ef25892d8ab3bbc5d01c3519548067f2c01ebc813927b0b718 +size 459053714 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..6b27640df5d1adad1057c5acf4bb0ebe9f877543 --- /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:0dd67a70a0dd16badf9ab6ad89beb4f8df57838a1966358f6bfcb316ac495430 +size 798927166 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..9a7c7bc88b0fa24deddc6f04953faf7691ac0840 --- /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:8279e3da9a8b011ea45fb6e0d4e5a22af997ffc78320381c992ae0ef3410ccd8 +size 692727312 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..40e181ce097b0c1981b2aa1a45494259a66c7e93 --- /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:6e1a516ae17ad2fc4eba17d77df2438ad9d3a3d7e9741a74b466e9a816d9f9da +size 491837513 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..011ae8c7fcb9d65b30c4156b612ed6a15a139f1c --- /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:bacf09853279d13f1fbc3f46b87ab66c6c2949ecb003000f7af71fd15f21fbaf +size 450516734 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..d5f08f98550c363595e883eb7f8a7f5657d2ea8e --- /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:39d8ee02c6a074f3ebd90070a02d3bad4717a8e487dabd362cdd52eff844ede6 +size 557208459 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..3defa31d5589c01bbb5ca5b223851e5100e91978 --- /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:70e95dcdad50fb7a1ef1fa3c84057a92332979a6a57cdd4224dac912171e6978 +size 534900676 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..2fcb9ac161332a804106b75a3f7f589ecabc53f4 --- /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:509f16530a758e53c0dceb4973ab974ca5dc4b53f87f53d92c4052a92de89fa6 +size 818047963 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..499ec48287fd42e01fd6d10e986f70b1a9eea313 --- /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:94b63db90d705551e344b7db67145b6a1debfc24123dd2c15f562fc879ab37e2 +size 400402910 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..a4784e005ba1c3692cb2bea1760fc4f4b0f8ad1d --- /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:bd212f96ea569f4c11b85f828eaed1672fcb1689e69a814ca638625c05bc3b9c +size 511722652 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..d95920b7921fdb0e25283535136aaf7386e913c1 --- /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:3c3d2f756ef88cc86cad77512d2988c2cd0901d02b6a36ec55173796e34747b3 +size 381848197 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..c32afdc7f762eebd9f612f7a521851d773098268 --- /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:7b546dd71baaa9875b84c49af65cefdcacea80744f2338cce0f59829a32c16be +size 401141759 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..d7c5b1ff063bb618e1438b493699d5c48b8a7d40 --- /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:a12dc59a970e529836cca26bd23c687e0b8ff1afa2455872f332f3f1ec7b4d98 +size 433773858 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..7c0dedc12d37a6c083f65c91d717ae6243d6dbf7 --- /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:6d2b3dc2fc408ca8bb05c5d7d3c824bb6409f861255a959127ebc6d9b6537786 +size 449034348 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..3ad814007b3dfda521fd367dcbe9631879fa232f --- /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:e1c0df1eac55957073a0690cdd03dcd88243c11a6a124924e0925b160fd89752 +size 463241335 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..da245131d92d58963568023e95ec2062a5c09918 --- /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:4a8382ea09c3a1cfa991208ffdae50ce94b20e8b538a3bfc037b6c68f3a31ce5 +size 492521860 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..ff0de1aeef344fee9036295cedf68f0451d876ae --- /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:1db4af9f9ebb0436636e3c372ad29c29c2db9924587107b9d4c374d228a7d059 +size 533832442 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..6ebf4036a8829b44bef2fbf1f718a4f040460787 --- /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:6f6d920ff4a8ffe870d4d9776fe976bf2d94cbb523a3141b40f84a4d88b32f26 +size 441437519 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..ab224e1b898daf66644c1adf36bc710326e16cad --- /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:78487a53e6b0c8fb9730855be4e08d737ad3a59555dbdb8537a2f85526320cdf +size 504423415 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..6ca4213c350c2faa0d53a44006968c95b1885883 --- /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:fb789197c76fa2cc6b1872de7aa7ec1e1b88933880b2694a00474c9f70fa9d56 +size 874506244 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..f79646d3c1d78f7e1c2922351617d3f1b739a5d3 --- /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:d2cb49a90f1141378f5d54d68067185b5be93cacfb9f29518364296fa3d4774f +size 487958673 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..921f2d81ca94846b20c220e275a8bbd3be847722 --- /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:251f29b4793389dc6d11ba66bbd551c647dc3b53586dc724ba9b6180d73b1c95 +size 505256708 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..441f650f4d63a3d425bd73165564e883c64173aa --- /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:a8689f725594c55c8823e9dd6d6f203a706268eb5c8cbebc0ac579a300a519f7 +size 498798019 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..c59cbe413f1dd30334e0c1f3e61f6077da3191f4 --- /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:6a0d6f22f055b796c095b3dfe10096d4fdfb3a1e506e50f2b2aad8b8bd32ce85 +size 659295740 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..26647c72ec8f809572abfc61c6a60f13242355cb --- /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:4375fa301ecfcafeac90dbe1f4248d3dbdaf42bcd5d60ddb6ce09bcd4f11ea32 +size 527985106 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..2413cf51d28dcddba39742210533399680ac2ee3 --- /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:98ca34c11b624722e55fa8d60c8ca67a2e2221cab66366622d5d34ab7418ec85 +size 400120138 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..bfc2802b17b321563a271372d29b27ba58e93573 --- /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:c1f49f054fd0af31c1433d608387cef52ad2628f9cdcc72ccd6970489da3dc8a +size 423148040 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..ab1ee89090977fedeaad17b47ba2c6cb281fc93f --- /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:d0b80a68222159db7bea1bbc8e5b658170a2a891df62e3c28899c60bf6711f67 +size 544532657 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..2a06d53d54126c8e15aa553afed8c7416660087b --- /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:95bc9fab65ba68f55e707c31bb89c728d67edadf7757b5fc1dae07f89a653348 +size 420718998 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..3c587ee7f5534fd9d9580c2fdbcd65575f0b1ca2 --- /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:ff3a9d1eea469706280dd3e084ded1f0d505172f985e33d958a185dd7060da58 +size 505591692 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..023b097a220b4ff7703926ffbce7b79735cb7325 --- /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:cd746abc17bc0d794400d2a4d632ad8098b45cbebd1846fa68e4442ab87932b7 +size 517970835 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..f6bdb5423abe37c4b86014c82181eaada86e0bf9 --- /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:0c67cda423912ee1f08642e21893ba012603c8001b1db2b38fd9750015badf68 +size 513126132 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..a97f466bbe2aed602470211c4f5892801d6c84b0 --- /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:2cb86288d56b50b79a93948393d269814f17dd1ad0c7f00c48eb85ce00fce0ce +size 454669429 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..bb593b55df7dcdf2aa8c4e1ada7a71ad907b6c53 --- /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:95d29d82edd9c77a9ec96e506d046901ccba55f5f8a49b4b88288b20e2b615eb +size 514075863 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..d169da76eb3a5c2eceea23db3365df3f55feef29 --- /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:55f7fb02f339c2a47ab92a101ff687867494d377572b7127e75167b2c4007bbc +size 558331575 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..fee6e4764c8b429acc80fdd96f36f8c4789beb4d --- /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:908f6b48e2eafbbf718779d340049e1a4ba4201a382820cfd73058722f87a76e +size 678682903 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..6b4dbc1b8bd42d08660579ff26cc5c3f4478b0c8 --- /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:19420da5c6fdbc5cb3fa7be9010072782265ba105ec3697bda7deeff4c8d54c6 +size 582066417 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..0456ec8970b6ed941e441aa230f7bdd2679e0730 --- /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:b0059829b278812c33ebeb989d85f48dcb1a50a9718fe22c3eeaa8afb43794a1 +size 523919326 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..e1e94beb858066f8c2171074239fd8521bb22a87 --- /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:a04661553d5dab6873d1642cf13eb978da330e84d0629e226ace6a1c36eb5128 +size 884728677 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..d6317a2e282a56386d7c57fda040d37daf622d19 --- /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:8104803e113a0378f69a6f1a2ea9254de67dafcf863fb36a32fe082e07c66ca0 +size 706856466 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..7c5671403fe9bf3e384e76076e8196ab4dcc0ca4 --- /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:49561ce115cfa8e2307c115597e9168aafb0b847e74421467a7fb4cab42830c8 +size 423878664 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..1e8ac7ce6ac3fb13b1d6907f6f26db72e6571e7a --- /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:accfda5b1051935e056313a025124610ea8a2d9de397ef921f7f805e6c5ab7ca +size 715308407 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..e0dee9725b5d11c7e1f4e1fb9f9461cd33910c5d --- /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:d064faf2fe39ee6d7704ae065608f8648258b26d9197e1f1c821add6d69a4ca6 +size 355937646 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..835339a846b4ad3ef4f9f8716e67bedfdcd012df --- /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:2c42157f3d6405ffe8be39b8fa78ec54058934a88ffeaa1722ec36533446640e +size 781078422 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..5a5ffc0bdd53d8f283e0f27f17f8d66ac08fa778 --- /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:b391104752890aac69ac4d569a447f82d06a1d2712f02402ba2ba5297ad47277 +size 596550030 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..5e99d1defb04b1d667c4c288edea518352969b8d --- /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:8c47297e04afca5d5c177803c3b6f25716aec32dda8311e5cc4f23dd3f7a5c29 +size 626565405 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..7651e7c8c9ae611ab4a052e9172fd468acd47b39 --- /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:6a19399533899dba2a7242ccdf6aaa17dbe9cd8924279f659649e1d7dd8fb664 +size 571014906 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..def2765ad29c9c015cae85e067f0def38e1abdc0 --- /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:132228ce6d3ed4a0095bb88d19cacf0520f606e6aa938a44cfc222ea98b038f5 +size 543043235 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..8a2159bd8a4d17a3ab37f8780e849141e6c6ee84 --- /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:0c9ff14112695d69ac5d8b2c126ff6a96561c47c14671bc87f484a1c8c51371d +size 492738158 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..f17e731f4f4221a809968070da60a2ff68a8d140 --- /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:fc205a3b013879b2e2c99b0f8d5b4d241bf92e86cad03ef2c01fb427207c6590 +size 425634011 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..b6d5d28a78036417f086fb983d176210ff20e8d8 --- /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:f62fd76cd62fc78497552a16b240f65afeb3f008eabacc66f76aafde94124bee +size 418960761 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..6d79f5d8739d4f23aeae7f09827d472bf3112ed8 --- /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:76f75e29fa86a4b4d18831b7a2783e8c59a207ab87da3a4b9e09a067b9e4524e +size 599124332 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..e1ede3845b4c865eacfdf01dacac7cf42a64720d --- /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:e95e6828b75ae6540a87c43ed014d8265200c8e9ade9ebd85c5f232f85982899 +size 675794133 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..ab818832b07d6fc7761b9964b28aa46368ad3602 --- /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:a01f72144b487f5f68eac8a3dcc3f09e0f8c7a3db1fac999529173def2b58326 +size 536187609 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..7bdc5e6b761707976d048a89f93a3b8a59ecf4ef --- /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:7d9d1ddd88659e714a7b9e99e75b00c7091bb49d42cb8ed03e7a5e065db39a4d +size 504778824 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..99f525495eeeec7e0acd4dbfaa8a243d6ad0dbac --- /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:d7f4f816d2092f4e0cb436a2737854777abba9e03b8be30bca7abef3e058f9aa +size 416945447 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..2c7e67438ff037aaf37b368d90ffe0c5f5310ca9 --- /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:beeccedccfda957d35c894e8ef8f353b774ec9f6e72f4324a70cb33cff1eee66 +size 863025650 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..e11677d6d1af64710458fffdcf0659f652d7fdaf --- /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:75f93988e21297af50a9cad7daaaf6071e75584c2f430f5b89d5d5f4f2483151 +size 794896698 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..b597f6419fbe7c25361c115f83bd59df971882e9 --- /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:e7965a3cf1cc8ba42cf627e3b9dbbd03c646e3ce36eba5f18b2a33499eb2f7d9 +size 759978820 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..92418b722faa54a451bc8e75093c7532556ed755 --- /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:cd535877a47b26c1d4c4d4c52c282e78881c885737a87d2d386a40abe2cace01 +size 743709566 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..eb52b32ef9f6f82a5a2df3984174ec70881e48ab --- /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:e6f7ee8e75b844d64aa25480521dd95917eb79b501b40af3241a0504ecf81561 +size 384703226 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..6bd7e97e6c808f6933f813072ce920b48e4b8e9f --- /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:2320bbfd79221406f2e97a575b7681423946e6eae125c2d88aaba5885a64387a +size 526613986 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..bc4d55ea5412a8247cbb2a451f74ec098e0087ae --- /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:38e9db7884644f62069acd4c5a1779816b6f9c969763edf19d4f73706cd6c44b +size 495379245 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..8507caafb2be5942a99c89005f00292fabbf429e --- /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:c8da9779b6820ebd8bf2023b0d3c339966cf37c6cd7ebad2b71f3d7146a8e3d8 +size 947870442 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..c9ccb72c25a41e3d16a0abe5111ef6b7b80669a6 --- /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:0dbc6254acbb683ca0efe99583532daf2b888dc955243d238784f69f7314e5bc +size 454489200 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..af178b9b70b0eec63ca158a17326b5accd871bd6 --- /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:48d4936bbfdb7fd7a63aff2e93b4647191c70adf478f4bcc29fded3f4455b39c +size 540754404 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..26e965dfae46bd27be6e9a584ff7938656b23ad3 --- /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:60bffd5a1b8ccfb36e9bec7d353a4baca38104e9b6a006f24119b27037a1067c +size 491147950 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..3753b28514bdca17d6bd3b44aadf9478d3980fa3 --- /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:e4b6b3d6c9746f5b2b42e0aa2c78b9d9e5ff94835211b8d58ab93513e2cab854 +size 446318296 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..943534d3947c9d5fa9d9bee221eaf4d92cfc24a4 --- /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:a6957b88f92435229584bf09275ced2d44b3abeb95a9b77ee6f4aceeaebb670b +size 565960911 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..ad32d9597d51d8475812bc03e8beebdda1ff9368 --- /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:9bf6ba98145d7d6279c91e313acb1a0c1b75b209e68e7df52e88f73e03097901 +size 482040978 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..d810b5b10ab8b6166d4a4fce32d8743e8986403b --- /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:0ccecdf8e5473dc66bb3cd9e8ef6ae12566c3e1df4e7f23d117512bf2abde88a +size 422183915 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..e5d7f74ee136d216b2444d8ba6e5b6ff3ea9c9d3 --- /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:6cf0dd79a12040412b0c80edaf596b650d98a5f492338f00baf1cf30e09a92a3 +size 525505045 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..ed7e07c9e763a6560dc2c11d765af4e3520e69d0 --- /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:6b8867714d789f46b7a2b58a98e8a1734328cd06a0c69e150448dccd14870935 +size 560587888 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..0063a9392d6048974b3e1c73ada832c3c078b2b1 --- /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:0b9a745344618a0016d5ef534850628420dcdc1fa9a6e006b4ab35af3173c9ef +size 663366232 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..fa3226c6c067b3d3ddc9607121aa198ce69b384a --- /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:f2dff1772a67fb2a7b3cc63042a5709e43cf71ddf67bac120bc116fc5ff82f53 +size 601989270 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..43acfac16ea5eaab023c9b4c2d1c82ee3c4cf549 --- /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:325ae95b8e4e9f7ee0130336f7793e62389be71055b108827d276bb3a3abf821 +size 507326496 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..09056e0ea623580bd72e4a0a3dabbd8a22a7893d --- /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:783fae42de5527acb96b9b66252be28e18e78403c4e027e95975ff7b1fd8ac06 +size 614200821 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..90152b9ed54e4be7ad6723ff10a1da590105d97f --- /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:ace2a79afc185accda58ea12316e93dace85dfb8eeeccb13850d1cf4e4598a54 +size 566991862 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..9d393aed72f1cd91cd321dbaeef33d5274082d6b --- /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:0b2a42e9d1f891e6fcd73050dd9e08a81bbead65adfa59e1c8dafbf67aea63fb +size 506886840 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..4062c8cad96ad86a611fc80aa90c4d450e485a1b --- /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:8f3fae978014ffe2297aacdf041e72948378d49ce3433e52bc936842b1b568f5 +size 415023613 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..463671cce454a420f499710496c3b944b9d24fdc --- /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:9c8d4e011e085b5b33b68f1e7e8e7f658ea2483b7c40c22d2b97094764739f9f +size 384102240 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..1390605d445d766e1afa9db3581222772a7754ff --- /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:0e9dbb7faccd159f555934a98e5edfa63bceb50e24aa10189ad75d0d688eec7d +size 477757239 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..5e69b28f0cec9624d37a1a1c49752fdf8b338d7d --- /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:08dd9356385db17f001ac89c31528f1d1589947dbb201e0a39f4ea2630df2216 +size 1190367140 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..88a4249573554c0b619a8503cbf05cc8de90ec8a --- /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:3522752ce9d3b128012205257ef5c07e01d4ff68716d3c3e56f2770ef7548622 +size 341948633 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..8a79542a367837785bf402ab4353c788eb52a03b --- /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:b0efafe2af7a2293b6bf8b841b74a029196656744a287908e8f74f4f5b4aec23 +size 478260654 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..9cb5989d7cd999803761146827980abcee5643da --- /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:ef14ca20ef2f96620e3d19811320d2d2d804a538ed7c1e28751d9dbd2a143a8f +size 638945066 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..3c1f264583ff01f592f0644481286cc51faa9555 --- /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:fcc7cfce34809fa1c83509c7588991671088abadfaec7694602a34b7582a3341 +size 1086917835 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..146d321f83799d7bfc92b17797ca79aa09ecfb9b --- /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:ed854aabaf85eb72c4dca202e665765871424f70ba452cb7bd93afc630c05928 +size 679798963 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..cd7fde63417dc0b1be95f88b361ab712e044b1b7 --- /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:b91b4474d8846d14733ff04e03b51f9726f1c9be3d2098dabaf2958f971c63d9 +size 450789849 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..ed5dbf8b584447d2ab83b9cf72b958f273ec042f --- /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:d0699aa6e157cacaec27a5603bb2badcf6b101a6128afeac6242a0603c2bde2c +size 1066115472 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..9189da20e64f12897edab2a8c0136714f099e934 --- /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:395c04c655122160db1ad64f021f4fec9ada9846955b3bd03bb8538cbdd834af +size 452546474 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..037b99366911b727acc4eae3d662a6cd470feb2e --- /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:c2d61af24d184674af13c4e07beea467e85ff0dac6a26d2377354f37fd0e0bb4 +size 550540107 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..7c7f9e4c5f45b0c50e6f1cd4b52f7f10821a4547 --- /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:3ba22d8746da42ba03ebced7de2f7b36bf38fefc1658ee416b43d120b5376f35 +size 475512476 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..97b87b3da09240d852c578c8f850be5550c06801 --- /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:586e92a5d5572d0eece6c3c8f1b9f7bd21ab753d00a3d375aa784f0ca83fb815 +size 486920053 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..8af33afb329743735d8e41ac650718a2d1fe0209 --- /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:4b9d304422678e6255ed7d7c8f8845f6a091cf4af9348a51e7a495c70681293c +size 473352266 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..5a63b35cc66e0b5c741db71272ebdb46075d2515 --- /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:4baee9aeccb5bac2e22282a885b56e1a4724a44e3390c3a32bdb10c9152f70f0 +size 458837234 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..f84af37ef61dc425ec23840e362706d8d3403104 --- /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:690b03dfcf9825d2e0cb41edb622b2e6056948667f76031496251c4a0c5a079e +size 507375387 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..c4a1a97afa07002126e579387446c9bfa347dfb1 --- /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:5436daf1d3f36c4f05a5c09c721be227b4f532154382ddb2ec4401c4fad23967 +size 890817009 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..08b06a5ff03eb72478c39d456f89ce705188f22a --- /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:6709a7c25b1361526db97a098ca5ee0a7172d5b52fcbca4c223f3ce547ee34b0 +size 421877160 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..e6146fef5d352542408bb7dabe994a7db3d4cd02 --- /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:4283ca53c0c5bb5da2a0e347770f6b01992f906321f228308f00426624bfe35c +size 582379467 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..0397fb3cb2bf9b358083fbfe0acfa4f18e3c0b0f --- /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:de5f41e97ae6319c04f29d9d10e3e6382663342dc754c8ce9387f3c593f4f081 +size 1064020656 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..52cd97675a9af7e206b186a637e260bc12cf3429 --- /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:9f4c8daba59c9b184e12adf40068e6e449a80cbd0f16582a28a321c738066d21 +size 507622415 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..b889715cce2283f7c91c03d31d351402b5c9a4fa --- /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:213261bc99e0da5470d853a16421327c1b633b2d1eeded8ed800a691fef3c9ba +size 530713985 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..b3bb722927e279c52b0613c180001db185e39712 --- /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:625f7a4312670f70d0fc0ec4e855465b036c476f593e80141db4d686bc694184 +size 833808524 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..582dd95467bdfacbd0527d6f8d8e29e2d6847a2a --- /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:be9fe6d57b4437917ddecda652546ec72cf63c82d090d2d7952fce7023d99540 +size 536082342 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..e16ac77395382cea5adf80a81dbdc5c2e9e0c0fa --- /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:db02b1d26f06d44f432c55361ff71f3edbeef53671d84f6e41625ba9ab8eaff5 +size 621856976 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..f3c16bdc77ac565028f74e66803f150587591cca --- /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:842106adfecee245f532b85173030d6dc66ab2a9028f005cbfb23a8cc1ff97dc +size 401511814 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..8dc54109343c51eaebc92cbee2d32444611d73e0 --- /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:d66f2e381d23d8a4644f810ce9ed4de5d215df100d197db595d67d1a49299568 +size 403072257 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..68b8c4164b597a360c95f24092ec47b1d1d49348 --- /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:1cef0ebc6cef4bed57632adc34b21fd4941831366645e3f1c272c08dc55e61b6 +size 725363945 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..a714764f7d99a509936e3e673664a72ea3f4edd1 --- /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:09d889d3ef80d1cfacd4cf4b220d09d641acb64e4a98af1938e157276dadf84b +size 812023218 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..0aa05e37398ce8297bc4115b29fa4d10d9266223 --- /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:731fd2c8f1a7e9e20f5639995a043a1b02f325c1a6bb9cfb473ff624397a7a50 +size 500084821 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..7b6de178efe5625d0ced1d8d25d58819a2866a79 --- /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:dccb08d4663bd4f5f368a80ed007eeeadf5b1a22a10a646d30b18da8b7e78223 +size 561280510 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..1b58097822216453d9e902abf0d89baa6552e4b9 --- /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:8e567529da4c2f2b3f5deb9bfeb9e045afa1f80412e3841c52d06240c2ddcadf +size 1020902699 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..f2115757e6c0ebf660710f7528413b712e204020 --- /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:edce43a539e88db401f7e0ff0acf94adab3879a60b409c5227ecbf463dbc9a40 +size 455559601 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..8a9455393f23e4fe03000dab08fac71cebe8beb2 --- /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:b5dff5a76c6b3ab5311d61965fae727fc4bc35baf09347828eac56b28ec8fd7a +size 571759401 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..f239bc2ba8665375a34d3e7e584537b23601de5b --- /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:537abf40361333d9dcf00f7414ad4f0accb0d73d78533a7378bff55d0a5888cf +size 476747598 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..f641d7ab1ede4a0cf45cee4bbbc03005f14965d5 --- /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:1f2946d04c1d984f815cec609d7cdb7ba591d2301252fd69d652f4fe3d8f429b +size 1038402981 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..0d96cdb33b58a83f18fffb195021826108986935 --- /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:23ed4655a0948a7e354fe53e2219df03898e489e1147e4cfbb0e6f417e4270a5 +size 410453833 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..6060cef6a8cf6b2a5fbc2b652b044c6f42e667ca --- /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:053194d83f1a0d27475062575e33491853bc5d59de89e5a9a8a8469a0e936999 +size 938348184 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..32bec7676bd7b51419cac58b66f928a7c33fa54f --- /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:2d3481dabf5b25c8aa615161f0d391936955396e914ca1ab220a457cbac4429b +size 377551140 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..bb50f16bb975116857094259e299efd07bfb8633 --- /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:ae75a2a9c5551e8eeb15de02786cbec475e86acf846cb94e51113ace7d3aa0e3 +size 533389071 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..27d80711b063a22708b086aab631052a078a3913 --- /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:ac380a4cfd58b7691a224b6e7aa55c16642059d2bab07e9c83e76ce94fa7263a +size 402777245 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..342d6cc5ce134bc3dc4a5cb39c03f776f2c246db --- /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:646317ac0f955d9013582668b76a9f8cf5884b5369aed1b9c6f1218c754ce15c +size 347391964 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..57121854bc1eaa2723c7d302f1d2981af374d420 --- /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:0ed522b49e26440e5ee904d9437bf08f4c691d66ced274c8f50cbdcfef4b2e93 +size 413993768 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..893f0c977119aa96554007de47c143b366636324 --- /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:70275462594f921a101de286001df2253bdcaa7984a478aa4206d820db40a504 +size 595510302 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..233bedadbc8060070bb0d1e246b01b922aa00576 --- /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:cb4bdd328bcd7800bf8b592e624af799644569ed3bbc1622990887514e5c805d +size 525636798 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..71b9da7f66f2ba1642dc8bf68a79dcc643aea799 --- /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:95f489e7b6e75b5cb0f0ea420722a9c57ab7b68aa4c2218ae7beb74004baaf21 +size 728979814 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..1909adab7545878159028ae97edb282fe13cfc3d --- /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:02a864db64ebf450b660f6fbfd6ff16c1702747eccf73a7b16c0b62a16303d82 +size 480564829 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..0954ec94cc8f47c1cca8dabffb735705fac7e98d --- /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:ba17a1bd195e49fffb3d25d1f45502525d2a0d98a9121186f7b8d6b48e79a4f3 +size 513587508 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..26368cc5529e83d89e09be4ef79b2712ee3c01ca --- /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:6cf83d60985dfe3777d799610e8ba853e955b49f7b1e45e845360c68a007cb54 +size 392636487 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..00cc404f34ac1a2c7f3c296b01660c2026196982 --- /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:7df1485f6717127a494eadcc0cef2649023ddd59f57a2674f5f6237874c053c3 +size 982359976 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..74928107c7a58515fd946190bc5412f2d8e04db2 --- /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:28e10edd1678b7817bafb68b25109233b5fb132456188134a6b27810a2af2ab0 +size 692135158 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..1b69d9c2d1873a0b0a29f1d7740d009677e21d4f --- /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:ad3c1123331a94256169b54c52e07c50926ff2adb49fecb2bd8d38c009b46a0e +size 613304200 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..23150e161c0e6a5b30fc4f6059dd7048fba7c4eb --- /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:13a9fed896fde204f78d257684caf7454dc478d97b1589714e3e139d771d8743 +size 487287090 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..7862c64caf850c53ed98be7dd115853eb4a63b8a --- /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:a4f80cb1b6b5120225c92e03b48131c4d44f83c342344e4f15baeb4258e0ef6c +size 671590920 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..9b9a242864b9d7b244ef2b301753fc0730653beb --- /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:acf712f1812318ae6e881425c3c2cd5d77bf59a6e4b752e1eb7808babf666066 +size 446074175 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..e9443f0a645964ededcc8a389c66555a127620f4 --- /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:0216e8ef8ce9c211f8fac334b7715d38c9de365c01c8ec7f0d23778eb62d42b5 +size 425503320 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..f4aaaab798d4e219411e6ddbd0ddcda1b2e5e6fb --- /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:ce37f9b98d26fb29c139177aa579eec296fce2cd310a2b2e854f21e18802cbfd +size 1200392754 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..f1af69e706d4e161e5a76c049dfa55c8a8eed94b --- /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:c3975df4f58acbbac0a6166512fc61a89b6998a2086dabcc718e548fbf1c3083 +size 426222132 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..4092957a2fd9f1cc1c0bfbb66e65f11a3b045044 --- /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:ca647482588522190babeee89539d43afe83dd7894c0e5e7ab2862948134d1f3 +size 499774682 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..a2075a20308fdfe2a44a88e44222c3b2d8a3d778 --- /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:282cf94a87e0b5d7e053bc45ec5b1446f80d9f29d17e09196f1776a87399986a +size 473992393 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..db116aa9a71e5e45daeaa43847596a6e5fa29022 --- /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:00e819f1215e62556ea360bd13fcdd907cd6f9188d82b21c44c1fbe57f08a221 +size 620680693 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..78e687cdd884d506ee93137b76fba59fca6fcf1c --- /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:a22c3d47c946f0b17a8124c6158060be39f3f531347ac48db51ae809737df4e0 +size 862321922 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..2e6ae492a53342dab3b9943e119ec8f642717753 --- /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:f894848f61470052462406008b8cdd00b07fddd03e07aa3c866c84fa0d618953 +size 581150653 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..79a8212ddf0ba2f6434e2075baab182f51a5e053 --- /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:88e2bca4f66a819f8f5501592360bf3f0528f444fb7e1cbc2e82d9ce5fa2c804 +size 563196640 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..417b60d59a72db6d91ab92591339693dc7b03f6d --- /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:d9386ca958eb5a7ac2ac72a5de52868615fd2f628866d0fba7c97dd40028f0bd +size 439280924 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..e24b068a2552c6c9608661de005aba06fe47d306 --- /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:f166a648b3ac03353474ec7b225372c53bb1d6efa698c6234703786ce146739c +size 408863334 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..424ab1d29fe60d0626f85ea1498fe83fff99ed54 --- /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:79e047afe9350e36dc9bc4694898298fa22370f6755b3c652589eec64a882355 +size 338788863 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..0b666a39e3260390a495b81c0438c67e23bc41a0 --- /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:58aef3bf53a11b45317004be117100f7eb1a4471f13cc0535a16239dcaa35397 +size 627116743 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..44aa3ca1c439a623e80975ee9fe65d75277617a1 --- /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:4f51f89b7dbb06ab2691ae7722523549c18e3d09d41f838db57da1667d56b77e +size 504128983 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..0c093a5fa1d14df49e70aaf45c9153ba16cdb65c --- /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:49878e84fd36358b43d6cf602ffd89948da4ddb64d8eebe19ceef57a563811b4 +size 620672652 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..2e220c505c8670caba0561d411e1f052a0b7e73c --- /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:231c7e8be70fc721342503c8ccdbe2f946a34dd4f7c97f3c06c09a01de0cee1a +size 954076935 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..f622211a61899fabdf9884947b9005b965e28b8b --- /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:0d532369baeeaa12378ae30851077c04cda4c2de073836ab3f6d24a699949111 +size 468204793 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..a4ee826e0a63f52cd6f6820f615a043b185ddb90 --- /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:0173093e9311432426afd8cde5ac97e21159945323936b3eacd963e6cdbe8df0 +size 520991859 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..34ff29f916a52854f7aa65e34bdabe92c12bb67a --- /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:d7213f875ac0902ebb8e66ede9ebaa859133ac3344505350a2a2903ce0da2314 +size 601088497 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..2268539199fec69cc53bbabec0b4ff6a92ab6a33 --- /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:066970c3fda6c0180ab4e25299cab413be00f30367bebf5a2da398b071cc8d0d +size 806325387 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..23d10ccaa26511a77032119b0b74878e84c004ec --- /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:2c600609b584ce0dbde350218c2665889c5582ce2e14fce3c6043f5ebb53ccb7 +size 594186269 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..ad868c77360ac526995e8bee6c68478397422aec --- /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:c933477e22ad3fc9d17f8e17bd663d1c008fad357648dfa7b18f44cc72cf4e7c +size 690461538 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..57440b08b49c6a51a9070d70e0840667e9f2ac23 --- /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:3929f1466a324d940f676d9c4c594d1cd9622169c007499ee9df6b0384c2c338 +size 438088897 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..472deb45b42eb85ec1d7b1a24952486835b8cd55 --- /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:1f3e9a2da8f2a1dd978ecffdb125d4f1093e7ba75f94fa4d26de600858f05203 +size 388312961 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..5823aa712d6a03dbc01423097d3fc7e0c5c48799 --- /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:9ae1c3443be55834b5507fedb4892892bfdb25f9a195630dfe5fb2d37f7d2747 +size 467372586 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..acc120775e883332b46eb65c3aeea6c7181fe282 --- /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:7332c3a8719e668c8dfe38b8013bcaf46284666b45564ae10b57837feb35ec37 +size 967035479 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..0324f4f785d1dac0e1fa068b9d495a6ee9eed596 --- /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:00c5b5c3aebebffe9531c8df943798802587dce40f9e049e7136eb33ae3dbd9a +size 559557129 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..0b90fa0582606aa9035eeb34e499a05e594ee7be --- /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:8b718d56e2b4c9416eb50b3ba2353d902b95d47a089404f4dd10be8a8bcbe08f +size 384777852 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..5bf4971d11aaa41c7abecc12c229da06567cc511 --- /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:ef0e86252ecca7f96fa8c7a759ba6df720318138dbccbb64eb7dc57159d7a9e9 +size 672724748 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..79bccd1c295d99a995e68fbe1358c932f71ce36c --- /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:6a25e91e80747a654379ab74e3182a66306773aab3b3559f6a0db85202a7994f +size 494481489 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..c9cdf285444393a8a8bb320189fb25912934d46a --- /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:57748582df6f574cbc1ae1e5e120861ebd4a8b2f57ebd82d821b28a19eb5095b +size 606624702 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..f35a62961addeb96e6af226b30f49344a0c2f8bb --- /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:1f1eb845f2368921962c1e93c57571a748d688a6607f2ac3267b630197e534c6 +size 575091934 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..54329f89180e1adb8ff65ac32a22e29d6ea5b325 --- /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:d3f4c8edb3fe57e40f7527efd8b1230ade08a801c9e6a47b05f54c78a49488fe +size 492328124 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..9c9f00f1d41416e04d305a9b6a43f1224badca83 --- /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:0322e6d09a616d4423ffac16cc2cb82d06b56b355b034d537ad7d4d876ea10bf +size 612245250 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..be3b23fa54fda514e3ca1d210b9825360a7dcb8e --- /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:039572b1311640d9964e4d088019113805368b6751342ca2086703907b4f6081 +size 472319142 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..4e2a01c9388d71cccc65b24fac9853551cd1e3d7 --- /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:ad141f19ea6d38116a5b3c98fc71bbf36c51a36db219f3ffdf38ae892cdc102d +size 368871396 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..f0f51a7bb5361c3a5cf99f2ee21527485b9c2542 --- /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:dfdee106955657594874887a38ab1a1532a53c7f0e8d1bdf9bb9a802f7d59be3 +size 431983266 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..422a53c330f292cfeac1b36a77b470ada0ec747a --- /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:11299fe59d559a48a32ba6d500f3949af572b9424e7ed765f236cf0a50ba8934 +size 481298932 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..268d4e6fd16af37284f5f0681c6598183034b699 --- /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:97c1c0d7b6c922da6179f85572ceb8da9deb2b73177d660c8a9ca0a1fb271b04 +size 460393803 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..7c41db7018034ec4a7b34184d3c294fde6ec0a69 --- /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:2847d2248e95adf3ee17e70541e8a4bd5edd0f3353506eec04c148491b0f5e8e +size 932759124 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..c4e98a873b1061b6720fb18d58fb2799e7b0781a --- /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:4f3da9acf4e974e2aa8a01d2625bea30213f532c87171cb4a97abf296cef7f5d +size 431841664 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..28e6e3300892015d4572145a788aacc332889974 --- /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:468d87b8eed55733a400bf2e8ce657e77257cacf03f0f93fa6ff392517171f31 +size 542369436 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..e8ed7a126a7a3367900215422c106b7b56956338 --- /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:946bc1a47c3f7d8bc6ed411218d9a27e9b23ffa232d40d71475264d9b1273ebf +size 456107886 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..3d504766e78ec8b5e63d0dff911c699e0992ee35 --- /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:55bae91af07332b2aab254ebcc5e432c4283674a97ceebba40c105a500a3de06 +size 560045959 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..1a0f618924d42215a1ff224ccb41fd6dccfd88ce --- /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:7232c2af051fb8ee77411e404850f309316db2e9c7323bcf1c5b5d0de3241249 +size 452437747 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..064bf7a63e82774b16e4eb220478b27bffdc83b9 --- /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:c1b798b41a96a4d9b4766c3742bdcc7e6595fd7783981d2df1a441c53fcd9356 +size 567702769 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..92786a273e2767a38852ea885c754a42e7491969 --- /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:a86654d79d1a3ecc66ce96d1bb879488284b56e57683b145888bf08177999bde +size 603454174 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..e867e0b4c9173cb10db4b39fae50b7acfae1832a --- /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:2fb87e37e338ffc71b2d5bc9060daf401c2aedd7c03cb59dfd6ba82ea966bddc +size 484047855 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..d62e8a953b50529aaddbeed917ad5145e6c50e9a --- /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:117eac56dc8397da63564dd639ca6790ae87d591a6777810337c4ea586e2a7de +size 504152722 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..4f6cd90f284b8be10b3e3b8a50606f2046a24d92 --- /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:4b44ebab5ca0b241b7d65db7e17eec0ed664cae7aea4baa68fbab43c9c719b06 +size 598310018 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..eecaa7e0c6f77b7ec377c7b58a25fe7ff8735df9 --- /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:084052ccd5aba848c6861612afd01888906de8d87c9952b2e24a18f2496ae078 +size 743947009 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..d75e4e7015dcaf319f746601758515c8ff0688a2 --- /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:5a0c25439fe0a804587eedea2a5099f7418a267fd74c588777455395aebd89e2 +size 947876296 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..c08fccecf47dffa480d22eceddaf4aa0941f0a24 --- /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:d41b9d129b889416b314e29ee1b905d671c302bce421756ffedc78e651813701 +size 445079458 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..de912865ab7b87312552a0b408ed066d610cd9be --- /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:82f0004048b86542ad63fb8cde3f1e5868e6acb7627f9b3fb185dc4bda941048 +size 446453005 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..5a839ece50a4ed5abfd1127fabb3a17e469703db --- /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:af648ecc31571e21fdd7b71d04816062f7069058a53d60ed07d206ba4997e9c5 +size 577676914 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..e8c723acbd94c3076aec8f03508ce13d188a34fa --- /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:44136b0a83bb6e0da651419a2d2db4fa1f19fe15fd1fc8829f2b7218a2056f4c +size 445099463 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..a25e7440b18d7e81e31d1a2ec7f52e975a430c7c --- /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:f84b9f659e34680d04cdef2234ec86559debacd05f12dc16e49ba4db989059cc +size 460075087 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..d9b0a07c57ca21e16ce18abf6c7952f1fb2286a2 --- /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:7427a77ed161535ea61d5c00ac726c0e11a9a765b2de5036d4a6713e53732b05 +size 333521764 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..9e186765194f6db8411cbde0b583b13b251cc214 --- /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:c90f47c1ea7753f75094bf296c7c588160625354cedd88e95385d86d07eeb731 +size 556477144 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..796658e39ed42351e9889e5113728d0f3408c0e0 --- /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:7ab002471b1234b69dcdff04782fabe9701cc87899bef530a6fe5494d068de52 +size 701469852 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..a8b80c20db4bafa5367b5bafe9ab7a2273dee7bd --- /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:f47e3fb408f22d23d33d35b41586191a8451fd6030f7812de52773250a5e093a +size 423822676 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..21d6773cbac7d2e0354b6bf8d9a877d4058f428b --- /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:f0926ccf372584de7a8032833d8c58f7e79c2b83450cdae62c47459d008137dc +size 493235579 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..02e51edbca724f5b15c699bb971d171d2289e485 --- /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:5c03cef7d3dd909e92e7bc8e26bf435406ffbbaca280fd6ba26ed707d750f1df +size 708015660 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..d8681c52ce5b28e4190edca4bc396e09ffe8a35b --- /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:a20c544e39fe648e3d6f5814de3668f2a36e6ec7389d01692c77cdfbc6682f08 +size 639709760 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..83f88e852e63f7cac4502ee5a87b303167206509 --- /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:919b77fc2ee4f8ed9f0fbe3f7aba571215f0781d8ee93152af7463c1f08a65c0 +size 564856444 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..76e941cc39f1cddf557ee14f002fa5c21849e929 --- /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:9db2e0d338fc4d479965970e0a3a36b8f68533980c426c229ea77ea485e7f77f +size 639674120 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..62bccabfcda075ef5c162559f7df85331012ff60 --- /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:3d1b084d2acb89c6e3f60dc94aa451f64f16a400d813d5b3148f2bfdbe990cdf +size 688700401 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..90e1c638c79dc79accdc6c25890693ccb7ef8936 --- /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:03a1d8164af0a098e67a2aef96a14589b8a50ea208189e18fabcac7ad49ccb2b +size 630373853 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..558e0e1a6d14cee415b168b7fd8fad4ceb8ea115 --- /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:df44da64dd146887ece1c974fe58eea3f6961485b0d341df821c080ef816d4f2 +size 403363913 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..e3213d22cf2368f9595d6e2519c24ade7dcad785 --- /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:91909550e4228c281f043cb4d2cfdce6871336e63e152a6abe2e37ded0d2b501 +size 418252799 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..82afbe3396fdea3839877e4fc880d543e932fd0d --- /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:8132b09728ce9a062a206715393113956cd74b656c69516cdfdc88ff298a6056 +size 573720753 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..c9f79cc3b9d688a1a6e527f1627af05993085f91 --- /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:388597a368d87327fa56c0f3b89517bf8938475a24e68d4e431ddf92deb3de17 +size 644529851 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..80b8ec36c5871fa332cb39bce18e30b059c47b9f --- /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:1abe21483e982fbff7b7537ce4bc5ad590e7dd70b66810e3a2d527dd25fa6909 +size 485643192 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..85ed22cbe5be50fa43a22c2c108d435512b60fa3 --- /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:9ab3d9eb3db19a6c8a8f453799d251223cb463465c2a352e5c15cc89538b80e7 +size 544658549 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..ffd3b84ad8915d1ab6abe590b4a6556ba6ab9fdb --- /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:dbadff81ad6f424f63e307ccc97038eb58572594449d4453eeaa1d62db4def6c +size 552485452 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..47c28792c64a65b731285955a26f5f6e47a0679c --- /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:4e9390bb3b9735b07b0d09f540e1aa0d1f2d59d332c4e266ab4b9e089276953c +size 392402256 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..cadc8fd0a3843c3e36c1d5350b4aaa6c497969cd --- /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:2f1b4d7b1f49e1f16537d130dd14fb14b78c3b81814062e18ee28bb973f88b68 +size 474048808 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..211f01a9fb769041a821e533e3e6de93a2d3ef67 --- /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:c98cc8f3e18328cc1cf4f0653bc7062bcb4a6fbb32e3d101784a5b7223b2bd46 +size 768734014 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..94f2fe4eccc3639598521785f805c3fadb903115 --- /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:18a5f6e87e685c94452d13bba7cd4ec18ea7900ab17120af39783976ded423e6 +size 491803347 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..538fe52aa350561c1ef1c9efd9151054aaf0808d --- /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:697e323311f145ce6e221d4ce39842c23ca99c9c906a91719d69422b8bbbb94c +size 530667674 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..95ecee013b40cc7e642bfc4c19807a8273888001 --- /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:288c04f28a5622d3e31047c640d272419e445ad3e8443db11eb352d2d716cb51 +size 562718106 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..2cf7316573a2c6610a8a896f6c94fbdd8ace6a49 --- /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:469d0b69c832944814b6b7e42e8d3647f4d0cd28f96dd4856ea2ec7ba27c3dc5 +size 422514496 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..849a6680ec4706584647f86072da6fba943f4046 --- /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:565556261029202e4c4daec14c166e1b0ef56b6fef9b3e9af9e740429a74d2e2 +size 489256984 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..66517636772e7e8f47f0a108d57266fdb2fc0709 --- /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:4807b36ee5c9a992a40d2a4caf6a7e98c7d48e3f0f2af99919c64982e0540445 +size 735332190 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..6223b8bec2f56027e05979b2e033643b7a77e9ae --- /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:9e49cc229584f0f77413b9d313c81bcebea6eaeb97cb03ece9fe3a0c9376df7e +size 531911351 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..a1b215a16d7271e01b11595b5528376834caecde --- /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:55ae81c8529d442cda431cf27f600a7f92baf798ece5c142dbba4dbaa2af75d5 +size 457419000 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..84aecf1aa3aabe72cc210e60249326bbb1dcb82b --- /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:ee89eb8f2fb530665b75577bca5a7d3a4de2b9c02e0c022e1f7d5dc7e3e1f73f +size 991523086 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..3c59adaf87bd18364a0cf4570ed7711ac081355b --- /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:78faf662c73210027dc5d1023efded3df97e9f3580c6a242259d1afc5ed79c7f +size 434453614 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..4e0e1cd1f5a37bbe41c1744d590138642133ec41 --- /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:e45d4bb7e3da2ad46922fd701ee4a24454f19d9e739081b8ae782b8e6c19d526 +size 479041216 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..59bc56ccb94680c48bbc5cd702a2765d5eb013ba --- /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:25dc928bdfb97f761db1a53b1ecbc302e43f1d912acbf49a641563c2d68b8309 +size 886713103 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..79f6af186c88321fc00fb5183e82b322b488706f --- /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:3f4848996c4e246fe1a05ce65cdc627705b5fbed5c7acdfe99512c0a28468025 +size 1157981960 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..4559dce5e4e17548286f73d2f47169b6fa9684a9 --- /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:d345090e5b96abdf38201feba375e4aafac02c8e878bca09d775f1268662c9ca +size 1048078504 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..33ed7c09d0be8a26a8e3b6f6f9741f1108e7d2b8 --- /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:1683da2ecb9b8f8b29e7ed0f917b6950664ec2db23af888eb97c8c2454ec63cf +size 1011229007 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..cc7decea345a10f58fc326d296fb9151db80b24f --- /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:3b75361fab69288418e076768a3e3ad60f608a757669638dea8d3caab5e604e3 +size 483332025 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..01575b9ff9673eb665b825f03a0451058ddc6d13 --- /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:25d77d36248f33f18bab35138b89fde1bbf76939c4031f7fe19a45bc1db6cb16 +size 561316442 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..f79791fae1b2b058610e6e7f66e6e5dcf19e83b1 --- /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:0fbe869541eabd01022d393e005713298a2ca65eb4ac0b70f8cf28f2e6e87d11 +size 359834055 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..0ba470ed148028e7fac5e2a441fdadf1dc23637c --- /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:3522ed1d7eda614fef8e8bf70af1b0fa748da466660af05309e708b58755b6f9 +size 700937238 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..e305e7b6e98da548b498db85dea4c2b93982756d --- /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:5fd2e8fd76873b18330c609aa35ce52afea1840f0744d0c9a44442f85a948173 +size 523619336 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..3035bf257abde474979c6a4f34215f04d144b2e0 --- /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:af3185e4a98136f92b268c70f813187cee4b5e7ce967f451b4fdab599b15ed69 +size 465282330 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..907fa53e77fa2fb7a8231513415b90e9f734d62e --- /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:3dd037ac38d58c832bafcf6c80fecc25018b1f37bed8f49d64126165cce96bd6 +size 640261076 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..9fb6dc3ffe89f897895fe61518baccb2398a7a48 --- /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:b7a79851d326e5f35e71e1b78bb3a0b3e0c89475b52c6d67fcb5ed7a311943bf +size 484365713 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..42049477b0380fa4b089f7a328a4eb1d8bc49a4e --- /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:5073fc68c9f21be4dbfeca4d96453a261ae640b59915ca66ff17567cea3c02d2 +size 545192186 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..d2b19f767ae5d1d21ff3be38aeee0ba8ad95c166 --- /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:0781aec1ffc98153b17dfc5dffd8ee47764cfae0a090aebb4374efd15b9be2ff +size 651949078 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..e9d86f9d96bfd0ba877945b9d5a7e2a3c697e26c --- /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:3d7e8eb948eaeb566c744153710dcd4a69feb8f551b0b2d8d99424a42a6431d5 +size 545933119 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..3c74ec315beb53f5ccbc0f2e3702c2c3e6d0cb9f --- /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:9bf233caf3986875891db5bbe63556779ff54e3e2687624bde46d1387393c77e +size 820564790 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..4044bdf91fa412b2e67c37a2a08adc476513f9f5 --- /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:ecabe0e2317dc6a5affd8e07ca4d029b1163142b8caeaac2bd606adcd50f53bb +size 332972354 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..8ce9bf1037898c605ebf3b8adb9bf2257571b461 --- /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:6cb252f40ecf4077713400ff18f9ea7206003ba9f2e2037470844b19e58c4683 +size 500156033 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..5f28b7c4e8b3d1c85cbed01c0b01680b4c6f029f --- /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:f3d8806c46a6d9ec3afa5e354d35fc773feee77b258b928b7218ac343256ea82 +size 588540095 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..108bbf0f7edae142cb486206052dbc0db42bb044 --- /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:f7138190c4d5f868c45bac4e6284889e15825c922e737d59ef8d44f3beaa534c +size 718132575 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..8b62e5ccd0eea9118912d881869e695a38d9ffd3 --- /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:cf8937a250f8e1096ed8e9ec8adfdcfdfa1bc7ba7c93c1b196c71f5a939513ed +size 759046955 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..1c715d52b89d8e1881c6ad24df6070b4c846ca25 --- /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:c0fc1faa7057ee83642e5011af25b88975f8d1be6c878972c0e98ea8887f5d85 +size 741232686 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..0ef782f494d9fb40f74cd24d7b98c22a3ceed2b5 --- /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:b758e037cac33ae97af867d7085a90eebe2a247a98b6062f685aca00b9407e73 +size 533226081 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..733b22f37964ecde3d11b2046b005a0387ddba9e --- /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:10a368630465d659ff89847e9d770bc182ebd92cf0e998b6ffdc93df5f05c821 +size 532309106 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..123be5b6017fa58065f9ecc07c9fdb1df8e9b398 --- /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:583ca7c3b165046dc02ee1157ff4e3ca78ff781daae17e1e49e5d1f48e4ea4c2 +size 569355945 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..ab0bea351706b726e939226be061fda974374897 --- /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:78661653e8c4e63c89a2bea4fdaabc75c5ed0e3216be3eb2ae19f2fd0616e2c8 +size 587147794 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..981fb2f553c20448b06b29491d27a420fa3ff660 --- /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:d5ca3efb7b2f0582b9e718ed5502066a5bd3018c17699a2479ef188885a12210 +size 634403417 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..3ca95c0d83be9c89476558023aa452c7bb2f816b --- /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:24f0706884184e4ad7f64fec483915ed7ecd9e532c6db6773f9ba7ae42f560a9 +size 758815055 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..297b8a773d608c83f4cc327276d2bd8cee0ae65f --- /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:be5708a492917684a0bcae89e99f1c3f28581befa8d98cdcec1359ab356f6e08 +size 1041812927 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..92864e56916cf9cc96b4dda2c8e3937dc15a96e7 --- /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:e00af4fbfbb14120bff0e54c7952bc062c463e08dd0d6cf530a0e4d877d2f58f +size 489786456 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..7cb4bcef873d5f6df46d417a432de04e72d712d4 --- /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:2d7e74a8454fe5f4448ec0e127fbf9ae9cdbcdf33ef016c347e34767076dfc66 +size 655818266 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..c885ecfc8adfad483a36d068c5249935217746a9 --- /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:23a7af5bf8b23f7c7f2a3f50d01bb59f9fb27c2b9e2068b99efdb8bf45ed9e02 +size 391701541 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..a1f9c8bcd549ea65a6fa80f6fd8f04676be10ba8 --- /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:8689f8a633422d0bfc9fa1238c2b957f2b05e69e79a698e8bcc1ff176a4bf8b4 +size 482544722 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..616db5b0b0a5899292a29fe2d59ee86610e59562 --- /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:8af990c2acded99e65b90f6b38494a41b1d948234c0ec24000b02f40cccb245f +size 678786675 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..5f2c70b13a04ccee9bb1b562d2f0d7beec498d56 --- /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:5781aaff692ecc85bd519e46934cb021e87f787450b09ad45b4b6a0b5fe03be2 +size 410154418 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..953936a14469f69eb7927b8159d14f856b1ff958 --- /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:04b32e6442a5d6d78cf26eeb39bd286b5a7ec31385c0744f04ebf28deb5a393b +size 471776416 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..f24d064c0351afb27d805eb65984c95dc9924d75 --- /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:dc97c890439e9752485ece8e1ba1df8334d95d4a1d6f100f9177e8808284c543 +size 483414475 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..736e51a659cd121fa3772c2f33e371d9a8c6a544 --- /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:97cd954150f785699f765876793f3143a4d478e4be4332975c8b4eb479dc43e6 +size 425258597 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..532a6adeba608853694df5405932bb1fc6ff6f2d --- /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:59a34651e401a9575fe7ac4fbf100b3c6df16fbb7f61c6fe31f331774afc3310 +size 557099258 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..796c4dbf77f6ab0ee134816f9a0fbe9e50a8a72d --- /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:cd2c91e648052daf64d2815b342e76d38a8ecdc367710eff5ec03ec1a9de1ff9 +size 427348055 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..3cf76e447e6bf81e38d5daf62e23625e9abccc43 --- /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:a9103f326b5176b6a48ebc8bb568bb3a2f23a4356e2768a9a0832a77d11c61ed +size 556811782 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..aece58d8313d1c3d293875db907a26774253bb10 --- /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:a2a7b6ecae0f48e7935722fd54b1c0180f3380718f812cea1a1d593df7b1868c +size 490481891 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..8c0f6880b859e79660d8994fe2eacfdd6ff58fb4 --- /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:8978dd40350205f41577d56bee98df04c4d0513ee5bd40ae622b98b5bbcfd3ae +size 433042733 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..9b4015d81f81bd2aa524596e4aeb78e7c67330e0 --- /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:47d1ece23f02af9bccbae211ba6e66835afe790f2f9087a78063e8aaa98f37bf +size 484905483 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..22bfeb3e6462416a2a6c08b523efb50980ab8eff --- /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:1cf7dec2d602970bf61ea59714487c4a6ed3715749ea9add306302a977c7266d +size 448288401 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..492766b0327652924e64ffe3cbfa56012596c79f --- /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:b3d96042973122984a2ff41605e691075d5b501d4572110d70487ccbd6e2b38e +size 687378620 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..ea823ab3e33afd8d38e0e3f5485f2bc2f7656abc --- /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:6b6e80e1b4497c3e79d2e81bad336ebb2261d9564ae9b71bf4347ee62050ed8f +size 652759981 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..2eaa14d23d4a0b3ab3ba61ba90b0c424a71e72f8 --- /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:3348e6383b7e36dd83def72ee6707623c1f87cb05605f0857ced9d9b64deda16 +size 463588386 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..24d2d9ddec248d12ac02dc8050dbb306b3f78ef8 --- /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:fe84cc3e962aa1ee6325c9757b2ee3d12488e7f6b17cd9b054fe58360af7e4c8 +size 906727452 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..26ac8e2ec11268fb81d97c33cf8d795385147e8e --- /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:f98dd97fe28ea4ff087e0a35d512672bc1c71bf2f1162ecbeff99ea6166e4ec1 +size 756615918 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..da75dbe181a1273df2d3232abe60f067f03d2ee2 --- /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:f28cedacc85d3e1cf2c34ad4c75a1c35e0395d75a79bd8a2e412fc62afbeec50 +size 394878360 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..a4b50b90c8f62df8578d19ffd5370c2cf0182b4f --- /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:93a1315735d75d9ce21baa6e39154382bf5d4745873c407bc7f9422309ff0535 +size 937229498 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..cdabb6bac0e2f6fafff7101d8ecd1c8dc5462f52 --- /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:a9826169894593ba00404269780163f3925937d2b0f5b321a0f4d215b0db4d5e +size 441766060 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..11f623c6cbcde3b1625f61cc436bd8ef9900afbb --- /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:d7154a027343f1725aeef38f2232d368323aa2273e9ba840300eb6790da3f64f +size 529134879 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..96845fea198d99834376cf5f6f3930551e5e0481 --- /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:95f11d82e1e224a5fba12337d073b86dad1eef24a238e12e7aaa54a1901fe448 +size 433622011 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..e1b35c6cb095ad23bcd64f6a12876faee54266e6 --- /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:ddb7924e601be399233907057d4c88d42a9e675dd432f6ea969a324e7099c6c4 +size 496565704 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..cb3a151302841498bcf16a333a5ac51e141a2e2b --- /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:13df9d7729b53518e0980de50210de3e4a8cf349c116546a4c40d94b502ca5e9 +size 648099461 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..f86532821e235b6d10bbb1fa07801c5559941cd3 --- /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:ed4993480f04a9d3f521c39a96a4a2e79d239cd072f946f3c8982105695935b8 +size 511030620 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..b51936274e057682abd4c420b7cc699c8b5a8b5d --- /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:35974d10fa3a790da4ab6f6c7676f997381584e7851c75cc1bc8a0f120f3ee91 +size 408097181 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..ad00d345542cf5d0daf61d86cba930cf4455bb03 --- /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:c15f59e4377d03434bad3bde3d19b1430b2454b0333395c7c7b16207d6170e32 +size 467394610 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..4246a2457a7f6d3b5987ccaa98a2949bc48cbb63 --- /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:dbe1f2a5d690730e38cfaa58fe4547f35c76e76bd0265caba06527384574103f +size 511989923 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..e490d7ab28f61cd1a6a3cf1dc20ef65aa1230a4a --- /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:9fd97ea23a733946dad27963ca4d923ec5be6bc5c2154b761807654a5cfb6490 +size 466174212 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..30e521eec420621e3a94c742a7f5f37881d61470 --- /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:f81b0dc606c0dff1047708e1538d551dd7c8b14743e612ef86ce7db0bc8a58d8 +size 467143532 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..e09ff041b3334a7d79b264570e3e9732176cd647 --- /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:7dcc68bf2e52a6599cc19306cf3e144befc6d3cd7f953579de20b39824218b74 +size 532470965 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..75220c546ab41b02752d0eeed267c20a903d382b --- /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:e16ecacec7d133abec7bd004935e8c4f5bb6aea08c0ac7372036c6dbc3a2e4b1 +size 500846038 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..998c6df0e061329b3ee89879f2ee36a51855f5f1 --- /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:e29f7e8be9aed882427423a52e584e061d498d21cc3b6f55ba16315db29547e7 +size 517964907 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..065d43645d765dfb33e8eb58f5d188ac55e1e57c --- /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:75c99a4e4e204b64f0e3719670d7dc9735b79f0088b5cbea70db5b6e6ddd92ad +size 386792987 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..ee7441a31ef6ff0ac48f37ef6ce103ca58354628 --- /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:bf4d6df8fc3c738756285a9795db66ee90bbb6655664a184b1ee7e6e7c4ebce8 +size 501806251 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..34c83272ab3217dea72969f387eb127b8e72fa24 --- /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:1e8bca523f1309e761f449ec5097765362af7317f80a1b29e3a28e39d0233d25 +size 483398488 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..45a9a8c9b19b6d8c7639f9520f2f89e119484088 --- /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:54e74c4b5382ebe0fd0c2e25c55636b22245fc93e7e2ab7a8b75e4535b9ee98a +size 909307756 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..a4c40f13b2dbfcad0bd7d03e80fd2b90040d1dae --- /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:0be6a2492aad91c03757286031410d0733367fcd9b7555f99950703d643f9890 +size 450557956 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..ba2080f3eb714f77305603d3f5acb68cade8f760 --- /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:98210bf4fdec14104de8efd397492bb448161481e323366f8be71bc5c3a1e15f +size 638825182 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..5bd7c5abb71c264c2c6d4eda3b130006bd5e93bc --- /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:113c4f5f2c2ce2e2ff622cbd71ba3711cf4ff79181c37b919d04af7c8556636f +size 1267896342 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..194f0857345b19a31d7ef7da707468b7e4415b84 --- /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:c09f4aad3e7de6ce8a3023ecd8b63f1ec39329a804b46ec9dffad76a07ace2d5 +size 445438382 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..d3c6bb5bd5b0c336a45608ede5b13242c05b881f --- /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:386b3b78ecc49f499af814a16f7a6c3adac9f79293c29a24a141d9c941ad291c +size 417732622 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..8c06ba16019518bea598bc78c329c4cb16a8537c --- /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:d313f05bc47da90c7c1789f44cc9ccc33c4e4b0a2268fc8429f314b6b6f822e6 +size 463533459 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..b72b24617a59ad5626bbbf0738ed00f3bc2cc89a --- /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:52152d37ce81b8a4863fdebb5207b38419d12919e7130252a287c9db608eecfb +size 648140750 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..6954754846bfdb51d74fddabc60182ea99001779 --- /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:f7999f389f2e97be0a6ee7026fc6751b4e418ec4337ad0c145af94a8170f5d11 +size 496363995 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..1ca77570b0ab1451144af9d240ee693f095daf72 --- /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:9c1f41a2bf06c82d9789e918fc61411f16d113f23db892b23319ddcdb6f8772d +size 495759842 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..562096f2c59b5fc6750429590efe5c1b540e2b25 --- /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:47e354049a48dc9ca3a1cbf7c6b32358d527365341b6eb0ee808f90c53a3352c +size 453161166 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..bdaef2dd794fc2f4434f0575f6ab6ecd6f07bf8e --- /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:10efd050961bf67859bb3f49372c469620d2e6d6852a9bb9334e16b5f4bdc0c8 +size 767079940 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..7c13d72bdc84d86c94da205148e8d75fe0cbf268 --- /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:0f0a86f3514da1190d2ca83ab37a18f30438babfdf95bbd275dde066ccc360c2 +size 610728310 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..7a83939315465da1a088e6b21ec53d9a129e4b14 --- /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:991e6b95c312e120290076718c8eca358ff4aac90d75219bbb6828871030e9ed +size 554320582 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..52cf1b86fb6b87d4474f1e839f8d700ba9ef7de0 --- /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:4166780c16a37c2f042c85b919e1c717887081439238ce77ec86ebf6d14423c0 +size 538063260 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..7fe5e3beda062c1930d414111c9275bd8872c87f --- /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:0138facd4a3be5c09dcd73517eb6bc90f9110856646d5e1b0ebf90d2cc89eb52 +size 553244248 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..731a37d847b30e00da098bf7f22d93d86e1038ad --- /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:11d81b2318c1c2e9a0db92ba5638a6e848b94ebbe710a83e4604349bcfaff8fa +size 596051305 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..67ad32a2b368d7698f00bb0726a1957e2a8a6930 --- /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:3ab6a89476ff08daf811262063409a8acf488a5fc5685575bac7d4e2903b792a +size 511806380 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..7ceb14033c9392f775a03145c3927cc4cab3c76e --- /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:3c5e645198a484a9cd0bb68b129f9411c2d2c3d1d00d86ce3e2efdf93d9277a5 +size 573451192 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..116f3bfe4dc2eafcd19d3e9594f48928d1af4f2c --- /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:1f4a060ab07cd11e9bee83f944b29188406acf9b92efd8505c3e5b4930ad32cf +size 621178379 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..19360f06ab53a9432822ea389dbdffae885589b5 --- /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:b51e6a41fb27b35972c540c6b1ebb22671a4e6906323f64ecea43d3202720331 +size 398957785 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..59c191bf16ba51a5641ce02e8a4b0c4d9ca83fa1 --- /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:47a7bc55242c7483abaf24205e9df6f27dc5aa4b8ebec9f1165b8043c9f3411e +size 454111780 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..3b528c99c05f586261471f697b88bf9fa0dadce5 --- /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:09208140e3783a288a51dcdf11fc0bb856be908a727743300bad1ba96820cdd6 +size 531965721 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..8c6af471387b00afeaa866013eb2df759c9d6128 --- /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:5cb0a4046bb1080ad2607b060365f67b7e9116649cbea01860b8a9cf2a9bbdb7 +size 610743774 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..8c31e05f088405f574ffebecd3e785d83a0c2ee0 --- /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:aece9621a9ab02104b9d4d6f748f4a2e0c75fea21989ac0fb986dc4eb322d46c +size 580941430 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..9b2a6b073ce4e572223214232a3609e53b24d2a0 --- /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:d65158f961d80751b0bbc7912d88750eda6eecd009ae6706e6571361521be3dc +size 670844583 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..5778fa602b541c4b3c5de12862d35364e1a417d3 --- /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:9b77b71115c0ac44723916c6af39779a29b719b3d9bb8562bcec87bfed9661e2 +size 493749448 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..74d2875f25e87f8d4a6ce810f5630496061571a3 --- /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:1751f4fbeb32cbba8de29b9239a14e6dbfaea81fecdf0879d12322af3a3ec615 +size 1355422863 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..b046269345ae574ca56ff49131b1fa850f4e2599 --- /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:5fbe8e8a510f80d3bb78b11efd101dcb285b905a4d7381895ad7e2339ab26e45 +size 636324503 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..867c31f3f3cd23ec3bb26741ef074b2e4bad0d9d --- /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:6392922a81728281c3abf410854f9ccfdfa8ab676ddf31f9da37beb4b23d6996 +size 621931138 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..6dfecca0c996a98c0cee4d85ad313deb47415702 --- /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:b4b243a352fbf9cdbb8f610ac26405d827c70ed274b0bf35d769488b5cca2932 +size 506349438 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..3b992e92848845c74dc3888de8619c8da00184cc --- /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:453d72711f28b3bf8d1c57d9e21f760d0a5befbdeedc571c992be9b7886ffd40 +size 537071488 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..be42c83c4239d4d64a40b3d34f323a652b1621a7 --- /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:b58720111974523f05e76fc13b3d167c2f7feae7185a559d5728665c72aa5a7b +size 482780536 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..e10e79a21472cd1ce24b818a30e661b10a98cb62 --- /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:83eeff8e0f44d4eb57d5955cc2a17bd7d5c627b07ef1e11261e4160309edc596 +size 602188359 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..ef2119fcae511797e0ddd01a2423fe7bdf7e9690 --- /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:95ae6ac0d808ac7b5ebae4eddb62a6ab2904b47e7fd2b00a644059ce23ef8e7f +size 440911813 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..5e011fdbbe870baca16c82f0d064490c38e3d919 --- /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:5f9ff2110be79511ba04c728b4a2fe6829344cc6d7b94a353984b3ff7c163fb0 +size 591174500 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..d30d58f58e88aedfdfab0641691a308d77219f59 --- /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:d726507456bcc497451459abd00fa43f871296646ca8691315012737a9a46c37 +size 432614906 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..936f84ec03170fafe1fd6d5723c35fda0bb3da97 --- /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:306d5d5e7980b6993de26f0659841fbd4e9d6b86dc91278218f34caf88c9cdf6 +size 460009094 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..4cd84f55c493a28adbcc8ab0f29622da710542e4 --- /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:93b71112c4341c45c1f262622ce78aeaf9d83c21754921554b2f9db0085791ed +size 613344596 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..22c65e6c11fc02f558cbc40fb87115880fc53bf9 --- /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:dca5f430418d30c0f0ff0d3ac00e81172b4b44f09ebfebab4c2a638be082307e +size 590952195 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..dcc77e39c4d28c4eb4dc8284e3c433583f4ccbd8 --- /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:3759c184652825180993fc91be4dbd34ce121004d0e9ff0c8a0fe5fba32a6fe1 +size 448154621 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..e28425075728da17005d29ac24f97bc8e561f731 --- /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:55a2a9080572514f2a2f5c6b81b97d81e32af65aac0ea3ca28c6d9bf177b58e3 +size 743735085 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..e030edda75987abdfed62c10471683db2a56f32f --- /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:bcd4cf6862c4d18bf8911c103ac033e01896391b41cc5d2f9b36a1c99f9e8806 +size 449927498 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..1aadf782f09c5bf387317276a4ebd68fd0a6cb85 --- /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:1fdf8ce05dd6be860b9cb66f3af0e6854fcafbe00cc602082a223af61f895765 +size 594140076 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..6c0f02206bd3e1a37cf095b1f74c3d3a6a565da7 --- /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:a5bd9af92933b369a5c1496166fc99339281dbb8c960f2bb5f4b563749e1336c +size 830520206 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..9aa63e544c734dc934158019a9a55ce3a77a1311 --- /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:13dfcd3237b9f1225523d780f2b8f5da3a50623c06c03c78f001901f217379e8 +size 520837398 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..90967a96dc9c49f1633f074c91bb44f3f4ca4856 --- /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:bebfe77dd5d5d0371305fdcdbf9e435b0148a22f677db3da7093cb1a9cc4f74d +size 454818748 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..ee64f113727822ea3cd14795811c0f27acf4c350 --- /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:a136cc07228089f0e52fc338ba48979b48e826d289346994481bfe4ccf97ae57 +size 567315265 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..71a7abb92a330469fc97361536878d365f846423 --- /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:8d6208572b99006c2947b2674a3ef76700ed772a2fb60a23d533f2a76bf339da +size 617379519 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..b0e311a87c3599ad045ce787800dbb6492917876 --- /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:1b253f46c49c78eb065d879ce8f30c7c223ce6813ccf5c2a26c5831e4627c91c +size 500651025 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..5e11f838853ca8624e3f39e1507e2f600ecb9449 --- /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:b82f5beebfc64c3ff8c7cfe3a54b533b1060015ce6008c545cb0e2a05993934f +size 428548439 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..353186be91cbf3eecad0f383e27a7b59fae33cc8 --- /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:4a55759f853329cf89ccc2a7eb2a1368db0d72e2224614c9a91cdd1f6013ec93 +size 516448235 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..06988934396ec000f47fe190fa08c11a36902c81 --- /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:6079f94b42f0577ea226a9e93cca3b6c47046c985db4c2201a899299131a2251 +size 471788868 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..8a8aa2082d421fc70b2332e2cde1783ee5b7f0c1 --- /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:d562b204e9e5b1f3128530ececb218c92859e6f435d79fd00fa9e684f9fbc95c +size 451321683 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..8391bdeef68b1022a1b211c1d2f31859615d4007 --- /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:2d0564e4b3117a88fba9b93dbd852ad3e348476df7f0da84d4d592033695e902 +size 797060440 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..a8f1113535cfd6a8b58b85841fbf997790d48ef0 --- /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:98446632e36ab83d57274c54ffa05cccbd7bbb093b93f20531b0104bf56f8ce0 +size 413931250 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..30da6c87cd55972e49cbf8911643d1e4902b57c2 --- /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:adfa7cfe9af48d81bbdfc54e1e913c1ce7b9364bf0e796691c229af893521905 +size 546890454 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..a90b113ce9124f23f093c1ab525f367aa628e24b --- /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:241e3078eac8595052321d21d05c81f470b13f25ed96c863e2d9937efff6bfdc +size 627478135 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..120fa5b924302d8447d2fff43da7502f789e7d76 --- /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:e8e3b7408e2a0975a8c7c2de1ed3ddd827ed36ce7e6e9ce25e6c2d166e674d8c +size 924415466 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..8ef1ba57dcb0acfda6df6180dea468d91da45951 --- /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:84d1abecccc26a1ad28b1161e5e5eef5873aef92502a44c772e9b6db890a8cb8 +size 443943058 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..b4ef872fbe639cde782894e353d7d962485d9d8b --- /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:3dbc8f02ca52f1d474aad06be5221b3de1e79b15ebc31badc725e46d524d4573 +size 448330857 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..0713a1ff7789ae7bdab502c3774f1970efd25bc0 --- /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:c3649f120eb22976a17ae3dc63a40c57e4e5e962a1bd69f614bcc9a037ca6ae2 +size 401277674 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..217ae3384d24244522c343f3fc2dc8997b05955f --- /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:90e175dc1bb20b79f8601369d9d2cea589574787c9db32e9863be7b86843a97a +size 1234044570 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..0481358bd6f601a51d0e6f0abae8eb7e76ec5a31 --- /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:fbd6a7fab67ac006b8307bb85be069d2932eba6d0fc0314ab36d7c9b9d476a65 +size 440073323 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..b2f9060f18a408fae1217ff5432d70615c174e4a --- /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:16468116947b814c25daa34adee45640ced54c920c525e8202b6aaa3e5e4496d +size 604145824 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..f662a3e481de627561d5b691c90611cb72e79a10 --- /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:6660f84acb4a1840e76782f6d3325ac90de5686130d1910e1e6e46198210b41a +size 513381294 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..5056ed0c7909c983a08e555f93e5b6f4fca24e25 --- /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:fdc9a7683982c5aa107c512d6bab6f30b8e0ab25f7dbc2dd9cb0ca6b7fcae234 +size 493424185 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..b522f1c198308141b7e13600f3d26184af905d42 --- /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:04b97e0be5f530b7dbbfd3ba828acb832aa152a33798b73d379de31d363a1304 +size 506376296 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..1cd7b91248edfe545bcac6af4108d3ffa471f2e7 --- /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:969fac96616f513cc5920e93b32eab95ffa14c65707f8fbb3a407033679afc21 +size 496417771 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..254e69f4012b314c8d78a98a4d0fb07d8cd82045 --- /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:dbea8e96219327e629d76c0c81bd9a4c1a2b733ea63c1073bd79d119fbd30ea4 +size 543604715 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..17d511798dd3e4a671c8d7578f2e1b31f37e758e --- /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:7c3ed7ce48a389c5f2d15f20579d2081941d87474136c4e8941c739b6a04616e +size 410116857 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..21e3fc9878b0c722530527d8db71ec12f394fd49 --- /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:3ff9e7eb3f04aee62c5fc880f3102be390c0746cead133ff295e0ed5d86207a7 +size 967467054 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..4b6658b1e5dc007ea3533d4aed3f2712db072b96 --- /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:6855c168a86b4651092521ed98b7bfe0aa77332fa72ba5c244188f075fa91a93 +size 421258976 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..18658031a073880d454004639b37c4e84e278f02 --- /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:ba39cd4cb275eab7ef240a11b8475ff100fc340f6e7348a762678fcf1d562a8c +size 529598896 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..3a2d98b728e3ccfcc7d39ab9dfccf599addf34dd --- /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:38711cb6100e23901bc040313063566ef865c2b0599a04264ae38dd1a4b349f1 +size 489894278 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..6bb16852caa8c11eb7759c3efdf56ff54ff367d2 --- /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:f2d42e20ee404d4f41d1368cbb0b4834c96e6d2da8b32f5088278df8f4658192 +size 481501229 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..d186a6f71b8c551777a3fd131cdeee2a12cdde8f --- /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:6f0ad58f5c3e1902225ca44d9d21fad02f31167663272afda29cc05791435bf3 +size 776269536 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..a0261205b2e6a428169b2b5cde29d2eee8246e60 --- /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:bc8c8bc42163b1544ac2cb6552fd4c71b01fb2fea75173998ada9cdc63df9b6b +size 520476345 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..3a2cc205e278da6a3ac9c1adff82e36db789a559 --- /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:80e44750a6863d79b9e49bd7d8368acf04ef29ee9a9b6e9871ab71d2bb86e041 +size 616489701 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..17df5c1c92ea9dbf681b2e472d55e9fc23fe8449 --- /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:3b93ebb4776d18fcc1310060c0ee7fc1b6e4ced38152b049ff8019a74171e53f +size 433750748 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..3e8dab6112b9e06f4768618300b908a239df913d --- /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:f51a513bc2bc8ed1640812a4f7e001c1a564706ce250bb9256cb35fa36317cf3 +size 656983180 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..f280ee58065230181169faae4dc20bc5b8b88f07 --- /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:07612cea331efe03204ec77b1a63b461087ce802ce1f37f48125459cb2e29951 +size 766222501 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..5b2706e1f53da7cf1d036de266fe2eecfc084f31 --- /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:23b9cf6cb9c303d29cd3156ca0d4b5ec46e5630aa67675d75d18e52df52b7f68 +size 734169791 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..e922c91ab83254dbd542a4d984781c2693945ef5 --- /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:3ff21a0e5d63400d1f9c06d1d57f7e2aa1801438201775ddad0543ab3735d3a1 +size 389664471 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..64f87195f8047b46a7e4cf2b25b7b88d83fd5892 --- /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:9d4a592a61b1bbe48d32b74d1d569eecd9c2ffeb73b58921a36f9a4b3f47ab5e +size 445887974 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..5272fc24d5ac4404ea7d0969f1789e827c24eb5d --- /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:6e69ed30b6ebd839ef4c87ac9f3ebd9a951cb8a4eb53ff8d30c752480518dff6 +size 774924596 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..97671facf9b064817cb0dfa047423a1f873d7e81 --- /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:e5f6552a3a5a3495eda0800f173c954ef6931413ac43ff4b5dfbd220a09b1ce5 +size 585899691 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..7e6fee544dbf621d274123081b87b12811bb9e78 --- /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:6c7dee316985d8d582a375ed7a6251040cdf3e1e35ff5ad14394dc69fcbc2e63 +size 475716408 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..56221e80fd7697d017ce472e44bc5acbb2e151c4 --- /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:79c1fdbc67863d192589d0c329ef41f2868bf9e0105c9a546dcb49d296b89574 +size 516891825 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..047a99ef20f09649770390f9fc71b2f9e6aec6ef --- /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:5ccb929d3ebab146fd4d0775c86ffe5893086175f4dcb51fb2f9729f2d43662c +size 408013779 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..7004ad5d02ae554ffc421626406b3b7df44f0155 --- /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:4a92bc3d0eefa1367a4fe5ff12bf82825e17282bc412b4f1a63d5f3fc9392680 +size 453845816 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..6fa10973d4d23c2ccb587766103bb5ab820ce55e --- /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:91667a50470f5463b2f5f37f30b94c3b7cfd26feca50e8f1bb05b6b4964e61bf +size 838465295 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..5aac37128081f0b0329537b451ed9e2b1a7561f5 --- /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:1539716599a7219ffba9ea02c7096a2ffc7b0e028f0bc13cebfd7fd60dfb7d09 +size 466355693 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..7b53aa2162028b345f8759f17712d48cc7036a9d --- /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:d939033aabd20f9cfa88d52e74df102e7f376f4092b3115beed0883c743f0f34 +size 719816155 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..c774922b6b1c391d66dcc290209019b1eb8e1bad --- /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:10b98d4caee8eed3fe630df730160631eb9003cb0904acfd929accf7d175fe8e +size 335235792 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..42756ba9956325bc010ce5d6a7f35d916127610d --- /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:8632b5cae4fb9ae6982072142986e10096de3c4d83d0b0465b698b28a0001595 +size 363837505 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..064aaa79e49a6b592dbbe359825e75d2f33cf311 --- /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:7d95e6e24867cdd9c16738cddf4decba8ba0c13a38e62cd1a69de767c38afe28 +size 539786146 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..6f78193b4a2bc1b5e3b31d8d518c6c3485aa4ad7 --- /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:3ea95b31c61a68a1a450250c34dbfa82ac7b3adb4ed8aba906e58f5eb0a8d529 +size 467531810 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..df45a9554edb88c2bbcd1db20f83888b2518d72d --- /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:ae552e0f0fa062e65f264e79b2e5fe5ccda5c55e9886cdf21749f1ed7f4566d9 +size 711972773 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..66d9cdb080a54d4fe26ba8b1810fd2049467aab0 --- /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:471fb514891d256c5a188099c5be9c7e3e12e87add6e8042ed22e8c9eda6fdd0 +size 587213416 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..f5370579d81f1fa8f06d23ad3c0d52ba12761024 --- /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:2a49fcbf906a03907614a43f5f25164fa5a6d898583f96d3115de7da915f52c7 +size 454775937 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..eeef27ad621420066eb5f03e6b46f7f0cfb6a6e0 --- /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:3cf333cb4deb378b48db32596ad90b879228e88d94860d42ac913197dfb1b198 +size 468753037 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..41278ae6c9957efae2eb48fb682a590c080e6019 --- /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:4c625e01160eb68f5f4dfc8578726d1d3dfa53b8f5325a1d1874754218dbaa93 +size 696484623 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..7dc4b09e8afb313016bacf2a3876c00ac1dd25a3 --- /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:68924141274496857f42351ea4ec51f2ca0f12cf1defac3103958b279589903e +size 505612784 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..c2e8e7e94842141371213a2017517b41eaf436b4 --- /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:59cddbd795c295fbd547b26b9df5a5dc0098b14a3270c1883ab24de065c9f68a +size 437665408 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..a3bd92a9f27a44b8e072305cbb641354ef239a53 --- /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:73dffd37602a7b26efa7bbf2a23333c9d2e6397855d9a926492bd61846d181de +size 535007570 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..da5cd9d73eef31046511975d4f2b50e542828637 --- /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:d1feba71a1484dc00b69ae035fa25a86cdf005ff730c2c5f2f1a6dfef0701cae +size 883174529 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..d990f573abd874bf9cc353471311d51a9f2d86ba --- /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:9fbfa6933d75e2bb5c11df064927a286186ad144557ccf6e5bbe1f96b764800b +size 510488647 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..dc02d12c4b5620ebe9f6a12db736ade689f2ddc6 --- /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:6cd937c807bd95ba667bec3bdc7427241f883694a4b05604dfb3cd1bb636f00a +size 443689782 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..8cbbf3add4bcbd0387cbc0d7ffcf44513d54628d --- /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:e80b61713eddd81caf4ce11b308b04b326c545b0482a88738a56c7c5b04e0cf8 +size 828469326 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..54c74c04528905238e8dcb031abaeff950b7c62f --- /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:135e2f5797f0c6509af403957dba2d9eac6be0684564cf2eeb0d007ba204e2cd +size 423928778 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..135120c0d1f39e26f6615d3f8845d4beb28e04c2 --- /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:546eeb72354198e0dc7aa8edb64ffa039bb79928aa91fbde2a6986bd346bfefa +size 826082354 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..f43d80792eba6b500ae758eac3b9738fcac1683c --- /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:46c25ef8cbfbbd93f2d84cd34dec70a44d865e2622f84766c88e7151668ff12c +size 583929479 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..847136a90d46daee55c378a4b81c626e4e23cb66 --- /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:1fd3f7780daac7bb849e883ece43459baf982f49c89a184c246612924657298b +size 701413502 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..95207903000a1e426875376fa09c648823f55856 --- /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:5f036534f39f24ee95b30c55c7a023c7c89f5946d97ff67b19a785cedd71187e +size 401244862 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..f7165823a252fbad177945ce152b6993002a8936 --- /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:4ae0422a9bb47a0147f835590219591364316fd2f14f7112d474e38f96ddd13b +size 810567460 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..290d9ad0b10a976f63484a092149a726c53b2586 --- /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:a8cea8dc15b7e6e30521d5dd59eff95d647fb5cbc9eb1b23076b3232e4aae612 +size 458595143 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..525d0f96471a248e32ef0b9a89b882cec8067469 --- /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:5e7a23bc858d3a7266bef767245deb6f54b360932f77a93082fdc87fa7c56fde +size 607814386 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..cff4661656739eb46ecb9d57be28c3fed3c887fa --- /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:3b8f8b1010a1c120b181bf57bdaf0aa42fa8c57bc6f5ed898a6e503e479b4698 +size 423438132 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..dc05878d5ee785f4990a41981dda9757a2602fe5 --- /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:82bfb67c195503c7fbbd27045be476048d9fd1e799e91c885cad60768bfa6307 +size 658245898 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..399effccc67d5540f21a368277c9ec21e36ecb52 --- /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:b1b13abbb3395f40d0569e3cef63a304529cfaf0972c186bca98278b77f9b01f +size 565575077 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..f834921754fcc54d2b11fdc6919d2d177cbcf399 --- /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:4f29171eb9bb26a793451ff6b7a68adb70eb9fbc389c366386e9d3573a15f760 +size 469347361 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..5b6a19f11e9cecf1134816cdb2071f46f58a646b --- /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:32280db93b6fd9e442336322f68e4e61a7f470b683b47e47357f4424ba9fa5b9 +size 515484245 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..f02b42c38b3d4c3c67afb9a73089163ea143b74f --- /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:d5b1f5a83234b5687f7e29d84288f299dbc62bc55832031f2daca4bd94d13b4b +size 592054284 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..32a38899e67bf23f248306d5838cf59720df5444 --- /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:d83ad9f461f51a330d9fcc8df9cbd6d87f1b3b22192100a24d422a6afd07897c +size 465335461 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..e8cc0257cd46713d1db0f4dd53208df6e22e3f89 --- /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:bba73ea52ba6f81eb9f62e6c96a93482b8044665293de4af985eb796fe8a6fd0 +size 570506955 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..925ff936719bcf41dfe2e4e2b21d77ca8dc0174a --- /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:a4e0503aaa796dab932ee04c36e61f394c0df134c985994e9533fa0a1ce6d7c5 +size 629264632 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..00d0093f5debe394998e78c377b6a64f1a449362 --- /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:daa1995edfc0baf7455106de387d2b460388fa998a90e595554f1a1b7eef4f7a +size 1224789040 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..ec00c669e90028991e8f49fbf293c15cfce74e7c --- /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:fc4c39c43f574701ae69ddac691b6d8bea4be431124b6928bc2318ea8042aa75 +size 447856834 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..c28a67274f154e422c604a5c830eaed8ae06f8ce --- /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:71c0a5d45c8cf767c059af9c63ae7b90d5ceb296b2664f8bef82f9e99eb696a1 +size 485928974 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..5e1851aa331be21e45a4b856798f124b6284d660 --- /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:033430379a9dc6ca5fd38a0c5ef945125fd9984194c103d2131b1ae71999f2ad +size 449718689 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..fd19b67a44fa27baec6f19d68914d6efa60aa4be --- /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:34a695dd0ecacbe52a7afe8f1b026b49f6895279e1f51f7347b8ace3e7dbe260 +size 534993043 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..1181b7c73b82663821e4f4a443b593fa384252bf --- /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:2955cb080db73290b321943746c3949a389117edd5bac36757940121883f201d +size 890768847 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..9b2fa88c678033c4045fa2c467f24fd7d6f89b77 --- /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:9e71c91bb2475660992bfa50fe5aeb238dce743d447999ae18379170e550b2bb +size 559470744 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..f577e54a03c2da91fca1c856ea58d6781e17eb01 --- /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:016316cae8acb3632c086b0b233d4dc50f779c5a583c9e7dcf9df27b942465c9 +size 403538026 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..13540660edc35142218df0042931bfd7615e18a5 --- /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:c1e89f5023c04a46df207a9c2b62ef33d148e7025716ba284ba7e180e83fc08c +size 585858726 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..322f1d794d9380985b4b37e982a1d953fd2daa98 --- /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:7320e064411fbf0bacfd3a82c65e9b41aa59fadebf80bd44c2cf2a54d970fef3 +size 462053062 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..61db66bb39e906b75232b467ae30e000a55b1da6 --- /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:f1973b449cd13effed91df8cc743b52c6bd831072dc8930ad4a57918d98c38db +size 1252550894 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..5920cee22c3b935b6510469ef2b9cf2d3a387170 --- /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:d0fd498712afefd4583a0367bb44c89dcbeaf2275adc8db20f29c132406199d3 +size 528974437 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..218b3cf5a9497c46f60ffd168561fe006d920c03 --- /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:23f5782f171601b8302dad374ca8c5f56f93a4e8595a2ab104b0a368dac15192 +size 588724525 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..902a8194876ba567fe4110fec8199ccfca9dd130 --- /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:2238069a4812aaea314de3ec831b3d1ea6e7e7d26b08b0e2751ff4fe4f988723 +size 426499560 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..4a7b05faf22326532c155aff8c7427b8134f04c9 --- /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:e3838e89311bdc01293d70c01428426fa207765569764fb7f21e81805729cc37 +size 535665854 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..0764954b838a0efb52b148495ce86078264ad838 --- /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:f33fc711342905c56e2fdbef498c50acf154a87ee56e6124d32dafe380659b9a +size 653410453 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..ed6a9e8733ef002ba1d6a0fa85da812d2b03534a --- /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:8a7f5466c80eea0076046479db2eb926d86fad94cb3fb61fef322901fdea35f0 +size 446118858 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..8abe2fbb31974e959db24aa6c3692e96a6ec5c96 --- /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:0474520e288f805922d97b349f7ed78072d167ea69d8c6be8d157850ceb15542 +size 508061685 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..35433b5f9ac21a8cf02affcb3cf7baa8fcc842d7 --- /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:f34f39d0c19d5827fac944949c6632bfd00b27b714ba8afed75c19e09ef68f49 +size 399523223 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..ce31e7b9f580f2e14ccc1d7c27dfee455b814a63 --- /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:4103e4dca4ac5ae473047ac373037204bdfa3ef5b8e5507cdf6d7a5161cf9557 +size 647696764 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..44d93b3a4aa0a691e321defce2e123420a2ecca0 --- /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:68a0cf3be2deee56d33925b29aa9032f40a0b4c1777ce6ce66b7261ff805cbe1 +size 432847628 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..5b767937f5776f306038f89358fe152d7f72cf08 --- /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:c2bb43fe3e2215680a66bbc2e07c2e4713236b2760ef151ad1f9c14a455a87b9 +size 550646828 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..babc80307fcb1ae82ed4426170168723043ebf7b --- /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:a3151bfe3444ee46c4d5759144087d0f43f723caa0fab6061f993f559602d2de +size 403637252 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..bd99f6f194dc8cf70a3a956a2b56e413dbd7a970 --- /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:dcdf87eb517017e2cd956772dbfffb7fa439b600931a4395c9b955fe9d866b55 +size 844498493 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..eaee2b9ce95160af6de13f9ab6435ee2bfbb745a --- /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:53de47641313750280be8c504b3a5d3f735544215ee632a9696dc3ef61859863 +size 411685658 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..d07419e3fc17964ebaf1b7ad5bbe5f82c510f13c --- /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:b8300892a2172c53437cde77aa0d1e7a5a38b63fd43bc278a09cdac74db80c7f +size 653855359 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..36eea7c2377841c607b61cfdf9409bc4ee7777e0 --- /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:9ba52e33945f086857b50f2d8664389e7a50178c660509f98c6a14c38b9e4170 +size 510806309 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..0f37c6b36860906144411d6cac21496bc11a44f1 --- /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:367e41aaad827bdcfaeb7599bad560b10389d3febfd5da9a72e464571420c27b +size 593595083 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..98bc8c86722b47de4f54941c7c820e93092c7d0b --- /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:a55be03eac86a29e0b886bd3e78866fd8a4cbcfe0c80bb5420b1dae7203fa476 +size 364367624 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..d12464c229ea190771a64785b16358f1d5757116 --- /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:f1107ba77497bf339bb52cf63adbb163b59131bdbcebebd44f0d63b9d3ec4ac9 +size 615502436 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..d5ad4935f8577c6757f33df7bbb719b211609531 --- /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:6356cc9a4aab0673d7e8875bf0ae9ef5aacc0bd00789c5b40d3a92b5e7ffb397 +size 449543221 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..6d198d7d32fffc779203b16df827b54253b743d1 --- /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:b85548a36bf9e22af85c6aa8f5a36aa9b2f3acd78e655317509470f0948dbdfd +size 650795052 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..3aa6c8bd367980d8d995a9255f5d7b2d188155b7 --- /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:96ac004ade34047baddcaf3f64fa5edbf122bfa6ea833437e70bc73f8e3566e9 +size 394318326 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..1280982b32bc65dc623a04bdb4280e8acc3710dc --- /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:4a2990b970036a5f8f987f6e68653221db626334c45c0687a350c7f60d6d627b +size 577375297 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..1bda7fcd0c4c1281c5cc68ce8d8cb4b56b4d90dc --- /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:440b1d74a01e11ba02da8df9cd3e67b7f503be8f11a1e5be84a702fa4deaac2f +size 482526072 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..399a72a9c19fa7bb4ff7142447cc6f1e5db4e7e7 --- /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:78dfc6347e3f092eb9fd8f963526c77b4f7de4a93ba985fa773eeb5458629e26 +size 444798047 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..a2bf2c86633f647cb540b05d1f0144e897df13b4 --- /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:290fb0cc867ab018230eafe1f95bec5741026b2884a32246c7b43206efd85900 +size 441198476 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..1b7ae9178814ab8ed7e0a4e4f7db50780ae5472c --- /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:00cb4eec26c28dea1499fcf7fd10b75fd07edecc75c9a2675a7511ab906e40be +size 677532586 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..9e0154d5d4256b1fc5f6a0b761b96ec3c7180551 --- /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:8f17a8c791e38507f7e3d37f8dcd55d7279118548f80e8f4f90149051ad3895e +size 697758890 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..8658de3b4a261811bacbd9b896e89255c2dfda82 --- /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:b1c7e6ce25f59c58f92b9a5f014cc28c5c4c5a7b2a10f620516ae3dc36934242 +size 619180080 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..792e46950a4bd336b908349fe4af3c1f9532c00f --- /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:a4db683ec6346621eb58f0ef8fed673c0df0af9a950d3ca1ff3740408058fac6 +size 538908197 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..f30f560dbd53e20e5ca4e10b4c174a3e4cb5c55e --- /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:8f0ee36ef8b8183c1f068497e0874b823f7533c9cca15a63f7cccd422cad8f13 +size 426798196 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..3dfb829ec439afbeb96c85b8cb907ee52ff20bf9 --- /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:0550c8a409d180dd6fa5f06a8b4a1402dc64fcc2919abd9ae2ef635dab230799 +size 397835008 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..bf320cc8e3453437932ef4ba837a2709cf0a18b3 --- /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:d77957b79514aa9a3deb07b5f7c9b6dffdc70557ed605f1f7d9b01a4af68db0f +size 690186925 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..a81883404d38d9ff80100e958d782de5ac79aa3b --- /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:64205e5d846c2c9ff34d89fada53e641a7ed0be7e9a89c44b09e36224ace76cb +size 1112938289 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..70371645f1c12fae2bd11a4326a21fd1e3f96f03 --- /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:79f5110088581a7e8ede9561a27947a61ea4620a3c45a274b07ad45aedca7bff +size 480559091 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..7473020ed687554b612b14120e706b9003ed7fec --- /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:b929d27df88391ea76e401fff3380588d57d759e9a96eff0eb15e232e0243d02 +size 626911385 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..d1854e032fa3b1ae95836611d7f69383ce798533 --- /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:ccdddc33aa89fd49b0539191d5c3c41f7dcd403b1a0f089576084458c384aab6 +size 495633462 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..b88b9cfd28c02e084055d79b99fb054ddee89610 --- /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:f5e2336fa139dccdf9c06ef9ddad65484d102f18926a91233bb5d355f9d32994 +size 474543738 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..a1f9d8ceb4695b397d553ea29956b2c8a7f1cbd8 --- /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:f935293f06b8e01930d0484889cf9da42251e31f92e9c00ff282af06b0c2b09f +size 640779767 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..790934956f52ea1d1d505cf8df05f0ad993117f6 --- /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:e54356d1c5dd64e538c1d7b0e75087ff32664a4045a8b8de4a48f999a76bd95c +size 516270245 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..5e576ac39e81e3db6b810342104b8f903c8a0c5d --- /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:7f6dfd1350bb54c6f2b7431ed3c1148b341a855ccbb5fbe045cbda7e57bab721 +size 838408250 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..dbc4ce46ee0097753da54b94674b12386950941a --- /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:a7a1a4999e40d7307eb70b62fa5fb507dd4c415a45b7662d455a38eae6733796 +size 656033849 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..5f5a7d15de9f6dd767122319758c014e7615392d --- /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:62be3ad62beedd1b7dbac35e3bb9881428fbb9ad2d8c83e98d0220d907db3fff +size 437484154 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..1be2dc46f63a380605cb77a586e18d0ea81580fd --- /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:4427b6497c0caea23f406496fea7c672d4b449457ab208fc492a95de3e959dee +size 480759532 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..3a38b92e1d7b3f820ea531b02813ae15de2974a0 --- /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:741a693eb42a8383fdb678b3a53b94f075edadf6a10273c1e67636654b9a1731 +size 610750754 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..b13185448d2fca87402d52c297e45bf98c5f3ec3 --- /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:17d0caa640789172ac879c04400cb0697556956679c9f1523bba53da66ac3ed2 +size 534207865 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..f2277f6365010e02cca74fd132659914b35e2a49 --- /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:19e6caa73fcd0a6b3be4cd77a52539cd518eda080a847a712526c642d9b186b9 +size 654525509 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..a54a79f9c9febfbcd872a6e80846ffd0ac524131 --- /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:6198f1e87aa2861c5808d921c6fcfdd55c2324d5e46301772b1df9e952bbbc0e +size 558944372 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..95aed24e47175834c52187513fcf802cc8f3c604 --- /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:0a1875cd53e0a1d90cb5ca1fb2f36ca25c6f031ae5bb4c7c32f30fe247529e78 +size 551763171 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..90c3a014b39ddbf5e79de344eea96bfe18e9877c --- /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:5ba034fddc86bdd1cb7d71fb41cee87395bca2aa06df01f4366f2a8a402c9f77 +size 620714892 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..385219b99a3ef42fb79d54ff0ece5b6c52086068 --- /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:13e00c0a755281e6109a1e3551a001f92d185a599f38432521eabcbb88d10b61 +size 564391240 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..64e5ff36df0a34cb4d774e2d62119ad46f864257 --- /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:c836bb53a9789df333e1270c2d40f2bda2dfe2994f0a303ab9310fcdf1a3533d +size 446804375 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..7f16b3dd261225a29a4ba1cf57e03bfde5f43111 --- /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:082d08c53076049f666c5aa96c2f2ac5d7206c631b576cffe2b9dc7f38f18f1f +size 495426326 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..8ffc4f525948e19827567d571f6c34350cf3ca92 --- /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:272947ddc725b02dbfb27c400accf9a7a40b7f3565e281b3d785f6cea03d74cb +size 488931067 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..f62bf046b8eeba39209efa94a12c2f283e829dc0 --- /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:fdf7b3c11d78e5dc58a1d0179ec62e2375f5b425550470555422de9c7151e155 +size 487454338 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..ef694b6cbd2511d19e87f008980217eedaa4e3c7 --- /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:bd10f9c91f6de26f0f13e2e94c60344e3095653fd129c78f319ac34e2d898732 +size 521710852 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..5922b8223a7eb43eac560c5612ba452d72b32009 --- /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:7e2f8a1c61609c88ea2a444d419f6df915e016a79a2cf6ad40537572d7054da3 +size 365100453 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..5d64f56100e39ccea109efd77c4f71be975032bc --- /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:c4e811b0ab2f56477a1c3c82682bbb8bb1da442929af489c82a3daf32e6d624f +size 497239256 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..437a7bcc9b973999754e3b756c9ffe055e21eb45 --- /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:150c9b536830ffe24548af11db712fc89a5e90d5b2fcc2c24732e5f401d0787b +size 648172423 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..1b808f6e7494f7535f049f94d9285fc37800a244 --- /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:974bb573acff0f31f1b800019852c118e7c18419a31e5d827add069a8b8b133a +size 598146169 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..615583052d90112a8f1c01a25716243843f5bbf4 --- /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:652677a9ad6c265e9decc777c34218ea8ac8950820b2c0639f22a8c17f215eb3 +size 479104683 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..ada5f1464a71b85f17dc6e86703b98e0e1f41990 --- /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:80ea865b74eecaad40d04792fb9fac0a5ce6a7224b1c2d448d823f4f5f874c4d +size 857824070 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..9188b79b0b65b073b7733d7c43001b02eb1c995f --- /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:44f4462b4ee5321f0c1080eb9e781bca2f96817d065362d333f66f6825cae4c1 +size 590545478 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..678ba733a566a340f8d0bb488ec7db98b784bb21 --- /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:8ae79f8e1f03c712fb7b7b138fe8095983473237b52aabb33c17e579b8860941 +size 886112963 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..5088afcee4c3384edb4b6b9074cd6ccb32a1d158 --- /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:6d974deb8970d6510816ae288cbecfe824b24806b4a8018d337f515d36c00cf6 +size 811308508 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..9e15202c76dd12dc0bbdefe0040ccba37ac9ab42 --- /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:2a4842904ef549827c5e9dd106fb97858b25bfd20a428ed06d2cf2005e05a729 +size 431911596 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..8f04c94e455e2e209465d034e29f368ca136751f --- /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:10f84df4ab56445671814526e0dc369459cd673f78d0f4daba41f172a4e351e8 +size 655419068 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..876d44f6d5b32534809d27c29794faa05604fad3 --- /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:e4d1c2e8521a2c84053e2267a1370e6955f4e930704a3b30dc9cd4334c27f811 +size 762664031 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..07375660f321c81556ef49ac41f54a23a80acaf0 --- /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:24a887c4614cd1b4f5063c3790a4b0522e68906f00f0e2b9548376290f3fe611 +size 575475764 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..c1df5a5fbd0f74a60c56f4d2bb145b4e9c67dd45 --- /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:1e094c071d6f1cdd5fb3ff732073c838e8b3e88236d033d265f7756029235e7f +size 484106906 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..a89a5694e944fd57454d88d6c36c387846a04344 --- /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:d54da1b916378d423060084303198a8509340d2f4b29a3c0abc037c92767b101 +size 489015069 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..709a7eb9367a4ddedc4ca80af742b6bef3953a0e --- /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:62a8b0e7a9fcd6a65e1428474b6c79c26c8ab7d7c4fe2b8f72206eef449d8662 +size 517163803 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..23aeebed02d09c313ca68c0ed3f74d18095a9437 --- /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:b7ee6c041a481b6255a88903e784f6757a643bc05c9c6ac5df6347894de04637 +size 806563017 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..38ba8cf3ef1b79732ef5ca6e8d8892ebafd54e70 --- /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:9c04e0e15e81737dea0b06fc7cdf14f7ca091a3c6d4bc6673e4fcbbd7ff08802 +size 608041645 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..30792fe0ac67613d5e7384150fc4bdd193b53fd0 --- /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:21af42af11ce1c7a9a2aa89985e429fcf7e2d790be99f95b3042ea13223cc71b +size 585871426 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..391e7ae32c1376ef5d21f47b22772f20b04eb7f5 --- /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:a3c8be83ba62b3e492db3cc047a060344e9dcbdad846bc952dc71dddee83dec6 +size 443936971 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..4674785119c813f6c3287e53c4fce5f318e6a428 --- /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:0bd2e4336363e890e8e2ded60c837e670fbbaf1efb91756c63fca7985420d32f +size 450532082 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..e6cecdfbf098a5c6cbf325084d434716670e1d78 --- /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:2b7db28d33b38b42f8bed4f1b77488780ccee7ed49989a3da6e7fe9e5514554b +size 712563028 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..706a5886ab502c3f9cd9c253159c488ad909116c --- /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:f0f075a9c56fc5e073c1398073d694a9e76a051d3db3c401bb369a770ca20d2f +size 393299224 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..988411cf221b4327e01cf7f598018689c86e3957 --- /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:37cc1e9d21e114a5de91b41824d6c17e1f13e5ab00ce6e71e529f5a4b9f3b0e0 +size 1396139447 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..11a512155ac74dbdf595dfe7b47be729d2ecf38f --- /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:e1816b6ccb6ef3f7d8c0c36f5bb35b55fd7703201e123cff02adb92d627a5f86 +size 567831766 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..58c1fbd5ac8558021167b10204b969bafa1aa20d --- /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:094dafcf122a5667a1a5a5e063bfd3f59f9786556e40726d4d7e9baaa130bab8 +size 914441790 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..c52d2bd14dc9350010640f0e02661f411224d600 --- /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:387e1db0e58a2bb93e9adc92dd76b80022d707f67c257090cac8a813bfcba5a8 +size 481643876 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..d217ac5c2e1c9081a31c7d6c82e92acc41d25e66 --- /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:eb826e352df91b54ee4a46ebb4d329b62a8a0a3a5999e096c024acc6dddab207 +size 468172214 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..fe2b223ce7acd0a64259e8fa68415c9e863627b5 --- /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:462811dd83b8a7b2d7333e1981f90d5394dc850f5a6a6a25a5a84a3f69ac4c23 +size 410164383 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..a1b9675612966cc264fd93b5706f996f5ae00e81 --- /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:cfea0847d21673cd628bac9de7def59714805babf06864051b6d94780e450e70 +size 830185355 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..c19999a7d98fe644195b0d638da7f8de5167532f --- /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:5572452636b601526ac9b0b2fd7e3cdaac63f757aa7691792ee3808e4b03460c +size 463627733 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..4240d20241cde0421d102ecfd4f6f95930bfbe29 --- /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:3e5410539d349ce155686326214fc21bf73125183fa7d8e3d45dba2c281ec6f8 +size 544395598 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..918c298cbdb02070b2063b05889186452acb5359 --- /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:adbbf9dea86513c000f90759c4d903f28b3020624c87d0265e5a42ea46040c64 +size 508197880 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..3a0f3590f5e294a94b919ea0e3a6d528059275a5 --- /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:16364d4a9f66d532f40de1b4d30158329cac1f0ac26e1e02b0ec50cd077832e1 +size 483282009 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..14db1b01a690444dff6f13eecae88818f31a152c --- /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:72effc0824654bc09231f8cbf4682a36eb1d224227bbb0071698f740033e2e0a +size 420174999 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..64946c77aaf0bf598438ba1ecac3d2d5f945363c --- /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:0b62bd38fc0b9dbf03e7e88f88517928eb37a76b9c9a82996f53f70013e2587a +size 469593336 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..5fda6137f2d3cef58e467f1fa97e7b4122db08cd --- /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:723138ef77e3da2975b78576becc9df455b75bdbe84f3e2e1905142631788085 +size 467959318 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..3c8703f16f9b817cc16c2ef69d384cdeb15cefb3 --- /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:50e0b976be04cd7cfea7566b25bfe442c3f1d599bad79e99ca1fbbfe2b184294 +size 423455819 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..a55303ef29acbb536989f207ad5806a0489649ac --- /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:17fa18a53e6d7508794809bcbf4b2b9e307696cccc397cdcd31518b2115a3a77 +size 763427948 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..b85b1bd3ad89f36ddac3b2e6be123864645c916d --- /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:87eb48f6363692361a78038443aae7e09b252cef4a565c76561f0f63488185d6 +size 595829959 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..2cfb2f0b40eabc257ff4e9d0935bac835ab5c265 --- /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:dc4e5cec4554dae3cd71f3bd234a7b0cc3375e089820807bd768366b03003ade +size 604781621 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..4d29640ae0b456999e1fce0428762666cf2da627 --- /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:9c82c6174eb37489d738cdc4dadab5c260f8efa9a61be2cfd40de3d30564e190 +size 400621613 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..cb9cda760b286e1f17d0fe488dbd19531fc66c6c --- /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:b9efec762bf970499a9dbccc7172afa7cb1417e80912eb38181a2c8ef93643cf +size 446830441 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..d88f4e3a832072aa2a2745d6c5503d8381052937 --- /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:49a7bbc44e1877ee556fe65276a6ceee96f1a10721fa01aa53bb5e7030094581 +size 572812616 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..72c9288023df6d844527ef29c3843382f058028b --- /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:ebfaeb62c9a68f4f34953ee711227a90ffb34b4afd4a7e5425212caf6b0b1e7c +size 485908440 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..1b85532f5147d3cbfe60e787ce4ab7284e5cd47a --- /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:7568d7bb76f0bdc5dca23e78ef18f09465468ab657653b7a6b5be6daaf7de115 +size 449128840 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..cd27336b21f0f889bd3bf74ea589d357011b63e0 --- /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:067cc23492a9045645cdcc07c0c89595bd6e8b73949ca76b4be830f6a7adba6a +size 862561106 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..589865787d32a1b15a87d3e67c36ef3204f6fa00 --- /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:0cd91ec71d4d3d04d9399e7a942060e5ed345ee04f21c5b9e67a57c6d46307cb +size 490476398 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..750c93c2e1738a31c3a3e6cd1fb56bfc01223f91 --- /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:b20645a3ce69add5395977c79e404ba17b2f88eab706c77169508bd3ea027dbb +size 1585700424 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..4737b7dde34b9e5c9bc092716890be03adaa203e --- /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:f91d8d944645c9bca183e43434992f6acbbd8dfb2db761f7f6f8106dd894964a +size 809138125 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..07c23aad7db72574e23b3d3e1eb74737ab4253dd --- /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:26e37e582e898373d8c151ea6b9b05f3959890b47557bd20099331b07524b770 +size 435190371 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..d76201b629972e07ce49da32797a2b89c5618707 --- /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:a817149d850dea67f64fc2f14d77f8659f990ae7ed04f65d239788243184ceec +size 429716238 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..6194951f8217eb12555ff40a27751474931ab5b8 --- /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:381f271df0b0faaa1db6d85fa543485b86313ba1504a905b79f2046f676dbed9 +size 533327949 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..1aa4a5c080f17c09db29a419fe9b44f4f060c1fd --- /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:e176468d246c64ea5d7358a97afd93465b4221ac0fbf286213417ecea35aa011 +size 847652221 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..7079eb3ba609e8e75414fdba685115b03f4c3215 --- /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:4be2a387408c9d07bbd81ff0dc606d9313534d17816dc93e3919839acd20e40f +size 466284057 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..4b4c369f68e6f3fb39d4ee4181a78b310a874801 --- /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:b032257ca77cd93800e12ba022070115a8c0e365a8818fba33f0c0f0333f5510 +size 454645268 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..3e3ca641ca6e13f17648a0553248addc070b8f02 --- /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:ea172c8d259605abadb2f7f36ca6e4a79d10c3c878ae4de44a491240aeb2d8fd +size 599342077 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..8541b1c2f301a0c94b6f282ae42bfe2080f28dff --- /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:a8abfac7e62ebab2af0d1a238d871cdf544d290aec7bac8a8c3d0640f21e35c1 +size 498531088 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..8ba103f4bc302a4caa765180282bbd4f90118fb9 --- /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:ad713de62ddc448f263b392f815e2c2070c89d41b05073af62cba468407acf2d +size 550907126 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..e2ba4838de152d82a387f0ad010b7f62a2c597e5 --- /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:d7a63aab9d9396798815cc875ee3d2d04423e0d9a80aab1abdb31904d19f916b +size 629860217 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..c1b1ea6e9defede8e760460bc81e8ce33ec899a2 --- /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:b928b42ed2a7f5c0ca91a5e516decf036c22089e52378b434dab3b92f2be6108 +size 414374011 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..68dd296791ad8c659b04ac6d26299327578c708b --- /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:09ceee0cc4c87606068f82d020ff26a1ca6d2efbb74d7a56170ceb406d7d23b8 +size 414464907 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..1a2e8bdd2e668e957ba5c8a8f02ac59b424acdff --- /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:29c7d19041c21057403d71c3c979800a557ac7c3e348e4d89673c98541803f88 +size 555164746 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..99f907f579ee6f36edfc44ce5c2805dc2ddf7832 --- /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:8251325840203912d7715fa9230d15a42d72ae0c09701da58e8776d85caeb839 +size 483018730 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..847fdf0775950450cb3d3ee2feba53680d7f2f4c --- /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:0037c199615e3e4e417b75dbd6d8d8fb9bfc5bd2cbb05f9ef0acdb7f6aee248c +size 525185016 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..3a6736e8b739c5e6f93afcd8c6862301b1c6cb0d --- /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:064fb8acd0d15b9e762cf3c88b0661e62ca3aaea4c5e358fd164e423248efe16 +size 544315622 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..4d6aac9ac55bd13e1dab0587de42efbc768e0d4c --- /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:7c577f769464b299fc9a7fe27ddb232e66d902e9ddde4f6d3522342f48b07405 +size 467447749 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..efcf366c56ee83d0009c05aeace7b03a20701677 --- /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:c5105de81bd74b02336568e5f3542fc3882047158657a2c93a34bcf20891a9ba +size 720794037 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..ec80389bd082e3388717e35c790be9ad2e011366 --- /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:23a8510b40119d8e02510e86a7fcb06696c41c0fade8228e4591bb2ca4b5d568 +size 492815854 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..a4b5a8d4ccb264366589a3b6f67fc01f7e0db89f --- /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:45b1d99e6d66fb351a74513dac389b4f77c1e5b36108c17570fb540a7ddebd4d +size 555132204 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..1ef2d853f2a90656d232d311031afe352e65a94b --- /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:c7f7d12b6034f54c70981bcba952dde46ca6991683bb280030eb706d100025cd +size 675979727 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..31f05d7794099330219dc1afe47470d21d354482 --- /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:03822fb7b74101be3a4b821888a511df06d9bb767b3a745d80b6c8fd42a5514e +size 430551152 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..ae5e794c2a724290d6f51db95145bff1620d7f63 --- /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:bd6468ae40dc3938c08b6b1f5f2ce7a0a257024108fe5e48b3c0d6d0d0e97983 +size 481684934 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..ce0ba881c012b6114f6c6f6355e4562888474cc1 --- /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:0e11c6e13530eed0ba6fe9a720155adbce5e4a5aa9e443bcf2512af3b56bbe2d +size 640543074 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..e91526c95c931c7524beb2400c0d6a7ac11b39cc --- /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:1e032a0110c3b35c1ccd761fe65edeb921565953341a0af2a8f15095fc479d6e +size 442924030 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..ecf5ffca078f05223032e04a6e18f5c504b8d373 --- /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:e789d8ea8debbfc3d1ac8cdc01fe0e4107217854af2c5ea9c2aeadfd46e74a3c +size 456328595 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..f87af763089c337bb30e46d78c6078031c65cd76 --- /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:cd70d32bf704c9fb18f0d28055c8fc14b18ae2b29a4e95edb77f28d7bc72e394 +size 485804565 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..0bfffee62aeead2405290df2d892c7bbe3b46b49 --- /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:3b3c8399f8dbec407dff7d6b139fe277ae7cb59afade9332811068a5f0c5de17 +size 603309794 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..6dc2854a390bd88bd4c33547ff970b119061a3e5 --- /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:a0f37c6c4ebd4cc7aa28f1e50c6b324decca4b62d967b76d0869ef09aa1021bb +size 496994944 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..22d46b9929f8486b13e43ef28bc38fe31c10cd1c --- /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:625982c2e003a22641287f85bab9edd2c37ba5faacc11a93c1fedfc4b8f8ec7f +size 393997047 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..9424cbf26db126b043f01c86a24343be35809151 --- /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:b85b800825fbde6d0a8efe9bef07c127a0ba62b39434823fc9abfb60b3a5638e +size 486219031 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..7df4b3c293a78245659350d1af2d4d503c8e6176 --- /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:97eb6fea1a55eb2399ee423a441b48ebd9ba114ea9004fe6f623dd370bd5173d +size 468953823 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..23158fe7d00e26aa004d87f0da437150734086a6 --- /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:bb072276e25cfe62cb2d1dc6ad835bac580372ce7b5e7d6718ae865f9cb566f3 +size 510995047 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..ac2cb312829e0bff99a63528c02362bb84e65b7a --- /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:b7d3aa5e509f8555aca038a96e18a1400ef4b7b4ed73baa9c0c2aefa9bf2f300 +size 405754423 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..8dc8ecf88f88f0c18fed23dcaf8c02b30c86476a --- /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:ab60245b495c348baa42326e95f061784b3d127c8a6c6daaa8bb6c226739ab7a +size 760195471 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..8264914db58acc643ec66cc213088e5bf011d997 --- /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:ef891c8614fb0aca52c2207f3fe8b2d7dc05170ff7fc9ca5832de72a0da7a62e +size 456345290 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..dfe29cbf2284070794ab04593a098ba6227084ae --- /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:f3c5d8ff0b2cec6665dd817b3ca70678460608e757316eb6adee4e0db3667450 +size 440741635 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..a629ab0f230da13e5560a2e06aa95dd0d6cde343 --- /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:1ddee16d5680999a6e0e8143daeea102bfd8ad51bc5b58ee3366584e4f8aa10a +size 584936381 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..1e7ceef9616fbd6b20ab404ddc7611fb948581f2 --- /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:2e4625b082b82f30da13abccfb699028f300dc902c36f07bdd0f8c2c61ce646b +size 399030904 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..db45677d4a58e0feedcc4b637f5fb673251edef8 --- /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:2c7e6e9a484faa6d5e9169dce6ae760e25b06a966c6e1e0ce57f13c4ec7cbba5 +size 772040697 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..594a7c19c8ee434c10f28fdd75c32d5baa085ec7 --- /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:fe24e35a794f3f4564cb5d53bcb0f48480859383d352987453252e48a8ff2253 +size 595086078 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..dc993fc9609c8e9c12c6e301218de5eefb0c1fa0 --- /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:63f5e0e6b9d1a79f277da6850491dc4a2fe833943b9e514fd2af7b4c3781c649 +size 461456607 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..053a54d61e7900c26ce3d9f97179fe42ceb25ab1 --- /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:601f76cf4b27243baefccd73363e6e29a1c7d462915503892cb706f599ae58c2 +size 558310504 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..40115b71fc6f7eba9749a0f82b3745696d997bfd --- /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:d3a89ca9e12a4f279fe0bc7c048f79a0d2b7d50cce05737660d4f5bfb21eb70f +size 537350310 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..42f2988cb7b601e5fb6254ac5eacb5965fd0d481 --- /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:3e7d2c45ccc3f598100568e22f58832f94503739bc5e051bd3cf71d4c1bb0978 +size 517075697 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..15e85b88b2fd5a8bccaecac57396c76fb4246ec9 --- /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:d1b3e727db3e3adb73ba4541e85ddce77f9977f6ee332e203a63d391d9351962 +size 511472818 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..06daa76f3a97751a4ae03863e39dbf4f48d16cd4 --- /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:82b8d39c7b34eea1a7633de10d69ef7135d7eddb655586bed35977c0a075f91b +size 806691826 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..6ef309e927ac9420ad0d32e185a7f3e5bf8f38bb --- /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:2f6439942cf331e77465cf9061881bcdc168620a5f1fa0aa070b447ce9168821 +size 953818297 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..ad453d7fc113ae0d8b211d48d4f0788344293219 --- /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:6fbdf86a412411d5683300f4afb0807f7d84889cb1fbc1a73957bf8806dd3461 +size 642093984 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..3b43546316281b4f7ecc0b3817b0cefce1fc42e2 --- /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:59157ae786cc8b652bea624311e981ff93c7cfbdff06e282e97d57ae0d76b99d +size 724146077 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..473890bd58ee6dd4cf57f25fd70492e3e1376465 --- /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:2dae42d8cfc18ffa38922815f2c3e610f1a0ec8bbad68c5a169fcdf41d3c553c +size 569869036 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..5d15d41c22d06f994d936ac62440ca0f796a0501 --- /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:f7029af40b03e0b28bb1925005e5d9e7f668906cdaf387047272ad7130d02d44 +size 426917102 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..b752c66f052038b4f06cc38bb9d46f309dbdf3bd --- /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:ba235ecf3c7bc8956cbb77ce59d273d6eb596b225cc326c7223f937330732be6 +size 466983851 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..d5cc302d4ecd334437df63150e4395b364b49cbe --- /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:0e8298f263ee290cea6e4cbd2279cfefd7a322e36440d110e3dfe93a0eacc7cc +size 510537686 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..470dffdc24bd49bb1ea28ec950779979337ead7a --- /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:c6e755d6677f3000363903007e5bd9434b06f938b22cf5f3482e9376c67eb439 +size 542041750 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..c051116fa3d5c99fa1f96763b8747a0e4c75f659 --- /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:d8fa20049252045922817198e3875a0d3dc89c22eff98a0e68c3e1aecff94bb1 +size 429989572 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..254e2ce588d123076648671a448c30b701ec7ad1 --- /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:0afa8f59d28340f5c3e7bfbb782319d3e0ec9635b371cb28ecbf1a9d6ed6081b +size 382824027 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..39ee834c4cf1a33e1ee8b836601afdbff81e4f0d --- /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:e8faeb6099290f25d2ce380c95e835617dc9aa507475b530f56a1f4805e248fe +size 400649131 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..a34fe9ff28fb1daf934a7bdd7cd92ac74e7cd16a --- /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:3e319f9c61617a3fab2ee9689ef0c4d09d3ed546d71d0f2e003e3192e575d256 +size 1284191886 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..fa2f32a6864dacc38efc6f2a836f245c85c519f1 --- /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:f298db45d87ec913f02ca00eebceb7b2779c5e1d28d512a6139070c9b1067ecb +size 553089801 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..b69b5069178d920e47ca769ca3840ff4bd979ad3 --- /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:539f99ee318152b02507c2f97617eb655b43159416e933d2679b234ecb496c8a +size 434873528 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..42bbcec1622acd0e7ef4ea5cbbbb10267a0ea27c --- /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:a76598b13c34dacd460dc36233cec0373d28f086f646edc2d6c1a15a5fcb91d7 +size 675054909 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..8c268895584a85a9acabb4faa12c8cffbed54926 --- /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:8a6ea732f7167ef8f4d54f1ce7394101c65f2a888f2741e8532c211c0a47a5f8 +size 1249215564 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..b656301bcec42f609c6affb618f10cbb85ea41b4 --- /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:a557f3c6986bb46ab1f9b7fa74e3250b3333e76269094eb39260a594f3772755 +size 550992688 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..70aedb583a7f4e209d2bfd6d944167bb3ee18570 --- /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:75cdbf8bd176888cf8486c2e5aebc1d84c7933a12d02ad7dc1ee03491aaef892 +size 579115954 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..d74fd6e0048cb22478ac825efa4c0986fada64f8 --- /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:687df4cfe317e2ef07955380f956ae2ad717add54115a848b040363ef89d7b33 +size 701468682 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..f599ab5d4c6a633992db3b79a82c893ca1cfde5e --- /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:d9e41faa9fdc714fbf532fc2eaa02c69fc3fbc20c266f3c0b679bedceb5ced4a +size 551279628 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..0f2b169bfb017b42cfa16f263129b143b40bf033 --- /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:7e5a1bfa0729da42a7e13a386255fc67d740534b97f0a228fe2ea62930929cbe +size 511373258 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..14881f41c11fcacfe98735113ed0db7bd30640b3 --- /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:22a516fc616f1deca9ff92a30745ac64537cb133d04123f2a7196ba5b4025e6b +size 501325818 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..643f15cf8749e46b30be06253821b22bacc3f9db --- /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:67b14e3c6078f8f518ccf2559d4a39bd9c7d620b7d7a9329787d66ad7d93a5b4 +size 395000428 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..e9d3102bbe31954a80c455ebee3c73eff30a15a5 --- /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:a46849a7baf6d405c3411b28d4a2d3cbb5caadc92a83695e271ca788c7714f03 +size 853798806 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..5d9b41ae5eb4100a2ada239d282ce0936650e4c4 --- /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:cc6fee07181fe3481affebe6f8e5404992a6c6ea9d117792ff24d30dd495a556 +size 349519854 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..5bf9d22a408743ed736b7aa963c2b8c90774d6f7 --- /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:ee4dc38225763811f1e1369714bbda7f1060f2a9f5269784486158c16f848e90 +size 714874765 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..2637ad2819a346f6d0bd9888a6bbdee125571094 --- /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:85488c49b11cc509ff89ae09a1ecdfeea17f4fe252ac0fecd5c86d3deba1e6b3 +size 551527903 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..46c6520fba345011c263a14b1a692f8292b61c58 --- /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:5a4917b1268e9bf76ac3338dadc052582a6e558b0cc069908d2b84b19c68e525 +size 420408611 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..8d38958a6fa9cd337144567ff732f3f57d38cfee --- /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:e7ff6296916e5ad1c5c1607e12f3d2f2c7ec93e16e437302ed9ef883497b1036 +size 494149877 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..23ec5ddb8035eca28ffd2ee2aa3e8b060a9c1050 --- /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:f302d0ec423c24df7088efa954facbecabb4efcad733bda0de3fa467ae0d80c4 +size 419519289 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..0d5a8a2fd9679a6d344d17f48bbf45b6eff8a4ef --- /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:5998ba9309a5033bb6e8dd98fa9c0b21e8cb00e10ca72c956427e36d03222d2d +size 456143196 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..a3bd3529d81da9f501d57e35768f231f60fb0745 --- /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:15228abbeca851a68e198b6679baf7d294aa33cb3e7672bffca20eae773ca978 +size 736018400 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..a5838319a1c8a04913b1959731174d099ab5d7c4 --- /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:71c798df6726cf42bfe7206c732898697ec2366145cff71597f39c1845c1871d +size 606621152 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..58c8a05bd8086bf8d21324f1d047ae3dd8e81392 --- /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:4508eca8b059a8921d23c1bf1d894fd5ee0bb4bd1b108040fbcd098c355461e7 +size 573929505 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..b36f172d1258b2f2b49f3f2af63d430a877ee135 --- /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:8b5b2766f64ef63fa45d05c3dfaa6f7142aec78a80fc028e495cffffcc4fada2 +size 1348772250 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..d950e23360ffb2c4ac5c5352aa35e56464345057 --- /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:b348c976094b8d1aba95649d228b66052bb70d15599856fe806d4835cf9f3183 +size 553055075 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..9af373a3f169abe545f15aa40d0852524e3b980c --- /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:96c252751cff1109bed6931df7a11d8a289ada7c92f83a0ec9bf7dc39cf94594 +size 511327304 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..9e0ac848ab5b635e95c8aef1f130aae5d301937b --- /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:04e46ca294e5477e95d4a378fc6ce55a9b6abca74cd5b4686317597ad085c95a +size 452357056 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..7c8c721d2579f1ebbe340be5c91c1de8b872204c --- /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:c8a6b1dbceec4a65da076588892eee260ce966a727213a98976922e6200d58d7 +size 486876053 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..eddbe53d0372e7f6bf50137143aacce542baf1c4 --- /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:65b760b1ade5e2552cc6967acc5ff69bac6d43fde9fc9f48b1bce09532d095b8 +size 609734316 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..17c9f8fe9e03f103b85c7b8cd1881f3051068d39 --- /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:1f4b5acaced8d61d2677a4e2d1f126520c78d95e51d108b590dd38fc2ab78da6 +size 667781826 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..6ea71b26492245a29f90bb48791a47c8f0ae0be6 --- /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:e635347836b2bba5a1d2a2afa61a696646905ac41ab2a0378706a8e8038f1450 +size 603213332 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..4b19d026d1ffe3395c627edd6be3e8606ad15696 --- /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:4d06f181414db2cbcd3db23c6c3f4227ad555897b64a86a53ba05fc2b6a3ac6e +size 428098391 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..d7cec2a82d539621d7ba3a9faaaa1b12b9f2d9db --- /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:4b3b9f04965c4c2fd6bd58e8f0b629c3ee9ace1430cee3e08f08c90c3e7dd8ad +size 816552418 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..de47788bda8df33b547fc8b0d3ca86202163a574 --- /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:7405d8d630bc3fa10d3403d5f900dd4faf5ff3b0444fb2bc9e84e8fcc63af8fa +size 433170375 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..023a014e9da5c12e2bdf3e3674942714ab220f2b --- /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:40ffc3baee947a26fc76a304e0f1eefc0eb72d61482fa54ade570ea1f21ca1ea +size 551156426 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..1987ad0b89d81ed68963a3a2544efdeba74f56ec --- /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:742b543576d3a21d8c8d3e3989bcd7a00362984fa0be7ab58a532645daf9ea3f +size 455042489 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..b4d265ea847474f5b8c11a0e3fd421ec7f436383 --- /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:efef89eabcba72147f8c1557c89e459dcbb8c288f9b6aca46d24bb6eb0afeba7 +size 664884103 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..c511e2b538ec9d4751468c62e5a2cf726ed0b860 --- /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:e02504043adbaed38caf4bdcf844e9c43cb2085299fc87a7450dc78df0336a4f +size 584124022 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..bfccae8bdc24e90e155e6ca217dd25dfbb9bc557 --- /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:0911db72e7037a10e1c6084d2eb5b91a1edf04ec266abc07be1028047b5a73b9 +size 779488425 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..428c2b8adcb9334a16457ceb94fbe783f7159bbf --- /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:a025ce034f34526931a21b16a69bc2970476688ef232a146555443b4f73593fb +size 465675594 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..137a3d1add65dd671346e24cf8fb1034047599fa --- /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:7481dbc1403857aa8a0a275637b74240ad7c32b5819b144b208c7f85d1e83341 +size 686425079 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..ad8c35cba811d6e0cc59c469f858154198e4e4e8 --- /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:88de930c5d4ea4cae3a46dbfbfe0869c453f107a1eb4cda0ffa799a8b5a8d550 +size 470961375 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..302c8ae3ed3f75a71bdacbf59d4776a20ca2eb8d --- /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:f8068ddd0559ff945c51cc6cb2feedc762718e3e81c16fcc710e72370bdcf608 +size 444039474 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..19bc2efc7b4a6b28f3fa9fe53f12bfabd690d7ff --- /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:0581cccbe5cb1b58455479140118492f96251089d77c6ed6c250067555a9aec7 +size 728646413 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..bada3351a5094eccd2dd37d6108a69a86aee4798 --- /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:40921489cfe84ce98afdc9865c635127bd67a49cbf92751c750f815dad1ca731 +size 324966186 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..ed14739bf8b5bd242e819398f5c19fa874b56770 --- /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:2d75a7e586198f50ed454f90d6f24c1c02a42d02764dd885292fb15ca3e56a1b +size 557706220 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..f7a9a6b01eeb14f99151e8442c347060bf3149ef --- /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:5ce2e2589d7efe2a1f6982a4ce1bd11bcbc63b297fdcd3325a3dc814bceab89e +size 527488648 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..2266a9113bf787d0635b3a4a607b5f01de34fc38 --- /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:ecc9b8d137d91b98067cdb886fa9d4690ea7b66bdddf81ca84eaffd6c7df70f8 +size 575472052 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..798755cd4da2a79f348d8462b8f9bc7339303ec3 --- /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:398ab58d3ae01a0b8f33b2fa99774850b2761b21b31ce24a45de570ba18eabeb +size 520366321 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..0477a3d0621ef4f8357dd20f0cfa96b17f8ea4ff --- /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:25391ce4755b8e8f9ac943926e35bc6c5c52056dc6ebeae315505fc4d958dcd2 +size 750819097 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..85a058b5215797c1c791e3516498b83711c9abfc --- /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:375d752378c95e0e46f3ecf22e750c424ef5e809d9dde09401c8942a034511ec +size 661282308 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..55455600323462c7c128cf5f4282f85304a09b4e --- /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:da07ea1034fe8c50a58507c3eb8e0f307aad4cd249f4438fdc19c18230d9ca6c +size 497840357 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..9cf9e39b887dafde61479278582d970741391c29 --- /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:fa38d7ad34f537ccbd3f69a7da9f3d90e90492bf6630bd6a60feae49b7037252 +size 648126617 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..5bd52a86f42282d6f12c4d7ff98f07e3d0308382 --- /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:0951c7f9a3bcb7a98995070e68442d82229748da1f518d29f1f0f729789588fe +size 517063159 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..965ead8293c287e76530fae907374ce3bfb34b24 --- /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:493c7f5911a0fc77196d0e14fe36c02eac0b6327a5d3249a3de19027fe3647a5 +size 533222569 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..af1fcef1bcfe9dfff1379c553babd4462fce375c --- /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:c0d1e5416c40ed87b5e5157c339d5059a98f4d0acbe0af611403a1abc5196bfe +size 403646754 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..bcfc4582a8c59c36496da94f44b8d68cdfecde5a --- /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:18d5d8aca6106bea655b366045380b8a7ff980d38c695bd4f2e0f999abe4dc6b +size 650902234 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..2af43d058bc43be50ef113d077b6aaeec739861a --- /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:42e6ee7e3b4f26d6a9a273e6e19a9defbffaee09d4c619c481b1f7496f9c85de +size 589751233 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..bced19d9624542fafa15208e992c4442f2e21c66 --- /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:924f0aabc5d933c73a79a47ebdf95326cad0b7ed10afc6469deb367028af0aa7 +size 505144114 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..f1df126c712b6968056e778babdbef4d97a26ab0 --- /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:734c38abf2170cb789ccb74940b4412b397a4cf66df644ce7681ceb4894a184a +size 489691316 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..2a31cfc2fdf570b0a7045d8e46ffab46ec476289 --- /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:4b33793efe38bcfc2a5eb7c3450eaaf2599510120a382c4e90dc78d865351fc1 +size 401389157 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..57e2538ee78d54ce11d0d71bbd7dd8a54ef48f2c --- /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:5299a36be9ba9796a9bdf628552270730deb6b5facfdac8392203d9e06a3aa9e +size 619768581 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..c9cc2195e2c78d399e537c9cfdce98e56803b5a2 --- /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:90a0a51671ed27aea723ecc4deeb0e72ed2e01031e9c553cfbf8a63f34ab7469 +size 617881511 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..70d51a4578a4d167b38483c729b8c9963efd6897 --- /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:ddb75f96d945ac01ee4bf6c40df16ce91fe127b8cd9b91af420412468ce57b1c +size 391339332 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..b7bb9e6a1ba30d48af024a4c6284f69881a26abc --- /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:b52e2b47594610e2ea139759eb216708ddab179ee8b3d2280a1437ad1160623b +size 813713476 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..d66ce329df3f3a603089236ecff72df3e71a3827 --- /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:403321d62b29d8dc38b18767105b96372e0440b7b7c9676cf866d1ef4c4c1537 +size 404744991 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..1f88a8c308bc869eb4c8a50a259540cdbf8c428a --- /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:1e725423bc86c876bc0fbc4fcd3ae5cbfd3d8396caabddec858dfea5a26306e7 +size 398710004 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..611a55984a2ee5cba8580b02bfa9824b49535969 --- /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:bad8c5854afc7617f6c666942508aa4cd86068620cc710f8a2efe41473249119 +size 394904773 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..f04c15481897656bb988341e92dfd2c5348c9d08 --- /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:6ade47ac90eb96813157e3e5c93ae7e91207cbc871ad04243374220f39d790e3 +size 433227285 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..f66f2f7e1cd70c74e4ff13d4fe73f19e3f33786c --- /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:114b47a95ad023036389e1b095c37ff5d28aa4e78c62b4c08653f42d8170d9e1 +size 401846259 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..02b0b3b03b7a984b2f2f94c0ebba47ba9569101a --- /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:a8d2bb0bf4cf8894fd4bb0c2300a8063b227697b0272c57268d7f04fd97992fc +size 625921065 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..1b4f31bbf5959ca30e10534556d43d5f5d7b9f13 --- /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:fe931eea011106545ca8f5a0bda2366d80ab8c0e3925864895322507fac4d33f +size 698926568 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..e4540b54610ea94e26fc0ae9069aa487cae60962 --- /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:c15586c61ed665d3a9f4794575cf699bc5417fe89bbe4d1a4c70de628470af4b +size 490238441 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..4b280f384a0110339f8c712b62d02c90858b38fa --- /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:b1a7d6869d7d9f79eb232f14e5a4d5a27325ff9cfcc807a9db923cc61f8be0c0 +size 567177214 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..f2e2aef42cb17fc5709da36bc17a39ba1c513194 --- /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:ca3662adac80c073f14a9ffbfb022ff87649c2e6724661d398356c3648b43fed +size 710502723 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..0a3a838fab3257ff0d202c07f62a0e9e5917f49f --- /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:7f2f94e16b6e90273ec00d3943dd91a478628d3e6e6e3fe637b8a26409ee2b48 +size 491300049 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..0a9fcc4499b83314d967bb310865f798e0188039 --- /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:e9cebdfb67505fd9686fc798db5a66dbea685785e1699f55992fddcab9bd4b53 +size 526574882 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..4bd3b16096829a59e37678dd802e702e21b85e31 --- /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:87828247a636a0260ae817d4a792c87f007609adad84ee71fc3b6c31125f13bb +size 426950970 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..e854424039a86f2837c6e58645eb4d615848ec36 --- /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:30dc5de1e7b10f46a58da95c61c3f229c6c2f62f4c12ea40fdfcf7fe730f865d +size 528740048 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..07e8b748de0ae7a33cd5cf1ad272340a10fe1b2d --- /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:c1a150664e1541e9601248a28d48ddf56c1c0021d462539cfc5b577a4fb1501d +size 1024895728 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..1d227d1ace65a543e89cf034a8d7097397e9cc2b --- /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:a2fb7dcf61cab1087c5c30c54a62ffed89a5969a3467dc9bb9a6eb2baf55d7e1 +size 452054280 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..77d41f60cd3808d42778ce073813b5d647a9ca9f --- /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:9e2b7abfa52470329eb03f804b3acd1e0d03507708f69298d8081c8275f2c800 +size 922430943 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..804ea7784ac18dac73472adf9d3abcddcb393e94 --- /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:27c4ae2c1871bdaab628413f2c158a766139318899ef8b9fb83a5d200a2884f6 +size 472074768 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..6f9c92bf1d350966825da9e39cc706d553e28789 --- /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:f4e36a023ec6c1beec5fb2a3f7cf03fb86e4e97bd0e384fc3a711a0d6fdf9557 +size 607497216 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..c1516c38c58c4a646fa2c8e757e8b787dd75d6f1 --- /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:67b383c876a390456f76f62d26fee0c5cd79a24e3fbcec7c7cf478f8a7a027e6 +size 669079350 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..cf9253fa3529fc9de2553cad07dc7678a74f7635 --- /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:9895aee152285d049814f1c90a7e978ae1a9cae37d724869da4e6c2278dffa42 +size 428547422 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..50cd481d5ac308fa95c13e3d45b8b1332a13e07a --- /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:197830d4a665ff1c2fcf03f0d337e2460035b00d493f24a1816347c3003eaa99 +size 581187166 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..dd56b788da4b4219b2c71a715d57175df1c0d359 --- /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:6394fca3b974aa5cdd58719456c6c9e12cf96dc5ffc14ebbb7aa0e66172fa1f2 +size 362229689 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..6e2d223651b95a96c5b47c1b29110ae5f2e7f5e5 --- /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:925fd956689aecb536ae4e2f8028c6c13a6c477310e5e9f36950eab996f6892d +size 513820082 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..c0e25355d074ff1fd3e1c56a6b0b7a5a8fc76faf --- /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:b9c732ebdc12734458b83c8dca247c7e5e3c89008d5ff98e1ddbd2fabc22f69d +size 975071091 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..d05a9217e748bd2d1d5aa20bfb7c7c9e3b7a0446 --- /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:cf2ec8ef88e988a63201b780210d7177faf8c48b6343473151e695c5716c3911 +size 514477432 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..e929f1680d6381b0284d8f93e808e6c8dd0f244b --- /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:dc84f06cdb8b5bdacd470653650bce5bb9571c0ee4efd896f4ca0a67a18fb70a +size 505201788 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..19aaf46425c372b5334c59f10dc501293d37fead --- /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:45cd94978dde1f2fbd475b9dd787b833a64fa2abbed1184920a49e91fb07a9d6 +size 577583434 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..69418606075fa34141116b1195fd0135f06b1527 --- /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:c45705fe8b36a901adc1d43767ca2d6426456cbbef561091568f90830c17ef49 +size 401159261 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..7f7cf1f2bb500ebb7b0340cda78a1e0557a436a4 --- /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:901d54058f66668a6e1af57975ea5604969e438b21528491a7aeb47466e14218 +size 352550937 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..44e92a689ab77dda8fdcdf91a90972dbb79bd838 --- /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:ceeeff6d2b2316e331f17b42e09be7020ef08c5770aa27062dc3df744d8bf7cb +size 587513123 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..379d0355c7845a6d8cc899a73f0568c5b27069be --- /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:9b56b66d22f89087c9f50e6c6f4d9da5d591fa86196e1183e6541eae7dc84f90 +size 741532287 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..3aff8dd655dabacac58d0eb21f1f84d8d2a5afe0 --- /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:db0e08f3f5a354ad78aa00a1133f1e162ed34e4e626bbcbffa18a90f92945d45 +size 568013159 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..7285454939c1c0f9dbcf71a1785655d521a166e5 --- /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:46531ece3dd2ca4a59d24367341598e0c569a907e7816d4f4aeca542b4547d9d +size 684114818 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..2ff843322db2b3912768fd847f1489c9af50c9cf --- /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:5eebe6e2dc39ebab69004194e81139801778fef5e1c71f6f1c8855530fc331ff +size 510983653 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..debf11174d5dc3da430902704e8a22f0a8c0bdb3 --- /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:3bb528f4a5f04ec149d4ff7ace72fe41cc2616b084589a53f0bde99696cafbd2 +size 349259199 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..77899aba983ae02c5e4a0221db6ebbbe4f5eec75 --- /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:2fc546ee4906d2f94c1f448726f6898f1554817486fc0a4aa6e55dde91a7ad79 +size 444707869 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..2ce039a0b407c8afaf07880a2e2d37dbc6407c95 --- /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:e849acd6a0715b4bc7f1bed3771bc115b8798aa7395d9f59e608e2849c6f1698 +size 555500854 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..f75e60b4fda7163cbef0f86322c69d33d02a4b92 --- /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:1fac026e82336bfc8274494deee092256ac6d6b4e0eb9c3d962b95ac2517d421 +size 499232234 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..1392746f431f15cdfaac21b09c32ceb9ede31ab1 --- /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:aa1c331eae405925b0bdb904edf6272b66fc310148fb5315e770a8fe25bfd69e +size 572981250 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..4c050c9ad06c5e076bbd666200f5badaf31cec8e --- /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:d5669c4a002e461ef3bb0e2912343207012a992862173867958da597190c272d +size 558408390 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..bb1e2280f9ac590a8acf66d95a96f52b34fa4dff --- /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:3e4fee0b7a1fbd704447c087b0b18a3dcdf20d419469eeaf02a4a9b4e311e057 +size 425142936 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..80aaf37fbd9666781bf87972270bca8444b21630 --- /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:0c0af41871e3e06cf199efed6531b8672304a70b3bd6e959e6dd9c576780cc35 +size 616103641 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..e5a1906ce1793b505b2f5839f963b2998eab0fa3 --- /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:a8f7d20755a4ad521aa4d71a70b59136e3c8c5a1102fc1ee9ce6fe8e752796e8 +size 450616396 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..ec64de1103ba5ed5f666afd92b99a98b75cd4594 --- /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:1b2a5e7925079fca460eb8dcd32f385cebfbdbf6a87ae1bf983ff17627e4573e +size 826535085 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..8282c373dc737d3fce01551b8e3c6b7d334e4e6b --- /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:21c91819519683b2c38f73ebb6cca6fdac25c47bd1b3dd8b197fc7d4ad6cce73 +size 583898521 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..5d9f705d7b9fa4e366f943aa4c5c6e367fb5f181 --- /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:532a4feee416fbd6ee106904d10f6a4feb24d45183f4295ab1efd8ae82b37e2f +size 517346708 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..e0d450337766a1fbfd68585ab437aa1e1a6bea94 --- /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:663e57eff2ecfe784796c59b5d0883b65cfe2ab13c88eee2e8ec8cb65d99379e +size 489634280 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..e5227b1f8f1c327f842b9769ed7473c000e5bba1 --- /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:0a336d7d08e410a94560bc2dc3bddb6d09d1fda825dbc808746ad2e2423ca215 +size 464399692 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..367cf4c6eba64eca9a5f5171ccc97145d148b563 --- /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:fb0aad991295c4687b371fa8bbf41e5c398dc85b85212a04f458acecf18da185 +size 517102531 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..b96c2f0e08b3c018b1a6587f8cabedf8b32f1f75 --- /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:583a642366f552872e490c84764c5a387e414bc116afd036ae7ef25323648d61 +size 546616309 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..7ae35ace89f4352c11bcff7df966eab4ff40c35f --- /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:495fb0d5e35887ef8a6b0b97b225e25aea587de43e9032cedb5a03c1b48a488e +size 388448030 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..6f1d6c96bb3da83d9dae7d68165113294ebae58e --- /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:0b8523db764199d9ca83a579716a958b2a6acd6236cd340f62f0f948d4648436 +size 606089815 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..b288011e76358afc509583234da233c46740e9f5 --- /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:c61a0d08b86db9f07eea1c3ed3f10ef8564e010c31dc26a09c8c727b3e8d9345 +size 585775324 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..38db826616fdc4afde23372b07d2dc5b890e0f8c --- /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:ea9e125ab3bbe30e0ee24f5c8112bada74806dff9d1fa53fb7d16a37c04d8d7b +size 514285446 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..c70cee00a7791b9fa6b9b3b34817a7f9986ff342 --- /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:c60a9ab4908f4e775c76bff08369c3d6f7f977d9377dbc08454fde9d4affb7f0 +size 580575972 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..9e2b3307f58d2861d99125eb17cbd33f65130be2 --- /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:7a29460ec0510a41f9d1d004203bcc787f2c12e4ad9b3e61d0dcc0d192439c74 +size 429792727 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..f268407b12c151b5c63810ec2a86654beef586a3 --- /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:74b6cb68dcd9f8e1852c92b78cfc72c9aab61dc784917c47283da0c569713401 +size 559922602 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..ea2bb55b0dd599761848155a1564a989b57eb93e --- /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:da4ad4e5500791d2f390fd9165651daf684fe7dfb677cbc1dca7e2c6d663f4f2 +size 498746898 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..8a42881f866f3f213d937c0fb967c1c9e7118604 --- /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:44e14121ef6f8cb87aa3baa9bbcd3aa43333818b6308cd844c13d4b2e8ed6852 +size 488893866 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..5fd14a9a9f7d6e6a8c7393862dfd3ed0975e30b6 --- /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:4f3f4c11f87531ecedf3c4600c96f03c9f319c9dab888f2bf44b5423ee09d6fe +size 691311838 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..b08fff9e544b3276c4301c0a71becbd6f7cae53c --- /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:6f89197110520d1ba42560a7f367f21894a0532315757d9e9aeda186a95a4643 +size 468271879 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..f95298d424a93b666a8f84571772a5e4ccb0008d --- /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:2e29f02e122b820ef6f951a5b63cf6c4beb8e1465a5e9f01241fa2836acbaa5f +size 653134854 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..1a68f21dd262772e22d50362579f53bfffcc8195 --- /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:7326fa93714baf9976eb60d1df648bfa6327ef9d3d34b0bc1768412ea2dec5f6 +size 500246470 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..24364c2ecef5d11775ca772c907c8fdf06244dd1 --- /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:fb91207ba814ef253828b628e3bd351cb8cf3daacd4e4da98313f209d7756f61 +size 470994598 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..324f1e94193a877a35355d89bbc8cf15c631d621 --- /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:00d8cb624a397e7a1686c3f717cd13eca840e257bb90dc71885e5516cf6db76d +size 875007120 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..e4493b2a6613671c40c06af1e5f0c6ac307b6192 --- /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:4a82aaddcca3e6f581bc70d04fbb2888f7b6b7c3963e2fb56701cea2045b701c +size 424583779 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..188f1c7b050f1a4b0a89aa6952715146aef82560 --- /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:9cc010ef13ca86bf21de7e587c3d661a689a0ec6a9999aaf5c9cf20ca04ab2c3 +size 897882035 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..3b2ade2ab1219bb306fff82608b9edc0eac5168b --- /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:ce708de09ee43bc2a56a8f1cb8dcb045e969e82924100a5b781974570bde0302 +size 377096052 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..6416f8c888d0963357227ac143ecf926d6ca40bc --- /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:07f708dfc391c57c3d7dd6864eb11a5c948900652495ce8dfb3510acb6e54d34 +size 641126472 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..c93572fa8658d0c5c3b6fa58c22b12835978aa69 --- /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:ac4095dca47f9f0bdbfe698cd4f1ee3625292bee06210d227e61ee08f9c4ba0c +size 329772650 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..47d11868794cb9d56682d7bb4475d63f98c57ce1 --- /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:6a5dff99aaada6de78013825b5f20594db3e6d7b9213f47e2143ac26bcf282f5 +size 694462939 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..32540fd297b7cb374bb508fccdf51d092c404317 --- /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:773c88bd5e0667059eb5d8d39cfbfe64fbb90f04e95833c0f96c8dde9af5794f +size 584805198 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..688e5c9c614e21d2dae1a4bb65a6a02c5f3d8931 --- /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:40b851002f8775cfa610133793231842a0a6d4dfd79042618dff79c82bc7e644 +size 459650911 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..a17e77b9ff83624e5335952c99b91c56986c02f7 --- /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:5b69a6f78c27602424363f9431e26df5213e46937e9ad5e876eed8700eadffe3 +size 417586854 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..b006739b1401f3c869c6f66b73ad8e637a1051b5 --- /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:4b8bc735f5f090819e63d9de759b573873846b938687c9aa1e245914790a3044 +size 487195601 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..c6223e661cdb404544625a8627b8dca0845b381f --- /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:08f765b8bd1c6387c7569127a7055f585d224d9ba99a359b4834c49b267dece3 +size 481132172 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..4a4d68162892de8a5b187a45ed91db849389d509 --- /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:a01a6dcc167a9ad17bfe5ce29eda5ceb16175cea0457a503d18f783c9d16f3f1 +size 419971103 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..15d6e8f5343bc257f8d1db59e2c0f90761ff464d --- /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:8bddccaf090fa4a50dcbd9f04917616ce24af19d1de5c1746705fb2a2e09fa98 +size 550236760 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..3eb9455f811e97da01c105bce681b97ce960ca59 --- /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:e801f03a093aba3340af48938d1aa6a50380ad475c3688d48328484b09014a7e +size 442136585 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..b541d015e97ca43571719fe57383614b48cf519a --- /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:4dc1319f6c7ebf7299f4afe221340941bee688fbe1da24ebcc52542a7f81242e +size 521186809 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..ca142d83cd157856b6ace6b167ac53190ce76ccd --- /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:eef636afd904eacf6aebe46df484c5b871d19fdfe74227fdfcd1627179e0f3ba +size 496750469 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..b59d9eef0d4a9f3a8d6896d719c0e4576730d905 --- /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:3be5c58744fea848b0080812097e96b6c44fdaa0c42ad6a759c0d70e3ef75787 +size 489235288 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..9fc03fa95ee8a8d31ddb71b041fc03f0dd27579d --- /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:af17df461fee651c5842f6c3719de82106f18c4dcf41b5f9556ed2a2d7cc55dd +size 485394662 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..9333b673c5d9474e0cae8d7e328923427a4745d5 --- /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:d9ea5f7cb12519acfd981b862e6209dc31b71987f428c5d1a712ad23bc8d3652 +size 955944643 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..409390c41ea27c43311c58e73e1adc08bd7cd98e --- /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:8802a2dbfde9fc601b68ae3acaa5ea075f2db6f21cfaaab1749b117662d1a9ee +size 674638715 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..297d7497ed37709714ce020aaa39115ba6403912 --- /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:a2cae15fc60f0e013f4e3d51cab528ce38afa5ab012eb03cd8de27fb6dd0f062 +size 488296589 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..4f91b840f674504cde7598f36fd69068910e1fdb --- /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:cb3ce0e0337aa131041ddd6c227511aed1fd281d337587488bdf489ca4e9abbe +size 1089353776 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..2fb2a7aa42f04ce1b07fc6990e500c1b24bc0cbb --- /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:7b9041483132002329245b55d8bb918ebde5b9e5efb78ca1c61e9a00e8368644 +size 515260711 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..bf2936e46274076ce09cd0efc943745cdb006266 --- /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:15fcc37cc3a02fb325fea7b2d07cc1ff0202c0441a1cec67e8e5c0cb63ac09c9 +size 709563439 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..932f48384b5bb4022ee24546ae8beba2a98a0222 --- /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:bf95e0db239b3e2398ceedc403535a0d30bbd1721837ba945f7c35c019200577 +size 697897137 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..27f6536f9c1cdc4d655057c1ced72722431e680e --- /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:3ce591e720da243b78d075ca8c6498f4a0de353a6c072e3065e1867c91cfae40 +size 504620738 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..0702b754f0e36592a23dd61efaa36426aad1ecdf --- /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:2400afd2d73ba8cb69782cf491962df4f5b52100fec3c077cb2f28f872c87c37 +size 482471182 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..c2f0f74702f65d91f61b8a27e353d9b08481b57a --- /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:ef2008e9991e9f354bc948739eeed6db1c35fe560a81de03348f002e54ab7430 +size 446920263 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..4483d1df6a70f4c006db955fbd63733446cfe547 --- /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:d85fd27dd0e11a58f4a35b19d0db511d4a4a531abd6b213e5c6bb2b6c9598cd8 +size 458915999 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..50ead3603810282204627e796ddc4161cbe71743 --- /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:70409a859b5a1f35483cdedf2c624916555cd22884118605c1f429557ebaace7 +size 504248876 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..3a9174465ebb62a53bedd6b41ada94e0f85a7af0 --- /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:87fd1ab9fda2a4afca7ee6e28d108cc2a38078defc4da8c29feda4c3d3f51dcb +size 654900760 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..61ea713291c78eeda3c1ab67ef6e15280c250d8e --- /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:5aad754bbf2a4a284e5b6ed799365febe927b098f08263d129ab3cd17c3a96bf +size 582009346 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..c847702bfc823cbda5b1f2e68e638b7578d58689 --- /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:922608ff8e891bbe9d46c22f3911c86ad18807a7a726b32c5dd96f2fc40496de +size 617958627 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..13304b7a9a0721fc025c892269eb35cd6ab8a800 --- /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:23b4c324fbe31b63cf0a6735c6e4b8511f3a9a16d83e9efad4f34c84803e045d +size 417727665 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..6e7d179fdd4bd734218fab1ce407d8fa55a9cc63 --- /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:f278aaacbfab452c590576a8fad078421f9ff4aa902b2cdc224ef7f55e824855 +size 496348183 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..5799610af2f3ad3258b749b85e56b99db7e0fbe1 --- /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:bba7c2f6b4d49a08513ca856bd0ef825c35d680b1a9d0606f5af8fcf8a8f092d +size 557558411 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..b6da99683e45f5e4f9f688345c1a2051734648d5 --- /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:eba9cb8bd359c4b697dae4c282a60389eade17d6e5e1c0cec2baa04641a221b0 +size 783153716 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..168306c4194ee93c484dcdb212a665acfef758bd --- /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:576882870c2887706dbdfe6a1710c1c3c3dcf8e4244aaf58bc5e89ce19468056 +size 419275564 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..7732f665447069ab5bef9342d35e290bd2afe217 --- /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:a1fe904780db87b64ac469658db8c7b3a0f9bfc77e454c9ef9010642a725010f +size 603173367 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..59594360656797f5d3fbf4d2800379034ea045b7 --- /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:12d5c588d8a7961fdeadd83126fa6f7ce0ab646c069e978511718b23d7e12ec6 +size 420236450 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..20d41b326702ec943f148f8f7483452dbb2ae0d7 --- /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:138029a4f4ebfad9f244a0e91df5b57eeca6e01a6b77dbb1a38993c6b22d48b6 +size 486355962 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..8e279e165c4047c0a3981dff92b57d066932e47e --- /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:cb0a7912182d3fe0d1f20098c1eba879bba9334ae66a693bd7fc924f95ef1a63 +size 507280214 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..ed8da37011182435d5a0ff11bc8dfc7b79a66d69 --- /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:dd3085f5af1490251f214a8ada60b485c4f1c2ccee8e03395b397e571673f1cb +size 473620888 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..6b8f327ffdeee4aa09d6485c5ec7b7c28d7104f0 --- /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:e47dcce83401179d5978ab7ff65aa1575e528a2734dbda6f58a79cdafb755746 +size 487686059 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..d01b235df2a40867ad101ac0b04987308df70ceb --- /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:6d7fd7a39d60df1e660618a92d4a1c73fa2f4cc440041068ac605ce735f6225e +size 422048692 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..e8bf797e01079c286c2c341aceef37c66851a7e9 --- /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:6f27850965b8bf94ed037934dc332f565d5ba601a40fab6ce546c0ef2c3a4517 +size 650395140 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..98cce91fb212d51bf38d0ba1b210e705972a0f7c --- /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:621ebe5ab9a8957ed320b0cca6908985f168319b1632ff0bbb49045a126a57ed +size 554658630 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..fd22393676b5f5d1057f06f8611056d21f1ffe68 --- /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:958c8fa02b3e75efc152d54d7ebde733d9be84c0251d544751d4cac264caccab +size 584080459 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..5570cffb0289b8ec340d5bb62da41b2a6924963d --- /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:1a0573a89adf7021c6af27e89ae4cbb2a5ea2e5acb1de06fea79575fcffa0f2a +size 621988862 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..f17adb83b09ec47f3148a245440d1681aa90134a --- /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:6a819d4dd04050e3a2ee082f8593ce8040f6a62b2273a1ad82a3cd3d70ccbde8 +size 524039102 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..58537d24303804266bf2cedf58b018845e394a8f --- /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:33153b2347c97998b9676b0c2eeaaca50487cd1228888a9a1e5f42bbcc5ff632 +size 509547497 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..7c0001a4060c7743ed5df4425b3e9ebbed2c0198 --- /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:bbcdda1c39b72a85a5faed5476fae9dfcb7fda82f62753fdc947f09f3538a79d +size 485988024 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..1377da7ca01e18f3bf253df20fdda594e5e846f7 --- /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:75dcf7f8fb78556c9fc2b24a65983804967214566840f510ee2deda6ced83386 +size 397459517 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..0c4c6ea61dd87cad77232e1789a944cf40552922 --- /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:adc83dfca44e10a79d8f9bb66491e1aaa81346eeb7dafe1748fdf5a71d8af045 +size 384511121 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..abb945083eba33229584202f4c12aef1e06fc699 --- /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:cd79cb71edf9f6197f25a3ab96bf5904b9e12dfca5bfb3110dbfc0a838aee6dd +size 592705009 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..315323b8ad882e82a211f5a5dc7f631a0d9d1a74 --- /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:84bd9b8f8f17fa048f7b2c6e17085bc1aa890ac741b94852103aa557b1ebcf6a +size 618686685 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..83f921aceac78986924c2f586dd4d3daa2c369ba --- /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:476c7aa780036e814d291864931b1e2a5af4db70fc1d66a3c3e388f75905d07c +size 780051498 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..9019690027df2ca464db7c065c566ec354d6e769 --- /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:63f4318af71e610d8f8e7d35f11faaf8bcf24f96f7953d90812120683f09dfc9 +size 518929174 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..b18a192ca06c583e5da09a4d0934feaf325b3ee6 --- /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:8a5d66f7171817b13b0cc380f7c840b163c8ecf1ea25513e07e17e252024fc51 +size 499166173 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..20d250c847751aaa69c4930d698e7fb3dcd5b488 --- /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:184be75fc9856fda49c258f522bc54a879cd16cdc4adfb7683e0b547f0d8085d +size 631844880 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..0abd4d4bc5ec0ecc462eb07491d09c8dd553513f --- /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:222ebbdc578a2db407ea770215ae09775f6a5bf40d3f423c274682cf1eb4bac8 +size 462698268 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..86e49bda0940c9b7e6f2f65c9b7a2bb299a2cbbc --- /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:6f0a8ab969f14c1022ad717c9b717cffe786b3709831575eebcb6ff0de9e8e23 +size 721583268 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..0521543fe018cd37db7e27e1583e992577238408 --- /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:8ababda99d4bb5a6d40b31f180ccadc17a0887c866ebc1503ea7fa8b399d5177 +size 424520886 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..ed363c2734683d2ece0f74ef22d66fc504aba86b --- /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:dbd6ed6437c4de75a1fec2b8e8ecb37777aec0a15fd3ea366cc302c182469fda +size 553711504 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..49a9aed1ccfeb60719aa39dc358d44f46c1aeb1f --- /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:ebd0e925b0f24f8e42e8c97d5216ea9e13b1c443bed3b83f13f67584c6d32f2c +size 564710334 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..7b61f86298607ce05350e492d227ae487e13e32a --- /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:195a5922aae9a2ca4db66f086f5d53f60e1201cd218e62e37762a12c5ce9641c +size 466706253 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..91c98951f465020db9f44d1018ef6f9437a5ba00 --- /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:a7f7a0c7112d9518eed0eb5603a27ac268791803ca53f908cfad57a8d33b48fb +size 501861764 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..3d475eecf0ed6ca0000e2c1afd35946027b0c444 --- /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:fe85cf5becdff306ebaf3d674a81113a6e275d94871437a956c00a3ae794902d +size 371576564 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..bef52af5954c80a09e09b86837c571ee3f8fb0c9 --- /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:fcca7988916bb2914bc5c0219612e71c589db64e5b50aaa0e3101e6f3aa7aaa5 +size 418777583 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..ea3ab0b369220259bbd1369bdbb5215458c5b8c7 --- /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:544b0170f472361efd0b29ad0f852c97c2feeeabd7b5770eca86aff12165264c +size 944500920 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..0dc4828fff56b00f3a4062c14f3f863dda8f7bbf --- /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:84c5fd68838732f839d9d2a8d06ccd93072b7303c40465e93b9a70ef984681a7 +size 474991022 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..2c60d367c0c023c7188709c10575dd9ca23d9d3a --- /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:5c1b39b07891202e733c8f694fdff5ca61857d43fe206cfb2ac8c955dcfcfecd +size 646911497 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..9c758ffc4c77c3a14eba93347e5494a42671168a --- /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:f1af24441f65abe89dbe50ef690618e2a46a8f0f3fc34fd91130d695f1a7a58a +size 322783928 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..ff2c47299fd3a14c9d8c810ff30fb03bbe1eabf8 --- /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:8add3b331925a46468138eafdd922872d97c33a7d676b73a00de79ff364e3d8a +size 544891281 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..396601cd5c4019d80ed72ac67b8fe28edbdf8868 --- /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:0eba25c39cc512973cb5f3756d762df3f0b7071b8964c967a15850c5b9f1e367 +size 442458569 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..7463893b260e66c3901f212fec8953e581366fa7 --- /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:e116b2f061e2a2f080589dbe1f3a19f0522861ca531880b1156a410501b308d6 +size 642613044 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..fd908c85197a04c83e8546906018d14544c55004 --- /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:5e7aa2d8b9277cdcb0dd2f7aaa8e4b33b69de363e8a81787121d2fed39dd7501 +size 517388128 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..169822edeceb1b0428d5bee59a7dbb2ec07cc703 --- /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:75a6d3c3c8cbbb8564ac5d38d0214bf138da72a8a5dd02b04eae6a5139b77ff7 +size 1181881151 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..fa0b8fdb64e2df84d136562dab2f57a48c0119f9 --- /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:a484eeeeb7e6684648a73ffab47cc65bda47b2f089373badc654434fba9dd90c +size 525798601 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..d3cb78c0f2426deaca6ec8ba9b7f2f26436c2aeb --- /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:c4bad652ebd104c602446cddc399a099616d54ed8103bd33ed269d93f57fb97e +size 535907653 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..80ba77b7a75ef4182ee7cc5ebdf4272d1e6c6702 --- /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:0d157214078ca888f89b2df3673d1a4657138d4bc84bfe331dfc75ab9cbfa6f6 +size 527631101 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..754d7b3ccf19c4a51734802b367cd1efb2603c22 --- /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:e29de3e39477ea178b090c328480042d9aed9fe4f5caf95b398be1bfbaec9afe +size 623130906 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..67090553dd721ba308d4977a92dfe3c5835bf842 --- /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:1bab8ef22dd5207415afb32a7a494ab26774925c37158d5d6037048c0e703f01 +size 593777672 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..f91c50ecabe3cd91b292aaa392464c852e34beb2 --- /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:2ecc423b2c63861338c5dcd29fd7ed1c00bc2203e4f3ce2dc22f6649ebd1d9a4 +size 587093768 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..e47d90834be81d42c33385f576d661effe379edb --- /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:cfba961ce3b6c55861e66ec6b56749ec7860facf29436b32fb11dc5c89d2130d +size 546153103 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..19f0e62d1b9aed05bf2bd7113c604b4e7bb21177 --- /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:68c8fdee8ce85b0afeca4ef18454455046dba4c4f4dcba47d0c3da663edd8075 +size 884067891 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..b741aa4a8b220c728fcc753d11f14d19c11da1ba --- /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:31eaf4611221e181b6d0ea3026904d0a231a1ac2a19dc60f36f0971d9f52290c +size 390331644 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..639d1ee85c590540e9f4cae6d057f96269be6bb1 --- /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:f3e8f1390b8c25bdfbf3029b4cfba9eefa275a68e22090685d1d2a9da33259a1 +size 477962354 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..05b9d5d85599c7b31583a735f8d36c97a8d2b546 --- /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:f3e56ecc418754b551c661008022d9728f19bec394f646105f287dbd9a66185d +size 462437954 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..38ad148fe51eec0f11316a1d2ef2cf0c14c1cfcb --- /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:9660ae9a1218fbe8798df0c91c4060cae1bfa3da77ea7388d94e922933b09ee0 +size 689427815 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..7bf5e3f95cf6f5729a948126d73d8846e8418a37 --- /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:f1e5f2f79b5252b1ab582b2bc16e65ca2487996989b351627e9efde41127a7dd +size 396638778 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..842412ecf629f18e6240e4b1b435d01520c55aa5 --- /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:0c5a115a27463b87d69bf085663b91f4c69b16a975e7e971badc2f5f8b7af446 +size 671164586 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..0fa23c169cb9ddd31a96e534e54d946c5fa50b05 --- /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:a0628b1ad0d8c79eb076fc836ae93d814790077959cad416f30939767b28ee3b +size 536676275 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..eda66f1d6c04a6e87b97bf78329a7bb98c199f27 --- /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:654dfd003e792eb2b7fb2478469641e91ab89aa93f7a7c3007c8bfd302f42fbb +size 608232146 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..3d384f3d8643ea3f5e861a348f2dad7f25944ee4 --- /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:9d8c421bace76d4f1abe85df6e276a5ff2510a9df9025047536a5b0856bf3e6f +size 417052286 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..32aa9a8cd821f1b69dc303986fc19c21287ed8ab --- /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:0f531b97445dd195e9b17f1bd66fe87f8863f07ecd4d9fd8d729890ae039f4c2 +size 475043965 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..e68ec11ae49f2fac2144dbcebbce7bd584697129 --- /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:830ee327618dc0d3d60d0b25f0fcd0503244b6f2bcb7addcb11811997110c01f +size 710206752 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..a152e26d8dd484bc62f49109ecf3e7eeb90543fb --- /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:c06b253a3b992cd8a66d2300f90d11ea4acb1132ef1c8d96878346b00df7b388 +size 437389284 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..187a51561d152f5a3223cf6d59d5f00923a01de3 --- /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:a433e8e086cc292aab17d48796b5cbbf7315e42781cac76fd45a94990a8ac113 +size 481141654 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..76ca97aa04cdc625049bb4e0ed7e39238d410c2e --- /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:f3559f41fbdbf5a5f0405fdfc797a93dd4e6e04094d1418ec07b844ea70e6ddc +size 486904111 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..a315b78c23e790b4558eb0e52dd5c2b3b72de570 --- /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:a5d81acbd29981f908ae62b03235c0d7141740745192b27be6ca1dc3a09c1ff5 +size 747142756 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..80c5eb8b26eb69be2b51b5d8432e74d0ddd81d1b --- /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:c697779b44c7911761cfda6c65ab04be439ef66c5d3e0d327067da1a5f3e256b +size 630358798 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..fecc09506ba56f61554a31feb3f112e68e5c9c02 --- /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:bae6f539cfda27f24103331b577480e3a096b3fcf589615582a2f074bd6f9c9a +size 645012195 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..808cd8fdba9a566afe9fafcec381413d76157db7 --- /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:620ea047ce2cd6a7b4d48e97f15b4905cc4537e0fd4c0278894ec3d5ecb77fe8 +size 433274965 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..b5bd52ba7ddf3436d76d4cd01b06dd764d070b7d --- /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:f6c0b19ce14a9f203b60ce82acec5940e47706132a0e00e348d149dfbfb1b1fc +size 451774166 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..72ce26f064f74b08234e1d38876c813b3afd4602 --- /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:858309f0af3d54046db051423117c029b48976e8fd3180929f1337269b27de1b +size 442932404 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..b32b6f29cd893136e69b0e79b9bab1e685b0ac30 --- /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:54ab20b15aeeeb19d9c6be00ae8e844a268b3d516ff55cc3658f2a3c7c931f70 +size 684747503 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..5e5b20aced2fd2f5b02ddd025dd30d23d4f6f4ef --- /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:44e395b0de0bfb48bd4436c9f3a74ec86654ecf8f009b05b2ec8dfed86689e1f +size 836204131 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..5a9e886f0ed4d4d1e932246c144a690364874700 --- /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:8276c4dd94a8b83167ef0463a63274d416fd5dce19293ab643da424c6eb4f8f8 +size 445066882 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..f8061e66e4c1ac8497fcf96c82888ee5dc6b06bc --- /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:6a1e1d55f7696871bf2961aab5f76406ab70654fb156906c3de459c9b50e322e +size 551786460 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..341aa9eb2fe7bdb60cde188e5226bfd13ed24086 --- /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:38b59e4e215c8446358d8fae37dd31c6598ea2828278f2bf2908a0ca32cff093 +size 1068051463 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..52d479ee83649827b74eebccb2e3902d88f62871 --- /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:958e8315c16a09959d9fdb12ac3a62b2a8da37488979228ab2a262e7fc878fef +size 561420191 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..49a4df972e3cd2de5e4851243a4597cf906413cc --- /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:6dc767e1653071c3499b3ddaebbe038c60694b3b77b5b83f9da5b79a66c9a3df +size 1518590889 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..f1be9e066681ec24bbc044f3454d84de8dba405e --- /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:4d3956d1b9b662e926432ebff2c77a361ca351029f510377bc5337b2bea66403 +size 696700363 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..a39c753fd0e581dd35c7eedb3d0a167c15a2ec4e --- /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:fc2fc48011a740d04c8e802f51f6808866c15ba637b866b12f321a77a5dd92e5 +size 1217280313 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..09282198f1f108a574a855fce0df1cdc29006d44 --- /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:38469c15c8a567ddef2dad1f72f1dced3d8173a86154c95fbddf8baaaab67a2e +size 597672290 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..1bb845f5fa03b616ef551306e44a61caa6b97f97 --- /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:23d215a8b38c0b6809dd56d5090535512162b136229d17cae5db14a19f920a94 +size 366014440 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..1068ed131272037bd9c7d63557e7d33110106d31 --- /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:a3562e9e2f68e1aa34dcd33b02f5f9eea6577d3c1ce3218be2b3e7265cd9061c +size 392084413 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..f4a66c8bb17de1721bdc4907c01663931389acca --- /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:88d6e8c8027cdb5428d26ee5d14bfc0733e161f822ecebbb34c95a872c102690 +size 645219035 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..b7d725e0b16e2db355b3a4b3989ba4952fee711e --- /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:d967123149d1a98bbcc18f9a2338c30e083ceb5b0f93060e4e2c628d7adf89e1 +size 948302147 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..e6b1195484b87e43600235cdaf688af4e0a23729 --- /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:a04407f814fc0198707175a10acd7c90c5850401f9d1d3bd76f0859f01d9543d +size 469302454 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..5130dd9bf5c59b5794c34f9d8eadf39808970df9 --- /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:e179f30c1b068d7c40a0aee110ed076da2272de5e33a3e3fed8cd6cb5f49dd42 +size 480829122 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..840fe0ae54d370d86e27866fd3715d2c00a6f47e --- /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:2f63a7ecfca6cdfd42e3c2e1162a42afde745347af5276a6b2ff36d90a0f6189 +size 532029797 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..7c125ecfeed50c0fc66ed2d38555f9091a7be969 --- /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:49de9ca40b43c0cf4409062940cfc1d9eb3c2c7a251d80c2801740d703cbc7a7 +size 408709791 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..7071ae6311aee4de93f56d34536ed54aa8869dc3 --- /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:48c1549216548551859f4e9d57beceb0f56be1194a94ed44b59b2db57daa2c62 +size 434696141 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..e945252a09aef305c292cb8727d279cabfdb7b1e --- /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:9676a6213f23e249c78a930a223e5846a91caf2c9ea46e35f6e5a0b0e60cef81 +size 471956503 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..1177efd528466c45916f69e2a69f5e04160017bf --- /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:0f7760c7610cf9dd84f5b91aeb4f0592f401b6b9a24580ca43ee049913e69a09 +size 727712088 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..dc78cd7379a0bd73977b6fb7aab4cdf671722ab5 --- /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:dc0cab10ed92a4cb6d2b6c480fbae4c9746f697c219a9d53c6f5f701d34752f0 +size 397921187 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..e94efcaec15b40e7c7112f6b0832065f8bd689c4 --- /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:e1c4e58c306de33d3e8ca12786cda680ccfb527fd1e90bf130b4fffae9a06f55 +size 417781021 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..51034212181f898fcb59e215c71d800f1e0b94bc --- /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:70a3993c8c6e71c288156bedd4c40318074e24b1e3a59314bfe67ff00c28494c +size 804331016 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..5ed00866baa160f2b1c47eaae90af04440ae5a6b --- /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:3071dd68f39f99af404eb994f1c0a6fda96a954fa63bfd26d623e4f556ec813d +size 382101274 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..5590fce522db43aeed2d67ede58553ce92058ab7 --- /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:e17eaac388b0f00e3a475293f6f114d8a117d99a9ae5a1c0d4df2f69d1e8284e +size 457320890 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..6a52bef5384f6125797456686cb070df3f09405d --- /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:229f5219998c93554985de1a27902b99f6cdacbc51ca1a7f42c1f881b109dcb3 +size 727053691 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..a61c9224d3b1f27baff65d3834f0a5b5d1d23e3f --- /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:9aec0ff7ebba27190def77e31a9adda52b6828d6558aeba3810a1e71407db662 +size 446648001 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..f6a9e58a57bb1212b34b32125cd1ef4268447958 --- /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:a81396d3b7db89eaff54e312dfa39a33be9098e9fd232b75736bc91618dfd9b5 +size 562353380 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..20a64b6b594ec21f49e5ba8a50b3099d0a9d6fc0 --- /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:2fe06d37c7b60798adf94f6cf190fe32f1af7c1e4be98f878cfaa3e2c2c1cc8d +size 559602981 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..58ffb9b50ff1aba52bc169be226852245522a062 --- /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:ff98d0c7aa32e183e8260fb06caa5b4faae193870d84e86b2ccd6cb3f362ef68 +size 500800388 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..961c470ec0441ff73da73775e43df0e81414f58d --- /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:1dd8dfabd6cb1328d54d07fdc47f8a64a0a85a939d14fed1a3c54a6e3e5f8609 +size 506327849 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..d663c345d7a4e8cfcc0dcb1a200826ab90852520 --- /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:a4aad5f76a0967d8f3ee57c85a2030616542fee7d4a01383cd98302f90cc424d +size 507530872 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..fab701ab6224943dc1e6a40c72e90ff1456f2ebc --- /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:00720912ac6d146d4d7fa010fe06f44c6cbe34529a3b067ef51a642728b17994 +size 411434154 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..39cbece46136886702f526be9c0f529148ccc60a --- /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:301d3943720607842ed3eaf2099a3e384a39eef64df5f39405a13ad219c5efdd +size 405684098 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..2e5c0cc8e9979f0188ccb826245250993915c1e2 --- /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:c33c70cf377f98a6b85a9cf48752d9261ab6c966f9661cd0bb5eb54ccb4ec716 +size 550670611 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..7fc64b624ffcf81905dcb2da4108a180b9b1fadf --- /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:961fab0fce14ee4b494e43f3af07ad3f3b42519858f460d760e1fcd7e5bd20ff +size 502936300 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..770cce94a15cb408c023016fdc006deb1d519d55 --- /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:07678bf0897809990df2245eeb5098dd31904dbc801c3daddab43c444213c24a +size 578003801 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..c353dc3e103ca2292b7372d4e08a4760ee4c96c4 --- /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:d01718bae8564bfdcc5d5f7b0bffaead37b50b9dcacf0304b0edc6d7996e84db +size 505696583 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..b1bba551a883df15f36045895567cac023d05d5a --- /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:0cd018e586f078e6f10dcebff52cf266eb9465533fd01ac50d81bf50a8f1f725 +size 855962421 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..a590678397bb6cf982ab115037b9a8e247637b90 --- /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:1ae21f156ed0f3563db7e4c23a31858f322f5fc1ee7784a4473c21ef9baed6b5 +size 504499307 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..6ecec384372bde07dc12db3e0c2717b206a69966 --- /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:7b04c0ce040ef459c01a0236c08f0fff79081704649f4abd339a9bd7614088ae +size 536735395 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..0f81bf9562a6c4f1f8eab514943bc46ca314821a --- /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:144665f5eea1f618dd3342ff6da251d02ae043bf13015f5922a77dca866a0422 +size 610305696 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..bf49bede12898adf7f07f02f40926279e3848027 --- /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:43f9691a45ef45281a24b1ba82b89d09f2f0b41280038d406b4a4803ad8e8815 +size 498722485 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..1d84aed91c096100d36cb2ce7280e9a4d9176da4 --- /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:8fb287750dd57c27ec16d74fd5ebba53a416e66bc596ccfa28517ab57b931a92 +size 525504673 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..570904dc1e027fac3e1e300d00a5027f26299d9e --- /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:667942528d63bb84bf160398c90f2a84284a6ba1bfc96df403e33f6036241826 +size 427952972 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..299bc9852137a8edc7ab50ddadfaa79520bb1e8a --- /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:883d46434cf2b21d99f5ae17244420110d0a92eb95a2eef0edb33741a806bdaf +size 666492642 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..f446f8f9be1c07793351542b510cd1d01f975bb3 --- /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:e82d64ec38c3351155e42115db41b42af7fdd651c8bd62e3403f42ed9ece8ef4 +size 385147874 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..120667ee8a52c5845efb8b73dc594e23b391256f --- /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:d332f4fbeb94bd151b5dc2f19de577f21ae55ffd98c2d2d27029e6cb41ddf6a7 +size 584264810 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..5b151c7ae8907331b237e8c6e7f25b3c16490b5e --- /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:37fcec97887a21316baa85f3fa774495f8be643325bc99ad9e8ddaed98b0568f +size 564463681 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..9332fbb5d584cb71f0cbf4bfa2d3a60685ce4e73 --- /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:64e846556a9b310e67fcc954ed9076ad526c6f71e529fc46c9c16b8b069efbd8 +size 527029159 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..aae3e1c49af4fcb26b892dcb22fdbfd4e63d9428 --- /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:7d137c243cfe8e664f145f6c9cb97fac152bb322cc653667d0d83f7055b033f1 +size 538804678 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..8514eb1cb130c9a91f45376493c189b4b262a9cd --- /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:dc3a60777758390540d5f6d3ee604ebe4b0c5b954b5c4579f60b8daaac291f88 +size 546221320 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..c940c86f2243b5b082cca170cf0bb52dc8eab633 --- /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:c59c49ee1aace23e0547db79866e706aa3c4d36418ddb2342720f225b6dd2a40 +size 486032869 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..67d7d08def9feef3d075ebb9c7f633bf3ec792e2 --- /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:78aedde6cb8cfbc9947734c7783bb9c1a134781bed9d208fc605a38de5cd94dd +size 568492833 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..8ab39db1b9c53a2d4736387bac0057d006a3e15e --- /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:639050c4ab75ea065f570ea8150fa28a62b7644c9b41c6d145990353dc9fcf24 +size 452162861 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..d88f005d411c6703cccf7cc01b047f52a7052289 --- /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:d802ff6ce70415ab49c83f577c4c0b2aa7884d4cadbe4a2e20fc79bf0bb698e7 +size 390106751 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..f8181ee6df93d32746a1eb8a15946a254deb49b2 --- /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:bb794fd893dc4c51be5e795dad2488249998fc5a7de04eeaddd37583742b6264 +size 502482593 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..7f0a8621d97359a8c9b16b2e19d7bbafcbde29f4 --- /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:f3b9f014fdef20fb19bec45eda7abd749f376ad299185a5dde98887a7ad4e566 +size 504864372 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..60fc0b143eb62ecb089324a90ba0efe8b38701d7 --- /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:f0be45df5c02978761db8afb6a3999a789146362c2f75dc140070706d8e2931e +size 474221101 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..359ec68b488fe958a735dc8eb7f39f4e873c962e --- /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:dc0668c45521676bc7dbd571cbc1f127ef7e547e4e1a4e1d217cf4be2273174c +size 944874558 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..10f285c4a7a7bc64bf693daa1a00a7650ac1db3b --- /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:ab695f74f9424ceb1f15855d98a79abc06aaa42ce66f810f651454f79a0ffe0f +size 710801656 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..1dabfc2a44b5f1dc047485c5f447bf0584e18c78 --- /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:206a16e3c888db967095811a5d7c9fca6ec9571a3763d184fdc7b554e45432db +size 438416255 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..b641b44c570e2e3dc2ab9cc44962e95f6c855340 --- /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:04110fafebe649cbb437f3344146965b3316dad45bcc5a29bd4f8d3ef60bb356 +size 412461903 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..7a6cde1e5c7ebfecf4c922d24b08096574395a80 --- /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:4d015143ed8b11555c7282ab75aafb9ab034817fbe58c39402fbfc0c645caa87 +size 487698937 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..126e11b961c02a205f4907ee51f111265b756b84 --- /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:a29a981fc99af4ec1077646081a58c0cfdb4946b974de33b8e50ccbaaa8b301c +size 411265392 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..cc7a1e3fd1bf1a610e23dbb435502157fa5d2ffe --- /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:3c51b3e433440097fd84ad08e5102274952445cda58d7495539fc0a6215aba5e +size 581438642 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..d30d4a228bb60a89c72816b4a284d3a7908275fd --- /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:af5c3782f134ad81a51b5a77684ccc1089978e9f08c37dc23f19b347222d02c8 +size 355191699 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..cb63e4c860e94de8bae57cf8ab60e3be78084069 --- /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:e2619adf6e689771ae4b10ce8308b07fa52087966186a20dc71adb4c420faaae +size 465884572 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..ea9222d3b4d66d209301af95b557cd28be6ef486 --- /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:23c119fba0df3a91136a885875e7f2ed6093d4d8e653476d0aa0a6da098ace99 +size 443094418 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..0769169caa88e8e4361209f3aae16aabfa723972 --- /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:496e01385efcb5e9779df6e8882bbfc68de09697a2cefbfabf94ffc8575c5e24 +size 430805442 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..8eea18f4fc92bfc2a6d799a8c7d1fdb450bd4a6a --- /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:1e0c14103657844ed4f3d42b32c472ead5643df6b0e2e8308dd0d992b667face +size 664049659 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..f751555c3378ad5999f3e7f7cafdc005cd666128 --- /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:71947d575b878f1fff2bde5ac46f302e734b34fa75fa6951f4eb511d8a6a891c +size 556360292 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..16738e8c71b570409a2ed0880f13ebd2105bfb35 --- /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:637bff307a8f5e760851e60be16f3bf1135c2a20507dfe0d32e11cfc9a4a8a36 +size 645575123 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..f039919424bfbb9f25397238e1aa107e362286e5 --- /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:07a346de7077928a7cf3a92c9ff29865f15f35c8261670a19d006ece75625785 +size 467614716 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..a2c4d3ee4ee937b208f3356534c9beb8712e6c9c --- /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:a575cb830eaf158aa5d1c73815ebf6820a8061185e19d8667c91377c1974ea5e +size 930637079 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..ac071ba7f2bdc328fb85815790b980497f078c67 --- /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:a57d4df39e77dc69df3ae04c03e1a204ec89c0adf02c63830319d8aec43c2a16 +size 1256905946 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..55b4f848cae833226a6e2cde9c4332aea8f8307a --- /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:f8517aa8813826d21388040bd5fdab0c9b3916dffe40ea1b8847dff613d7c56b +size 694002609 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..89c038b39f8239fe51c4456cc7c5865f839d5190 --- /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:695ce5da4ce616d7a9bf237c2c54b151dbd72d0c132115c50876c86b937dc893 +size 698469007 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..dd65fad8d272e29c6279f0e5df37591ec3b4cd5f --- /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:e36c2b0cd3858fd7c330a69207956704bfe8c69084c0578e86bd6ad137ff09a9 +size 429644839 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..657233225d62bbe5cb0856adf9c863625e4e88e4 --- /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:f6e6c842a0feb93a0ac13118d074faea05b04eb57f3df4d492fb3491c863f48d +size 395583584 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..4c94b6284eb8d65dcf1d2c5f5ee97678270a22e3 --- /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:bbdc4de6a9f9549d07143d66c1b442c23e8ea06c914601af139b5d3f598b842e +size 512507657 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..aea8630c0b968c26ad5852bcbeb326d9fd2e4cbc --- /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:c26257b8ae06e780f3bf68965dbd4abf15748bc6597dd5c1f38b70d3f8c14f25 +size 519933472 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..9aea0b57295e16b1f4c814b6245e2f64bd95f04c --- /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:696dcdbcd08fef95a897cd1f984f10d1eb1dc23c5d1e2b4a0499bf275bb93591 +size 527517235 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..8ddd305e437fe73347ceb050d1f5bcef30f6a5d9 --- /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:1ea74fbc54c98d0670fdb90b6d817fbe072ebd2dcc9fe9c919df7315ff7f986d +size 424940466 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..96be0be8615aaff39f8ad0bcf97e2b925ac1ecbe --- /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:c42504ea469250e20038156a6776e06002686b0e8adc91fa1f65ab7618d21130 +size 600693132 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..021e0c1099f350e94b8554db7a33ac8fd83ab350 --- /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:431f03aafdc293ebadfa5f0f83aa815454b737fc14ba6cda80eaa769bbb2c0b5 +size 382885795 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..5af07715dcbf30b66d900345899df6399fdd8246 --- /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:77bfdc41818a04ec5a0408c9b0a9a6dbc927f8f6e823efc997e279921bfcf422 +size 839445268 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..8321234f1343c87ba99ebf16e6582da7077d23cf --- /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:d3909c042254b7f60fdc473f402d4649aabb276acd3d0eca8e96b5af09129b1e +size 516635694 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..57494eedf45905821167ecb442b2d9147e6606b8 --- /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:abd023e1dfcdc42d70fd2a25929ce85e18db6aea68695ea982b708a1e9d1b506 +size 493892906 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..f803e42e9d18f6ee0967fd35a2e57f23a5b65eee --- /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:9eda3a9438f0a1d5a4bd8168c4ddd9091b7834f199b32c1b9ed1406840dbc4ba +size 440923647 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..f6fbbf4599cb989857eb8ece390c0457fadffcca --- /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:a2c52f533e6923bb6cf958520bc721a34a1a74e330edd3d2683ee696e8158a9e +size 376930852 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..2f7d3160e00675efbd476f5fdacf4ae2c95dade7 --- /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:1b9382883907242eca7e23722e4d5579fdd95e77f0b600235199e02a4aa65e28 +size 363340739 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..9090f5a353a6f198d4a2895d47504230aa120137 --- /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:851142cf07fb7f2a8f08bb46ac748296ed0b26a874663ec7debc55e762d60d53 +size 581315965 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..b896fc9a4727d961a496c3437ec22976bea44cf5 --- /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:c56738b137d38885df4645dc28c6d19315af0bde6a9cf32a3a060c99259c87f8 +size 506622303 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..d11e5af4bb0b54f3f0ed89dd300a14f47decc893 --- /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:28985c21d7eb1249ba3f2300ef28f4e342333f64a4bdaa5758319470af1ed543 +size 411707937 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..6bed20b49881827940eed359431131dcaabc45a1 --- /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:faa0feef5618fe210bc3e9fe12c42713779a86102219ba8bf545b5d46e368842 +size 597394434 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..dc5ba2a3bee9889b5e6be289e4c9670de640b65f --- /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:bbae5117678696a159b27def8a15eb9ef272e8726e883e7e82896f96046d243d +size 541343975 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..e53cb901cab5fa540ce9306f7f3a08b7309b8249 --- /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:b8d6a4ed23e69e36e0f5f71ff97b9774e5dd35cb28ec86852f9111427a849004 +size 398478451 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..70e946f8773fd94a56fd7aba71127e7f9ab8de97 --- /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:4738bbb763cb2962892ce31c5ee0a1bcd02abb204bde1d2113a03396f83a1f65 +size 701826145 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..98cca9eaf2f5bf8e5d49a98be1281b3a482148b2 --- /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:3c5ccfaf5ce272c284c04875ad20b9547cb846bb1a23f905459676638e793ffd +size 948797497 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..de8cbc0bea082140d8eff3507a9148eb68bd9a8e --- /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:bbaeadd27d84a9fa2651ab9bd55ad53ebd8a9b26a9356f1475aec2111e663cf4 +size 569611974 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..4e662198afb02263f405d437879f5b81adf003d6 --- /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:0462b0eae68120f8e549754ac3e9f550e77e484367df18d411a03c2089193be1 +size 508170861 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..5fc7471f0c4f16bf5d77f1f072e7a317b6d41ec5 --- /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:97eb06638d4637dd1c523b9717c782458e12e77bc25e06c2c139746ab4f89700 +size 417126581 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..5f84a1afa53a931ae750f1231fad243ae5a9d53f --- /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:e33ae72b861b65ea35bf6110f0b1b167be2960b4835a259c112e365c6ac8b666 +size 967878412 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..1681aa2a7e72c921d9603aefc97b9a83f7d91154 --- /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:8676a6ee27a431dd65d265985c1dc5773afc39874418633639e606a217b19104 +size 891674864 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..87969b10fafd90680409cfedf5f60164a1fe9355 --- /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:4158a7d41dcde6e45f8d8d27be2ea9a80105f7559e1e9ed1088643443dcf8280 +size 389868666 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..e6e7b3283abe8110318f0e6868c664710758f97b --- /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:16df6dc7cb179cfeebbc640219852d682429e3412d9f21abe88c428d0be2ce86 +size 583062127 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..009018fa52a4106a60501156015f3465e7b0b08d --- /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:0c85629a06d594a45d2f4b923c113f0f493aba07fb68bffa6d3adb2b0a4c53f9 +size 659773604 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..e9885066a43e1d779076050d5f12f2db9a3e22aa --- /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:139bfd9aa9e7e6d9ea7f82a5995c85cd8abd8f52c279132e45134e567a5925ca +size 666938692 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..81eeb69aa9a930f102edbd081776032b80bff347 --- /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:27f2c0911ac0f763376c7e3713a164ba6fd9fc7cef7ad1a7cffcb02ec3bfdaea +size 452919481 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..32afb816b6d1f821199ff5d637a40d4446c284a7 --- /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:6608a72c09dd36b45363c1d87a4e4bff272008f2fa397e167dea5942b323e7c1 +size 384200471 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..91d382d2a82b7d6656440f6eb45828b985b5f75c --- /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:23f21a6bc2e812ab303103949eadba8ad9b5a5335f47c2031569d2b9b176cfc0 +size 455795161 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..f93fcd6b1f0bd519955ac1134203e924fa211260 --- /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:d9a5f0cd203ddcda166e874e63a1210829c5ab29d9244b6699783c18168371dc +size 692407932 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..f155b80bea177338e59b257188c0843769e3c893 --- /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:917f496cb8db46005a4e1da3b845704d3a8a55560d982f64c34e861023e71f40 +size 469725487 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..3dbeb0674da8530fbe4d4dc19601fe1f333001ab --- /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:ace43050676a702405eedd44c586ef2bc7394ef0ed825d42eff4ed4e8786754a +size 589183411 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..ec2e4b1f6bb846e7ebf6e5622a2b7f8d77ace6fe --- /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:29d00f36e206ddac599d73bcc7a1168145a42b6e98cd1a136e32f7eff9ccd5f8 +size 468818754 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..f115367c8186360b75bccb0d0634ae117eeeeb03 --- /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:395006f4f125cf29a30bf289b6af43e072488e7be60fa73e8808018e0eb1de4b +size 606310051 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..8fbb7fbe0aeefca86d7269fa26b45c069e75ff03 --- /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:5a5b785ce7387b7167adf2847f6321453848eeb27bd1d3474c124b70541817b1 +size 475103588 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..8dad0667d5fe62653a136b3c1377f68be1e60569 --- /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:f0a0b6f3f322d87f3634bd9651c06d66aff1bdc193a0fa88a2422e4a8f74e7cb +size 489576366 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..6ebbd0fee9597bee7efc019f9406c8a848d4581b --- /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:4130ea694c7b4dd5cd902fa7125637597e4b57f676be698213a7cd850a9aba3b +size 487125988 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..3b3c60aa2024d55a2901ed9f48703eeefc6c2fe5 --- /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:eb0b7ea7722e079b106145fd74b0ed7f2921e2f4925b1d33f11fe7e1d3635702 +size 514523874 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..c19a6e972251caa2ef9ac612034a554007d51d16 --- /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:62e4045ef079359638afb205a480ddd9031501dcdec351f2936ea0479269450a +size 562353124 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..8c89989d87493ad9ad3db86c8988b3da60bb2ede --- /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:5c0ca62dcd8f32bd4b90fd50f93d4b30329953e46da0ac100354d01130ef51d8 +size 974363371 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..4ccde23338ee5f935fe5a9b01f95b904854b4d42 --- /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:767c89340b789c3a8869d2503e3870d054b8e074c5244a7138487893a3350801 +size 494454717 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..078d27d33785596f8d54ed706f0b4308f5f0767b --- /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:2280e289db93d72913512b33d7c1e5cb6b1b894988d5b49d53775999f25973d6 +size 427988114 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..883d108e4881728d20eaa67ed46263ac0a1ef32d --- /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:5fe0eb0ea6ef9f2fddab9e5331211dabaa3b2dcaa813d95e301f0baca4b949fc +size 485994559 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..10b11ecfda57987aa0e14abcfc08fcfdaa5981e3 --- /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:fe48561ba6baef608c080a29b162c322422abc01320eca83b3e22089cfdb2207 +size 390069463 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..447e18353cfa24c6052fce0462a10b16e383f385 --- /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:95cadba309941dfbe0fafb16504e58f79cbff4bcadd1d41b7d120fdbb0dc9c0b +size 657707680 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..8e4a3601b98b0e59ebaae078eec988cb2b1b38e0 --- /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:a405b8f44bd7cd676a1e1206cdc11882a8b8791c67c5918c9676d0f5f1833379 +size 732424266 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..83a25d4e9b91603893fc3e416187a89e520a068d --- /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:b3b240e277135ae38763a7f0e32fb9fa51580000ec7d5b71aa79955c134b02c5 +size 666194883 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..e50eccb11ac697eae567ca54781f6dc28807815e --- /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:7caa6257de7043cfd0bfbd0430d4a27d3bb3dc82d88517a7ff671e97fd8f461f +size 556393252 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..435f61f21fa0a709650af37a8321bd0c2e5e1e65 --- /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:c54ffd631bc02731c831b04a4e2521952f898964fd66fd1e7acd652360356e91 +size 705299334 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..3c319579a56fd587a2b01addf7f9c72e272ea1b4 --- /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:46016c8a82d62bb371b73d5bb97a9cee789cc54830907b4e5a72872d81d767f2 +size 623474372 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..d863e3349a7bcd7f5fb7cd635f70de2004c57181 --- /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:6d491041d09c81cdf2e9dff404e0a62e89669abfc13cfbe11f564a65e4206e19 +size 408666847 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..5923367ff46210799aba437ade2029cf770c0adb --- /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:ca3c583b674a50de2c74d389aef216cb28b3edc4dec2ea442189aa0a57bf9220 +size 593593646 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..c68cf287a889ad602adfff575c574a735992bed2 --- /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:72d3649ce22da36626aab821d5f8825d0dc9f557808bde60f22e1118f8a2e79a +size 388841843 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..88a055fc9db9ec79c139d2893b38c7730f4e97b2 --- /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:292a8ca868268cc69104a9b78b5a3ec1fd450e27a5b495df7376f5efb354813b +size 583809997 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..01f36962ce001f35a33dda53e27c4c3922da505b --- /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:b601c8067b2f902dcdc0f9c2842a5fdd4a39928668e6e6eff95876e65aaf1139 +size 983140999 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..fabc69f9752eee9df9f41a4dc8db411a4bdb4d7e --- /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:00027f3137e3cab16a72ef2caaf4fcd3ea0709c58dc9110549c277bd8a805036 +size 606248443 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..b366b8b4d2331f7ba1ab9802b11b5fa39cf250a9 --- /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:e0a37fde40e09387c61b96f53e44d49870ada0f8ff5523e022016cad7c578b01 +size 434345390 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..c77ddb38d6d92311605e0b8d637f844abbe42367 --- /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:851d80a7d39e4477567e74b31915a8324bcad5727cbc8dcaf2fe520f3c90f8ce +size 364243890 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..f19f76cc7112c12b9c036ccec0a9558e561a25b0 --- /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:feb9f087e7ab23c1cbdb544a381d75cc420bc5b15b534c478cfa7a5e5a859447 +size 604820026 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..a53b14884a94cfadf1c93750e27cd96de0324311 --- /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:6e69dda8b0f3e6e686de3a01a23fbc521a26676ce2c72229bdeaee4e093e7623 +size 430322403 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..09983c02e1267ca9e94692063c0d24c9fa0ddef1 --- /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:4ca1b88fbf53c1eb35567cd18f0a22dab7f435ffbe0623bd263b8348fa6fcc24 +size 1007280311 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..0dd2522f5c3a0a8455e748c5f6fee81f3f64d0a3 --- /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:8bc2b0dc580b960c647126ae364fa9ac18a3fa0c96e0f8a474d2dcde0a435e32 +size 453655750 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..52f12c94739d76e5d847067668fa7b0fead2ec2c --- /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:144f88e39d04a66ea8697a5362a15c345ccfe06087c795d6d0f6c1c253896f2b +size 368217420 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..6672e768af12bf05199689c6ea7354bc5d5040ef --- /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:3d9d10cb0aad6eea3430e7be34f740fc868fb00303fcaf6d74d2e5fba2ac1fff +size 694776291 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..5be455d24e740a3b71ddeaa9fa2ffcd735614591 --- /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:e31d17171f2002e28c6e53322037b9301fd0877567f859e437ce7919534c85ce +size 473417758 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..a66eaabdc41facbfdd1c8ea6bc5b2c7d962fac55 --- /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:d984d43d87e2be13fd65b0332a3f65b92a8733615649e083c95cb7652a5ce628 +size 742404129 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..affb7b5267f73a0ceaadbfa6e3d3a11b45a9ec48 --- /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:f15a910d38abf2247822f23228bb9165914c4be4a2648fede61a299c591c4f37 +size 509566150 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..2c6056f53ec340c43e2913aa6ed1ab6de67cea77 --- /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:328f53fa9511f638b9fb596a8fdb5d3a11ec39898f7f84dec3c2bd6ee285d508 +size 870971376 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..e13e6afc695177d685c14e810c9ac3d525c3457f --- /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:197152875bbb8b1aaf8f98dbb608d0cb458f0cc88f7e2de379742a635c47d66d +size 876611212 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..80c7689a22797924cd566b7c6134370ca2ce88ba --- /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:19782a5785af21404d3a85d31af3cbc34ddd1846e353501fe573fc5cbd8d5aeb +size 757538553 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..65b5c43302b737b83ee74b6a437242a4dd0c0355 --- /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:a425e742a70d8074342b0fd2625587c5c4c9cee8b435a306ce17601ea3f797d4 +size 576241738 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..6f394deb7e422753794cbd50fb5cb6df90026c2c --- /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:924d4d4444ced0b849ac5d34db19a9e94712f61825c12b30e070e61cbb8a8cf3 +size 414772592 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..e673660708f48e060cdcf398773614c0f9678747 --- /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:ea9aba2e69ea9514556c042518df56045a808da3fefad20771e48b52c7bd5d3b +size 505398258 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..c0e0a8f914e5e70cb7e54d2ddb39b68fca739050 --- /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:589e8b148ec475907de40d3e96876f61a32cbced1db302de5145a73164edf79d +size 349399953 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..6279b77c199c2d39eade1995eb0654dcb30bac54 --- /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:7569d8712e0802c26c3db4c0d4ee84693d388a6a4b3faf8c728b4c246ed1c769 +size 929289882 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..c92994dc5a716efd9c40822c4309cd7ff0f0d3c7 --- /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:4793de9f36f880a9211eafc034d0170073c4def1c15463b4a6f516998df56150 +size 494912049 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..066faf86cf929399ebd41a088a652874db76e7f6 --- /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:737055e663bb8b245283696d427ba2d8b7cfc2bd1598b3ab091ac58110393682 +size 1023679835 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..dff952aff2aa7d9f0526d4174d37011205e07759 --- /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:a1acd5246bd39a9b04391b9098859a39c2cad1b97877395d0f5cee3477215289 +size 468734657 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..f9dfabc2688a1b3f18708776abb56b521eaf00c3 --- /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:c489f4c837c3332527f4216e13d1fcdd64a63bac53346be5c5656ff038f96dc0 +size 421994457 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..eb895aa1974d9224b867dd548edeb4c44c922683 --- /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:a0e77a656f006e786cee1a43b7468665b045d6876cac78f29c075244c77f369b +size 495658456 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..cc7812a6ff57191446368d22fcb735e7f0481a7b --- /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:6f550e96f064812c13804e9ad7ac1dcf9331c16158bf6d01027d21b16ef0e345 +size 496189669 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..c6eee22df04b5e6edf1581cf82d08f4bee9e8ba0 --- /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:19372fd8c9508aee360eaf831f3eb10125e9b4b4623fb12c508b5dc0eb63e4f6 +size 589710066 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..0a455c1df87d5fdaa1ef3c885ac07a296571a2ed --- /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:397d1e7c516402c053e67210a93400452d6f9e24b08020b3882fa7b3a5f8d0d7 +size 481882154 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..c4a0c63d66d8a6ef7c5a18c58e0ba8936a9d3fd8 --- /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:cd3e6bd552c27a005f2266e5ae0868355f141242ab306289a0d4d039ac96cb37 +size 559114708 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..ad696088a8cd09cfff555f80e67de7215b677931 --- /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:485caa412e9f9404e23a7daca3d42e5149749fd3d1d60ee20c467c0b4f195ac8 +size 799545282 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..2331637322bdabdc923f73e1532d81e1c120742e --- /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:66cc2350cf974693a10717195f9a24cd5f9058a823e5541fafb1dd43558c3bf7 +size 719252691 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..dd214618bbfef6c141d760705b28e0606599c9f4 --- /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:0d42fd4edf4f4d8b28e0eb98dee60caf24e63065a4ff465bb230810fa0f8d8a7 +size 443644374 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..bf60dc9441fcaaff1febfaa97a16a32c5334f401 --- /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:ba3927c90cc58ec9f245b830a6fc5cfe7de3e8424fcf2915a1d7198c166ebc4e +size 504435557 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..746fde4d4b343d90b6c5f959318b006771e929ab --- /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:eadbea4c731723c7344575057d4bf8de765c2f2770a778574d0b5577c1e0cd1f +size 409906797 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..2b270839d907e0bd919f9250b8284a5a7197ef62 --- /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:92291294ad738846c9852234481e0ab985ad89d00c481777d98a0491ef84f823 +size 655480656 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..468a74516ec851874c75db325e238272e908eab4 --- /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:95dc811e5ed4698a46ff20df5610c70d9895cd16cb83e89958688b632badd386 +size 511376547 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..27ed73c7fd0ec52353bb9ba819a8a7c9c971df1e --- /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:6b51516b0eef11131b7f057377f86e1e6fc5987a52e33b79c924aea4c819c0d2 +size 673360639 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..2e6422c6dc3b51fe35008fed435ea12a6cc66284 --- /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:0d3899f5a6f51f0714f7584b7bda1da5099db13d633198328cc1978a5805ea55 +size 433123355 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..64c8e3255bc0de7fa9000810a1fee27402ab670e --- /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:de53ce9fa1bf64465eb74a3af8affa764ff2b8e713636519c56fc1426e3d4446 +size 489614956 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..fc5e9005222f38f2d5282878ad811292ac53083f --- /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:27183bc801f10032735f8ed9d725f73a0ad87bd5de51fdd2ebf4a87209ca9aef +size 554070878 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..a3b18a56568232a00fe6acc1eb4be7ea1bc2e40c --- /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:f016ced8165eb2d3e9cf57bdf4b7fb326ab44913af78d187dc5216a4759abf20 +size 496740093 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..b06bc5c08cee952ff9e0fa3556440fd4b702f8dd --- /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:454d4d0d7fd114f60237d601aae6d27fcb8db7968132d90826203b51cc081be9 +size 708289628 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..9260766d26b03d865b0d79e51d4715a84c5437b7 --- /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:2fc906d9316d145fd1add1111bfd6668cdb24619ba970a07035eea93183dadd4 +size 1059283004 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..75ba04fc2de490880d64c06201e74080d389fb16 --- /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:270d370c49bc3c3de167e8317dd2f3577b14bc5fece7297d5f293abb8922c388 +size 337120950 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..8206eba92522b16af97618a052ac8729e605b613 --- /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:7f7e99a514779b7e6186e132992d7281e8ac0409937a18c923793261ad238a13 +size 494093514 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..5999deb02257c893e495cfca273995a2461312fd --- /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:39fd28bd0df98697880289de2ed705f7527db1789dd3859abee4921b9624d6ad +size 424286910 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..5b31cc45d490ce552fc8119920c1fbb01934d6b6 --- /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:85196199a2063880243240b009a9e483a5e880e2909c04b0538d153ec52f66e7 +size 529827137 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..9591b5848a4649e4af54a03825b2c5f917d59321 --- /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:d2975257748594415c7ac361cfc50e661ea93961d45cef51ba102ef72ad7416c +size 519204209 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..ef26f225bd811870a5324ac97122a744f6babfac --- /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:f00e7c869ed74549e707f9c3f0bfe67bf4dc6aec742d7a8931deb8761532d8b8 +size 384103064 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..99a082f22cfa528c0d872f4b254ab01a4cf8d4b5 --- /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:0f290908613df23267e2957467e94e86834f86ea7dc7a481a8d367ebb3d24d01 +size 422686985 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..739cf1b9381043d957d8aa47bbbac22c05dd7d53 --- /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:acf6309b4b45623af897d4b0e8e17f5410d26c5772b52895cb9542e523fb4915 +size 890348038 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..ea1f74ac098328ff13ce77153ae9bd214e5e660f --- /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:a9a536e700111a929cd392e432e331f7d3f55fdb98f5bb970aa06a30888e56f8 +size 451748660 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..8cb5d2da3ce3581f930317687999128b13ec3afd --- /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:87382f3acf88aa52ac90ee9cfebc2e5e9446bcc37ea85e39c2df404aab239498 +size 433263441 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..1bcf3b4e6488bf72475ff4e6445177a0b468e9f5 --- /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:b3b5002439325804ddc26161dc607071a5b0e4d98f703e2b30d92b0020cea7a0 +size 675335283 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..b9a62ab7528c208a3216c5760c9b78f3c4991b3d --- /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:7e21daaa5d92680c95eb7d25c45687e0a359ad1e6ef926b229d2aaa5a2b7f3f8 +size 394655371 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..98f928574fc6856ea490d78f2454214dbf968090 --- /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:63fe57797ab82d2f81d369abcbf7928ea4e7d479ec44cc5bba89d296c0727fd6 +size 620808988 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..608af20320dce5357c8f03427edef8b5f2e4d5a3 --- /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:8779819e0ea6c6ba9a94c9077718a3af94eac8e3fafc28da4823654e8f0456c6 +size 458612245 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..11048b1fb2271d080caa692facbd9d6e22f616bd --- /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:9a0a6a25b318e9c3aac2b211fc34f124c84c002574d8ebcbf8a2b16303f4575e +size 749796063 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..7dc755034267f0c3ee886b9eb254a7c648b2613e --- /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:774c0d5a0db275d3dfa1df74a9ec027831a7277b4d37c4da50521c7b564a3463 +size 405470167 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..c1ad5fa85545762787cb1534f652629379ebe815 --- /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:f268934f4a14a3a6e7bb383ced1ee80686cb8a30eeba398a417a7785c4b4492f +size 781468992 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..0f38083d491e0f47f60c9f7eefc3b3ff44d5e325 --- /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:24602b253f7b589c7a56a583bd0d4051674c95f73df6c5cfdbeb9d38170d4523 +size 563522919 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..5027510f1219b04869ce250e6480312d4076d0e2 --- /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:767275a2fb6cc2cc372d2a54700185d4d47c78e7697b2d4e039e58877c6cfff4 +size 530417854 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..8bf9c38031b981c8d0e8213103cddec10a68faac --- /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:fa5c820793e798b6062ec4152fe1193f345d420136062267728ef311341feec5 +size 472814020 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..f4119f84dbd25191901c9cbccdb238ef446d429e --- /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:6ec7558a159bfb74e35ad179e2114dfe96471504a34e4bb35ece32f43dda5f46 +size 918486243 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..b6fcc7362cb5e920c89afba424b6b7a6aea4e90e --- /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:5a32b53aba811c3b41acd9a924440fdadc8fa16881b4a3160ea90df599decab4 +size 441070119 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..02d753ad0c797bbb9fdf85ef0687c3ac31efbeee --- /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:f3a5faad955966516a9c10b20096e58b7be85dd45c6b5b7eebeb7ce876c4ba2b +size 450299086 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..5371b427ff224abdaa016679afe9b86a4ec9b433 --- /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:9bde1eba3b353e8d4fa934c348a3a3db86c3a03554fbaf19b8623a1010727535 +size 596369379 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..fcbb93644f1ec0458d406e98dbcb2aa0175daeac --- /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:755a36ba63b0c1e3f33fc84396031c55d1e01409a93988e27ee2a9caab3c637f +size 549768630 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..fe39d8420f17d0adddf80cda35fb8168a2d4b197 --- /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:688108b573b779c22f931ef528ec1c9835870f0f2a3ee076d77bed4849287709 +size 366102924 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..6aac099fe8d0de5c2b659a31032bee880ee2706d --- /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:e1ef9c5a02f5290710106aaf7efb9c4c521bab95d4f331773b9e2b62df9b67e8 +size 884783600 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..43835165c3f944437647194307775ecbb5960576 --- /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:2b28aa05963df3db3178b3b9fb67645b00de6376773aeeb653bc71761d640c37 +size 437506641 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..60f3a828a5382b5c12ee3f6cd0921c663570dd29 --- /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:1c0b9e3e20a7cdfab0e09c5f48ff8d3452fbf2f224107861ffe98a319495f941 +size 457657890 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..3e53563b7fc0a7bb4eb2f9b077c127b0fd39025d --- /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:9aa21cbacf505ce69e37428d32c0f1206b47af5cc887cbe6fdfdf5c33412fd54 +size 514776043 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..517829938f6afd14d694c146e9a663c6f2c71023 --- /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:b62868b7ebd39487074ede95043e6684845fd6d9b653c76fa756f35fac3dc0eb +size 470532061 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..e64a1e64875bb66f9bef53473ae7280157647dc7 --- /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:9f424546225deca7a5cdd3fa78ca30a0812d822501f7a0aefa1d626ee74faa9c +size 548781867 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..afdebeb74999fc8485bad454f09f284aa2ee3a2c --- /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:d1dfe4bde1314e682068e38662044916291b303039f8f0607958a144d6ac74ec +size 402625688 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..1ed7445da0692e01b88af96affc0cdd380ca3b25 --- /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:294a5a1ec33b82f682a61f57e0cc316a119357889ec5df5d8608bdf4b070f298 +size 458314981 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..22860675f7f17d7be22bb4af1456ad617e18f9d8 --- /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:fbe505c971e2b9a3d6e00a18f52465e5522b1e10e2c77626e1981cdf23dad680 +size 475105821 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..2b17d72c2b54c85289449ba4db746630d84ee8cb --- /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:b81e4c90787342d6f6d680b925d016526f5b4292538a38472b41b8e420a8664d +size 443155110 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..b42999aa7d9ae14e307c69da6f57dd63ae65d22a --- /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:2a1463c098df881582ed482c6191f083e350480866ae4c5a38debd30bf6adda2 +size 473120803 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..8facde3cf10cbb209f569010cb452cfebcd73f52 --- /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:5da69e4a8bc13a7b35616fd0901877102a77c1365eebe4192e926218cef6d072 +size 828717669 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..08111bbfe43724dcd34617f6144c3f71ab9790ae --- /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:758e26798c901700a53fadff511c6900624d57f6ac5b0b66f4102312bf8d6d8b +size 1024894398 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..280f531d61fa3cb9f3b3484e1bb593b631e76d87 --- /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:43b8f6afae6df8cd97c78a553fea907e25519150505b4e1896e3f7e2b78b56db +size 388990956 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..99b197aacbe829a388150cf630a0c373adf2b91b --- /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:f1aec5b507822e39d0b58a4426e2d7fff00f77cae674164ac879950f4963b14e +size 359017255 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..439b0eebd956e027c7dcbe11be33a9261a902d98 --- /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:6e7654a1f19224bdfe501a06040891712bbcd5afe6e6d298052b65858776f68e +size 470106196 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..5ddec092ded4fc7d223200e9ee5477801fe18dc9 --- /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:fcf5f64245843e867a43969f41c083a7046ef812c059e732f546f74cef1be57d +size 454123483 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..01d183318b0043a5d783dd2cc7c31730a641a277 --- /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:2c4cafd6d7ab57a4cba8eed55995bbd76a340c6221c8bedb5879ac562f1b83ac +size 584071402 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..41f6f46320a198248ebccb81890b1c26863caa22 --- /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:41be29949a345471bd5084cdb6fab378dc15d59d686bf41a85e81998591390a3 +size 491087659 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..75aaa819732bae6cb7cf258a74fbda47d977fed5 --- /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:e98da35e10b4fd27769140841d503a5b9aa8885f944d8daba35c23ea4e2d829d +size 683759093 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..cbfb7d0bde62ba7a857e2b2994501e570538877e --- /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:727a63d37705b7ef5fe0f1d54dacadf55bb4c05547d5e00a407664fac991897d +size 574506037 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..22a733faa2bf0452835018eae57c2b17205355ac --- /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:6eee81f5971fd54d40217fa3e23fd11b3c48693fde6f661ce0e8665b380fbd3b +size 575589666 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..8f0318279dd62cd031f44f37cbc936c008b04252 --- /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:2888263c4a99f24ec584ec23d59efb97aa1d2a0f969975649ea517a77d53b8b3 +size 601971436 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..304777570ca031b986e5ec79fb30db18bb894da5 --- /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:6f798218b4046cd980f53916d11a4810ef7155fcba47927b5c345cab3f3d7977 +size 405215718 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..645b3ab31fc06d717fdc326b0ee31306fbecdb36 --- /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:f16b76288c99cbb9de598495ade14599b246144741025d5b3c49a11d45418017 +size 588400471 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..dc9403d862a9eec8a6729355b7755956c765f0bf --- /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:9c4206cac8acc8aadf0d7dc36f709a4fc667eee9463887f5e80aaaeecc23ce3c +size 489998233 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..0fb53a1a4b49e802b523901834a87874e1c80580 --- /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:096915393a4e22408fb8d24b50d2dc1352694cb1843f5a465070352999365fb1 +size 492838358 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..0628fce698202c2cf82182a5b0b3d1149db851da --- /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:8aecc417e43e32e81b0417699d5a1732c81c7abb504d7d7f03dbf68b3e785774 +size 572081675 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..aa6d3f2ee651933dd14aa8272505d7c076ff1823 --- /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:1cf4acaf3937a500ec30eb4f297e4070c377b1cfa18f3cf00abc4639edc3dfed +size 522648032 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..ab117f601b974f800b26e17eb439103c6e170431 --- /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:bd26a49d26aef920b02ea076166b220a4b10604d9f5c51a99f6de504958188a0 +size 471428050 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..5a2c0c2b2f7faa70c0a37d426d08b99c3179644e --- /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:ecc2dbbc45f1d9ba99028240a130c71ba93d1db866ebe44ab51b0a38db9e68f2 +size 393326009 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..81a4f70aff0f0d83161026a00d797868f80e9caa --- /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:e30dfc02774ffb28db43ceac7e3a48e04655b138b4a8e0be237423a10489d21b +size 491094466 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..b4388790535a34d219670b060d1968082653cb51 --- /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:013c6789ea8da12d10a50b2b3d2f3ce1f2878d7f1aa6e0fcdd8996a4fa6aee3f +size 671593018 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..25643b60dd501ac9bb13b310606fbd625d72d86e --- /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:baef182348bef70c1dd0ba60e92573458b2b99518319440265c0038c6bfc10ba +size 478319937 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..b559deb2fd9299567eb5ce22cbb9c742f412635b --- /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:52a283876882d1c24d1eaf6d74f2d38032173f8210b84524aec8aeb62bee47af +size 632479465 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..9a498c927390f8c688f5cefc17c5fb714e8e6588 --- /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:ef5d2d9ee296ebec420c0e382befc48053c056e02a781d394be3244eacdd4c0f +size 450415627 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..7398ce2aca6ba062e7481f3356512dc4d9ba45b4 --- /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:eff0a8813ef956c17f7650d1054244a0fc3be66402501dac6dcd259d29a042d5 +size 545416675 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..ce9efb432b83bdd3739736f16045c40c97397644 --- /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:333ef74f3fb3f96446bfbff603f7288580aa2dcbe9dddf86ff8de600e2bb75f2 +size 802495857 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..2b92cd2f30bb2f6e6ad08813d7cde526b91955e0 --- /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:d896a19ee92eb4c1ef6a76d350eddc6c120fed3e7163d83029e7be39bf25bf22 +size 645489302 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..44c54dc26d5b17ae89f850822643bbcd81c8c7f7 --- /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:13d1d3c76d1eaffff294515a11bfc184ca5f874ad61e1517f7f23f7470d8dc8b +size 474583470 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..89c3f2d2daeaa6ad045838d968b826c394effca1 --- /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:98da7e20ff82ad413db0d1573eb43f08c3353c4a5a1eec2c9df594e094cb7e84 +size 380541689 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..f4d24022a649e1d0ccb074b9d0724087fe773123 --- /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:fabd550b0cbf9da109b8ed30505c957093e1dd43589745fc27f1e5e7c64434de +size 387265455 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..16f74f382173c74c6a9fd76c9b6ef510109313ee --- /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:2e727524e4348f4f32cc17db32474807cc64673072da5d226df00b22852c6ff7 +size 454874935 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..ef11e16e557a961c9c72c9e32f2029d0aa098de9 --- /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:0fd940b7b827bcb20d3bf5fcdf1645bb206bfb3b293308f9745cf92f2cf1e8a4 +size 408016377 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..3bdcee7787160e19817a178606265b6ee447d788 --- /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:778164c4c348dc00e93ab3ada21dd0e0f3d5ea04cab693be05e644c2755b9250 +size 634098578 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..ebdb9675c52eef6581b73f7964ba13572d2d32f4 --- /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:9233f981eb89957d7761c4fff6f4d4e829879ac82b6a51c4aa27877601bde7cf +size 494056731 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..657e26144220f44a522d804baacb68cbaef7d300 --- /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:99a4b005e06a6ddb058f1e32ea471f549b60465cd4e7a3d0e1db9b60c8728358 +size 437009049 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..7fc3ddfd9f50c5f477e2a9bbdb8ddd77f5949759 --- /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:b19f4dcff0a05dbb9ebeadfab83a2ac702958c10d23bbdb68fe55cd536a36948 +size 617070517 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..1e81d9ded5c3ee9ea8cc059f54fe6d0f3566feb9 --- /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:0f728d1c6227c6aa9a12f2a6e7a28407a089e927772182cd97cfc073732501a7 +size 492268429 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..39ca3347fcd4cad7c68a4ad9688f851baaa7cdcb --- /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:dc5f2b5894536b5b351f28e362232d2f24693277adc3e769c0c3a2ba8155e911 +size 866240350 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..79d2a15ee66067e3547a747e8fae973d734fbf5b --- /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:775f51cb51abf604012517486e98021986aec20e090fcd07a037a5553f274731 +size 444764916 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..aec97bdb6a0ec39bab920f9c18cb8fbc2134952a --- /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:47649e6c875e8cb7b23239ec1027612ea9ee93708e5461f2935fe9734103ca91 +size 520453896 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..5bf318343fcf9c4dffcb22046429cfe52758241b --- /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:750d50fa96bc70e98a6ee3e677c684ae70eb74356a2f6232a6c7991dfde9d1ec +size 453709386 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..8ea6410fe0d4371b9ece09cbb5a7c36618b6faa7 --- /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:20dfc14ad34737230649cc7e1abe29eb956b1c4a437b40d63c462711f56ec32d +size 749645573 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..582274ed76702ed933e1ce5257a5cfef27e2e1f7 --- /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:d3307a39e0a0803cd809f9e9ade99d2c21259bf3cb94738418f5a5d1f8bb2162 +size 515130502 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..d3772fee0ed185e7e8063232239f88d4529885a5 --- /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:cd2021360d25cce8519b21d6fc8e3e0beac15a2518566b387f0fb6c906b61b34 +size 689094853 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..bbaba4c3e811265458523ad274612061c9212087 --- /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:caedb8caf0f3b90f01bf3e5271ba899fce5a84ebf695ec83d9c217aade359ef3 +size 436761582 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..026dda2b33334b9a69a156d550a3181da77ffe2c --- /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:c6be244da42b31537f0da20f8b0433beb84bf370f2a447a80b199998a8eefc96 +size 429072168 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..d8a9fb3f305b3ef239d0898c5acd8f65e94f6362 --- /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:9c4d1e1e7b2e6121d9656e9759d8a4188c70edfd048c8054ad3155968ffc85f3 +size 510255416 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..26003e0f4031c7d0d768f4dc85e53e56da6947d7 --- /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:1f562a45c503d02418e169dd1856b5b61f4fd1c2f445ffdfaa1feb1989bf2147 +size 394360219 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..4e8566ff4a83aaecac1901000143f0a1ac921ede --- /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:5b4627f4f142afca88b8c6d6c5378ff2682ce98f7505302fe8def51f46b18816 +size 443131282 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..c6314fde37dff3aac1cbc6a246f5314c24322e5d --- /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:9282a236de300910120bf3e368a0f3eec19ef6dd9f257b0b0ad9cab8b75c12b1 +size 532336787 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..88890fb6d6dcbfa02757f310b672ec817d0b4657 --- /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:a35a972666c3c123f41baf57f935215ae81daccb55b15ced3526cc13cf2d9d46 +size 783526092 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..0ed0bbf7cb7eaced0f3448e1da2cfde60f9859bb --- /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:a036955cd5648ec97062005b69f9dddfaa0e74e11a54841871646432452c63a2 +size 581753563 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..224119d4192f3fad692f2ab88b7cbc671722f8b6 --- /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:7e4d106ca6e5ca3c5b206216e5f01e2cc98628873c08ab21f9066a3f7e13dd27 +size 481516743 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..8dfc9b5d70797767cd121a491cead79e2338257d --- /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:73f85d240cc003a7868756e0a84b1012ca792dc102ef7579fe39ee1d1fec5d04 +size 982420948 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..a8c10e139e815df710b808afa8519ebc3f75d2d3 --- /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:4bad6bd9e4c1facbe94ba2b6acd71a0aa958cd99e25c8996e5a612ffc0ab48b3 +size 1028199034 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..9e0ce20defe4fca5f8cac84cef1580ad55a0798b --- /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:749f874b3cf236c6e458f78d0c17ae57a53f05d09860cf345e55b4b460078d2a +size 412518737 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..4744585f4fcf0384db0d8593ba26a7edbf967ad3 --- /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:bc108e42dca36f2a38696a4974c160bd43f20e6f187de5abc435023d6b05d9cf +size 422665033 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..82e33bfda5912b597da29388a8afabae89a6ed0d --- /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:e1818a9dd7e9044480646b669636ea75b8e8561e6065fdc0c57a8fe03784dad4 +size 569474932 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..4e0c36b15cacd28bcbbbeceed3364c23af576d40 --- /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:7c94803e51091f7e6e9137f6419339f7737d853bc37daa128ca04eed25c22069 +size 721482862 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..31c214ff6e7aad79a2216a897a4f21dba1a6401f --- /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:09aebd332efdfabf781c7b43aa93452487ce7df9b256891ddc585d12c7a084a2 +size 1017723317 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..aa169b7597f2cad4af2a607594c8bdebd08713b9 --- /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:4d1d83dc1dace3bf0cf3be5dc71266419f5d485c2047f695950c2f94677dab52 +size 523738052 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..e9c70ae0864995150bd24e1be68771d7795bf02b --- /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:1d0c1df98ae6a35bf522301576d604134bd1bfc722c946a46c105e12386ede05 +size 451466666 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..7741f0feca320e63f36799e87b8a18953daae936 --- /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:fa709379a7f4a91612991d1ad3a806706312dab96d884f1f5719b80b5e4e5d79 +size 709135505 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..e891aa5e24354fb1a2bf3a617ab4b2c740778373 --- /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:48ed3e54d87b82bed190bc07366a5ede493d8d5c0bd0679b05934db0563ee08f +size 1171092990 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..1e7f089fa10df1f917bd4dfc57750706bf4b032a --- /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:7fd2aa495c49ca37063818e3186ebb8a093c9f0642677c6959df8ed42f3520d9 +size 1455761967 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..661d26cafca226ab56cf98ec69125ad930144db7 --- /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:c8c16738a26f696552ada31627b7090c4259a519dc47bc21be58cbab5517bc80 +size 723739424 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..8620f1cf0ba264db1430a94bc40c0e97c3072185 --- /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:fb94389f2dcba4cf02a0a9ae72dba01e8ce7ecc1becbbd21ddcc94201f172c4e +size 811697723 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..e2d5316dd9016c95886c09669f5bb0a9e0f9d25b --- /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:b221a996eb0b24dda1134ea2ec629e3766a1f994791d22dcee5b1ebf0ca935a4 +size 508041990 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..f00eee2a8d6c1d3581605890b0e0941e31b19d09 --- /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:08eddd22d3798fb94f94de116f06630ec264f09da16d81dc022aa66f3241e4ca +size 686350503 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..56d85b3bcdc565a7318d04d273c7a9ce2bf1340e --- /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:f0a0c5b13afbd43c17e1ddda25aecebae331fd4783e37686a15cde10db4f76c5 +size 539677517 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..1b6d46770b021152c851a6e9a7e4a1843a426f87 --- /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:b49dd74b51c6dd3c07892fc658219c25a93b86f886f8e34adcae65208fbc0307 +size 640538260 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..d04a010ffaad969d56fe5e1cb4bc637fe057c459 --- /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:4553f48239eca905d4b70553687af292613cd5159cd500baf241671ccca7a4c3 +size 625757035 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..5c2034d1078534746ad49e24809963b92efe3055 --- /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:e2547f974f27a1102389df0578a493286185728e23b563596bce3375b3d1cd3f +size 1224918312 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..e6c792fad6f0370408ce09281fb7a022afefda9a --- /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:462c0568538729cdf87aa919195a56b40ea480be1d634b354e420e0ce3b8df65 +size 361035912 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..e886e666858b5a605ad2283a9ee1211251eb6680 --- /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:7abe3e9869d2d3d3a286ef2c39f5f402ab1a323d7a4a0f3eec04d43ad6b6b7fb +size 369950089 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..0faf7191e2eed54dbe7b82fb1041559f1854732e --- /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:a5db793758ebbeed26d6875ff8d0d5f7b1c1dcc9a0f831728de09e0c1509b7c5 +size 563672736 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..e2b3b639cd0a672b5274929bb0c52c0d4da94761 --- /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:f617c4e22ca96c3b05852d4801418930f7de40f7a0dc577ce62578239dda7e1e +size 424491345 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..8f2da4a8b133e99853a49116c92c8deeaad5560d --- /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:07c4357d0b2809358c4404cf40bc2dc63c8d44462d6d19fd9cba8cfd17158209 +size 425065474 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..739cdc3c64a9d330a0b0ee79739f5b3e9a3e1d70 --- /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:657be6e74144012e83c07acdf82d4fc728dd71395ecec1c82c0b221d10d3edb3 +size 649851436 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..9590081af8d64d181102db152c0056c67f597bf6 --- /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:1e789ab2464d838e47653decedad613b154cbca2b34ef8973a4dad9647da79c0 +size 556034654 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..114a6385f36c27ed341dfeca486260dc3fb32934 --- /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:ea180566c8c5d7ae9667b1958775a60fbcf186782e2256ca5f20591eabd1c227 +size 515507612 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..b4a358d34fde11298710d8569bea16bc98709b54 --- /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:d56b9fa28c81570a932d1a92acecbf8023d036da9877c3632e0b4513f13374ae +size 547810976 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..a957aa5192dcb938476e0fdb10ef49e191cbbce1 --- /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:ac67ca7e4f1c5aac46aa154aa08a5e4c5162c00b0fa10de96af26313d1f86cc8 +size 806596618 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..868ade8f7585f38cc1651384ca58e7ed831541f4 --- /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:d363d152e6e0efa6016525e55bc72d67b6cf27acc63e70d6759e0e70ba593ac9 +size 423177932 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..b5640e8bbb8e3d110dca8849d35a36f3aa9f340f --- /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:8ada3e83d91dc68f513af654e9c666460124337beb6a0cda3260fb4cec4e4ce7 +size 424250510 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..c28d89083f83304c06c7ed8a4c6998c0f427f70d --- /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:64241bb3b722b419c5f35ed392c03835b4f218039487ec574749b347f023ccf5 +size 499672044 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..67143a6f87c7ddc99db10d352a35884eb4b2e6cc --- /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:ac936bd5185c28f8b459c7922bbf56918caa9256cfbb0dbcd0dad1947bad6302 +size 612418407 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..c062111cfaeb984298738c0182f1ac0757c5a30a --- /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:4b711125cae71275935af1369da008110917d2c6e1f62a5907fb92092679c0ff +size 510322641 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..fb918fa8efc008572d9e3bca3fc46cd6b7f632ef --- /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:84e34201d081efe57251709e560a6ce1b17c7b29d6d17d27d8c50c00ec685512 +size 957508769 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..2e359b8ce48af4cb04f95fbfd47a370e1b44100e --- /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:ebd278ad69261827961e9678d4e2a8b73ef8fb0b3da0d68457561ee4b17b57fb +size 602620622 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..1df5e622bcd6c68def772d6128f0823f6aed4679 --- /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:3aa1c0f65ad433541c03fd39fe4007bbc582eef00e5f3c00ff4fe76af83c9738 +size 855328483 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..e8f2ff1ece632c1099569b741f34d35de5fdd2a2 --- /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:35ee11848a10721cb54aac36374e20e8e44920466da2ed60a096ac40b6d09b15 +size 651723401 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..5a549bb0fcf14929a42839d42b029749d9f6ed8a --- /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:3cbac8c45db16ada3f5e3ab8a454882821392c6d1d8748d0928c601cd37c509b +size 418910578 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..89fe7f4ecf91eee841c05b0d50943884105e4ec7 --- /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:b7a25b8239006fa2fe6cab6a1ca043a0de9b9be59b07e9b68798ffd0b7d70bbb +size 585119398 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..76e4074284d32044bbd1bd541640166ae072c0b0 --- /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:53edf2205f14adf089030dfb4004936a618995b787149f17b3e1fdc6ddc54c4d +size 572367121 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..4870c09b7fea45d635cce0e043834ca466ec8bd0 --- /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:5b300100441a6864860d054503b7fd6e3aa6c36b74277b7dd626f90d4196a3a5 +size 433639711 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..3e53bfaa4250005609b4c48b7cc04a95f882cf50 --- /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:6a6cf720e224d5ec9ed0c4fc5cf0e4c3f3ed657fb26a1ffdb05f5ecac1e170de +size 442534814 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..1075703df1ef63785db4058c75662c4e25af7fa5 --- /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:10a1ccee0eac70857932d514383fb01b56cf615d01ce5989a1294477ce2a2e8e +size 431572546 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..30e861593c7a8ab0363c44229a12cc2879b24eff --- /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:27f8fb0e47cfb344d4c102e73f4d58a2bff7e3a7f76aa7ac6d232e048ad4a382 +size 493746364 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..34faf9186ed2cf86d51120034de837f9ddcf91d1 --- /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:7eb704bf253db69d139d185bf54f902ebe45b3526c2219720b94a4c77e83734c +size 466487598 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..69627b631192f254cdd30bfdbe06ed75a2d6190b --- /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:e5a24ee14047a951d833e6896c9bf5ae9bf78defaa50a7fa0c2954b3b22af1a2 +size 430634677 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..e176fd4db9188c762206b12ca7b696b69e58c0af --- /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:011d3aaf38064c1b3d0728945d1ee87344235dc19f5dda3ac461a40d434e0ea9 +size 858137642 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..09da62449049bb58f44f7e82953f6bfa9e211104 --- /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:d182e073c028fedc7271a3486352f2985c310930c28825a950181a69153dfff9 +size 600281093 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..5ecb1a76072e10d174d8efeeff55d3391e786a8c --- /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:f71d1f970d761d235ccc4bdfcce8b2aba81f44778b54dd214a8e4417f8da7f03 +size 676939469 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..b84152eab182272d6a8500dfe897f3cdc6972fe6 --- /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:b948fb9fa92ccdafa9464433bf7843c8c3d5ad55baa44ed9cdb199b2eca6e8e5 +size 932012629 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..37f9630e82ed5fd743790eb7e1c2abb64f55ed58 --- /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:9ada045b93a369e6972204ab5395eef82a5807f41428cf2f76b854b2e5831ae3 +size 749832366 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..bdc1917195cdbb32469b3383fb2860780dce1e34 --- /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:58e0865fd9f4052061eb2fa431a85c2bcbecc9542eab1042e3754d3376de3374 +size 414928830 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..8763d77b6abf811ae17884023f365b21ea922960 --- /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:379baf3004bb47acdbad307e49f582b5c36a41c3f5fba158a7a04212b24dca3d +size 874989833 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..3febeb0a17bffad47a118655b97c9b08917ed81d --- /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:3d4eb236bdf4204bf7273c0fa9a4ba5da68de84cfe789d502e9d39757b8bdb14 +size 453122967 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..d9058ae8be0a8a8de2b10ccafce219c0bcff860e --- /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:0f31d5e99e68a2461c86add72698f974a5f1999e0c88865bd98427a61a7246bf +size 433558188 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..d587033f157baae8c44398ef102697a815a8fb41 --- /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:2774fb416b0266e1c3e7730ec2104b831262f79fa80284f238ff49bb81c73283 +size 508861810 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..03ce209f865418f108e462591c6cf0885d4e49b2 --- /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:9a13fc681f969d1ff32718efc7bb06964b48ee209c7ac2dd9ed8828d9aa3a73d +size 468176041 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..ff739d6bcab312472e6e3d52e77d0d5071fdfb59 --- /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:53a8dc216b0e03d7f1567fe602700c0e2c4a638302d8fe44b9247fd30d4a4b86 +size 500257753 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..abbf7e490713f117953c902f009731f1867c50ab --- /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:d8936564c91265158fec37bd74410b14dd200ab0496038fdf2559434053b69a7 +size 698713341 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..eacb5df1a047fc9295f36876e3756fc40719e517 --- /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:187b5d5de764d7420b3a18c3f0776fad63f08c6f34cb9628c9d6266e2a935906 +size 884800364 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..109ad7a512c1cf96d28c27e1e79275df6304df38 --- /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:347ec056ebaa19e743e22e4acae095c92a156ebac3dae07060035efeb6e73195 +size 413259367 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..15b96b59b0bdff67f05e5ce55d4d1f3d4e3a4a7e --- /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:c020511f2e39518a7912a8f303f33a6308966645374433a09e850df23e50e1cb +size 594911653 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..09666a9953bbc4f333f2db8c69125e76fded7f4e --- /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:46dd141c434d64692cf4b9e03f3c65cbc2325bb78ed2279347a1876acfc72d52 +size 455999616 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..28845bbde9281c1f66ae82ca8fe3db6562508869 --- /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:978bd0daa90b00869bd62805092d2526b1af074243ab953308bb24dd042298df +size 416443690 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..887aab2976e505ea7bb897529e469ab486700805 --- /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:0985ef7963680d96bedb1f3420efae0b9f7b4564561bec5d9d99d62417d86a4b +size 444409766 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..6a107980086f9dc27bb735c95194aee5651a1e47 --- /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:838310093d449851131ddae7d53c998c290b104e20809903c806c39f4292cdf2 +size 644298305 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..b3b63195fbaec7027911dab5103c6865dd5277a1 --- /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:d933a904bb10d67e99c0fcd20833fa6beca4757da642cd93dfca8a4b9436f955 +size 561513416 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..833a13dd545a031fbfe94a5548bd655e531c3b9b --- /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:52ade5302e046d2ffc3a139f58ad6500cbcb895844ec7a13a61b5af7d6cbbac7 +size 647923772 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..eb4e86c7c7317638cb5e5867e7ea0037e4523453 --- /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:f80e317e3a310b15020366198fb04bd8ce74853558d52dad3d5bea563f459613 +size 629691320 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..6a89c18e53b6193839e26d29f62a3691a55a6764 --- /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:6cbf36c93fe8bd6da93519d682da2696942443f5ee9e371c546a509b8661c95a +size 479504650 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..11dcec2a434997225fb525ac225b9b072990fc4b --- /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:8984d352642002a620565311cac7d972160b7a95b3b3f66ee2a87d4e028462c3 +size 395430338 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..106754f61893ba72730dba76bf235a240a24e480 --- /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:955bc666c0411f26b832b7350d208c9bfdb9fb6a0daeda5bb46802c59441089a +size 504138902 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..edd5a5ff53783d329fabac70a96f20cf263fa56f --- /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:1e8549618c7bdbdf0851d3cde2d7e7f124a8d61b20b0d4b0d8eaefcebff155af +size 581754850 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..37467bd7eb63ff818ec104b8e0b9b138ab3d9499 --- /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:59c4f80c86cb918ee5c16ef9ad4854bcbf4504ba56e7ee41e001d4ba29773ac4 +size 640645358 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..913a81f1b7cf64392109883cc6742f3a7b725466 --- /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:5aa1394a32b78cf01ff3f258681437fa8d9ef477f9cd7691184f22aa698931c7 +size 596167195 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..e6c089a6890c3a2f60df31ac46a78ff62670a5e9 --- /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:e985f7437e4ef3b00751efb441ef8d0d5e21f1d6cc224d6286d10a270b3a0f6d +size 435191825 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..3f7c6634e2662eba9541174fb10efebde34f8583 --- /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:e0cfaabf6fbc23ef4297487b93126c0896408182e403cde5100690ccc65bef41 +size 548366346 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..8104aded62de3c3357d8cac66dec0327cbb75737 --- /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:65260aa74916ff16a534720d6462bed103bb82a5612446250735b489e8077e44 +size 440626223 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..d35d63ae61e29989ca5418afcc9ee2d1bc052bb3 --- /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:ecf9568d7284df7d9282f8aee3b5928d731e47254cb321923da6e50e42c26e3f +size 422157978 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..253717416f7e9e20b621ad1d9552f2f2646bc46c --- /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:c4f07d6d2655aa9e28250b7b68460550494ce485c886b0b2f44f328ecae95ea6 +size 464577870 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..fdfac74efd59392c04fa2b1452d9ab12ee7cd365 --- /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:6a6a3da29d71b83df75a600ba495bede7fbd52b0b0d5b1ca7d7aaa360c7467f6 +size 492221041 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..5fa8687ecd48053fa40832d6b95370b391134c4f --- /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:49a9e1b089e7ccc5318ec719c68c567b52da7a1a860bc5aa65660eb8724b69d9 +size 987175758 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..0865e6274fe646561ac18a478f79142d85eef6b3 --- /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:314f9d9851f3778637e410173bfc64d229479d1a9317a123554940a9eceb9d9e +size 420296877 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..4d43fe5dfb53ca13bd8cefe2e11267f6dde7a5d5 --- /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:e7c5e181b2db181ac97bf183255acaaac6ba2a0bc09c0b43028bbab67c1b4f29 +size 472809207 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..de33ce762f0f3c4a0d65e429c2ecdee392874c8f --- /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:95ae4d4c4dd58ee6b1ef4c57a03c25148c8161b1a7d56e142c62cfa562688a2d +size 578238379 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..e78ecbbe75afd80afdc60cd5d283fe808e2556a7 --- /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:02064efd3e8a8529fd773f310f0466b817eb2d2da816abcb67768eaae60fbad5 +size 651561079 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..866d9e115bd9fe0ec61eb3db1ae1121836820d74 --- /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:cb87128e962d635261126be8ecfcbbae5d6c5bf1b24a931c38153affe1cd5fb1 +size 534302609 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..9de9c50764fc0205fe7014e83f2bde7ad83eb057 --- /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:b1f60f825b4db64200681747ef0c901176e537f7f6420886579771f33095917a +size 443937014 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..a86c797a287362da8d4b8e8b97e1e791ba8f1201 --- /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:86c708c0b6cc80f39abd469962ec29d5f572a97a6669cfbeec7eda4abae541ec +size 519502615 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..07acbbe3719ee3ebe7b50e5fc697c5a58548ec58 --- /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:8da5673b1a7137572f13be509de830dbb05bedddb5e58182452794bd02fda2e1 +size 631103762 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..da461243898a5246d2ee10d0b4db2773ad31da50 --- /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:3d00a2d7c2a1ed570c75228106869810fbc7c5e15b6e3e62028e072324f82c56 +size 770472546 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..5c76f6909013a1b34dfe315a0c7008184e8b35ea --- /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:aec9e70e706d09ab7383ed08aca13c553352f88b3bf7c60e44d673ba518484b1 +size 522366255 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..f2f86b585edd00d5f76faf17800053a63aa71947 --- /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:843dab52fa54be1b30d0849c600f46b0a0159fcfad139b6e29b254c90d31f8cd +size 474186677 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..038131373b6491194c5e9eca6896c20d2e9aec7e --- /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:2caba06b17f01534320d63153138c6e90003f807b3cad2647a1d428b5cacf58f +size 489833711 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..a4c3f8316b2515be2237d249cbfdaf2e79a9c626 --- /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:fc7dc0a109bbac97ad9805d27e524cd23d2a7fbfb30d50d0e4521570cc60c21f +size 541142519 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..afbf2950980486ab5df8789389df0b29befc7170 --- /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:662f33804ba8b06351e7445152c30d164d471a0918d0dd856345a04d34ac65e5 +size 729846633 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..fc26ca8701398d02077734985d6b2dac05f34143 --- /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:9728faf880bf93edafb20138dc3d0a2bcb772844fa84c90eeb37b0849a507083 +size 632721344 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..a8deb1cfa4e73dc43653b465277e0ae7c1547249 --- /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:87727aa5ff817531f5d1043fec58e06ecc994a218453e9b161311361e373a337 +size 448933135 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..bff299bf99be25b58c5eee0b051ded1d6f959cde --- /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:b650df16c2ef9b3022fde476adda19103269f0c1a2ddc69a3a53e1375fc03836 +size 566463941 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..9051db2c59629c84d373598382d0f31ca4b1d915 --- /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:e156a6da008f978fa1da11675f11373e5e3918638624a558e46ba3b1d9f236a9 +size 548780317 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..e12e627d8e84faa4c751cc387a9c3b414f9f6a47 --- /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:1b0dab6cbe01beb599c45cb914096adaf64ce0f5ce396687e3be4074974aae20 +size 535101825 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..0235e093de54d1931035c231c805dce672c05baf --- /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:52d3a6bda7601a237f74d40298c041846a0a5d3c97e0e840864d2dacd154e40d +size 570774823 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..a7169aeff2312b8ceeb43d242de7f9684b85ee91 --- /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:ff73b42797b30874e05bfaa1d4e10c6f1065ccc03a5dd182f0ad7bf56d6bef0a +size 551560341 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..7f132395a68c0c9de82ec403df5f72ef2557ebe3 --- /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:47aee96fd4050b2e6900e929939f4716fd81cbe44cc332cefbe06d310e06b57c +size 400162940 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..78ce126050d185ac1b4a6c7546a592378cd5d75f --- /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:e620891c33c25682d8ac6f4aec86ef47e6711deef4926ff53304fbae9a16b391 +size 502622151 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..70a99c582c55d9eb6de217b7b5c57551bd7e8fc2 --- /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:db2434d36c0c6183538a4ac079cb41ddc29de36ac790113ae0b838172e44471d +size 683684031 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..0d0d393d44cff283fda357df8752667bea5c0fc4 --- /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:18c01837e8a4bf1290d9b9ee6ebaa5b95b02f63a595457a200a681c2eefd78de +size 631584793 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..ae1db80a778175466f7f342c20733640d41c8d5e --- /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:8404162ac7b2b2fe0870d4ee79b649d7b4402f7ccbe8373309935d0d68fd0bcc +size 639490035 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..4ac9b75f8a255fb42f394c015dad6ab36c49092d --- /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:629f3f4d53d5feab8dd521ab7d4915088d4c9c0471d2057132e7b5767f66bb01 +size 691935411 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..40fae77a7b197d75a0fa6597810aa5eaedca96d9 --- /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:5070133e515368b7cf25bcb6d446528429ec7f04fe1cb7ec773443e5953751b4 +size 414673051 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..426aff76d153a40490b233acfedd1b2bf79f3ce3 --- /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:d3d0e08769d666abf8b2d0395558968127a3dd2301fddd66744bb0293e21446a +size 384442138 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..9243aadbb8757866fb5da8f345baa74ad813c81a --- /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:1b609840d05e083f001060c560d18e073b8451821a1674d62b770f855d96b22d +size 519717719 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..a9639518a431cfc9cc258d4de57358ffc9daf32d --- /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:4e54ab13bc441bac38f659f97b420807d572ef8fec43a94ffcf47b1c97690b3e +size 714687941 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..2d93bf4f3b5c919af53a7d1b6925e84be5daf5a0 --- /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:1a99c770d3739fbd18b66f4631bdee60743f18d8c4361ed46a59658caa0e7ebb +size 580233526 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..09f5d7a7261c1f62dcf46deb5a80b0bb9ab55e3d --- /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:6d49f0b38083b51029402d65642bfd87111bc9036e424667879c9e45c2f2c77a +size 405919566 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..470b729b5a828415b2ace50db1a42a719f5fe326 --- /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:5a5f7cd594423d7069628aab703e40209e154e458c3c8b0073747b1c9f79a994 +size 503927226 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..093f63d5fdf6a73ba02bb4269ec3991cc1c21976 --- /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:d4680d78d9244949bb3971259d3df4141b1bf6386f4d49b9637e882170554da8 +size 470778314 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..13f583290894c049244931bfd499272e264af914 --- /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:0859c4f507e8766aca73537fece10fc4072c3c6314fa5825b0c8e8879819338f +size 526590255 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..8ef4ccfe7c25bb7ec874145254656943f7e51f9c --- /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:acdc26ebebda90fb8ce96ed691333357c42cbf7853605c5a163f9aef0aca9d1f +size 526266914 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..61296c634770c44e43c15731bc320b4fa0334de7 --- /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:e447e0fa3f2cd30e58c418c65af3815c0e9c2ccf34b4bbfb1bc8107b586d7d43 +size 413457266 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..cb554af8304f80989b98eb7149335210855c00cf --- /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:d5a845f27a3161734df398c1f85ac0964e54c9de63d831733a353eb7fffbcce4 +size 483067096 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..b14056be4baa2dd08754ec7cdd56aa569928148d --- /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:5a44ebeaf1e3c7c1f61370f0572c5b4400c6ad6de4f1e398e4031b77505f61a5 +size 363898206 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..6298616ca4f0d210412b5e429f87fe47d110adc1 --- /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:36711fb264dfaa7e078fe0987ada8e7044c42b46b2ac034d3bcb6f8c1416e6dc +size 627967732 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..633abb5dfa0bceed22377914f5df5e32e0494187 --- /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:92c2f528ebf64443b6e5c6212a95274b6cebbc57f6679439ea86a3f8e6ccce78 +size 440914093 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..2289fa77ccb81468b1daef5094285b35311a9423 --- /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:6cae01d0808534879e9c4a8240aea9ba297c34a874239d82cbbd7cbdd15ad63c +size 406352667 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..90f48eb586541201846f7b63f36cfb503fa94579 --- /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:27e9f37560807ad007c624a4197a1c876174a4cf43e74834f87d192652244aa7 +size 417020876 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..9a04e49373ada3856bb4a351355094455388e6fe --- /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:51a77808166ad82ba13bdd190bf6efe3b3a496eb80e9f6d5c2483e999fd4e0c4 +size 387809948 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..1da134f114202df02a5342bb791cf84d78959cda --- /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:4250e6bc24c9ddfaec9b580cb69de44cbaf3f4c48facedf61ea7f270372318f4 +size 502380437 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..e7fa61b25a369ff21dfe611965911db1a01e0c0f --- /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:d18170cf49c9aec19f36597407089c165eeedad1e9aa956d7cc4673b865b4a2a +size 590680370 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..1ead28f99746081c57b1033251b0b06c52fcab6d --- /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:dfa4da1f6a5b52d71b53cab8acb777cd90d1d58173bc0278e283c5c6d181b193 +size 478319816 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..cb17854ba04898afb86571707c03b5f018d18381 --- /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:a09fe8b3649e6ceb5ce90752f7f9e579782e3d2b3d4340edd55ed9802cc3c3be +size 470001273 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..4cbdd5b9cb7cb92fb4445b60e78938e3f9d036a9 --- /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:e09e09fe0fc7a61d8637d5becedd4cec62de370421c255fcddd2802296f60149 +size 493334461 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..4430e04cc061521f429bbcc330b272b40df54ea4 --- /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:38e5013df26e1478425e5a57a2ed7ccd4dee5bf81a0deb94648c586b980301f3 +size 464970855 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..b9de20dd348efa4715ec08595ee97279a1c981de --- /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:bbcb1f4fc1cecf56ce31a61446c18006082d73945ed6d6cc8ed57d770802d8cd +size 432807817 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..ac8cd084750e9c019781a104bd9ace0c7aeeef10 --- /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:68a0e150e1f340351e6c210001c88356f3be30e0ff8b3260e5787a3d3969b329 +size 457093181 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..6292bc00e9ec49eb9e0b7b1cff170ec7b79aa4d5 --- /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:2b0f2b586efa6941fca57b4c2185755634eac74b15b19e840e21914e1b52aeba +size 413394219 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..f9e5466586da604d4dce921417276160afe4fd29 --- /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:956bc5da34a5784811dab6a84ced70aec1abc33155864499b745c4f8490bdcdf +size 463735443 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..43cd94573cf478335823fa304c7193cb4428bf4e --- /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:29c7d1c7116b903987d49cedc59bf128dde5910caaaf49fc4daf548a7eff90fc +size 405614030 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..bf881eeceba91884fbcd3f5fbcac994a1fa29846 --- /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:9a6d94f154ef30291a2c0d29b89c07f6260ad0a7abda1eb55339619de255ada8 +size 882687212 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..2debbe73efe5346b82c20f7e78f9eaa6ced8899d --- /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:c9fcf589f77a6fb9e28eab25b339af8c36807caea26f711065df7923e26adc81 +size 540970304 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..9b266558fc4d2a7da951790d293edcffec80039b --- /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:c301009f368150d938a0785e1696c7c6aae9ef8201db3b183f9a385301458c21 +size 445997210 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..3ae3e0dfa2fc17d9522b69bd3fb447116b8bef13 --- /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:235e18442f5d42a1a3cdea224ded76d350191f74e2fe5b8208be39b963632429 +size 431434970 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..37f21eb7a345fabf1c9bb090434acb3e4f2c3643 --- /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:31885c0112300cfa564e8c59f06c279bed5e5e5189ab533f449148af9124dd4f +size 507116834 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..2640972651abd8add4ff5abe7650fad4ba8b41f4 --- /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:ca6742982348902ea06bddba1ab5254f5e82afb9d26d6d5243e7ed0c51d780f2 +size 369496696 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..5484f8ade737c7dbe3f38cf4daaf7f7c54454046 --- /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:4cbd1628dfa137082dd4332e8f59fa52b1709ac46f4b631035f2d9402007c2c0 +size 546069219 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..9b46b728d05e33b484da60a7bc83148d80cceeb8 --- /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:f8c3be2b01bf5e6bdf276a4fcd1bdde5320b3e382dcdf7e1dc9b06eaaca02b83 +size 630412853 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..03feb0195732c86c93ab7d13109e14af94c66f98 --- /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:7d86042f64e40fe49cf665683cf3946631078ede1658af2104f93f0b20516cfe +size 510879143 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..406a1514c60881f039f6765804fc1b15cbf66a0c --- /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:e97133774d24d22f6bdd7ecfc524635165ad6a1f321192e7d77a5f2c22189220 +size 461475888 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..82d0c55ee333c94b38f1c87e278346b1c0d8a6da --- /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:b9c5492de91a9f4ba5afd2752a5e9e3c91fed321cf374be92ccaecc18c72297b +size 692930504 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..fa6cf63f8f3d7bec4a5fb531f93854ee58193bc2 --- /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:2e93219c67adabd9e3ab379996c85d75e6b931aa5b964f4faaeb82aafde49d3d +size 761798794 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..8bc9097d9315dcff8aac84ef15c5bec927e9f181 --- /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:d9055dadce5bd01332a79f0eeaffd80491f088e432af4d8b6ec33c801309cd16 +size 599529017 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..bfdc531cf28b22b131240e21f38ef71c7e1b7bd7 --- /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:8408222c5b9d1280830856ae530f2124c50b7fd2b1a3f7ebe5f39776d8870ffb +size 565141561 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..1e119b4f337045981c4f97d92bcec75a4623a35d --- /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:02e55793c662fb2c555d53cdd2f900a71d96af5d4e0de8dbed283f7bab0f528b +size 476110428 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..5c13253cdd5efe23c6a2ae48e8b0e2b491a115cd --- /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:e18f2760ddd0d0b702851488381a2a79c109c9ca30c73c9550c1bba566d14711 +size 736761821 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..c4b8a5f671ffcebb68bad6458f45cc54a2e47cd7 --- /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:8893dce85db0c86cebcea3ca58dad64af0f5102999dfb36cd6406ab00cd02805 +size 562734986 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..ef7247c8a07b25b170c9c4a9451078f301d9a7a4 --- /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:aa65eb1125012ddbea5f78334e6ef2f5deab209862fbb27ba3aafc8bcc5a57f5 +size 932929504 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..eb2063375cb1f6c8314e2b2171f826dff3abd125 --- /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:ecd713bc9efebef832f50830718c7c48ed2ec0e0deb1000c6d55fb9ab87c7571 +size 511205998 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..8d66bf6fdaf1311047a34a8a31547343829824ea --- /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:8275374553f8b621ec302ec58db201ec424000e1c8b1d93cd341f2fc1ce522b6 +size 704738508 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..6d056ed899b387b52536e09bad64eff9fa36f94b --- /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:dc3d86a1266c4abdb89541e80e1223eb670d5dca7878f91c53bb1182f73a006d +size 693415887 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..1880b9efe51bb2e62eee613cb50a670bc3c84443 --- /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:c247fd71c9b9da79fc01bd96ba30aa828b62f6a2d223a5f98c5ea2b8dbf7d9ef +size 390945823 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..5c541a3328905590917d963ba8049d8b0ab0955d --- /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:20ebe8e6a580bbbed4f637700c6f767126218d51064b13c5274d8c29ad201d86 +size 606403937 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..a3b61535a35a0d603ad186700513ce5465307ebf --- /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:f7e77d6064b998acb14d0e5f3d11e7e8c8c894bcd7c587b36d34ada5809e181b +size 725240167 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..a9e65038cd3468850f581a7fc9c7e0f14b247c09 --- /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:149070baeb5feab927b19feead6bbb4dfb1f55fa503b44f8829b8e56d841b442 +size 653182456 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..57e1f3ff6e1a624a4b181adf31969032a1c06241 --- /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:ce78b2710da93fcf4b8ae7b4a02e082ac3d81c7c39696ac503ed2aa4227d5939 +size 386898321 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..dff010ef660a67d2f71d44d1d71200feb434426c --- /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:17ae01ac4841e713a17678cb75d2560941fca3400086a10f2ca147389457f06a +size 624535225 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..022cf9f3d8e52b25adbe8ad950ef0bb2cb697685 --- /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:b492fe25438bc58dc84ffd683ba0c73f93abb081643c2566e8ad47cecae0d558 +size 461846245 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..e649bd062482b39a774316c09f636ad75d86d983 --- /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:329ee348256e9a62bab508701bc4ddd372a1cf2a9226c8f4b6d717adc8a928dd +size 523114320 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..c8e4c3e16637445fd4c7cccca2bacbab1e9b7e00 --- /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:fa5c5a47877ad956482b7de5b6476fd7c2070b26595a056a4a3526efcdea5259 +size 531431636 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..b8625947e51ac067e5c8dd378d4b2eadce80ee59 --- /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:edf11a482847cf8c7af906860e587244378568effbe46fff46d512d2c134cb2e +size 660695385 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..a779981c99a0de8b0b4be2d905de2b70f0104801 --- /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:fa99817219847d4e5bc911c4d53aaaaf90c61b83aff7c5f1b6c0df8f976346fb +size 816368610 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..273739a13889555f00bde0923d08bd009240b92e --- /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:a78dac8a424ea5a160400fe4e8d1db2687041011cdd25a7cd95b76842486cc83 +size 442544411 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..419f66ae232e5bea9d7941bf77f01339265d75c5 --- /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:2e9a8bf24f3e98c4d6b24c8a41ce50ae4e200aa2de9dbefb25d0a272f6e3ac62 +size 628882398 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..5658869e8ec73979902d380741f28600353136e6 --- /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:5bf3edf7e7f208ea126f889d52134761ade5378c7071883aeaf75672f2433401 +size 495916420 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..3b437a6bbc99d29d2ddb98643eb568e07c0ca339 --- /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:1ede1c986f0fe7de2e9be862c08859e07f44e896a2b8333bc0282808a649a76c +size 448853924 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..72516ca972976c4cdb063e4c0b6f3dd2c6ebedae --- /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:9661e59a0344d6ff4a4a92e91da02a790d9ff3a19f652994981f6dd1f6944572 +size 489674102 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..b44d2fef4f335128e1030e2112fd2b8787bf0101 --- /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:704b0b50ef0cc4590b005ad7aa6609def1a1e79d3811c3362ee1e75dadef01cb +size 503165587 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..6b494c91e4be138c854d85ab7b178bdb18309e68 --- /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:7e8c8061d521c29799e293ed2baba78dcb6e92b361b25eecbc302bb55c34ac49 +size 593313616 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..c8ed798120f4fc57ed0d5b8462a6bd49f0f356b5 --- /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:8677893e53b5761d8baafc2438a059af7c0710c9598719e425bf43da46b1d58c +size 591097909 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..972db046d4e0f60a183d03a0240118312b022608 --- /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:1f00a62b09eeb40445a004c4c4f93885f5db14371da04c20886669b3c1b79be7 +size 836853772 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..56ea821c5dbd5a1ac1c3ab1884306d77c9202176 --- /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:22d38cb1cd11f5133002aab20438395aaec727c55029fc42a9ce123af29f9f15 +size 517858271 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..8c833e295c647bde012f498c3bd9db3aec4a953a --- /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:5d14243fbf2a0e5840f78dc3d30b4ba946bcaef93cd51adb166b488a588eecef +size 639138155 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..73bb0e3f7e212e2a195f780658fc644de7f88ff0 --- /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:e89bac56105653772471d4c7c3cc4f779f42bdb2247e0f7d9a0998ae0b8c9bbd +size 407783098 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..26430d3e9e46858f842c2bc0f797af72b3612448 --- /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:9330374f84529a452a9b0484627303d301998be0fc23f1021c15561a022da4e5 +size 569560530 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..8854eb5009c002cdd7f32b84fd99235a13ecf014 --- /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:d0ff403958eeba851989f4072c31b417b04411f25b4c6fcba3cb41eabb729bd2 +size 578602513 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..fbabb1841b4e975ea495c95ab297132955b91011 --- /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:7e31ce07157b409672428f0d3d86e6c7d06d9816a365e4b5a10460f3723e4636 +size 1174810121 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..cdde6799d0c3d7ff2ddef7c93e220d5d4fc2e1ab --- /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:a1892e20e45854ce829ca814ee3cbe2edf0e68e5df3ae83d5f34c7a67b9836f7 +size 505383768 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..87959b5c5cd9995d09cc634689f80afa7d4d4fc0 --- /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:d70b891042822f937d29d5e4f968c497533cfc398c078d4808d2472dd9c813d2 +size 507502569 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..09d58c28a2ea4bfb1713847db5721950d41cb17e --- /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:e0992a569e3d2b956e0be7dd958e42ea3f1e99ea0320c3ae14ccedf2ff738ea4 +size 490737583 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..27a63a32a0fd86bbaf8a78b13c587b7cfee32d2b --- /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:0fec5cdd99fe8a381765cfdc2743354debee60563e9b4bd74173b1a96b36af7b +size 553792311 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..b3feac87064e6bc2e5231c687901694e60579dd6 --- /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:3cf478585b7d2a211ffb11fdda3fc296c7633156b3b8fe3e7a5ffb59415e346b +size 543150437 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..941877a4b6b4158e95804c272ad6df5db228a1af --- /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:8a18456aa0eafc80e2993ecc7153138c676ab79e341a6e311250794ba65789dd +size 489566442 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..358713d5739eb503a4e3657355cc161ca8395885 --- /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:0dd1cabfd71baec13bb0e8c099d2c8407252f39e1a3c497e0df7fd831c57aae5 +size 453496464 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..8bfbb1983d074f9d1a91e35f71fd8f19975f1eef --- /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:d28855515d8459cc72eb080f4086ee0f5e6c9f30251ea9b8179485038316d77e +size 482490641 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..317fe0e2ec9e53b5ee4edea89980067e7a553004 --- /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:2b209c264664965954e2674a15b36f23c83e351ec7337efa215e34b429a5ec98 +size 572752228 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..0287f4f80c71708eee383256976b8f5dc3a02609 --- /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:5258be4c6fbb7f40b04dfa023323527f1a4251b46378a6fe1240466915b3ec0b +size 422971714 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..8b50b91138e6f771a43890712d0ef825ad099f78 --- /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:1cbf92c4ccd194ac65b82a30c0ab4840b0f594c9331d96db0e192fb0f5811c09 +size 587358901 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..e1c5ea6ae9819ffc0b53519f4688364c5a513552 --- /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:c6eeb6c935ba56d698bfa7b1328fd6799853dc1edf15e225de2429911101da8c +size 398821894 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..8d37e9b6a1475d1c52a94b3242ad13e6fc58507c --- /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:62b070552282ea3ce8effb88500970565463d2d298c332bfa821616fcab9f9d5 +size 555129587 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..bb9c7edb37a42a952a06f2ffe09b32aad7c6320b --- /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:a14c772449b82ab7944a937373fac8ceb9f4fbe94ed59289742912a19a87c466 +size 518245010 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..2bd68722df324975b1963c04d4bf7c633d8134f5 --- /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:839b5f35ef00a57d6ed343371f6b144fe6806dc33faa70a62c9c91bd005fbc93 +size 693023748 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..f1bedea9ebb9867b5b999fcc5bb3b6fce80b4ab7 --- /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:4ae953927343f25791e32a1218d1fcc238f33a5a9127be746a0eb3e9f501e315 +size 617813308 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..8d6b9dbdbe6514dd2db23b627693e5b89759a5fe --- /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:b289badaa2b3f9fcdc489274dfebfe19a64e499744664fa2328426ecf8fcaa57 +size 517666329 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..1a26c0639451af846ccddb36d301aa26f62c9e4a --- /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:dc88a180c89886c5b9f2f4ed4e34a382713c303dcc23c014d2c2877f7f0dcded +size 623067671 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..a83b8bfe13a2fb738f2112d23de36ef359e9809d --- /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:889e0e00b2e5ef019075ad4a8489efc95534eec77777883d37a8120f471b821e +size 689912092 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..1c208c8564275b9fc44403796b87662d1f70688c --- /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:de3d45923bd357e49814e8b6c40255f8b2493256d518cb59bb60fec831c8f49a +size 458292191 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..602145723a15b057191628dbb4974e298c34d0bb --- /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:e92247c120034009484aa93c411f90cc8878a3b599479d3039758c3feae7fae2 +size 473540839 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..9709dd8ed8f046d4cd2aaeea2a1dbe6ec2a935be --- /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:88df303f0be6ad141909e23840c6b3ee3fa5722cf745f7302e3eeafc353b464f +size 623892227 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..83464af0eaea12c77da98c18c1fe08b3f33a66a4 --- /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:16bbdb183326a0824b00efa9d9efe8bda93ad64777b031fff588ab8882655393 +size 572263524 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..ba7a67a2dcc464afac7e361ddcc3614456297b1a --- /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:8abb9d4a144a54e90b898bb44ea75f66b553ac187e5c9b690b497aab1271c38e +size 461365646 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..529a5b14870047821b5bef13138b8be4a3305e15 --- /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:88f3c54593f14307da7fce7200acd1af8fccf7f38308b67c765f8b596250860f +size 539274340 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..6495ba457d1615e411aa00c9f6bb88c8d787c3d2 --- /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:8cdf4838ea1f9f77640590f6fedb72d39fe9e2f2517301f8595825c63304c92d +size 782360227 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..4e7cacfafb261d51dccd9cfe20f0ad1594f82630 --- /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:41567741f62ffc861002e77883e605a1a1059b550c947b7347a4ebe0ccf8b199 +size 492416954 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..a9f447cad62914f4d39af80f02149657acfd5733 --- /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:cdc1e0f0ad476b85d5f6a240c30f994a3bed8eed484dcb0fa43b67dcfacfa64e +size 839600477 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..464853d997b8b78109f1985a164b5c69e38aa1dd --- /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:88223721211c83f3ceb3e4b86dcc5e8db89ced772cad4e716a8b301aa19ddec6 +size 499580797 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..1239ccf7ea444e43f2206c5e2ebd999dda11ad46 --- /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:a701d100550e8f40d3e1ec4aa6af6e18c273085cbc7497b9b5ba57293cb90af8 +size 733946661 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..acfe9d2b0906bbf25698ef32f4a6d3f4dc5210cc --- /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:08fa286978d64579e9e32366c486d567bcea37e4fe9b1fd980e5dbcb43f086e3 +size 319188052 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..8176329e0a0859a806f75441ab4c0312a30a3f07 --- /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:11099a2177811e49fbcaabba52ef67e2b94df6b9f5495956c797af6596cf3e60 +size 380914242 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..3331cc75171de593fd3c9385590a86a673c976cb --- /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:5798ae7537d28b02dd0f28def2f8dea7f2990e7ae854dd6bb1a85d4eb2dcdd5a +size 580679213 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..c9d97c47d8eda4b68333ff9c8d51d5aff4cd485c --- /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:e4a8b73f76862fbc9135ef90e337235de0d9295055813c58ac3da344c8b3f027 +size 724066217 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..19b9e6fc7bb6d62cac646f9ce00fe63173af6695 --- /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:60a89dd7323d05eaec1013050fcecb3e36d54000128c9fcd52aebe1cf820f7e0 +size 533758544 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..6e23de3c59a447439ba6326589cac1a13a483158 --- /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:589d42e384ee66e195782fe73637d4640601d516ec539f890fc2786a0aefdfc0 +size 663766396 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..4e6cffc7f30d23898aeb8f75ae29c1796d4020ff --- /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:c1d5d525c9d33e30fb90b0fb966be0abe2a822746866ec396501036d15370bcf +size 1252081733 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..8c00ffe169cec85262a0399ef7d054f7f7969653 --- /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:172a39a38c0282402ea5de579b99c82b4f7e559fc3c778194163e81020d34a02 +size 396913528 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..45f657d4dc10f8f6ad3f6d98944538bfadb63c12 --- /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:efa2145521cfcfb67b7f3f56ea8ab56875850a1a55e89348915ffcafc72796fe +size 543232675 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..1c89865acad8d3e4af3749c938bfe753ebda695d --- /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:02aa375fc3ad5e73a45f9f3d50672d303155d36c11b64c96e4f288f6f1b8714c +size 677521183 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..2933324f879c16079f9c147230c85650c62023c6 --- /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:bb1de3a4919ef6707bef4a886e532be3aede8b0a805edcd56ec99efe39fb3720 +size 420690402 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..fca56a24a93385ea257447e4976efb108b977082 --- /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:d4d9b6aed660c1dd237ddde4647d251818f236339057c6cff79bb6b532b9f305 +size 531217484 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..8cffd2a4a83bd7ae84d9de2f2771e035239229be --- /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:7524755f80dfa75b79c8287dc352c71c1f3163673a48a831b098af2a5a1c8363 +size 520975396 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..1be4bfb6ccb95c45d74c3b2338edfe976d1b3a43 --- /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:27a256ab801c6fc5189b4f49bd3092a4ac1fb4978bead8530d48e1331a1f2723 +size 397083134 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..d5cbd9820ee134b9c01add5251923071566dd98b --- /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:f8b842f14f244207685e99ead06bcda84a6faad33d6b6d612406f09b685e6a24 +size 583890784 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..fdc48ea3dc0971ab9fd3f402592f5e7fd5159060 --- /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:82e204b02f4b3198b003d6942fd2b36956d412e9aafcc23940dd363a066c85ee +size 466187263 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..cdfb25e81933f259d57f5fd25a6ce4b4eecbe6e7 --- /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:101f8e40b0be60db07a9d1a825880c8dfa4814b73a6e9717fff73b2e1b7adf92 +size 580686720 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..f28e33c630467ca3a962657576bad436c6f416a7 --- /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:e805d996f9aa66e05af25d0cf30bfb82165a2660c48f51853f43135272de6290 +size 434200112 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..3e210f75d3d2cf9d6045a09ea1fe59d39eaf95ca --- /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:f2968e72572bcc88badd361fedf4e7c5fcd6815bec547ff7a48122177bddc4c3 +size 942464224 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..7e0f0d1bb591e3493fec7ce82acefc9deb0a3e41 --- /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:660a2e5e06bc8ca3ccf28d33040e2e3fe72d19e754870895553255a5a1478a67 +size 499016931 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..c290746dfd1415ea60d03e0387e4f1b97c9bad83 --- /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:cae85f0c01be3ee006acfb48eeec227a2d1290c759743391cc73ece7aa529431 +size 1039801836 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..07167671b8c8e6790a25ebdc05eb26b72fd3985d --- /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:01fd90f3dc869fb398b3ace33820b26d6a89bb832815cc8c8ee941f31a47ce7b +size 417257110 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..547461d1195821a7be9c5be543284bffcccb4d4b --- /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:631005c2f0b14138fb2f7607f4c7a7a3b6457001f5e48ed69f83cb5c4f3e5138 +size 641861430 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..a05e200665b3124f66e18241825207e048f6451f --- /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:9f4451c053386a7345931866cd557484994220aad5fd8b8628ee8e4eab1e6943 +size 535928539 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..442e2316c2c9085135aaf26f9816ce4f03a04833 --- /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:ae591260a518f8da5007c6b0847af0488ae18c59015fef1cce9234fb170542c3 +size 440526212 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..b3836616587c51005d44f1d0fd46a64d57ce96c5 --- /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:16aebd90a954539a1ceb8066a2083cf9ae5f1c7111290790def1f1b64f803836 +size 470395025 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..1514e6ec07cc5334328269542fe3a7182e6c3abf --- /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:7ea2540198842d4953871af55bfc24ab7544bc12b352a27e796defb290b634fc +size 406197598 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..e5182b0c3e45087724ab5463aa5e2a99398d169f --- /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:acdffcefdbe3085ed09754ef745306ec31b9c48ade111ad15f41a5f82404a7c0 +size 443172738 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..b6b8d0c85ee7f7c260dff9f1c55db9a89b0c41f7 --- /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:2b0dcd328ca6e1b87e43a94acae6430e77eb82ee8055f377ac0927f3bb987f93 +size 1089626628 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..93c90d080ef23829523ea34485c9c6db72ee35d5 --- /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:c8e70e14e9a7377cf5007924ebe1a2854e7b20b2e3ceebd41b70a94a55a61d3f +size 567020243 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..44ffd96cc429ebf4245ce79ab403b323408df169 --- /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:2088b47e3d908511311488d7bb3a36c8d05e24975f39b8221d8da0af4db70b41 +size 656799886 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..c480c603cab5e3838c3d68756fbc0e8580ad6ce1 --- /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:dea6080c8b13794bd6a6eceae2e758bc95bc5b5ed6b51567739ba30c96db83c1 +size 872344170 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..02dda3795fec3379ab2e6fe98523364bad848b7b --- /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:589ae74209fd4552925270ced8bfde68d66037631cf9c26ac4d51159d9e55c6e +size 621453435 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..24eb26ea11a7323ac8171ec17679dd7990b167e8 --- /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:3dfd1a701284c3896211088d6a75dfca7f8f32ff31d1d41664c10d00b5ce71f4 +size 462704987 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..2227ff1066d8ad6a5c01f6e8bcdf85ca3df60d1f --- /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:4a5e9cf014e711a1abc7c5383dd93bd9447e4076579677b8924a8b2d53e00e2f +size 486971636 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..e89b2c8928c7cccf728412d33bbdc9d2d1405435 --- /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:89ff47936a67abe8ede36c443bd8ab6c18a8ebf7ea02250c1f1f4fdd1d1b705b +size 585719074 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..ee754f94bb93c6172c8098990ec4587c367f0e3f --- /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:461d62013a859702034049807227262e0f79255b63e8d25945657890053c0c9c +size 538137382 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..68ac04ad029c70ddec1e2b88ede3d2c55fabd6b6 --- /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:0cd707c10d34d57fcbd6a2b3f2fd4e15b427c77eb2f480a0ef5d6730b307a6c0 +size 858902207 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..29f4acee11b8f8c508aa8255c447582e07c0cb7e --- /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:0bb52fd2ce839dfed15b4fad6ad5db92a2a59dcc20554c142cddd275da108a73 +size 482389092 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..5c666b002287156b7b26757107d3529462a62306 --- /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:cdcc274853990fabf59aa169974cbd93c90a7e03e814e45e88ecce5b32607b72 +size 635617225 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..552976c2682251e8634148ec88abb4a640969871 --- /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:333395712585812d295da569716b563b9d313fcbeb6d6d1d55bc11047d57276c +size 800929109 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..bd6507e56db248ea0862e705d77b19be34a652ee --- /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:7af3effce0255401a846e672707c5230d76ce609cd1b8d53bb235e78cdc6d045 +size 418479342 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..0978ab72708f72fa882229846095f457973f4c42 --- /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:cd34fd44b6c10b7d0cd59a54f215d680d0f994920d628d0c76c389da75c12404 +size 749525502 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..8dc59389593137392bbd577c4ee5233d67d02b8f --- /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:b4d100328588769baa44ba8957461fe3508da26eac83b168074971911a5ed3da +size 378519421 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..67154cc228521f6f1c61e6cc5d8997385eb5a197 --- /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:a203e536e4c22505ae7f118183d8895e0870e713db32ed1d2ff0f8724f8f5ad1 +size 418382213 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..1bed72e761d975a0130be9576c259ab0a91c2480 --- /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:549a5b4539d69954fc8388f5a7be81f02d8d988788450327b50a94a4244f2cca +size 677049910 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..8dc4ac0989fa21a9eda6df56b12f22a005a0aaa2 --- /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:a1b51797f9a8c21f4976b5c931d37d4a57d9f9ff3d41ef07878444513047efe8 +size 836905612 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..a5bc77848866d31b416c278f9c62dfc950832e17 --- /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:b05455397b885427f32aa2fd20da86cad2491370ea78557757dfaae628f0eefe +size 460889897 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..3ddc2bf8e055f1116f74e7239fe1c7d50d32f35d --- /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:ebc86c3512752f3bfe081997aa37e396f959eb837b84129019776710568bd646 +size 474182606 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..8d0dc0ec50cc497f84a98fc8c20cc2cb39e324c0 --- /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:d12001578ec81f64b8315d88aacc835b8bd7be0d496081d9d3939fb77a806c99 +size 427498681 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..5c7d3395e4ec19aa16fd30bb2847522e7ab3d178 --- /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:c7b616a30deb29de1f50ca6a3d20b8a1646c54d85fb3d7672b3229569bab5e33 +size 376709685 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..d52f1e902a7b131abc9f4b4e88f87118a166fe93 --- /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:e444cde8abdb8abd62be35f8e594055e0165128ca6f5dddef174d1176ae45b4b +size 452058729 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..b890d9eec5b55b56674536f125b86174adc12bb2 --- /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:c3448e15405891dbb202af77e91ca3a5ca03a193fa08e76179bf51e9b5af19d5 +size 397769016 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..4c393b5d9e0fe311ab9f874ab3f8195447a4b037 --- /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:5fd8eec904c4651e74a2aebf050c1b3f4ad17b0fffdd65f51dc8eee123fb8af2 +size 529090764 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..81aab147e3f75128493d23e7c68de3ee76f31ec3 --- /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:7a4d61c519855169f3e98727cabbb3428372a4869aaccb1a5dc4adec280ceef3 +size 527354905 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..dbaa26f043bf5666352df2cdbb0725ea35f7e7a3 --- /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:5c76c1c3f186718e8c8472c27fe69e4a9569ac8bf65c002a250bccd0566f4566 +size 529807192 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..0f6bffa9836f596a6d6217b429625bffebe87ff0 --- /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:d5397b76bcda82e624e375d7ce759fda5562fd3e87573bac72f1d2e509c42868 +size 798888665 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..c46166e3bbe789c5231ed7abd83bef7337216c81 --- /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:a27b3e57127ed79ea2b661818b525f9154e66a3d1f8a51320bcc4bfeb678c7fa +size 634668979 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..2e7633e29e0c4a0ad127fd9c8bacd7defe5b0c62 --- /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:7e7e42622bcd106500d2ecf4c4ee396682edc153e1f84cc65462dca531cdf80f +size 556263565 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..66a13bc6285d88a4ffdbd875693e3c2a054d5110 --- /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:c302d3a0fdac89649ce4121867d672e6925e322fa2d29c293b3fa9794eacf089 +size 475156699 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..f19a9a3ec60266f14654e5e6f24c18a50f391e90 --- /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:52b96fe5bdc6e421708816efe4382eed3e611677d45bce40e386de39775e0ee1 +size 362293178 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..7ae48ed13706acf185489ec769963ada94d964bf --- /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:119378eb7c25a4739cfe9923bb09c12714a5ab34e218794cf3aeb7e329f504c5 +size 537430089 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..bad1ee3ad92dcdd306801d0129929990e28a1345 --- /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:ccb0c349fef21cbf157b9bffc2cee1b8f8ab562e761a8db304c2b0071b125540 +size 423499770 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..daee166f24216f7582a74651377713ec32d4f640 --- /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:a0e2b0069f1bff7232c22ab16fd0687f0ed1d9198f1d47deeda1f66075ca9bb9 +size 848065382 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..2872a4717a85d5102ac3755d8722bf8f325644a7 --- /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:8a429efb0a64fb5e8d335478ece5c75256344410de699d6bda2536b53c057fce +size 382462833 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..251c79bc15d2afff468ab91f8fb2b05e9e246c8c --- /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:70d7d1308eeb0889ee6323cf7790ad11a9b0e55c8d98458f4667f8ccaee11c74 +size 493205534 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..52e51f218fcf48a46f6b1181db02f01dcdbe7602 --- /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:dedbb880d1ba3541269a21b488badc8a1664f2949f4b6d75d7d965eac0b7a194 +size 623754330 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..8ed58f4703045f65934cf038715d81bcc4908a60 --- /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:7213ad1bf2b1a780d7b47533f26166b088baa70ae850da62d22aff71954725eb +size 746003556 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..99bc5439a8cd1d999f8b219d91d32f856135902e --- /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:81b86434fec6cdfb617dd015baa6d596c052fced62c2fceed308e2c4d7fa0530 +size 493701921 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..6edcf2e4cdce2903cff07970f6cfa816d52a9f11 --- /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:e28310a26394f509d5124b1749c6bfc524802da6f4870380020dd251e497b0ad +size 349613538 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..615f6f92f90b6e5210cad3cfac63f8d0a47737ab --- /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:95c3d963400be4ed61271211ab698da88136734a1064609b71ce109ad627efbd +size 473970663 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..1aa7e4282921eb9e1486bf4211d9908d90c89178 --- /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:98a5f7cb7cd9622ca876c846b10156cee43b5dddc24cdc06755b9c9b2bcd97e4 +size 438327851 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..798e5132a395eea19497bf223c484a6817073835 --- /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:d8d11b44947e6cbcdddd2233c04b4148e08f4ac9b30cd75208474ff1daad517b +size 708576263 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..23a1a19772610fa9f1f01f5dadca4e8051b0a67b --- /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:0d1c7a7f3271f26f07c7d6e04a54b6dd343443a324386ccefee7135ba6ea1e3d +size 580554609 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..226c87307877418b27a1c6632d92e3b188219a30 --- /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:0ff571c8768afcee59598165ae3df176f12fe0d6fb9beacddf94a57b41b5e8c8 +size 349108849 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..e23e74659e8eb7f120f43a147c38358740e0f4d7 --- /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:f9b3cbaebe2edaf08ec1a18973e895d47d80585fbe24b6f3dc6bf9398f2e89db +size 443844151 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..f66caaae038623eaf40781238bc0329d913b14d7 --- /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:fdd814a0d9569bb4e54dc81319d49da8719542ea56c2631af630ca2da7e3c523 +size 655111927 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..04bca205908cf733af5b189c786cdeec8ad8fc9a --- /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:21259058441df822a3c8137c65ced8e899734dcb7ef6c2a8dd7f5b0773c2b99e +size 487185656 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..1a45578fe8067e90ec562ef929ceec7383112bfa --- /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:4c53fc2dd9e127f8d8101b3e79c1b6a8a9a7962fcb5a11439653e20931555a98 +size 361429471 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..a28212bbb68706407bd3801789c805121b9a31ef --- /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:4400f870d269dd64d12f7883082c7770d2a42ed0e34393b77a1539d29404958a +size 411152657 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..ddadb21e7c984140bee9c9cf85ec97933bc84a04 --- /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:fadf44d95883f7ef5e1a75b7adb81fba6b18c0a494df7eeb29553253be9365e1 +size 398535178 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..56497fd1e5c97e4e189528e52901d87f77133e06 --- /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:8cd786a531bce8306479e84b282e05ee9078eee773d1172619a6306256524ec0 +size 1016339545 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..7b3d5c05405dfd82d26c357b60676f01bbe04e9a --- /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:df98642b7d67d95c78e6ab9d2c59c1e542f739de500f1fb2f4af4f05061f3d24 +size 490828535 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..7fd8f194158790e80af756b2c577f84b03c605d4 --- /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:387a248d310342c5507d77b242ddf23071b6c8c9fecd9e10c157d40238649ca2 +size 494026758 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..4cf909daa19ffce93e39167b59e5b97b84f5725d --- /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:f0a59b1ec41f96a4fbd7ef8669196ceea2a4cdda985f4324832981ef68248bde +size 546312468 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..390156cbd493bd54378207ca100afc3c3fc31845 --- /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:3032adc7764c25473b7c84d4be56340e78b19e0eaf65cde2f30609466e74cf15 +size 441889682 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..f11e407e24c4e7a15cbc5c4b0469e4e6b9139acd --- /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:deb911cabef16f01bf683e512e7a62091059d999758e99c32b086cb8f1a6336b +size 486182293 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..4fc88be66f5e9021f8decb98153e5b82c5b428de --- /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:5a0ce01ab1221e998adbf2a42a56aad83c4d31978c3c8f5be66310a316a6b63b +size 409339132 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..749719777636c18d73187eef91442494c09c7367 --- /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:d38dd4e3ed81b2d83294d3454faeb6eb4f845d07d1c0eef46054c7f65f349938 +size 368177557 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..f049a5bdb38840d53194c216f25e9075fd10c0c6 --- /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:7fcbe3fc1fd6675476738ba2d0dee0517afa2f7f0ea833075efc7cd6e81aa999 +size 670841057 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..a3b14730b9e1876147fc81072014a0d090242840 --- /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:0e89736f164f034fc5984b7d1d8ff9500eb7dbe6753f8dca836e3b502468ed27 +size 770935793 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..5eb4ce626641d61bc781d7637502e2378f91ca90 --- /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:dffabedbbfc09788eb0d2f46a20cc860c64e5ac3e7f18412b28177790f8b0ef6 +size 562744145 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..95bc77640b960aaa4480d33bfb9614080a00b260 --- /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:88b951ca71b266f520d2678c7d8d2fdb907bf5844b29b4f5fe6981c688e2d458 +size 573145885 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..b8c39c7051bc6a64ab1ac19db260901fe76ee5d6 --- /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:914e2293ad145ae720c25d952b9979c3be855bb23c0cc6f0a6b9cdb103a40181 +size 479315915 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..5271c87aaa5ce4a703dd7472f06bfca5f1f955c1 --- /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:eebbf05d693de05ef237baa0770c5c2ff833c09f893a325504512e8999bc5af0 +size 459002026 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..c73b5c877215c30ebe9fc16c4262dc080bebfcad --- /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:5584ab12d6a8d5229db7c75ff1c7bee11392cdbce10b0faea752f69f3336b5d4 +size 568800404 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..62e31f651f94a85f7e6790f3f348a0fed934c4b8 --- /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:8735bfacc25fed9860dd97e64cf7f757203a74bc4a750050fcddd06a9b0faea2 +size 542356556 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..4cb590feea4fb5f7b7e81d631322404b39c4c88b --- /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:70104d72a61952bca7b250cd69702e42746c6d64e0e7c4aac7b2ffdedb4a3f10 +size 1101310692 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..69802cf03005dcd23b38bccb9775e9e6b668dbbd --- /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:2e2392f00cf7536826762d5e58fe5228c9e0c25f46170975198c46e0ab7ea66a +size 457886795 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..ec93a75d9b2a472d46bcb17138004941c7ece8b6 --- /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:234b42be8322680719208efd7a175495ed9282676d50dba625cd4abfadea1bab +size 598019380 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..a0771150ed89b52a021df1ff32cc57be82e81d2e --- /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:44bee9fca2e4661820f5043656485fb9f8179b5fdb0d4d646066c8b00e4603a8 +size 434833665 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..1d2a24e2b93ad797ab55e781fdbdfa0326fa2a1d --- /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:7292f41df92b782b5f0ad9fceea98833d913f2b6b83720ebfa7d46133eab4362 +size 495157518 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..cd5ba3b26485788c3e3426307f2666fa9e82feae --- /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:685c26a20579237683fcf1a374595af09fbca9fd16ed0a6ddd790209169311f8 +size 511403248 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..f4ed0bb9c7f03eed57b95abb96b5db84381d5cdd --- /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:edb7f8b149e84ff73096b1eb54f36bb5b305d04abd64a2d15d070081d3b7ec42 +size 539677896 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..31d563ba6e9306e91f43ce5729b5149726d27b70 --- /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:6783cdd8feaab8a6416890fedb67336d8169b0dc966d8fa3a2584621e5634548 +size 390160424 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..c38ee2d5e94391d365c7ba66333ea7c9d6c18a36 --- /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:0a7bd9fa67ab0e7dcebc8b1ab6358e252f618705e3af3ef4f726587b9eac978a +size 727990293 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..57176e1ca9bfca343650905fb71d7dc0c3c98a54 --- /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:b5f9bd0cb867da7a51364aa03970348faf3e6f7cd54b363119418fd314a35bd8 +size 570998085 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..d095c53e5d15d4b95daad8ea95a47fb8bde9ef5d --- /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:1baf3ef2bbd47c54da43c494cf4f322c7a7a357dfff12104546f37e227d5e182 +size 395594674 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..e137b188017175bae89896c82ac639496c806f79 --- /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:86ba103ddca224df2077d59e2750f8ba7296cc19f0ff5be58610f6df0c1404ba +size 370099190 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..338cfc1a8829dd26ae0d9c98683c75c260f08267 --- /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:dcada50b83f5f28dbf8c56043b94caea291473b1ea4baf3c0053a0e87c1f78d3 +size 648273087 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..6aa6cc7e61caec7fcba940c9a4975ef410016141 --- /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:a50bdfddb1182b558550d9ee01bb87b2d938152e0d9ae048b8c2b4817de9f917 +size 895228595 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..3b1691961140e824e4b5e90b1028872f7630c4ce --- /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:f2a1fa025072a9e8a9babab8957665785f30386291e30edc696c16b97bf301af +size 525656875 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..c28a9de21bc9e557dd08b52871cda2280155a533 --- /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:52fce815ff5301af4677368c21819277626ff4c739bf7d5df979c533784c142d +size 446560366 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..3dc002ea3418bde3b8b678bad962d7974927ccb4 --- /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:f8863f3465bb0ce922936a9f29238d28898c942e6986bb5dafeffb7f67bbcf73 +size 616017280 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..6bdd75a9864780705777f2b361b3b208481b5105 --- /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:a434edc15027b935711f29c1349b10edada69db484c621405fb83b42d66435ea +size 428024794 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..15b20c0743a3b03f78b4e28d77437f6a9cbe6c18 --- /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:27f6a6e7c0ba844318ed203e635f526cecbc548a65e22fe73ade1435239cb6c3 +size 626287574 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..da997d355b653f69801c059ddbe48d96dec95df9 --- /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:43dd03d39396522638a0bce546b2a8b31c77d9587ce2fe2f7491d1848aeff8b2 +size 376920852 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..27ddf68499b54d96a0bb11cb1ff429a22cfad16c --- /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:f9748ff6a45a2492e10ac8f35c1c98d25b511e8bb956d496218090afd833f2c6 +size 414828863 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..5fec0d8b8f7fb3d255f920be71ff5491c94113be --- /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:dbbaea74e49e9e3518131099b4f44bd89a5f8a1411bf5bbb480c863fa81e3d84 +size 584279039 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..b9226c744960cc4440c9491a4f95d4824ff070d1 --- /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:6672c198bad0026f51597c3c2a04b40d9037dd50b7c725daeb8cd355a5a70bd6 +size 549065260 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..38f6d113c80a49035117bb8d2c5c72f0128958b3 --- /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:14ebfc820dcc36c0406c150c4efcc952fa91e0bf01bfead44d3718233dbc0a94 +size 607641229 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..fa891baa6cf83045f2c401bb52bd1311849246da --- /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:c7716e999e87bf4bbf32195f049aa05b33dab36da869da200065dabf73b76227 +size 755953223 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..83c7f8adcc7d62a17c2bd858010b30820473efb1 --- /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:375f9fb69bda08f5eef02f541cfb2676a8b26f56015d0b414c482b35da464be1 +size 452829226 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..f2e5aabcf022c2138db4101ecb0cc82ada188e9d --- /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:8f1770464a08c30bdf99d91bdfccc8e27a9ae39a01790893c6cf15acac69d230 +size 503550982 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..632cdecfb7f39d2f2fc3cc6977c03e4449a80333 --- /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:6103ea5ac7afca5686d33e801d48c2350ce9c9c7f0937fafe16326d05304f4af +size 377876975 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..2affe67e48a4b19607a51bae6d11b5ad7983fa23 --- /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:129defb0c0ef369565af78bd520377e7746e996fbf2c96ea685ea035a7393308 +size 546578502 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..cdf744c1c1c563a71596807c9b9b344ec5b39b88 --- /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:7b4fe01eafa28c3c5d98d0590f3853dea71a73162438685cf50643836c342559 +size 626624630 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..bd46bec044289fc403d33bc1e9aea3dcf0700dc0 --- /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:e4a01342167aeb2431db305954fbe7031bd073f4e9f3b8c8730b74e0d405f434 +size 384656073 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..83f7d6598a23ea89289cb4087be290b00468446f --- /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:67247729b11fcb85b91d4a3d67b324a9e579da0486f3d36e2b86a8a4d5a5aeb3 +size 453790741 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..4459503e8d2c9fcc8b54eac2b3632ad6d5206a45 --- /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:b0135ba5b7b2a515849992ffd137833485df89eaa84fcb6e16be777537ab3fe2 +size 412066690 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..93958bdc57ec327207a40a27a70332eee03235a6 --- /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:5bb948ed44cdce24906335292d332cfb4c74792d90a685a05c2334dc9e8fa864 +size 642247930 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..28215d39f6a9f9bd1c6db36ac562bcaf62829ebb --- /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:2980e4fda574435c327215815dc5f7fc0180dd03c3c2154933a0b8e27fa54889 +size 446466157 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..bf7a02631fdeac3b1907db6a4d4a937f2a747bed --- /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:1052a922856efa31efab8e9987e9517932f95fffa4943720d7fd272434adc868 +size 372147176 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..bed718602e007fb239ed8e968eef70788e36d305 --- /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:747d9a5c9f2ebf8b30c81543f8f35f10e329b5dde8cd5908d828fc9299e2ffe0 +size 438693884 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..b2b5f0ea0b14367b8b9e42a12ea70ddd7216df35 --- /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:a53b8b25cc63134c3c288b5e8f96b32b79129d331dd14ce7a87e8873204e66f4 +size 477845249 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..528d09e286ddc8a2f6366b28b9bf79af4568f417 --- /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:1f603f43cfafa0f4c024512aed96212fd0a708d71bbad0b1544f59811f331d86 +size 518426819 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..94ed72556d46ebcdea536773a45421a415c12cb5 --- /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:c8a4f7715550fe067fadb9f4556469e3b98aa251b466c4157161225626b71b66 +size 446443065 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..050605076ef9dadcaf19c01ff5ee30b0e6001261 --- /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:bdb3ba3b2d3363ba8cd309c95b829e79c83106db01ce82760b64b940c4fba9b3 +size 375257579 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..576feb7eaa10f3aab00a03aaa05d5d6e3b0c1433 --- /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:524e8ba200a694c1a5fe4ad367de8e7aeac0b509da2cde0996d7a836acf610eb +size 492603734 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..9523f7b4e90e0377bac2042645a590d3f30379c3 --- /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:3a533059d634b49716a6a1cbe18ca0f14782906ebe552bd2850a17cdcdfddaa7 +size 650632680 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..694c1d9f674ff20f9678694988f2ac236caa9ad1 --- /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:44c22e4f4bf3095d2e8cfcbc7cb194fa1b2a0e62a69ecb13acfc2319f5e86fe6 +size 800698027 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..66b5237686f9aed7d3f5caea967e3624dee69a46 --- /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:deaea2ef9f61e24ac0e38e567c5d6fda916afe9dcf449a82acb616dc6b5e3567 +size 414609746 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..d40325d8553b87986a64bae02f04c2d1ebdf920b --- /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:ee3991a62d94f6c503ebf789edf29da0c19ef717dd250a463536646da58ab4cb +size 498009122 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..e90b426ecbcc733265ee752af1f076aca4331548 --- /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:f613194c4109753e6f19b638a52e6390a2ebd738c82f39d73c9a6a1ccc99a261 +size 672168444 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..0e0ec39b7969cc9e6b7fc634bfd07e8a94f70f28 --- /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:e18c2b3eebdbdeafd84e0a81557d3feccee46bcfd7110db16c2062d97199c831 +size 410596966 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..869c607c9de510faffa1898bb33fd594467899c1 --- /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:b62cfc2e782046dd3110657b56d22e6107d318aa26ec158095720870efd2d721 +size 493039926 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..0390355468d4e3d6955cc15a970bf3f5e29c7566 --- /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:5d2275fb2a89394db79e52e9fc9dc478b785ded7cc53bb76c4c9ec15d7926c51 +size 431661034 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..1a196080a876f274b9ece0b9a851aa44b14f18b8 --- /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:0d15304b21fbb719a8abeab64dc18ea7ae0c2917e9e785f2eccd8338691690e0 +size 587889124 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..f3ffe778f753e4435fc89e6ebe9c2cbd334e6813 --- /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:5dd4e33cb159b974f92a4f966d0386d6b6eb0605cca911109cd68db9e0026c05 +size 407139706 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..ab411c619deca06c0d6007e7548d23174f2ea00b --- /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:354f8a9079c277e0870dac77a62384ddfb7a3a07ecd3b334f5ee5336d02e8dfa +size 594867638 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..6ef934d4e429f01c48bfc55609a4c9fbd3367ac8 --- /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:0060c53cccdea06a34cd7b8d0bf43286714dfd8a38cf0859a9c43465b0219dce +size 466712094 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..bec743148620dfd78ac154b174d172f0806f1783 --- /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:2516cb99c97d0349999763c65b1a1382b195d67fe51115da793b284f8a9182fe +size 479088797 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..0c16408f217c85385abc6b857e1aeebc80522fe4 --- /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:b581846b402dc23919fcd826735f7df4a2eeabbbc6f4a5f7ea1b454fa6dc795d +size 539674575 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..87e12bc56edc1e7a1b464499bab8cf92bda14d7e --- /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:2b12589daff31b4325b35ab8c937631374138c60a7cbd6651a2dec89c12b108f +size 684623048 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..b6374245128b6a609d7c67853cbde6b9b7e3725e --- /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:297687fd09257f91c8b14c82a3be223a974d8debe3ebfcdd9d73c702e866d9f4 +size 397296211 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..25879c546419bd49d1b9d34bbb1fd58656d77670 --- /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:77a04e4514f3590ec6d82dd1069c7e8aa101977574a611438738990b9b383dd9 +size 412219625 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..7b802ed2b373e6df5a56d956080d6b9531ea09f3 --- /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:b7c3b3365eaae9022b1f3cc5738b016ec7427fee16f27d9ac154b11c97fb5a6c +size 389101193 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..cf6bc77d5dafd15afb8b04663aae03c612d3b070 --- /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:94d2a1a462dff8d6b5d9d6cd97e83e96c9b1c9da8ca989cee6c12f63dca39ce0 +size 352096532 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..5a12293cc2d6092663f5267849bc80702e7ba5c5 --- /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:30cfca3df6cc31b134c7f79f93f6d0a8f4c826ec456fd845edd373b01f88a44e +size 440505596 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..da1d6f858c457749dcf735e8470da758cf031a03 --- /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:878fe391376acd432eb64009882a6b8653c8dc2b3cd3b48d754fb775e7e01dd4 +size 607220525 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..7e9b82c6a219b1de09be928c67640d2c14ae0d95 --- /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:a2cfa1311c57ac55fabdece47938903c903f8bf0a522e8656ae24a30539aab10 +size 434868407 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..9346b5e223b1cd605c3de993ef58732e8e08cdd3 --- /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:7d54c95f4d0055d120adc24e3f571be4d45308942786e23445c6bb75b2f0dcce +size 432953587 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..66839c06ada39c19e5d9ea3f7fa770a822b89c54 --- /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:c77f0b86ee99e04380c0091f6c8ba77e3e96afde8ae88bba4318fbf6338e7568 +size 419011151 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..5cf64a806466eb3ad4d64a5d450df3bd034077ba --- /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:9615a3f09ad4b8ac031cc97ddb3c672605931ed14413bad78153c65d49f92291 +size 470432208 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..c8014e572f5783984de31e9353703707b97686df --- /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:be20881dcfe72d3e336a167fb9e0907c3c170ecf5231610434788a3339205c1a +size 483106706 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..539f2b162fc1e908a35c00ad708dd68ac8b2a9a4 --- /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:72344ff293dc28c3519c07bf3b77fa66836afd5ff9db742f569a372f4e54f619 +size 853430682 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..dcfd3609d28c09e107e94c22ebdf920d2ecd10c2 --- /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:046e1d1f5802d6492f600c6f4f406911dc5c050a19efdefc5898a5e3281a1214 +size 661710187 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..aa588a78b2551124ef6ed92089b7f502598e8060 --- /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:7e0246cf0bd553f5244b98f3da0e7fe3050f5385e7488302601cc223942b0c1e +size 822012293 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..22d95bf5a6a39b7ee1013fe4e4085ad0882a3ada --- /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:fd28f81904c99a3bd6f23149a4fce5763bf98d3166fe5d05b89fae7b696c7c8a +size 412643470 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..04e8f61e987bc40183a4a406ce75b98252ae2b3b --- /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:59babe99b0f8b3f76640cd33789562168580c1b33c1515477bb513c96af69e13 +size 407832416 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..cc22f08a24d1d74c062dc6db529402f9d74d5d50 --- /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:cc5a05d8257cdb2128b9f204a128b4f479085b3036465e42d485f6820de2fcfc +size 474403660 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..b94c5803090923337d7762882d07092400aea146 --- /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:0970c23eec577b5872eb422a0c64104f05d7d20db1d8990bb88a71af4d2f32a7 +size 572109308 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..247fa6b9b10152d40d839647a5f21c4b5e47208c --- /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:eb6102e63993a627ccf3f838d4e9e89153ed457b2cf2556153d5ae854129aec4 +size 508368199 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..210733f8ecbd33ff6a4b85a5fb1f7c5dda5246d3 --- /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:255598aac7114fa832b61ef31c8a6d8ba6a02c376bfd7c7419aa26310bddbd74 +size 554235999 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..0f51ebc8cfede8fa47d62d105ddd26ca563f315f --- /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:c67398f515ec3ce0575d06ab14da063c92c512b038cac694c6705c89f4e1feaa +size 715753973 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..9b373451c7128cde5bd748cd4ed3998f2616bc39 --- /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:d76a796914519ec2892c1989d3645de5ffac68d9d19ab6d3357cb1549e6a981f +size 523310065 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..0422efa8e5908f7c1d082163cbfed24bf4615d50 --- /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:10aa8c407b91816c471a80aef5a75db17782a6357619e428b81db23b5ab493ec +size 618741220 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..4edac606747ca7c7a0a4df6adfb0204d8fed551c --- /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:ff3237cdb5c89b1d2a57c33e8eb413e186512bd03c51bb2ea8c09e1a651d47ec +size 463428673 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..8db80d545bbb6a519ae7e369b012ff44fdb9d2d5 --- /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:ccadf059c2c60b0098cccc917e8abab151997444725661ab19248fbbf154aa85 +size 717219916 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..d19489c835a71dc7a520d158513b91f4b190da9d --- /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:5dc45f87a22cbb76bc6fb485c0202622ca4da9917af05e424ca6e199f7fa9a14 +size 913637522 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..2193f4ef49f236f4e96984fb135b3ef5b1c0642a --- /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:afaf1d447a16819ed4d31ef3ebec0eb788b8bb1816581c8e8f77b60841f5f6fc +size 579362692 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..3b54087ed055d778ce271b55ac9dff9248741d89 --- /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:1ee9840815a63f2d5eae1af13d1abe2a2dde7ffaa87a5bc4a7f718fc551f12c1 +size 446679188 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..e2014dde089e2e07b8aa7c384a8ac62daab5341b --- /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:f209dafae5ca8abfbe48efc4bd067b7482d48ac0f362e3a0cf27eddf12754674 +size 411850144 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..6dc1c3e1c9d937e724fff1568d9dfad28d75b599 --- /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:673afb51450501857c7bf5548c6a9f4b022148ad6eacf89378b9ecea8520df63 +size 478126277 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..9304d05fd773d2f17fa311858dbbeb534b40135d --- /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:ea7aeb250855fd22bfa136e7ba57d3bb8e48d0603c0befb1a9de8029a772f702 +size 621709252 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..148aeb611e913f1bf36becebe4f8d64920a1e824 --- /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:83e01490962d5858eb65528db1f6ddf41ba834937d6bc8875d8b50d345ed3b83 +size 498445652 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..ac6ce6367933ef96843ccc4c7d662d9c00ae87b6 --- /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:ada0e26a7a14231b47b2f7224c61b074dc61485cacf258e1ad08138debb0bf65 +size 441238052 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..56b1fe37e8689ce0e492cbc59f1de6a84041a1ba --- /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:54b76ecbf010074cf1cbe057c3686505d49d71013deb3ec9a9f9f7bff03e2ac1 +size 564437825 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..cf08fb8208233eaf09df91a9812bfad473b6ee48 --- /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:1a971f82eeaebf402e15465f624029d633ada273ca569885fd660a344997bf1a +size 484864592 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..f5da2736ff366f018ae9216983307928928306dd --- /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:bd303231230e255062896070c6e90b3895921035a75d3c7c372f43f450207fad +size 541579315 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..2b042088436bba49605ca2419996ad96be8af339 --- /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:2c0e214e32d714c3c76165d0a42c9b69679ab53808fa0344cdbdc47e982640ff +size 455150841 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..b84b225ed5f2a91a1443f41b7d1dde0c2fd9e1d0 --- /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:b83bad44390214f92d4717604976b7a5b3c20f3b223b8b68a1f53e68f986a9e1 +size 364218477 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..6642ba6b5d332df29cc5067cacbd3d7d4c87bd62 --- /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:7d2e75eec997c17271e6670a1fb46f692a48fa8ec3d2fe76c228872463c023eb +size 706033688 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..f940c57a01575d702a216c3082260cabeb81078a --- /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:e1fc1b816aba16f576c9929691dc01cfa05783f39fd39f6a666a48a974b171ed +size 449655602 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..bbe837d42c7f67f56443164e9744813c93a1b8c9 --- /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:e26d3b4b77aeeb78699ff1914b1463091f2fc9112597d3cc74092c27807fcfa6 +size 474367728 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..990f80312b5b78727f9e3cc799c18f8a44cb5ae1 --- /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:b8dc26b36375bfd56cc1204bf3ef42fc536f1bc74e7623f7c4d8060738d1a3dd +size 526711154 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..14e4e08ffe0b92efad14bd5ca90ca21642f86b71 --- /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:eb43542c82478c9c66cc14d2927864053f2be6180bf39997eb72ac306bf1b1fd +size 550142301 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..1b4f2c303812b371840b57c714bf3fb3d923bbe1 --- /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:5cb01870e3f31d9331c172dd22aa2fd40766ca732cd45d6358806cebeddb18ad +size 532896155 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..3e2d38f6a4c4de2b6f91621ef4802d67edef2d9f --- /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:8d9d95c2c77551417cee9f5bac8d3dd49dbaea9833c713a9a2f29cbd34c9f9e3 +size 643619263 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..cde7688229a16483628456ff4527259eb77ab196 --- /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:3735d77c24bc18ef622f28c64edca9f2693d1913a5d49d6db5e5be9673978c0a +size 388037405 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..dcd2c8a38bca5c2c8a4bce00f90245111e4e022e --- /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:48de9a7205d462d0995544e3e2f2abadf98f88b88ad629e46d90b255f3434fc1 +size 537114943 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..3a12e71d9a79ca7ac36a305ea7dc54f01f092af1 --- /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:53e3ea77704cd82f1d69042b5eb061024d33c8d6d1fc17005268699d0631c4c4 +size 493695606 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..6933cbc68596d1a5834d2ed6c759afe88a00a20c --- /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:c0e5ce350910386684269e23120fc4e0fed67943ee2b7cf1b9ec02f5ed07e894 +size 344131650 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..b646d1cc221cdff92dafe489ea9d89dfd407dc8e --- /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:205bcc23be56a859aac01c006fae44bc66452a0fea7c2c70c4a7b355ff088f94 +size 590214565 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..018ba5e82722284e60eb9717e68995cb53762935 --- /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:0e460332e2cf11805e362e7b8456a1fe2cd36f816a5a96c32582e82ad2e3a208 +size 686737510 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..fbb0bad7a8d97490a1ff52463e9abb8061b95454 --- /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:b76d623205fd0cb5f3e4319a6af49527cb6518a90667d0a6a47a0d81345e20d9 +size 638153635 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..1b0e484a20f60eb64e990705841007b763247b5c --- /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:240d11b0cb09b4889954c9f5a0c34513466b01f0c48b1af5f4d65838c318cfab +size 483761233 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..ad6861d184d5254cd36de617096f513cf636e6ef --- /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:38aeff52afa70f5d650db313914a3dac8820f83531711fb378be56bf1eadc0bd +size 399808959 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..6797fab6225d48db5ae3125b1da98f30484895de --- /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:efc14a3e560d9b01b1e4ad03c088bdcf837da4debae43026ec9796d7743e0b4d +size 501060548 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..2213814433c2be0217f115f2927d0a82279c08e6 --- /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:80e84fbda9f5344037ba975d4342eca1d2c6308e0fa1e9b367f3557872382562 +size 726827311 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..2227861f0840b5d6f147f5c74f2b366113792106 --- /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:a8ba54b74b3c4de86c51d2d43cb00b5a7850528fc0a93cc82309a6415d479037 +size 496806295 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..c36b86edad7b87b1c3704bd11e22293073fae7db --- /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:ccea9667267164562add1b1aa7c7024b58fadf2dabde2d257c461dcc785f9716 +size 474957602 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..bbbfd921aa768921c0e569871e218e23bd56b432 --- /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:24e460cb86fc9af3fa7d4b3d3c902cdd5b473e15fc4586c8f5578d568310cc16 +size 480649693 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..183245992583f20fa3c18ee53b42b34fad4c760d --- /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:305799a4954012765337f84f3e9e73959c01b2ca156cc14f3194c62498539e13 +size 463736429 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..7140dfb2fec7b9dfd5d38d5056e7f4408bcc1b50 --- /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:c9c85db2aed237b67b4714ce55a778dfc246959af416fa9d964865955e319d26 +size 556473834 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..971b98cd586c4deb5a8a522e0d02847a6fa4911c --- /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:3662252210ce4cf097818420e939738e9d14000d32e99c8b878218b53568dae2 +size 563845742 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..e9a2334a754729343297e3593592c7d93183e7eb --- /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:d9913d76fb488c7b70bb455d6892bb57d71581fe184496b96b70bae707997a2e +size 537181019 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..ecc19e0181353d517806dd47ae7efaaddebf8aa0 --- /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:f959bb849da8c429e1c1e2c75f8beab7f2ab75cf40868e1ae2105557a7ec908a +size 607890397 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..cfd5e5842a4b1090e1d135e4fd728f65edfe5fa7 --- /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:ea6a15018d1995983ba5b7b8c9d744fe89f50addd8885e3920f6123ac44f7f8a +size 498361352 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..4a088cfdb21256cb9721cc0c3c6aeb640f4669c7 --- /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:2f715e770a9231cc0f17ae1edf2e6ad477795b10967d92f0d492b19c50a84bb2 +size 508805294 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..fe8776296d15e1e4f8bbe50473bf86e1bd17880e --- /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:4aef2b38df084c8eaf749ed6f589309539f2c6bed6b84ef8a5db622dcd5d990e +size 367446556 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..131cbaee8bc9d957d8713fc4724404401320a647 --- /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:2755a6d8bf7929b163649556e6ecb8ed6fcb675796be59853f49eb229ea4ba25 +size 961240283 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..1c3e364ead4251afe85b387f0507f496ef1690f2 --- /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:a7a81eb96fa425a2c0c49dfe2ed3837632dfd1f438643513e85ce3e7ff22e810 +size 479732688 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..2279c7502fb3e6f761cc848e5c782cb542752155 --- /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:ad37b02ea10af671908dca4154b2281a5e2ad390e173fe4b3b057da6cf316b33 +size 507402959 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..b2ab91ab6be0d486e060bcef55b34ff415096f49 --- /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:6eb089cfeb217015073903e53be92111fdcc102e02f7b983c77652e6b889213a +size 631630515 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..586edd850986d61458825461e530a334bd960f87 --- /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:f0d895e825f732fec95bcb36d4dfdf1ca502808d3662d6c383cdac0c5d686565 +size 505733424 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..d671175d9fc2bebbcdaae4b791364d0aee3aa635 --- /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:448ffa5afc9ed738adf1a614f34f7590cf02d8e5a11a86658e1dca40e3576c20 +size 657553934 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..c84a00b65a1b134669c3cc34fdb521c253f00c45 --- /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:706b940d792baca33e758a5536ec9a4050ac71c1c4129792e100f79cef4317ef +size 421223016 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..3fc0b13a84616612cd99cc89ea66d7d0d6c0b430 --- /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:6955139f0409f4d8b64e31000144ffa110bfa2e0af13e780c98e2560bebbc03d +size 856745082 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..960104dd26481133227d6cb35b49758a8aab4739 --- /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:67886f39f3d6444926eb8c9abcea2fde2397c45e76db6effe70e945914fd8cde +size 608736844 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..c6e5145b69719ef2861f30392ca586d89dbe3af8 --- /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:5422934f9bb72b77cc5e7d2edcaf364e95db3c857b3a0ec1a16b7a14f5eebd2a +size 503090449 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..150679c4ff130c29bfcd5a0fb1b3b4edab7b1995 --- /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:e27b010b0d06ab7f1edee6123e60d1cace91c3416ec63d3bb4830ae05a580576 +size 686438213 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..8bda0e1997b6064f15c23f8646ed385f3392f28e --- /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:22aa99c3986e68f14bd2699562c4474e32dc21d8129afdb8bcb739a50ec6d016 +size 451851984 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..e1fb1df43306aacc55208106bdea234cb719e043 --- /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:48dc5b72820c9e56f150e04d8dec7ca01602ba196430e34ce1ac454b75650baa +size 482526717 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..73a4a69f1f2964eb61716332d203cdd84df37a8a --- /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:2dab191d803ad44cd29ff331d5de8610cb5ae1efca110846fd0926eceb48f27b +size 872241449 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..7f64bde969c15325c1d3f904b47eb2a6b5a965a4 --- /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:64ccba26838ccc30612e1ed3a06fd7f83de78e7bc69aa21886bff50a341fba46 +size 559189869 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..bc93e0de38f0003bd02a1bbfa3e7e7788dca9471 --- /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:ac4126ba353ab07c5edc2d7463eaee8a4e380621f7940371f4af48177ad756b3 +size 485647016 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..40d193d772781931781caef11d9485f23144a8b6 --- /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:868e416ea0c779b2db7dcead0f620eebf1cc49ca04c0b534f0fbea4c90704b6a +size 476352512 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..fb2167fe4359a9d04ff1c376a70abdb308f43436 --- /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:00566d06e492c1ea98abc37661d9cd318db593ebe21d35dbdd708f62aa80990b +size 412085226 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..2d69e08277c9f7d28db03fa9cc1527d0605dab22 --- /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:11a80817cddd2a8a2c3e11648de7f82f16debacad9a218814db3c561678e1b24 +size 432428094 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..034f394a4f0a809f3fcb665724f972543f0b5e49 --- /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:8dd2964ef2392b81fbc0842c70f7152191aac6a9a4285dfbbadf30aa80e03beb +size 796465748 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..921c8b79a5872cdb04e891a3270d58659b647900 --- /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:fe5830a2e45aa1b92f0cd121eac45597543ce0e1bd2cd4771cb9ece77cf633b0 +size 482852957 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..c2ca993401e037c4b6629c3765d883cc80dc6920 --- /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:0356374247d610302fe1ad58dde6cf1de05637f6840039c2172e032dfb3e26ae +size 685320040 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..e063c4f1491edaa0f3f2d8629cf155e3e23f8ab5 --- /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:5b6656caad9e49cc45afc38e4320cd38cf61d370578be23e5e61db68f73afe37 +size 505957689 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..7badcd57affac36f1fea24d1948b9ece25a35148 --- /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:a4d3a0ce27c5b9d31f72d969ad7aff430a6feac710f202702787d2da40a6f362 +size 610035063 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..1061f735cf3c289030c37357f24e404a451aa8da --- /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:9b6f62d02a974cf9091773ab2043ea823e707eda97004d6a69dd766ee863a1fd +size 633148743 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..2671387d0be802eb4034a84af259a7b017bc2449 --- /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:01b6e929d31a26b3ee85c666f9daed7836d433d909120c7a239015cdd431ae61 +size 958399808 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..3d15271355c68189035f30d4e2796763022cf2b9 --- /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:7b4f6b6e0ee887b7d4a29078c58e1a2dfdfc2785c167dbea8873d84c391f59c4 +size 404323967 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..f4050e8ae70831f7932f8b708fb69c8c6a89aeb4 --- /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:fea5496f47a71ab586fd2bd0d46eabac66f5f4cbf3752ba9ef76de1ad4a3313f +size 466131192 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..22bf4fe62ace40c8ee3be137a3682c92064c08b5 --- /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:950cd7932eb1744175cb53ebb96e36e7af9dc210e02d779ce3319654ce3294c2 +size 535658416 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..d9ee3f532e3de4664f515c7a89230d18a04925db --- /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:426480488e6c04d00b4346adc44106f6b6b9e7ac28f1b7c83df4b7bbb730a478 +size 508415173 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..0d5fa780e3f06dd929c6e71934da5e4f489c78fc --- /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:1cb09b30cf1d07843a747d4e9d0e48e8a13a01e34ee641f2d462bbc853e92ca0 +size 424223890 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..3a9067d8e6880a9d3af9d764afc43ae62ab281ee --- /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:c59f7793a8c37f1a17dc90156586b00da318d86d9de4bb7b5e81603598243954 +size 462677782 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..06c02d895ab20e53030f6f517e5e1d416b36184a --- /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:df94272f0eef7bb43af9bdcf81c45648469e54f04f9a0a2e73f4fad12ee17d3c +size 630615725 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..612d812b874e729107d16f901565e1b1250e6234 --- /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:812d442f4bad454329a44c32be6c6c70dc68b70ae6447c0611eb3af913995443 +size 401251748 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..4aebf2f0ae9c4a2c2a3c11aacac79da34dbcc4b3 --- /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:b2927b872d08509a97acf7a2bf368d4b746c864ee59788f2a2223b8ce06aaae8 +size 521063870 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..d6dea8fb991fb3b7223773a33dbb5cde9a511fd9 --- /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:1be8276846824067bf7df41dad3c086d07b24789d7ab04ddba07e00d950b51af +size 462749760 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..8ece90e1825d16eb3fcc86896212aaf129e0de96 --- /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:8bda0b1e9fc6aa12f9718cf2f3ad2541d5c2d8ab5c1f2906f81ad011f6d57794 +size 508026344 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..c4ea9b00b50a47bcde6ddae7cebbc133099a9111 --- /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:fe8886599afaf18415b14c029cc4883d77323654086658461160cfea042e8703 +size 568744861 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..6e44be601af3faf9ec65ca155fba76b6944beade --- /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:a3b7da8cddf523d56f30a626c9db6dd170ff1d8a2f568b145b33b1c9fc077aa9 +size 589079816 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..7485f7d01501ad1322895e807f871bcc2b076b6a --- /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:8764bd4250fe6f5c5c2ca8850d7f06716f60a01ec2564c73c19573eec21f818c +size 559284345 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..4830d9cc9f3160179e415205b9331e56ba5d16ef --- /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:d3132f8009f6a8b8154b0727dda292818911575beadfb55461d6a9f8d4564375 +size 457955423 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..ba62cb9b17c5597d2a3c5f5adce429c30ab63ba4 --- /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:256c5b4cf33750f0b73c704fa20f795d0ac07cd06719c069018d4ed0f8ec9c7b +size 496253798 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..aa0da7244048c88ea886e5ee58ec34f2d0162059 --- /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:1b0867996a8fbb008206b9c9bce8ac430b2cddafd0f9259b4037553645c4c33a +size 529391466 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..1fd2251f593a8065c858a4fe6b95b10e69d7b48b --- /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:a5ed94462cafde2832e8921de6c34552a3763ea06cc08df800c7a8a44286f6c9 +size 425189409 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..25a4922949333d70bbff505c9fc40e0c1deb2f37 --- /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:fdc1c3e9a29babc900cdd31b422398886ed17599cebb5baabe9494aa5878bdb2 +size 757967240 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..5c5fc88ed20dab3185c9a8ba8d1938085e73e44e --- /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:c38a619d4b60416a1ebb53542527cc80020e5e6e3969cab2bdea0ca071ebd8cb +size 507967428 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..a1367a8d94cc4463ddd74c5b126f6cff4d4cf0c4 --- /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:ceffe41f6945238e2e66834bc874376713f83633be4f45785fdadc3fe2a8b754 +size 456673024 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..c057395b171f6dd9bda03e3867cf59a0e719f84f --- /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:648b9710a535193ca4a7de38e5cd404bcff562d3a2e090abce5b095927d2d6e9 +size 740745583 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..bf4e82af8554e97f721dd3144dd4e6170cb8abd8 --- /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:002133c60a15a1331491aab6bd4526de98efc23f50fef949b1806d9b92f5643c +size 470910307 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..f557875829c3f34499f95e213acc2094d7638fa3 --- /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:d88bf9664bca94f3f1083691d2b5a5caed1fcfa1be1df9a870e917c3006c55a0 +size 972815843 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..fb2b8b86f4eeb9aab27fafca99b88d9100375f88 --- /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:4dd5ff7c4f9077da08750534a7f3553135817e577dd46c7683764be870e3a434 +size 440474211 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..bd965ab90e1e39c6d5935726674e4001938d2481 --- /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:2a79d2336a1cf3faead3e95a6b827cc94901602b33aba36ab488607486ad754a +size 629775713 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..443aad669ddf0ff5e52fae4a5fc36430620b94b1 --- /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:75bd16a4a695ada63d3c6ca1d4f259745b540100c6e389f32aa32131b2fe9ebb +size 495339299 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..846ad62e9029d18c6ec24606b88b5ece7015da1c --- /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:342bacd1898e1fd802b0d7b583bab029b1cd3f7d9850d40a9b66a960f27eb571 +size 478756276 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..b0078a1ea31f707440b1a04aad48927d3da2f683 --- /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:db85b4fe38c142937b231a2f804c097616461a0aa7a9ce1d2767c54ff476d62b +size 528408343 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..d565443e95017c7418e4a1a05580edd5bde8ea1f --- /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:a537d482d54b78d9eb6830931a0961b0aae19869e83f9116d79de6c70280cefa +size 465236051 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..adfaa3a4cf811f77153a63368c5338d322e8a267 --- /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:e7472bb3b9f071446c8764180ae35e697d0c7982027cfea902b202d8eb8efdb8 +size 515562652 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..e233b4a9d3db26b3e0b13664c923407f4f40c592 --- /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:cb08ebda97ba69390f377a39c3a42dbf6728df026015e026fe618935126ee0e2 +size 685466770 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..def7a1d1b5f33244b5d12670da85cd07329eb3fd --- /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:dce6db0c77e42e8b0a88782d246304df01e93808eb3f78c97e5d953809fc4f97 +size 455375205 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..c17492543578b72dc22cb217ff0da49cdff42852 --- /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:beb1b7ef2e55507d61508f8861da019f3357dcfea8dff1eb0e3ee8135392a0da +size 471216170 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..8b264dee9b7c58dc79c160ee09085569a56f733b --- /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:42c5fec6572549967774bd30b3b1d436c6adaaccd08c466b90c2792c162ad29c +size 445659285 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..17c044bba7d7374a66586c309eaf7f82d599dbff --- /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:bf4eb863e2b7cb96f7b1fc1382a73e1c6773277dc3ca692001fe13ce4a4f5f49 +size 515001913 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..731a677b48555b77dccde28d19bb8157036a599c --- /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:f87b96ea62c0dd40f61af93a16b139c8d609608e41d47e2e7efaf00fc19d5136 +size 437900533 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..2d9c2f113c60dd4cb9c004fcfc07b03660d8cfea --- /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:9b6e2bbfb656a95d24f4879cad20c50f8d48e9fab79a0913227bd6b5a3bd0a62 +size 442067693 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..81afb770a31e99678d738f996403076e10cf5ecb --- /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:c8ad6ba711872004e8c6f31bedae24f852c93f8fa87d191215803af931596bc0 +size 478906943 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..e766b33ea1d283e2582843f8a06b9cd600722095 --- /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:4bdf6df670984b86b56922459f25912d242eefb9fc49fe2cc2bbff4a2921a3ac +size 424321274 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..893f66203e25229e1f36e28c8829a7a06ecbfc67 --- /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:a6c035c57915084aca5d8cf645e702b583dc7c8ad088adebf0f480447482be03 +size 560072656 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..9d8f3c7009eae51479273d99715cd0e42f9f53cd --- /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:0c9b0286c4ae12348b0383029b33902b4a7bad5125ea840335013bc7e7aaf658 +size 452938526 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..68e4c3820d98d1c5ed737c5ecf5509cb501d7d16 --- /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:3f7752866fb5f26978e932b9adcd485056673914cf4017669f28d2f2b3e78044 +size 819726615 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..a1ec6843a9095b2c570a6a53884657a207c61f6e --- /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:a19e8c4f11ca4b895a707e0964afcfa34e85f92bb9f31127bf2bc8d48283acec +size 610293425 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..a4ae2b106ff06a678639686cf1de87580fcb2c89 --- /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:b39ae4bc1da5b671361f8f3077ba59d0fcc26f101641a93d673b39a4fb767c82 +size 453689365 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..04955374c28ab2bb63cb03056b6dc4698fcda2a6 --- /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:50fe28cd0059af020668f0f8b69854f2afef18f7845efb9dd00ed28ea716dfba +size 492945841 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..63be0c67c68536a4c3d87b333e8a3101f8dec49f --- /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:6c0b4eb25f9b73a7d0faf74fd5a081dd88a0238dc04da464b9592070fc50f49c +size 509924715 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..8711cb5fec19c2fdf294940a9bc28395fbc080a2 --- /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:f13a00a48f03c974a529b97d25478227a4e3acf976f16d551e32ba2a553ee0b6 +size 947583257 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..4f6e6fd4b27e01b87b9b4e74ebdcf54d76f13cf2 --- /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:a5e8be9c770dd6d3894455c21da8bee264f9af1fdc16bc305c3102636bbd73a8 +size 394499173 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..3c07ecbdc0a82f8af933bf14afe4081d9219507c --- /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:6891a8a852cad21cad914665ba0c4fb3e8d2cdb33283a9e23e2a71197ba85ae1 +size 398586285 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..dad3246ace057ebbc79682895fff680ee79c30cf --- /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:ba9690561edefa3a4028224d1301f3b9e074663ff7a1232bf2f3baf3370a99f8 +size 582860906 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..23fffdea0f8126c348b6fd59cc83f21cec230481 --- /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:0f497333cff085d2a2bd6ea0c6d4f13d7c45c2daf4ac8b5932b2a7f30f8d31ec +size 806355426 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..4c162f07a7a338c6bea35434d900109c76451d42 --- /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:bc17e6be925c3287d5fea2c48234adf3423f9e1bc6cbe1db7353a9f59f5dae8a +size 703782828 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..79a7ca66e33a1f38123aad5ffef33dead59a054e --- /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:f221143fd36db54120b6394635a0ea38b8322e8c235594df6ed25cb9f1fef45f +size 573592169 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..c71aaaac42eef23368cd76d880faa0c9a3b8b9c5 --- /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:fc045ccc8f47fdbeeb5605f4b7fd8cad7b787b4e7b66e49f7dac0f0116d7f5de +size 389845993 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..c4d623ddf3f376bc1090446c1c47bbe8322a301a --- /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:0fb05cd698b93c96adfeb122401ea68cba2557d0a2cf7a3e3e8f6cda4f3db111 +size 751656076 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..f4f094483a305304f24a91bd2c2f4620d151adfa --- /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:4d9e948932b998fcfd91ea962106fa2baa1922f09bf0c7b01fdd96a8acfeec22 +size 431717755 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..cd5819ac999f72b8160070c060e386f16f747744 --- /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:f1b29cd5487e14e4d639053a149aff5d865d42e775af646b39b690dfc1613dc2 +size 462464519 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..9b90a5a5eb18a718e6225baecf10d6317dc2a2be --- /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:139d66d4a4c2d1ffb983b41dce9625adefe11d8a6ef7aa6dc02a9a17f1af1bf0 +size 606096041 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..cc7c8a9bc7b54654ed766c4211f94ea7996e2c51 --- /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:6f60038773b3fba6cd1069ac97959a8310b92ecb387668963856aa01bad0566f +size 459936781 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..cbb84a12b8513c230addd076e0706875aa897ffc --- /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:e15873c41d5669a9e97570ae822f4e12ddcabb08a1b25a3205725b6cb5a05728 +size 790524489 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..5c8db3d995e0bb0052171625d625c450633af344 --- /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:568b2932a8430480b8745068e6a155575451476224c875efdde29748cea47bcd +size 507140452 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..a1bd99cee6cb3d9ec47f506e4b7c6bb2b0b135fc --- /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:e80c9d7a10cbac504d2c5ce0913f71f945ac1ab0b040411ad70fc964a7fdbecf +size 855438390 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..64513c776637a0deb6d08801c88e31b71a28268f --- /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:2d035d333da38b070a37128de8b3b2bb440b86fff6d9850cc103dbf78b21d19b +size 371542207 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..dda5ee624bfeff2377d916050022214983709957 --- /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:69fb86032c22f37d7b531d5e7a69508532c484a19b3316145cd17f72b783436e +size 536443801 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..358e687e1f9345242115da598866276c213cbbf5 --- /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:dcb966ac9f28884231907df1db88f945f0040c507929834c51436a95cc68df69 +size 494644777 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..fc58bee93281425c91ecaf90aa61183a1e8a4aa8 --- /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:9a39c1002e604bd5ac3767d2d2ec1423baa00dda873e2ffe0cfcb7b38a149501 +size 636842074 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..9e625aea076cbff3c5f9d398dcd13c0d1b045fa9 --- /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:19e72c855e0480bab4aee821433fa15936c91e897e13210f40a472491ceb0a61 +size 766209831 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..c8eab94e9f2d40b01a42feaeec575ba70b6e1f02 --- /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:cc46d8f06ac70506ed6649ed6a088cbb543368cd072374e25fef735a8575b731 +size 566046322 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..d37ef17736688c793bd99c3e2a994afc03b4ef0a --- /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:a962c7dc60acb58ba0ab395e85f5294ad19e5978b86daca6386e3241adfa5a18 +size 603511476 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..283e15985d70175440fb68513941c9b7d30dd3c2 --- /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:ab9f95dc0c8259cf805af163625fe403e0f411509603086ced690bc79f502c9e +size 534687851 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..2969fa80649dc50949c55528569be71e5b5de616 --- /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:911cc94d43b744a9944795c91495ea857f1a4b89c2f9f147ff020750e112d452 +size 566088784 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..95f96b25d1f904f5815bc4c37e364a86a3b9a719 --- /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:0054fcd586291d8864a91682499f08c8ff1fe1cfa404ed30bfec4347b9939e33 +size 460468264 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..3895b8ed4518648ffef2eda49d2f18d572e45ad1 --- /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:2dbe75e0bbdfdc33b5f41a369c29bda01fc1292fa093140e37194a0c8f4eb53d +size 494031215 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..27032d02a0987fc0db0bda8a17f1aabdff127e21 --- /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:eab604cda54912a0d6f02bd3c9422fb2cb8639724a1a7cfa58775256e19ef61c +size 577434773 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..0b9d7478e2a42f6b56bec0d1245c97386e6f92d1 --- /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:f2470d7cce9383e018f2f9361b8bec9115ce7f3ecf8dc43d6fa68ce731f18afd +size 582269259 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..970a6d48f1f299fcd50c5f0bd3d4f6d2c3623c84 --- /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:816842ebec7689ed08d1b21364752fe894e14f29589b0880094b5afc3608777e +size 447351798 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..b0d8f9d5f048a2ebc4c953d00489c47d284b2c0e --- /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:a65b0548d3654e81d1cc377dcff7a8f9fba6b8a66100d11ca7dbbea76b5f6c49 +size 757331596 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..4722a8491e374e832a7429b248b0df143bfebb3c --- /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:2d8bac626c72f56cf18370c0977071a696ee5a8ab0eb82c1d5eaf0600d4c0911 +size 962148019 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..63d25d917020b9e99b24c001dad655c9b7be53be --- /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:2b16b0e1ff1ba02f092aa0bc99bb15752b840604306b971258cd041357e7b09f +size 928540424 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..d59b7601b44cafb4e654610f4b732b7e33916299 --- /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:362ae6d51b24cef770efda52a3360b38912b5091ca76da3fc84f38d8b452fd17 +size 810826711 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..037bfadb30a39cbac5caf5fd2034f381cdc26902 --- /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:c11586388bb4b596dfc955c37fe2ab9f6cd6eb703a9f1a8a803b6dc956e71266 +size 515625713 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..52cec76a0ba6e8a1a6260b180ad33dd1a9ffd3a0 --- /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:d8376e99afc34db7497c2f3b985fbff530fa705794aafd98192beb288d23a01e +size 551361863 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..723776dcf180579eb2331dfb5fb2611bb1a1e167 --- /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:0d0562f4dc2f1788ab141a196e370c7c09820fc77ec3abf5c3a23a59dfa3c311 +size 469364838 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..5cacf5e4b65a8ec77004269837b6a00cf32eecbf --- /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:12dc38b5885f45cfa47034471fa9e0ccff35e3d19e1e0b27e65d022f205401df +size 609499153 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..b93b8eeb9cf3540c5efcef917e3de87000de7798 --- /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:9043261c28fba36ccd80b412fa93adcf5622c4e8584e78dd5b48d620aaca1012 +size 416015793 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..2e914500f1988609d3e80e9065ba2ced9f304a72 --- /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:52ed552cc58a191114069a8e9bb8cd604a24d2ecf6d970da2b2eef8e74c80403 +size 565965980 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..97e94b3440833a25c9f0ff32efe256279dd77e87 --- /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:7d85c9a3b918e7ed9642a31fcbb14df9e28cd0b7c78e8fc7d6aceb292b7b8eba +size 621590433 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..1f6992acf6831c51bf66cee0abde06f7cc1fd1ce --- /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:9e1396fc43094e9cb9afb0470125bbfa69f0788929b9dd5d8fe3c26e6136d3b0 +size 1205063816 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..0e4e1ad2505bb5526c6bf9ede73d83719944b22c --- /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:b38492f2f8e930de0c6cb78fa5601b96587a29b6d8a21359e0bfdec56a4c5e7d +size 418685684 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..47a3949bae66bc1577e3c036e810ae20795bb725 --- /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:7652a4fa9a8569350474f5514a2b0c744cbaae53946d18ae82e1b6b96f928cd4 +size 410498686 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..3323b1fb0c33abddb4fa2917ef4cdd9a6f607b7e --- /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:26eae51be672e3f5e4fab4940705018b974916dc755730b648fbbac4621ad12e +size 796596247 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..76162a107dd4abea1bb8939559e0218efa750cf0 --- /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:fb9cc1984e290905dd831903e65a99a92484d8da30127ed744cdfef387199ca6 +size 433770978 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..eeb6f8e837d80d687f7f4c72aa0640ccb0223535 --- /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:bc293909608c3adf5a32a37689b5076ebf3756a705f9a548482803ce0c4a456e +size 482280237 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..3c1c5f68e2239171afc556da081c239b25fb878f --- /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:e07ed5dc6beb941800587ee9c842d16bbae4e3e410ce563e9921e742af23fc9a +size 477603807 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..a3e20b92e37c15f53d5228dd7423104baa74ab10 --- /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:fff973c145a8fb14739ffa0f20a7b24dbe417dcf951ab212c0a11288c5825dde +size 922964440 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..67bd60611b0fcf32cb5d7bd65de092acfb6bca50 --- /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:57904b4b7c1c15a1485aa77bb27ea93401036ba4d97551fb28b75f4dd8cd7daa +size 426445814 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..3c0129800dd60920c2078a651dc1d6b215649939 --- /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:fa30c2903101651f9fa6a2ef8187cbb9b0a15283a5de1f71b15941b606184812 +size 540030318 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..ed71d395991d1176c3b103bff8445e2fb6e99f05 --- /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:3d623be4b3a021c270caf0117a2d7883cffd34323a5a322840dc440673d3cf0d +size 447873202 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..165a2506d85d4bd605ee5df745a0f4488ab329d8 --- /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:f23cd67ce89ed58dc74db747304ebfba3832c2fceb558deba31020cf7052dd7f +size 953024172 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..2185fa0ef5788d079bdab64bc18264ede9eee9d1 --- /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:1fc6a9d7842758a2e367df642bbf3d4629a3050bf445489afe9035766d12aeaa +size 570912044 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..8cf23811754b442aadb5933be94f8918c6c4d4ef --- /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:e7e6fff9d9dec5ae29dcd42c410a511b70bbf3c337a4fbb7b142c10067224500 +size 489296784 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..772d21037e9f0eb9a816d459df8b5faad6e66a75 --- /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:e4590a0a30f36be008253a7f98075efc1d62fd0e35f8aa3b2799ae84a5296cd6 +size 412218422 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..dfa8779732465be49cbc316bb41ff6e4f8939000 --- /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:a245c7cc600d177a6e31566e6e0eab00c8a84834a092bc2bc67954499bc07d68 +size 688076283 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..431866fcaf93149d3110c4fa1f83808229f1201d --- /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:4794bfeb4c6ede4a8880da93f8dda9daf3a07dfb8380f82d068403aedbbadf23 +size 473557032 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..66387e7e4922c59a1dc1c55d62a700281d356182 --- /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:05765477dbd437004565d82b5712e383492806ae5cfcb4cc23d293e713ebe4ab +size 442918174 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..7d7f34452f419052adaffce607b91b575e0aff4f --- /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:dc835cf4614481de949b0883e05fa7313aba462411c20b2f811c9c8e40758e5e +size 578689288 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..73e7a48357d16ff3a006346b42e071418a6470ee --- /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:df052b1d2514e38de66a050d51197cc67f0ffcc1319dd13e756481b6cb3ba2e8 +size 644182127 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..c870702293f4eee4c28b9069477cf2d421a90ad9 --- /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:c37c07320f32ff52fc51a554c9cd74a44b6d5873b1b363ffdab2df859799111f +size 541467044 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..150ba9eeda032a154b097f9ee4902d34acb73358 --- /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:a57e5e7a1f1e76d410a74dfc75ebca71d990c6e0f216d141d5fb5c719ac28be3 +size 503329423 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..c45b901811908f7470fec17a86402f3568b6e1e7 --- /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:67167aca86db5f55ac2186c2daf2b12033e6c298c27b1fb01c4576bd116472fb +size 380543527 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..9ae9c29e2f011c0cfa27903cb8d1620e773e120b --- /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:e95ddb924e6d9ebb613990f95178831c9f90676d4d78b7036d529370f5aae79e +size 475545694 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..8b99030a71e7630d63ed1faf2e9652b15f1b8e9c --- /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:ebef3881a078df9405ff166f6b5e18a21d61df9a345bab9f0881aad981e67620 +size 434115389 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..64b68d26b442f99d24af6b2f022704f1517cc959 --- /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:32b1eade1a247f26e8a1ff25d942bb078ce809967bb3e9de2d134b03467c61f0 +size 558077423 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..4b24bd7bc3bff879091b04c824c1b33719790285 --- /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:39173ed3280aa6b450c9f3034d82bdadfd0cc744b79b5c3bc2557aa412e9a1e4 +size 593636804 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..b9810f9a2ab92fd6fafee93f534ee0327636f75a --- /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:0eae049ef6d5e0248000d59404eec24395fd1e3e73588783006a4de89f756c83 +size 660418641 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..83a1da0fe45e0eb86c9419e5f7959535f292c886 --- /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:bdbdd9ad44b162299e6ff52178cda08b0eb56057e24844c08bab196064431976 +size 1090361331 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..0cbbba6cbdea46be08573822b4d6e3f0665b24a2 --- /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:f8d4fb7fbe4a0b0c1a0d29cc7fc380dea7990ceed6a980e032a3628b81961629 +size 537580821 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..24b40e4fad120e03bb2b88aac860b97af3736a57 --- /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:170489f2798d1d56325e9c7770f7f15140e1b8284fa2635ea3c88b061ba16174 +size 487657635 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..28bee5b152efd57ebaa8900202c24665b7f51294 --- /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:c878d192338f80d3faf6dd5b145a2e18b5227b1312813440c7d129d7fcca9b1f +size 924132395 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..ceac0f65421354c7a40ef962ed48340f85a0a4f0 --- /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:955962a21276717b9362146ee252b1c7af15066f3e583da57bacc3f33fe57f66 +size 815633495 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..2c8b3f89cb25b4085172415ba82e11ed09700051 --- /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:5f11f58ce6f983ed4023e1a22a97800ae56052a2b58ec4bc7ee2439901ab3cdb +size 428851318 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..f2cf52f57aca2b9058e7a78451490f00cb261cc0 --- /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:2e65686417ef5df403c96fcc5676342a86755f5f57dfaa8c82bb61de65ff9da0 +size 401768903 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..41d095bc7f95be7219eb64b10f19db73a4df3580 --- /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:c7aa8f13491d5496c9df98b059a58aa9d20c87641a2e901a68897a34a6fe1455 +size 413115123 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..a58e05eb50f651861714c1da3561636b86716ed2 --- /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:9c67d1b5ad6794e725cd1d6bdbd00972003ada52dd2ab270dd7e01db1f664421 +size 1219535857 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..2aab10557bd98dc8cad076549e9417096af69291 --- /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:ffd900d112817357e608d219abd354707326e2a7a8a6eb386847063f0cabf358 +size 702362515 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..6c304adbab99e14f1758d67bce18b7d89d96ab92 --- /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:21f197c5522d936076eeed7a824ce43e80e10a0a68203a79fc24dc042ef05e7e +size 783604580 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..a012a9b23d98e0fa86d48b64e8a21b23f1ed7981 --- /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:70fbc7e56b470ec3db17decf4858ec78d10c100d9b4e6217b3dda8cebac53b9f +size 471738656 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..a642fa7bddc2ac7a8cf3926f69b600eff61f0afe --- /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:0c3f3cac761b5010c903318aafcdd376cddf87e7caef41186dc9ee0471d53e14 +size 479385085 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..2d68f265bbe0683a6ac43ad8c8c6d4d16e9f74db --- /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:78d41eed77e2ff7e13f27e8fe0644bb560260e18974296de9e9f25b82dc4e37b +size 818148412 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..928145da21eb93f2448a2aa1f463ed2769d4746b --- /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:a2b27b346a9497082bf77521fa6dc7025da9087dd762daaaa3cad6d4512a865b +size 1166405346 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..e77e842e8e57f2f0b876289ee458e4178ed28cfa --- /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:176448219b0616a8e5d4fce02fcafdb9a6759cacc409d94c510ec081b01efe67 +size 635026151 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..0c7ccd090f79d05bb504ed47024b978e3040dd37 --- /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:685fb5ad90c04953d4ae9e5e2d98c4ec2f6fad6a959ac06e443cde280a626cee +size 542569238 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..25e9b574b70528ee041093cb09ee08b65d73ef7f --- /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:216380b16e6acd6413f6ff3745443c7c05bff6d1df823502ea115aff5d6313b4 +size 488257985 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..02fbef443eccdb87ca3bc66985f913d51c31f2c5 --- /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:0335a73f00476527df33bb635efb4197ee21ef14b75cdbf4dbcb7171eb356b6b +size 507273258 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..dd99e8bbd8b89e863cdbb2933c6901d4b6717b61 --- /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:0583dc7c66c5c07ab8b95e87a4b54c9dd1f1a05c6f23d1ed16e6ef2f1be5d4f5 +size 477236618 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..f322b770fbbcd4da53ce6cf18b4c7f3563fa3a35 --- /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:6b14046ce2a2c95b0e61ae6ddc77fcaa6f3dd747b8bc0b2323a451678f26853e +size 483105690 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..f5def0cb930724f349efb0baf98bef5ade42ad8b --- /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:c19bd6b95b97d9f43d0c9c7c2a5adad2e2c1a93abb2579ea190fbd90f927587a +size 710257450 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..d48f5019e5f9fea461dca478c53a333900efa6e4 --- /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:c19c99250217ac99764038e6ba37222fb49fb6c89c24659e40531c98dc3d2a2f +size 587792871 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..bfc097cab588e21286cc594b5b9e3390da50b95c --- /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:3cf4fdd0eb8c26e62fdd8f34fc3a9d754ad0e8ed7e126f5866092993cbc472c4 +size 422933757 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..84a67acdd9eb6f54119d7145e5489ed4fa878023 --- /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:6e116e63730b89465627205143e497e38c2df03a37c45020770f91daed37b5d4 +size 449481255 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..f57ff98c18d307448c0f6880a0cf335dcf7e1687 --- /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:49deb66aca15f5563f6b22b9b37dc27402ad15048b071e1313ab77f8bab5fce7 +size 600317838 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..1096b29e56a4f1a430af16fb45975ce4a96a059c --- /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:463a6ad1e61d1502148eb74d301498976a2181371c325f53759862a33b15c119 +size 661652187 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..91d1a61d3f672edffacdfd2f04528fc451518b3d --- /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:3fce0b443ea883467852051ab9ad15bc7477226eb38623ab58b89177a391bc6b +size 447066955 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..e28258a19d71481ceff9dbf97c37076c08e76d8a --- /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:951940536d26a585613e25727ee6ddb78322b9f72787a382207ce6abcada1542 +size 391275484 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..46a95af127dfb19d67d9d27bee81cca4195524e3 --- /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:a3b642fb5beb9a85a1ad8f1c57b852dc3bb748b9ff81bc5be709f6f9b837af89 +size 593028916 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..04c1f8a0a8c348b3105b4270bfe77ea09358229b --- /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:0e2b8e0aa897883a23b172258b3574e1f97449605abcff54a5d741417ea33116 +size 565747123 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..260b2a2a093802e8e2c4f6de54c3b71f3db6f527 --- /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:bd2c7eaff14e7ca93205c60e2e9f2bc35f112ba2e6705e7053d823c5c80eeccd +size 456835672 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..842013e122ead94ea3532702c5b33c4a71ac3c86 --- /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:86fab2e032f2f92f549cacb01bd6a82974e0b41a51629829a357efb6922eefd1 +size 548289038 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..d66f5d7bb32480f32feaf2aa18bbfdd3db584eda --- /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:3e381133b774afcbbd676071b6d7c913dec24acea2f7e2609195334ebd1a2119 +size 697768048 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..9fac2d3a89fbd547a004709a99afdc52a282cfbe --- /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:0ab35df656d52621204154bf0b4e15635880f26779d33d430f9665fab988f539 +size 395530352 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..65a35d7344063b7c900d92a4817f0b0db9bea427 --- /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:a566f45d07b6a84d1612fa078fbe941e828a3f04a7a36895963626fb5089f40a +size 784286086 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..20398da0ce75f9b8c3f09e0cf6ffebb5108f9125 --- /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:e01666986cbaa5495c259aad41d1033e0790044e9ece324beb0f5185c918b437 +size 403494267 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..9a1e8d1042f1513d731185283ba1973f6f19a492 --- /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:02a7fbc245aaa82a080a8bf691bef2d75d2db901f19274ae45d78fa6b8fab27f +size 433863570 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..be8d3a086ac1878cbad606924d3b8559df054d3c --- /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:c55fa3ad1eecd26e194b30016e64b2108ea3fd71fe7e915a8fdc2301841e2548 +size 413988870 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..5e022855103002449e14dc0f5d48a34dc3a4c837 --- /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:de67a98d1f536e33fcdd17d9d00ebcacb61b243560085d3026def58ff17eb1d2 +size 704651469 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..2096ff808e077ea63da0c77a9b4e1ecfbb262254 --- /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:3ff38e409ae4615ae3d6865e70cbded647b6d67139dd84dada1f9c6d44f705d3 +size 580119644 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..7564a935d3fc88a71baf81389e6c4c0115a3435c --- /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:c43aeb73819b20b7088a9a12e913abf6b63676b792ab4fce2c9ee8b9e54b9097 +size 377477862 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..8f08e6f595289d7e2a4d47ced0cdf581a3cff396 --- /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:a8cadfa88c076ba7f6b44d86203133511214ac3fa3f81f3a395f37c95f655bb1 +size 601540709 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..7158f059d9ee7200faa0c30d04185b185513d004 --- /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:6409ef1bcb643e2241675673f6142ebbb660d83cd21bb9b93db3f36c53866e2c +size 468415392 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..d6cf63b9c3e439d2cf6292497be8d46629343df3 --- /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:f8db5eb3d7c891c4dccf2781d8fd70174b3ee176f0c5903cc6008c8acf7a1312 +size 827606201 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..81c2ac8ef54d70ea3b61f866009d952dbf1cdfcf --- /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:2e874775964040a982174d2a8869489bb477ef9bd0d7a0cce9dff875d2d20c68 +size 1270355069 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..62ed03d657752161d6b0608c047fe063ecac9886 --- /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:ccb8bd800729472deda9546b7cd508c56750fb08bdb8d730df18537897806c9c +size 460920247 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..cbafb0d96ca27fa74dbb32f954ea3f35ac58b254 --- /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:5ec63a9dfe150a452f5611843225e8529dd51dfa72c017fd024a384994cb4cd2 +size 406887386 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..f9526686eb9b7310fc26fbb410047674be5f4d4d --- /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:033e6a58574b53f0cbbb0d826d79cd81612a234affbd178a97ce1aeecaed3b20 +size 568307383 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..08c24b613e86de793d9324a8767ce330a3b85219 --- /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:13a72783149f9e8ca25b922ece2e7db4662807fc9024e7624fc3e4477e62c0e9 +size 498529537 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..8f2cf20629ca00b3b1000db59f6f674cdeb4fee3 --- /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:1eb226d67ae7362320cc20d2468af28ad0c0815a64eca62a991abcf2af0d944f +size 805865877 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..ad92eaeb557087f8f4fb5c7948b0d0a6f4122aea --- /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:dc8511da3749ea78187804af23086332311d70a6dc1e6448193dc498c054d117 +size 733420013 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..eaf44aa031e036d078254384504236f160f35275 --- /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:92fff01dc6e79c79aa7494bfbd25da9480dcd0c54d3e782ef9373b0a6b3103d9 +size 459113919 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..75c995484a2f52ed5b53ed7053414088ed27b07e --- /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:159c925da67248d2f5d6048f6d751d064c868383b0eaee65031e65ced0c61956 +size 624826274 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..7729077b596d9796d5743190f6c1c8c43b6f0a2a --- /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:15419e6fa5ffd5a51c5d0961c2349d6d4cd2ee7a4b6ce3ae31b3640c4283e593 +size 569405287 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..e69375f26ba6e943e25faf8e0f250db48dc84a83 --- /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:0abdcac5c98834ffe14f99123168a56f0ad7260ecffa303e9432d17f1310bb72 +size 738872667 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..a596b5036116a48d12001c0acb90603d57b43bcc --- /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:596da96f034188fb6efa69a14468d286209fa9efbf27496dc977d2688ff369ab +size 492075143 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..f37d1ab5e01dcd4e62da6816ec055ffc94fbfc55 --- /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:c6746543df06da889b9118de285105a109fdf55a8034c070788e732b1e890869 +size 479906686 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..ef1830a7cf7b22657e0a0a71146dcb98562881da --- /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:11ce00cb4e285f023e741f585d47f70a3ceb4d3c26c34a82230d5485d2c5a00f +size 897158547 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..370fe850bb7ac8659448583032438893d1605eb3 --- /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:59ffea9830939c41e09059cbe68c5d39a15dfc6e33202c79f0d50c537a523aca +size 409218448 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..56b83eb7a8193f72b040cf60d6b0a704b506a722 --- /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:4c28cc15a08273a2e2aa93096057553098a4cb951ba008391fb21774e8e370ce +size 439729963 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..ae46456a5c3793bd8092b1d985aae800708c4f98 --- /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:7f8571fb2d7078b597eceb45622f486edcba640de5233f8240f9f7e4769a3fc6 +size 522530089 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..23163ace48a3b4df4324b281a3bb8aa180fb731d --- /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:ebcb1b9684db81800249538d6e0a0376b1cf000d7c695d0369227f44920d5801 +size 444519998 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..54f9a92d06f5757b2ef03dcdb6eb1f0dec2899a6 --- /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:2820a7a04919a691fd4748ced4ed428990eb29004dd2442bec10a6b99a29fa7d +size 431106455 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..0e0b837c315bd15c8ba3fee987b79714f0015022 --- /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:415e7ebfac8ea631f5d3c1c14ace6f04ee2350f49ecf0b27907a88a98ad067e0 +size 568553718 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..68ecf3a46ceb9ac2591d67c1582e8942a6d4fe3f --- /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:e82763128122d7958e82e51a0261fac2b4dfe61776aeedb1df15334d7ba4880e +size 514766157 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..95fd13a8004da3702cd124960e1031d9c48c5a23 --- /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:6254790dc6dce82a6afdfa905e5bc5ca13e13f3bb67e3eba10f444510c8b03c5 +size 540194528 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..d261596b7812dc5f8d210982756e6dc38b98288e --- /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:6940542c4c9113c6c6e62708f4c498514e662a632075b21c07594dd54e0bb3b2 +size 406239666 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..8b2616dc9d73c47c5be6d32890fe602dd1f46134 --- /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:94d4532052d05dcea2e2cda91cb2c78153bbcb387b40e433b15ad941d64fb625 +size 596139560 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..a951a42e783023d8e4367dc07274a957ddfea393 --- /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:92d03f4caa9365668bbd3ae51ec44146e2dd232a59252a555554264e9155a570 +size 452984457 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..118383c19caf9e7f4c7a9180447dd4e801a75dee --- /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:0d8464d2632654fb90bd63071221f94e3cc9ae8cc4ea0d0442f31ed31e5ee7c3 +size 695551058 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..d63d465597749185d561daed9bcff41fc998dd40 --- /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:f90e4e0117d00e43f485db235d6956079192365f818b69e594eb617ddd539eb5 +size 408208110 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..3ccc86eed3b480e921d17a45bdb2dd53740e803b --- /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:eaaab80abffbb793d6c79b8cacfae4cc8846cfdf9509ab81a9e03c52be592281 +size 348047200 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..84a834ce56411dc01259ce9b7bc2a32c46c8c7b8 --- /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:8b84b56ca9bbea926254d2325d094e8a0cc3391146e9ce842ee47e20957ca0f4 +size 476307359 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..d24e4815d1071969070bceb0eef721bd454039c4 --- /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:3567fd9a00ccae92adddfedfb5cd608ef868e0bfab0b8255847c39a5d1cac31d +size 753993629 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..d1686651678db2a6f146f2dd5f7aa39506d89c05 --- /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:9ececf5188e1e18fb027bdad0375254c3f3503ba0119989f15701e8f147b36e2 +size 461567044 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..b8821f4674cf30e46e74d3652a13636eaa0c78e5 --- /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:489cac672ccc260b743f77eccb79f481538a01de8634202a06ed5089e2d0e280 +size 484327209 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..d085200766195585883a9a536c3242c40c7918e9 --- /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:ca9912eac7656a31ea3431199bdbc59caee5d6f27d2a8eef02b542d7f3ebd0b1 +size 1397453312 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..420510ded1dde08d3eb78f05b323cb060965bea9 --- /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:97c84383bb10726b2a4969bb15c4a2ca1d129d6069df864e26c2db1636c3a378 +size 641780891 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..bc6cee57dd737de1cf6c97239e146a0868b59cf1 --- /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:09bc1bb63464886d3e8f192b270659c5c9da3228341d91a400a9e0090f216b1c +size 554697646 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..428ca40712561fda171003941c157e538a8233c8 --- /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:66034404fc5271b0dcac6f0f01f722020e3ff89a2186b7e834e8d22d6e0977b4 +size 844393940 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..5c7188eaa51ca5e4533f1384e73b60309c1edfff --- /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:47711c4ad776bb00df94f36cef55686848bc9dac8791dff1311faeaa3f15e629 +size 498228499 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..415ce80b30f9e25fadfe7bf38aa3d6e4783354b6 --- /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:9f539fa681a8426936f2f36051f74993ba664fb76df924a9529f00bd63235f8a +size 532071096 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..509ba7f6dd742d1d3939a49e45d4a740b82d17ed --- /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:af7fc782c5bab96b716cc7c12c30977ebdee87f5ab26f84cc6120ba5e4802352 +size 442458578 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..7f9cda4c92c3c7d8e486b574dc0f4c9fc2c34b27 --- /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:9cd4aeb0366affa7b7bbfba511536138a4065d644d57c02856283fc19887e5a5 +size 773772522 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..a03fcb6b617957a878f1ce8ecd3c13520c06908e --- /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:7e8d0ee8ae25337a388bdef1d5b92922bec412f974c2bec035495f4b64a4d8a7 +size 392216712 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..5a4be53b9802787cee7b879b13ecb0f841b780fe --- /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:7a1a6e5bc7aaaa716c0e31daa89781989e76ff3e11d0ec5a1c320221ae55ca9b +size 433895268 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..c4b4057bc6d236c9d2023ad2806ad9d938561860 --- /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:653e7339d0f2fa8b2d1b37361c8e505bf41ed5ccb1683e5599db37ee2b379823 +size 358213375 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..4c65af5ed6047274a8d7a7a865f45383e8a4c4ab --- /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:50904f090c0761f013a2401edd6d99a3e2eabfea66217120fccebbc2bced19be +size 580100024 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..b0921f7a886ba6f49bd36db475b5ba80af9b44af --- /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:ebcf69a6c8073d107ced2dfa20c297b8021d4e5925876126edd613eba0d66ef9 +size 482826202 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..0342a13c94960fe212f377bed44f1adb0eece94c --- /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:4607144f41a28584ac191e09f0fa46dad0f6d0cc1e9b8ac0d51b38a8e567615e +size 382729434 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..80f7d449ba1748e3369957382a060ddda646abfe --- /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:327c5190dbc4063a8663cd29a2b05d36eb45f78b37e2ff21c301d5c2cbf0bc6f +size 526620150 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..b320c1924f351e72e3bf563a449c53aa86bae184 --- /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:97d374162dbc858932d24bc9d68dcb78408ce40fa6a558be22a40fc917ae2e12 +size 651722084 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..3df145514589ead34dc395fa07bdecb8a15c3888 --- /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:c05352dc546d9a45cef160ebde3c4e27e7f2ab82518667394607e6881d727590 +size 577913411 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..e29eb4356fcb6eedf502cd54e84b38d8475c60b1 --- /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:b40259922f5dab1c0042a648a25248b731a351a42133ca88c000ae346d217a2d +size 573432750 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..0815278377732681ed040dbc5fa903df67d2ffff --- /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:efd1d98c2bc624d3eef4c7b0dbb446e9a014c24a47458d744c339968ccd6b7ce +size 794131700 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..6cc45cc7340e3f0bd428f964a9c24e5678008fd0 --- /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:05ab665e56cc4041f7fb6e700ca30a9ccf12a47a5c77d831606c285d0c48207d +size 478595165 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..bb4886859577f7edaf5c45ff8a5ac4b41c429ad1 --- /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:2665e42a61aa139de6843ad30e6c2fedabc27591b4837e5a44094ce02ebeaebf +size 461250206 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..6911b068674f154062a89d88d27bbb485b69b492 --- /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:2f3532e933a97b6c1d5358f4fbd79df4946660bd03d797ce0b26d4fb839515c7 +size 419561938 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..2da009b3f8d91dc9e299e73677aa54964d1b1fcb --- /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:5a4f21ce2a180883bc31272b6f96e077e846e90606029dee871df62ce07fa3fe +size 491010951 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..fddb2b9f19644d48c8ef768e6ae0ed9da3d954d3 --- /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:0a97697b931354a40079b5c7752b78de2324526d8c0262cec01a851122333c9a +size 583971449 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..bf11dc050c8cc96a8c13bcea964c98e3980d019f --- /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:1995bcd7f486cd6437179e648fe5c52182efd8cf27103d26a8d4d47dcf38dc8a +size 599211472 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..673a4243482787938e3d1fab2ea21a4db375dfbd --- /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:fdac8cd58a273506bbcb2ed91e0cd5c6cbc1389a905d43b9c4de1d2e8b1de03d +size 581728265 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..3b2472a9a0a8239421d0098bda80b8e1b644140a --- /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:9251baf6151317b7d4f06f99d504219bc0a8e643b60d7157892aca17392b774e +size 486685296 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..de2cf6720fbb65a547f60c310b4d4abd473a990c --- /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:50c4fb80429a3180978353a8809afd42cbb9191b734476a197e222b32190d3f8 +size 630656353 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..7992713256a96cf0e3e727686c82b60bf2ab9c70 --- /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:5e5e94b646d38410bacc533eb735278d56d55a69ff5ab24447644dcffc546f2b +size 614162567 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..fab8f1a5f89649b3ca19b74dd67026f46842f11c --- /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:87895e24b49fad7bd122790faef1d5d90f95a7a85cf8621b7c672e2f1a638e52 +size 366668808 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..9948652a249d7ac3e678bdf7541eb80cebad4b71 --- /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:6cba192b00b0dcb1d38ffb207a5738d8cffdd6a6a54db78a5c64b863b6335299 +size 518605066 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..b47ac2411226d1d67eabed28fd5d70a34ad96f5f --- /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:3df7b9cc20c52d44fe2175cc8c281d1b1935d5fdbfc0a9e3def164342506e8e1 +size 520457069 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..de01785d9f08a8bc257a7cdc63e60b7556c5da22 --- /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:221653662b1beff361098a8b69b25a13ee394c79ab33203a6b6336bbd2368d7c +size 450185351 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..016ac5caa218767b7a82f144eddad32697c5d618 --- /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:29bd10cec34a1b1451c32f38996f5dae4351a2a8b86281dba0e9e6ac06765c0e +size 690825590 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..a8532d81ee5c63f4a8313ac74e7b49f89418f3f2 --- /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:b4cf184f61817975de8bff9392fd556f6b9a929feaf5090eedbac5667285a5f7 +size 402148299 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..2386d41864c136d9c108e1b8510d373a4ca695c5 --- /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:245db69dd210585932ee7eddff71a5e49617bf2cd7a784db77fa25246c45d60b +size 579917687 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..6cfb290d48e67de918b601484ba3b413d4b15d4f --- /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:2bb5fd9e8714e39d45c73f06dad2cd264599639dff6e26f842cb9eef4cb3c396 +size 356493124 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..1669a42d892382537cc223e65cd2ea4732d8c531 --- /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:5f9a554e30d22814c00b9da052d2d5dc144ab2a4e2b1239ef369d0b4400923a8 +size 618199907 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..ad33fb9fc97b19170a8403520b55b0544977119c --- /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:abc11f6b5b4c00b695d58a2e145fe3e372171eec55119288b3cd81e25a57bbfe +size 540749181 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..e4410d35ef41a45b8d64a3bfde69b92e9608c671 --- /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:cf300991cb735a2bb641ff65ff3843c92fbb84912222d75b8a66c63e387a08db +size 783545817 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..f4a717b9175bde2aa9954ab73581b31129c44ad0 --- /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:76010a7d81801b183bc0300b68a1205f08d27ead6a1e444e84a6ec25bcfc8a2d +size 782356926 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..e329de4c99c84ab98b92186d692e7524e924e846 --- /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:1f2ef7808c29a417ba3d5db4ca4b2714cc8296b4acc05c2265e1283510b42817 +size 540365688 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..fd1403e2ccb9be8c4c6208cfe66015cb2e5fcdb4 --- /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:391e5a00f9408d4b6ff9fcf0f7a55c8b4a2bf3af593f7dd030cd6b5f902efc4f +size 542461479 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..b16832985c89fc1c12a45bb79777f44664e3899d --- /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:c6fa87d1c98f6a2fc1965eaca8bdc4da7cb3a6e4c58a6993ae1b932213f91e86 +size 547273245 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..4ab5ee94c6b53a170af3bd82594d12f6e0464264 --- /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:e7776a3eb3d4c4958bfb4219db47796ddd7f4701199956220efcb355238db876 +size 519926150 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..70bae3379016ed8154ab9b162b1a043c99dcc7c5 --- /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:871196ffdfe70d21cf4bb76533a725dcdcb15c30a52b607b062204fd847d47d5 +size 553757013 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..9ac82df36820d33abdb956a58bff45dec2777bce --- /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:95eb633583297f7034834037e28ab018ff531f1b3b4dbb4f7a1235a34b92d4e8 +size 491951361 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..80f9d19c53be369dd785be65e616709668b1de85 --- /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:3982a2c8b0749a45a893df877f1b4c308a277413485afb13cd225176e61c4b9f +size 492923564 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..e2ed1b2af7fdb3df446762144a50652e21d977d6 --- /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:2749017eed0c981706d9330bfecb01a8f8d372a0153d89aed728d17d9cb30c5a +size 563549015 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..0a2fb98295d333fe2023658f842dab3bf55a53ac --- /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:ad7de044254f89ac5d38ef28186fe6a0615b28e2089c14b9ef3e2d6d71a9bd69 +size 569936560 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..b1047c9f2c3dff5a16577a9253f6b17eeaaa53c6 --- /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:a164fad0d90dab0ad143e5010a8f7c8d12f900a9f350d5b364ccebf0ee914c05 +size 396733173 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..cf255c2c98af9149f967a7ed1aae5b8205ad25fb --- /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:1eb24d268e115be6883adfdc71df76af9c6fd12c643d5a180c52c8222428818c +size 568723852 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..4a0c3e7c860ea6b4ae0585635e37fd9b42efe203 --- /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:57528b1e580119f996a63137ffd97389ea50ae44d6aead0b7ebce4bd519af8e0 +size 526726358 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..e5bef6629bee6b537e68538e1cf7e9d4bafdbec0 --- /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:42314156360b766ef03bf53005bcc7c2af91bb5a80826879b3213d9b3284d492 +size 479246953 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..f43fd52eb961805875243d43dd1728e5a68c00d8 --- /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:74ba074752ec522c2d98eef5c31f18a5e130deb0c55ad0bb1b8fcfcd326126d9 +size 711023789 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..cd73112b4ca0bd43028c270037643d34f9005cc6 --- /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:25de762ba768845faa0bcef944cfb9cb89ce0db8055e1c5541e926e0d61c0173 +size 634041358 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..ffefdcbfc79aaf47f79a4ec1189b9ab9bc123f86 --- /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:1652081759882f23ebb87fe085f96ad60550045de93393cf5d63d0287a765fc8 +size 867422870 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..e5f31a6ab6ffbe995bb60eea503ed5a24e8e4244 --- /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:b766ff0cc5f6680271261b7e5fb8830ddbf84122f87d3d4de745012ac66c48a0 +size 668683638 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..b5fa81728e67cd656f79be94bf2e5f3f926c4474 --- /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:37d0c99d2d2cd7c170349732a349d19af5fe2d7708d9a63f75cb3a841fe9a90c +size 434322360 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..3c8643755df4f532e1cc39b4d5627713e5b30b8e --- /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:20b08e6eda97b9fbff8eb3f4e7035d9fc2220bd6499efb01bf1e79a7602aadde +size 548299428 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..eeed27ce936facc3e0a5d70788e21bb90eda27a7 --- /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:c1fa282be5038647c5befd6d67df0fad02d6c0bd9b876da9282ff966c53c7874 +size 554214885 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..0929ef6cdcd9fb3bd576c283b778bf0e7c09d3d9 --- /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:bdf3198f1b498936d3d7739beca478c7b53179e453760298121e3d8a156bdedb +size 574624589 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..e444dcc7a54866ae1532e27932683932444cb268 --- /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:663b3c0e68ce7291698aff707a75be1e9351160447a2443c019f556a28be1e5a +size 855442184 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..feb82912bf141e738f61a36cf88771dc523be422 --- /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:be0258c3a02da8d63d06f3279c8ed2fe08cbc77d7636b65503bbcd151f7b92ea +size 512746083 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..ae15de2cd6d87359903931c9260e8187013e96b5 --- /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:effec0abb7af76070265df558c031d21d891e8b55dc0e0142b510b7fe76497d6 +size 542706264 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..e72847cb402db250a76bf1e8594e940a83b388b6 --- /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:183f0ffb1834df61aa484f3ad0999a6482e643049fe46cda95b01710a105e752 +size 425897945 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..7aee5f4396ce413e595a1fe365b607308a73082c --- /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:b3b8c529bb1585161b7f98a09279d18b92349d75925df6096b791f393e49e16a +size 465686296 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..ba6361777e93d8d8b8f9c26e68fe7ad016b6e2cf --- /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:e590d5504ecf025dccd2bd5aaaa786c7d22c5f124fc4a909a8e9bf291e874d37 +size 410669656 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..48aed5357d7b9675d089cc60f2dfc4a22a9569da --- /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:58055b075bd072b2a3eb1c3fb88aa9ade021392c040cddf70771bb7fc5812a56 +size 538856418 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..c866470548521e359f085045765d6888104d3a83 --- /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:865ced1221f9cdb2e25e9bb8d051f918acac98e244baa999a782b5062632b140 +size 372524398 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..8bfb1c36e87880e90dee6821571ef9363f20c7e7 --- /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:b470eaa703bfd086e1565074d5264a2c91854256554fba133eec01b38f2af4c5 +size 392779755 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..9d13e356ea785a3828e8188ef1393d056989b822 --- /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:12a4beb16732dda2e876bdac7769563ad66562ca6ca2b90cea6c7e0406743257 +size 805086404 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..25b4cfebf20b7d421595ed0eec3a63afddf85e69 --- /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:bb3685a178e7d874bae5718937a1b65441f8d3065de6914a986bc0336cd9fe06 +size 474557257 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..5c7a92aa10abe116ae013ccd54834ef14f644554 --- /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:371001e21de4e237c15ac4d3d0e7b88bc4721b48981da91a8ab7155bbfca3d79 +size 506206479 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..f1bb5c5a113e926db4524e803a4423ab002d4fd9 --- /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:167f39e3b39d19486177c2da3151c2f68e65f5eacb2e78656ac1194894232e6b +size 441969051 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..1358cdbece2391dc9dacfb5ee7b3e5665d6b1af6 --- /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:fb6cd63f6601b658f2df05465c0c876f577af0c10c374a9fbeda2e4a2022a75f +size 555532539 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..6d20ad81b6c539de2c91c7630496134c9949e974 --- /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:ae89f0943981714cb280ccc4a787363b7f96954a850321776df4c0f545d5925c +size 589358741 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..4d120602d2de1f73609fdf04fd26bf0b57715b90 --- /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:d1e775de25e33d21762738cb4feea9c418cba7b7f9ca936cf6dbfebd0a9cc64e +size 549707027 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..9816b11e98968dde3ba892b1ff22fdd2d908bcf5 --- /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:17cabd529def622dccaf1112bcb8bfefd1eebbb34eb0d931c77b85e3ddb54459 +size 607050908 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..d28d866b410ee359284dad0ae6c7f626876dae51 --- /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:c77c9b70fe033f4d670a61737e2bf75aff0aba618fd7cd1c650a11609609f2d0 +size 497564876 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..3626ff648fe1ac7ec1a87bc9f204eedcac65cca2 --- /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:0a33c022d706ea3c3cdbf458253473b7dac61c2a43bd5922e4f1b464f0463b59 +size 510459675 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..d99fffcfceb8ed2a120a9b67f7162a677111c207 --- /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:c36cfe161c60e1e4c4039e1b27fe57db8e1d4d23b1fbb82cffb3bdda941c180d +size 513548825 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..130673a6654e0081deb526eeba17bb8fa1c2726b --- /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:40771efa7fa75317b5927874a9c67a23b46041e983f722a2e3232822df3659d5 +size 594238358 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..e4071c3844e8c6c371611ac286e2a711a7c44481 --- /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:fc22f1ef6aa5c3420e91a69d8a3f182b734dfd9b1b997198d107e1ee85e39c6e +size 529456124 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..89348985217a9685446c80dc70369cf088ea3e8e --- /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:cb47862742d5a62c10b2bb12363959375d7b0723d849bcddb4682ec3ef46b8d0 +size 555638302 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..d43892a445282377697aaca9a5a1602caefff684 --- /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:9940ce08fb1bc959ee609583134fb57004e5b669d3b90736d29e42887105984b +size 1261929447 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..b8060fc245246974832a8162c7e1d6d3cfa275f0 --- /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:13a0535304a8fdcf13791d93799c911f75f74562aa23a9b09a8b091495dc5a1e +size 539226605 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..c95192a8d12750ea443c299add89ea70962c0597 --- /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:e86b6f1932bf88156a54fca2c3687d49fecec72c5932ceeca0b5aa824f628ed2 +size 810689317 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..6cdc0e9ab239c04cdc7dc3a2284b2da7f17d2d50 --- /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:e8fd216e8b7e5597f42f4b27a1dbe90cf990b313e4db3b2de1e40d0e67632f52 +size 433064703 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..1671da068a7ec3610741a12b9b0ca047b09ccf6c --- /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:b9f96dec5cddcafdf2033ad700c9d62ff54f351b44880a72b012ed329d4d7544 +size 403405454 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..35e8adbdcf8bc61c3616cf030cce78cdeed953af --- /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:cae4e568557dcdcc10012b59a9c061dd60685671b8373c0bee2298b05f6c2bde +size 425405781 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..037e800a6489949931a4dd13b8bc160a2d00cea8 --- /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:f08f064a08ef3f2bdd709d6280f3dbb1d5839ff8f7f4eadbc99f680612ecc5ad +size 591219266 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..3efffa5316b163f1c72e594ca5bb3f2cf762b9ee --- /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:a353599cc690bc9cb329dd700603a7ee879264dbfb8b0be2140be8deee80437f +size 522860822 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..49029a3b485b136b30b7b5cc4b63cafd7c4716a7 --- /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:e4641eac8f9e647833a216a16b30ec2576671fd3f9e76dfeb797fa0ff5c40f22 +size 821847173 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..93737cf6cb07ef4181c2dd1357ab1e6354b2052e --- /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:8453d23303ac60201e85723f063bc32be55798d421d55a49e7a9bf591f89d65b +size 516139758 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..c924b7a405c895514e547c2f76a0664243f7d15f --- /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:9d440285f68edc492d59b80d9494863538b2cbe6201e148bded769659ba52396 +size 500661195 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..33753e5bd6e382d1a0cad41dc78cff6dbc49abbd --- /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:8ae4123478613b18323f1b8bd8e79dfabdf74c76e731fbac062254d8bee1776a +size 432676102 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..d5f4995a5f91ff860dedc8c54759ca88d9f400af --- /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:a8af17a8f8769a21e56ff1c946d254d2c0cbdb57e391ee9632f0ebb7b23cb0ef +size 547147324 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..fc5f65775d462025baca70bcbab5a625ab6c1ca3 --- /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:ca11020b4bb6a01fd055ac73c3a7e4c0058c1a852aa97251ca369963c7d3e624 +size 467423835 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..0955b0ef73bf77e7ac7aadb8fac79cb6dd0174f1 --- /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:de18067ead60adffdeb8b136a5eaa57147281ba46fe03a3d9f2d8735cc4b7d84 +size 476335733 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..0664c936c0479347a554b2f34b96fabee5186d56 --- /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:691cbc3710b7c63347a2558c9d94f3d61683a53c4c1a576f9b3f2dd806d031e7 +size 709647122 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..6e57b40114485e235b3187da6693f6b9362c97a0 --- /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:a376c0c63262f5dc005db95be0a028b39f03454e0107c56897a4990d1aecc0f8 +size 509724257 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..70021757882c7a16bfa2ee97905b4f01c2b983b8 --- /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:ecb1372c2a5ebfbc57d5bc0c8bb0dbc6c2751f467596059ae8a9a5eced3e51a2 +size 578102168 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..ad3caf168e4d59d1404b78bc767caccfc60faf83 --- /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:5a1c4fccc20cc26154cfc447be92574340cf99ac91e137aed4874fa1eadf7856 +size 467200156 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..2dbc3d6944161459fa064c46c7b32971d379ef92 --- /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:6c4ce93c447124f03809c3d2d5027abafbcdec64f79d16f325cbccac86b870d9 +size 590850237 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..53983d33e649af9ce9f0e22dd677a69a3bf605ef --- /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:442f18931217f7ec52346a03126b3702adb607995842e683f611f9fb049edb9f +size 375928533 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..e313b86c35950df2c3f33e422aeadb3981f79a5b --- /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:8e45556bdd2c3652137f2139534131a9803a4e566f4f1be20a0cefc8aa9fa3f6 +size 517015940 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..2d386d5153468c5c85bb85f5bb087cc7b95b88df --- /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:a32a8cf35e3b44c11beb2ee0331bc62369cdae56a496fd7a4076824ee38177db +size 464782955 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..f7dd11cc05ce1a0cec7eb914985a5a878c723afb --- /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:929e1a73c83417eee4f2d23dd20552ca8fc2b028ebc9b589873d29dffd54dd78 +size 463064876 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..b3917c653b43409fc4711e3f5c5f696c85c688d8 --- /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:5d553ca9e930daaee18e43d01591c84ca18edf5f7ede0f1d183540e8eea2449c +size 743388518 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..636e9a5f0c0f1806d8e60f0c6562c9c78a743bf5 --- /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:b2c47ffef27a7fc2f92bd4b8235b0dc1384bfd9189409d4d9ff3fecf078559a0 +size 511423360 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..4e6dba2dac3e9afa64d49b5ad65993b9f839a4b0 --- /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:ed49795a72d8283a94403c78ce3b51cc2a016885eebe905d668d4c9ca0cfeddc +size 411035094 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..088bd32bc994d025c95935d76224112b07726aac --- /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:e757a68e1e21aae7f3b1297ec2b8703ffff976ad04417a83a8d38d2f4ebed663 +size 521615194 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..e849b9fdaecc31fb19dbed3d8e9c63b22989b046 --- /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:aa99218244600b7e2f33fe56dd12a1e4e65d3088722efe4113d89f5d0b36b3fc +size 506470774 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..4e75beeb7045d32878e4849d97ad9e9aad942aa8 --- /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:c90c72853f2ab1a93e9fe5bf29035114a5d08fcf2e0585954d14a487bd4f2566 +size 783144478 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..5924f59cea70e9b105f99a760b84459829232db6 --- /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:ce8375fd34e0aafb763b473510e7135d545e6c5b3be8aac6a9eabd93050ba481 +size 453204311 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..b0a90844427a79aa70b4322dde8d705c6339c42a --- /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:205bb68d3a9aaa29963787c17dd6229608caf0d41605ec05247ef1560619e567 +size 435804306 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..d22f1ef8c015ce4aff1ee20dde7b0874efddf09f --- /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:76a1c551658c343e2bb8a2a312df2c198187893e4f57be686f27cc009ea2408b +size 968862106 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..8e272f234c20699bd58b4d054da7a63a5066177d --- /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:0695cbf9f07111591ec847aa07756d8eed4269f5cb65408a8b751026ec727095 +size 552388509 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..70a0101b8b7c2809cd6213cdb1329d58e47849a8 --- /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:72908a8297596a6941287180ee0707f3475c12625bd470568f3ddbb0bbe7bb0a +size 620926656 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..d32dcbefd77b15d255bed4cda49ede85e1b1b718 --- /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:9511ac0308ee1f41043a01eb599e93ca4e0426d3d99152a0be6086d5339d69de +size 440860446 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..1ee370730a5a9b67b43ef85a553a5a026c53787b --- /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:e43987960e2c641c6bc9267128b9fe9d89ba2da74a08c4f097c61935cc3f8aef +size 658963110 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..4e92d76eea96929c12d68b4a51f079d6a87440e3 --- /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:8aa48497ae22d509a95dba1c7f536818a7a4ea936a8badfa1dbee2496f0f50e4 +size 733086660 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..2282a7fc834e2139b95f0519ae2b98ee1796e20c --- /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:ad07541698589245fdf1dfb39bd52e83138fc4f2e5bdbbc29cea513eba0929cf +size 742073092 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..0b587c62d6ba7e47be26158430eded326d4ae6ca --- /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:b360e992a94cf58e8c4121583d0bb09cd7f09d38f0c3c2d4bb1318dabd40c70d +size 630748941 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..4cff3b4f3e071c72a59717b140658b6c46ed165c --- /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:6781148803146228979755ea8cc528341c98aca426ea5b5bfe95a1a377eace19 +size 900314963 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..3d74e47a892a2da20a47ae108d51e3dcfc13f6c0 --- /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:b28a9807fa0469ed317c878800e97c1f19eab897ea911c687100103d1a3fa168 +size 756562666 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..184707d6a721c77e348ba89cd7082c0f775620a5 --- /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:cf799de6b8954b45f8a374733e5901affdd29b3f47bc2317a686590e39749746 +size 591451116 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..08e008b073e15f72e2b5229f82879e2484f83525 --- /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:a5cf7e4f201e24b494e02fc3a89a45915c08cf90e73607132170bb1777bf35b2 +size 403677445 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..b55c0826bc3e2a557935f2e81bfb3897ea5d8aed --- /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:f76445abc7dddfefae03155f101d6df63762a26d6765895ba1f361f2a2f409f6 +size 649463110 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..274b027ee9ad0fb813b13844e09d1b5e6c44a6c5 --- /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:4c60ad9619beff4e3691a21c21d3e5b06ed0d244af15769ac9239b71243da6a1 +size 555732585 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..608de920b347a08d2218292dce532c0052a6bc45 --- /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:83b267f1d19a9e2d9acfc885fd7616622afecd2cf413e997047a7201bdf53e46 +size 746699972 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..faf1a2485f197435fbbdbd1feb440ae9c1853c12 --- /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:c9514d96727f8d00b20958591851d3bde1767afdb754828cb53c9018457a9d2e +size 445303555 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..ac6061d4023b04692937f46f66f8ae88cd50dca0 --- /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:22561a29a04db2bdc7b40abf73b46866e22d51abf049bdba323935c82fca159c +size 923910999 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..481a35d5353a819e59608c48a9000b337ed255cf --- /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:041859dbb282c2c9ae8c30e833bcebbf8600325e21cdf1e092643d17a6146274 +size 381339393 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..085c5573c31b20024fbe3be1792e9b29e9ddd040 --- /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:9606249e831577edc8bd00011647e157281613fdf3f8bcf8c7225de43e35449b +size 567210678 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..5a4486b4987b29ce50e7b3a3e3aa66e9dcbae8ee --- /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:44f04a9be6e2c7b6a095fd094cded6b6eadb81b9b7f065330df16e2d7e45b8b9 +size 587635126 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..d3af14c914fbfb0f3750fda91beced36e9d7a1dd --- /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:653e6096e4d5a5837544d24b6d10a9713b99f1748ab864da783db16fafb9ee36 +size 577225472 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..49a961968d3e392292e3b1b96f76947cb0ff9983 --- /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:56a62627f01bbf80c14011baaa2e12c612505eb94c9856c4e09f23782a391736 +size 427621497 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..0067a33430b4b773d474cd10b0c967057e598e73 --- /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:33dc8ee231126a1625ca58b0e8d8f31657cb5cd179176078000aefab56e43cec +size 437038325 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..3cb7b64c88bf52d371ca470b915e3b1e39f04613 --- /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:5258babb0620c456cea89d09938506f76a8d978274e45c35510e426e1150114e +size 449616264 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..85259a640f2d95f1983b669627fb9c21dd956400 --- /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:7a7bce86ebd233f96fa63e877a0ab6023efb2f9d914c411b6504b036fc61de88 +size 486272066 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..558ee14609719361fca887679165dcd9adf1a29e --- /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:e16873ab58dda578b8a3adb9d7d8ba7d4951e810237be889721840cc82ec0d2a +size 1237797819 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..a66ee8a35c00f228b07d2c64c4c4cb539eb9eb27 --- /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:16ea627878d0e946b587e8f198900f8da099e402e9635b6475bb36a5fffd82d8 +size 420358986 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..d002b9b1425ea6e20862f2768c1dab44032c5179 --- /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:dde68338596a3fc1918d3c8606f18612fe617a2fd53ce8dcc0a905ed00979ce9 +size 394113279 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..a53ab937e68ac6e89e1a16104d43c3d8802f8cae --- /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:f8153eab845939c530e1121125ab33f651bd323117b0b00c1b4733f3a0264444 +size 727843103 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..bc082e13b883d1dacc83000ea61cd38c219dd7c9 --- /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:c72f78d3da8c60044523e38926c0c7c65e6ba9aee446c8057353dab96b85ae3f +size 488050519 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..7c8db87a5a2c0dde04686971303bdcefba0bf2fd --- /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:bfef1ab27244adf5783dbd4c501885402a5a535f0f96cd9b3ed4bab36fbdafc8 +size 612240372 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..6dcc5fa4e8e026a514428054bd22107efd871849 --- /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:f1327400af61465342c9ac26e11f22e161a8c6599e556162a2b684ead84a8032 +size 955081442 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..6a2e7863359ac53061e70f5172ddd875496dbecb --- /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:7ac82e2e1c316269b23bc3db60d97711477c968ab5d9412021841e2d7b2ad161 +size 975178974 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..ff50316da6192b2dac0e14761354147aa1f1ef9d --- /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:09f10c88ac4a568e76fef7d7dc062d5cf82f13d620d1b7edeac989eab81614c3 +size 494135930 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..9bab095bf6fdddf075944336992dd2dc39dc975f --- /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:cc15b503a1a1071340d7ecd53ec20a3f25f900cb269b4d80bcb6106cb9c64d94 +size 467856440 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..8f562849d7ae70b860447f79fc3e7db9c7a61c27 --- /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:635371e70f5c8facc1060cd29f11cf6a9f9fbdff85e21aa1e0484b247da3eb02 +size 500840521 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..5408cbfd4def6c098f9c51d71073544bf389617a --- /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:4cbe992fa10494bdbeb9ccdfdc42691052980ed205488c4e400dda71af3bff33 +size 873597121 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..77ab277fc6d68709fc08473a4f5fdcafc8f4ee7b --- /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:aca2703e8e04e18d2cdd6249913b2ffc896678e846c6e5cb871c0e50d84c8a8b +size 862932865 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..7d60ccd61cb9a98c24cd7fe5f6b0426f2818c1a1 --- /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:a361d265f803aaaa6ef1c47f34f78be1b046e5c56a3930c124efc6c6282a72cb +size 365679983 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..5b8e92abcc3ad5095566d7378767a3199aa700e3 --- /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:175fb62d2c27d10102b05f5260ee312dfc134e5a8606cfa6375f3a70915826ef +size 923767204 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..4fdcfb5463299b43b1bdf1605a63c391f85baf92 --- /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:3ceda05d3ae8111c1f81353d7e11c08035ecd8b19db3ebff8e27cdf7bcdf3d26 +size 475416481 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..2dbd8b9d86a33fec5ee94aa5f0c3a02d22651fd4 --- /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:b7130ad7f4f4b290baba532e8be910edb34825c52338c3e504e6bf4f1cd27aab +size 510153387 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..e379f4404086114768cc890070e30ca6d63e78bb --- /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:2ed6c91ca47fbd6146f5038e0d3df131d6818b9279aa20d938b96e75d5199131 +size 714033518 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..83e5e0926c860797f69f8e2718fb5d6f33bb70af --- /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:54c8f82ebc5d4c576e17ff02775911f9c0e7fcd88975327444088cb7df666ca5 +size 774306449 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..841ba5afde4e665a04938d741af97e7a0551d80e --- /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:cc4acef3e2ab6d58a8c4c5a68fddf20a8d6f8eae3d60500231eae21dc95c105b +size 710444673 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..6927bfb685ac759063e3dc192d0c6b48e2bcc2ec --- /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:dd99afcb78c9cd80b64e0c6504ca586742293d59484d77f81ebdb801d8c819c4 +size 583374447 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..1bf3f164340245d9757e7b64c0d78ffd0be4ffe4 --- /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:8d0d7ec5494f98e53d052c4f17cb9c3befec8839acfac30a69c316ca6d27819c +size 1059980332 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..1c35ec63a15e5facff574e4ef71b98f8ac1b2478 --- /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:674dc4effe650bde0582f5b51464241edcbe7a3a119ace66ac52861a066a17bf +size 559761275 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..0e5f93a99f02dcd4b4b7b8270d3370d5a28b694b --- /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:8d64ca497359a849128b0b8ad6ca25e27a371f5bc2e2bbf7161cfa2d6a60e9f7 +size 468489110 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..8987e5407a9d8bf9065fbb1d6df1e1c0640e78bb --- /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:53bef8cc5681a387742766fcb71d1beca6c07bddee5ce0bd2fc05f65c240a775 +size 430457412 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..4a6e764a470e20075779c71284cf60b9048ed313 --- /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:0e9893a830a1ca2e7df582bf1fa532867a8869bc9fcf61fa25f0972aa8fda3d5 +size 568161320 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..07cb360c233933e1cc0eeb8c1881cb9ffed01c46 --- /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:1bfdf04986e8579229fde491f412f72ba53291b87411ab8fe8256713de8f8ac0 +size 613369452 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..f0092105ea86eab1df522bb320d9535b4d54df6e --- /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:3a30769d0e8275178873b313449f8aff84b49b46b061e394bf944adda368bd12 +size 398772727 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..bf095a49286fade244c02c8295d06f06fd72b473 --- /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:af86e024217ea1278487958dca7a9e3b5cc5a22d5c8b1fdcde904e3e8444446a +size 387295494 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..0c1e53509d37f1ef22027857dbd33e284857a1a2 --- /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:ddfd56406b6a988a058f2a8b7439718d51d9035971a40174c8e5ca4a63958f09 +size 575726994 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..5436ccc1825f6c171659106fe824f9d6de3dc5e4 --- /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:6a5cc383f419d20b9700aa5ef5054781bb97c79a63f63e4612316c3445a110b8 +size 390011707 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..a75b1e769912fa9c2401fc3ac14f139583b5a714 --- /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:c4a5dbebac4d6c715b81c2afc8b95b54b4a8e27a6f8bb5f7536962007ef54e88 +size 430015540 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..12dab1a09bff3b57d96132daeebdf97e9760fca2 --- /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:f1b1d8a8e1270fb5725598ced59e0143b7fa60ac3fe37e68ce87b9fa4e7ae44d +size 468639965 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..092817b3769309178717ca61e97af6637235bcc1 --- /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:8b38bdd8dec1ad37d90b34ddf73ee0202655cfc8ef6c2d691e65397d3880315d +size 463068230 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..6782b67aa3b6850ade76949c545e64609e6d263e --- /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:60061582a18d909626921651e5a9792143034bd920c41fa9575f5a2944059b7c +size 613277099 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..4d9cddc406fa4ac4f26714913db909e21569921b --- /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:31831537823ed93c3520ae315b0d9c6819668fa90caa2c1e5ca0cbfda8e3864b +size 399391637 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..b841fe54d951d593442d7013fbdd13c582f124c4 --- /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:43b1b43fd78b7ce262cb46263d8b21014f656023cc38f91d168d6685fb46253b +size 507095346 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..634a18d44bd96db63239d0802839d827a7153960 --- /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:96f66d4f55b18daafe5f27e44422084490038d2ab28b9fa17d1612320ce172aa +size 462184634 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..6902817e8a6964fd41e81a1647d969c8423fb5ca --- /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:fc6c71e6590505946b463f0b4745b4c965b2aa3154f2f74a4ebaf54544198806 +size 471159671 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..f6f1e9c0d855678572f706c28d741f7137d9a790 --- /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:a33cca7432efdbf4244bfe4d288b254956a08cf9665cef782157023140ec387c +size 465352492 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..ba1e3e15933d2d183018cb1f82015ccfaf7c90d4 --- /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:621dddbcc619057a04a1819fad7ea0b103abd29fb3fd884a9fdcf932b5fa60f7 +size 525515115 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..94b3627d0db86f7aee64cfdd0dccd17d28a8f2e6 --- /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:c11a1c7df804b59729066aab30d87ebc15dabecff05279bf2a2f7a131e20b035 +size 584492515 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..f0e7a710216232b7f22db23b80b31cfe3f0a52e0 --- /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:7dcd020ff7561f2d6b186837f19755ddff78bc1594af686b445b19ba5a757bcb +size 441665308 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..8efd00ce4628557b78e0cfc429b107e70a7ac93b --- /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:00a18d9773b3628d8ab77e1db3db581230cd498efe7b26662ca1e7326ec3fec2 +size 589444050 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..867b8b395e524eec72bd160703efb654c6edfd56 --- /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:c41358b48b871a04d82dc95db47844d67c59abcebe3c428238a3a3d05845a925 +size 420494917 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..5aaa192b2638668cd198307eb9917e49cb0bd881 --- /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:7d6196b7ebe6eb782b1e8d4d6505a85ff51a65bcfa67cbccd4e21ea8e50f027a +size 549754244 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..0c3a1ab1023ff6e04a42ac444cbf5d7039634fa4 --- /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:01eedda61c1be1ed6aec0f65ba9c9c706fca218ced7b8d612a46b55135400a88 +size 667997131 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..dbff56026253eb2fa305f332234ccc9a5dcc63e4 --- /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:6b42e2d24ce39ade9a2ba48818cc1e0ed3c23897a523724c3bd9a41b7f1f0666 +size 540906634 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..6bbbf07fa5a83c9988fbb18d4fba0d7333762531 --- /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:c7e2b729ce88832fcbdc014c6311041e174287ba735f2a7d67e59900220ebaf4 +size 402950775 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..e995011708c6ac27898d5b4cb1a57d83bcf1d4af --- /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:df7f2cff9391c49f8f3edd03346d331e54e62098763bc8b03816dce78fc45578 +size 1009594795 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..d2ea521c3173ba0fae5eb1db430374a42cf39090 --- /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:08822ace0750d858c741015c7f17d1529dc285e4f7a9938d3037e2b912fa85b8 +size 825333667 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..2fb0f7c3c7a8bbf6778449c7dd2bbd1b61536de9 --- /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:47b4e1ac864d46ed0ec684f1917eeb0ec56475e7f2e9963bd114b33268e4c35c +size 476103909 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..e8e7e1881a6d1018d1d4646b9179c7cc968f65f1 --- /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:df3fdca03533a3c5f0f4d4bce4d6d3aad2e46b60c98b12bc26636a867fd3ce26 +size 512206362 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..02d71ee761fbd006726c61084493b537056ecb41 --- /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:2bba07c8fb9a31ba6fe34a79c5420d91c8a2091b32c5a90a60f54d372f16b59b +size 500952134 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..8c72802da935302470a56214bb0793d798349f18 --- /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:ce7021ead4d974da320049aca33bcbb8545d90b6e4a34e36ecf7d604e5312cc2 +size 411126814 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..176e2973e89ea4e8665786757a38d7e220fdfe9f --- /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:249cbf5e8cc8c72d26361780e0bf491f37ba9d987a3cd0e3d83d8a74a9c37efb +size 469266037 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..8db68a686b2c920b1bfd7dba9356da5fc6391aea --- /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:93b1451a68359941c256cca6850688f1be6485ccf054bdd7a2c8faf2065f3bc4 +size 522185457 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..d57f45302367aa01cc9b0cbdb7d6e03e6343e280 --- /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:b77b100388ca88451ed60f64f0cafff75318ec466c7564532aaa32b4d7323646 +size 495881873 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..0d6c874aa78c94a76edd6e1db659f6b4a5bd5542 --- /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:89b7c3ecf73531f7a143e903d83c3c63a873136cad454609016d7ca4b3be0652 +size 500272021 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..27e897866557e3830a395b42ac775734d8715ff0 --- /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:8731672043f0ccb8eff2c0459f6342ef6dbdfcc405045e91c0628c966239cefc +size 553186825 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..5318a783100af32171a2e6c369928d42aa88ec38 --- /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:864fabee8adf17f00b3f4714c0514bbf39a7c8e9222da5eb42c0086d2e2611c8 +size 467320489 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..dcd5c175d396f92931c5943d34122169dc803c71 --- /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:4f64aed13c1f5dd8ee6eb26a3c8816e1cc5992ac24665d893c428744bc39b78d +size 537498470 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..02ae1a20ace07b73f072c742eced80bf4b613293 --- /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:745789931fd0110f13f3a57991303d2b63db9036dc605c187b25cb77787483d6 +size 545628609 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..039ef17dd5f6a3bc43b092fed3b700a28b04ff9e --- /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:e8c39c157584dc2a7ba9e58fa24db4bd0ef76b355c0405ade61f67ffe04fe18e +size 427061631 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..c16c90e4b8969277e17b6182b3466b7d1a1e9ded --- /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:f784913f872d5d6d9a585a9d9b8a2a28dbd9e195f895ee915ad20580d9f33b95 +size 481793536 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..9d002e5a118e99592f9cd753f496f669bfe64525 --- /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:cdef33da6fa9c7d622e539b31b8cc7ef3799d0a895559bd305ebf00f4f10887a +size 424330442 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..dd43ee3590ca7388f2dde9946e82426d4271605e --- /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:73aae2cffec01bfb55b7fcd0b31fa1293846f88d676f95f0098dc6933a459748 +size 507308125 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..9b6c2c643c39e7b5c5924de377a8185df03f7680 --- /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:190e9f89df6afabd59b99740d0722c5bb3d4acbbc4c4665527b7e9244a8dd437 +size 630484496 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..9b866a8a2882f918aaa56c631b77171f5c7472c1 --- /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:c7cc4870b129eaecfd7b2dbcf79eb95648b9e33dc08990386a760078ad3c2974 +size 965688193 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..12b7014639e50c2b5d585ee455242cda1c5f8c95 --- /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:76fde4f0619d262cfe22f58afab2188275c83e35685bcff0c73bf6dabded8311 +size 587504044 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..db23c1a6e4aef2c82524b497767727f118272d33 --- /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:45ae7e3a4947fc9c028f0d0406547f0b586c5228bd4d05b5110f768244b4fc79 +size 660703437 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..7388ab493f8ffb5a89b18ddbdb7899f84e5980ff --- /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:a5e7621c686e8a0800d251a0f9e76fa863685b88ee42fc00f69953964c790106 +size 510934264 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..8db17d78364d0754e3f979e53ba49caf4955c6d1 --- /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:a45377eb1e6e87aa07e09a27d872c8be1cc9a4f48cff789aabe331e17df639ff +size 552853896 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..513dff9cfdf1ace1fa81260e3226295335e008a7 --- /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:70051d1348d3c05faa8253bfd01ad13703191bc6e139bce244314d2409a4b705 +size 743509648 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..70560d599bb71f6d9e89c1d37531919cf2efabb5 --- /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:401d48475673f9e5db616ed38ba9e10a46bd9163d3b6c99b6e2b986248d06bdd +size 540372906 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..793d2128f7378c28d88e949c905b49ff94ed2b0f --- /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:56767332f1f46e327135d07e724d83f92770c09be40ee70bbf5c6358331a76c9 +size 427400242 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..28736d9edb58c74fac8589a8e60eafd4b30732db --- /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:e0e001155b98bd06f8b52a625729af2c74c1f690a9f2debcd6ba8e3c67e69cce +size 542002658 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..bb7d1233c7015a0b19b488715625eb2318f63364 --- /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:42cc4faf854715489b6a195f3ae13a58cb99dff259533ae5543fa4dd9264d96f +size 483967882 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..4fb4ab078b8fcf5c657c3fafc19fa88bb094a7e0 --- /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:0701b2bc6b05cd4d14223ad1dba08fa9c67f4d40773a30517e5264d7b3eb6cbb +size 496217684 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..dd6e9d98eececf8e17c0de85ca1e5eb5a2a3237b --- /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:2a09047ca4ae5e08144478ce9995898955fc743ecb11f79545cbf53f295f016d +size 487923622 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..68ca64c8b57a52925e2500e9d67a850d4e364329 --- /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:6718e163fdfa09f133c267dc278a9f67e5daf49f33e688fcd115f12562f76cf2 +size 459911645 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..9b154031e876e8a30a0b55782e63a42422a7f3a7 --- /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:4a780891df55321b2f07ccd5881a4e7682cb844aabc5ff50e7c22747a27704ba +size 561822546 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..0785b75f7defe28c683fff1ec07b5d1a49fb7a18 --- /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:dfdf95576ef8f4baf655584eefa8d90a58a0caf697819a4e7c109ff695b738c3 +size 493167952 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..912900a70ea9bf1405e4dd84cc9ca8d0509a67cd --- /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:b4a6617e3bfb0a60c97a43443855847f53b7509a694d767c1637a6c194793f94 +size 490789241 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..2456d472463c2f519296cd8ae96a3bdc04115168 --- /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:07587242123ef9a4773e9dbfea1aca533ca425b7959b6f34e37ebac685649a6b +size 509375628 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..f8d8a31293cdf46c51a0cb22d1ec67174b824f0e --- /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:38c78ebc5bd92edd94883636ca926c030a83517eab61b85234b4e205dcc3b97c +size 454894245 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..b216ed88ec0e642cdd3bb8e7b2fd6172e23e9a28 --- /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:d7c6bb44d5f7df0576211fddf9612bce94388f50f7dd1fef903c8ff8aaf30981 +size 607939028 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..9f08c19bed54fbb1ec6237bc4a1bca47d7c51013 --- /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:a1fd51dde25e1a86c7a784dc855322e4bb164f47fa0e0085b7980c2e92d90d4b +size 678235926 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..44f7f6409d58d031c929d1b24f5007d05840297e --- /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:e86bb9869fc2615bbe3f0d9bd8b89a2c65ea24b8b72132d29e65d13dbd8a9f6f +size 649994812 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..d7598d17a8e2f23a728e77fb00a31df305c420c7 --- /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:a107b476610ddae1edd52b37133e951580e6dd3fd03c5dd1d38bd800edb9cd78 +size 407798056 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..3dee9bb78fbf11a0f3049371112caa6c57246ca2 --- /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:f0b1d394d04697eea4ded78245731dbf063678c85d4e0436180caa6138cddcdf +size 436383014 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..471ce7d1cea5962019acb3a363bac1ef0d97bae2 --- /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:021302033063cd4111075c3f7bedb2cb639ff05de42b8ff2285647132cf84269 +size 537289753 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..72bd38386c638942b54be499aff69715fbb73f18 --- /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:c8d9e44adb4654ed8c7c324d7899f048c395424fe4706afd290a16bda9e17db1 +size 418382443 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..d853ba959e459f1f1462c62dda50055b6534d485 --- /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:663b0c81c8cacdc7947bc50dfd09124e1c7f5de87806cc6e33a5c9d3ec44285b +size 521775504 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..393f24536e959afed7541277dcaaa1f60eb50e99 --- /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:a0035067bf149ed4f4f7ef076619f9dfd92cfa2dbcde1c9797270b3928cae28e +size 594732311 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..8b663cb55719edb06cd4dab577dc05a4d9bbaefe --- /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:edbd57170555c11ade5be1439b2a0522c7c9c2e017de7678fcf5daa75205a7ac +size 908892804 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..71f6ca27e1e37d084edfd7410e32ce9b295a14dc --- /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:74e3da144c212e7ac0ddf28adfd8b9b0e3c36dadcbd584db020ea09190a6fb40 +size 414574876 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..9c54215c7b6aab3204b4acdb485382c564749c11 --- /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:62e8bd80e03069b6f313bf6d8db832b672222602b160e3c93cb549c955fb69e2 +size 1145337130 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..2dcc35f2a790cdd8131d1c637152c418dcb9cd4c --- /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:594ff7bf26a466909f0af55dee238be368f40848ba2e670f1289d4665dac8435 +size 473999514 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..3d41206ea7cd16a870ad7af65a1deb010557d5cf --- /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:e3f1975496d5b4e9d631793a6e77d4bcb5c411d0c9d92f93e15fd7d189675449 +size 415313890 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..29b010677d074b654632c32e7517f8d8deafd718 --- /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:3c7bf6e4788d6c7f938cb92e527f83d3144dd7e6e90b97ab62c0244d9ec9e587 +size 558074059 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..0f3172bfa55ce698093f2a43f1bff5162b6c7448 --- /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:b48426fd1d35678366ff8f731d93638d245d879b5468ad40cf8733216be1670d +size 474005749 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..9b611657c06b836ff3821b74833a0b3d212707d8 --- /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:f5e148f8511ef4578c4096c6271fde25543ef182a432ca9e2748b28040a29c1c +size 490287784 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..14e1ca0525b259101782c4b23e17efdd8a989a87 --- /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:3e5c910edc9a5aa56552f4947e38e299bcedfb377da9e84c84738e3f8b639da6 +size 551570752 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..c7fcc38e382ce079877ad07e1a58097b2d926922 --- /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:3cab446973258df38f651f1f328222776e397d193d6400e944342ee293925c34 +size 387107149 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..308e17b1241853ee6cc144a9c90840ccb15b0cc3 --- /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:548ef0b0248e52bc30717f5d104a4e799bfa3f6503bcea8988dcc9181d482f7b +size 438792214 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..daeafe58a43a8e896255070b387ec9144cd086b3 --- /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:4225679d4fb9fe322a5371f753ec15d866dc324f7453a703bd5db10ee3ff7480 +size 430959108 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..4da368cdfc8af06f7cc323245e2f4abae37d0b2c --- /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:c97d868b3fc912ad67e9d837846a50c4520045fd7bc287d029c2796a7bc51559 +size 387796303 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..4fbf6b8b7034f17f3646be08ac005a48a661fdfa --- /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:0050736e0ec961ad1ac5573ba6c2f7213b8933580d54df0416a69571c32bafd9 +size 523803416 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..03a6f708e00476947f05b58d621c763cf580980d --- /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:3ba286d33e727bbd1f51cd7f895d0a974456e4147f0da9694016f55370829a68 +size 464322590 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..0176fc955dbd9aa9724ed34c48ca667f3c1f2271 --- /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:6e95395a603c107ee74cc7b8a8c7bb3e72d36763796dc93f0d09bc1b25d4c615 +size 532035626 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..9496b92cbd25f0e969c7ddcce3724a613494766e --- /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:e81766aa1d047d208deecbb5a2f1b975c7219a4ad4a655bd064c250e133c5fb8 +size 572413083 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..b5f5a48c5efac5ba43e71ab79d128ff43b8a21c2 --- /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:48102f400821181c0862c3f68fcf7e28e47bf6e4e709c89def394159e51e7da7 +size 747017655 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..b68a6118189bb24fe39d63195378f0e8decb262e --- /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:7f8a5e4d79e9d557839a36a4d736b944d23d15a10926d0a89eb42fbf36e0f5f4 +size 471151237 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..ae3adf8c0483366a5368517dfd306b01593bdc7b --- /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:d7ea6345d1fd5d03bcd9df4d2ea086c3bf8c926c82180a2f4826d5f279e85771 +size 703647020 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..20d0ef99bd8d7f1051f1b62d078305cafc6ba878 --- /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:2f64ad97c80bc8883710e535ba10d59894ab4d3af1f5cca0366b0698782cfcd9 +size 713261731 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..dad627cbcfd34e504ced16ced68a05df863d8bae --- /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:04dfe54bc20c8eae711423f20c960ff507c4dc1c8081f3280e9330cef306f0ab +size 572639788 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..58f2d141ff7d0031947c782bec59f20d8ef1a16b --- /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:b05cbad3ce7ac443468b7a4e3802f5440b9f4a13dad5c8b534c6e297fcf9d639 +size 623025453 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..8538adfc3f5142e3aea786419e7225e6e45a494b --- /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:e00f5f5eeff6ed2ab802c6043b32b3dfa71f4b7821c973d81e24b9cf729f3484 +size 412704926 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..ebe03720b3cb9222ef41239f306f22f471e7780b --- /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:1ef70090e5d3c1fc56f45dbe1d543d592d2e4b14a5eb92bad1af4934e31acb38 +size 470953606 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..4aa132a5f51cb163073a6fedf89dc5571aa9c924 --- /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:a9c5ddce14f1c76e728af7ed807a3dbd0cb1d684b9baddf3c90414725d1f6a99 +size 533637738 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..0a566682efd004f248d55e67456b8d7a9b908fea --- /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:b39b492d8f28c804bc774044181c1ce9f7f22fc2581f7a183da2015cdd52ba41 +size 416290467 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..7d6fa4dfd059a1d6d5a60d95d9cba7efcca91f17 --- /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:72d67608c93934e41e9f99e3b70917a94bce1a32b092bc493fadc4c25a70cb1c +size 488217348 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..c02764c6ab30342d56586dcbda27314d2f7b2075 --- /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:4c644fa7e42db8902662485d9a1dd3bfadbd89ca819b603323f70ff6299b8fdf +size 517991669 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..f7c3d6cd4289f722eec96545415a3199b3889b34 --- /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:6ba34b7c85e742b1bfc144c65d622daf1b041baa004dbc1b3bf5812ec69f9293 +size 530525423 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..228773487f092929bdc1fe40257f1de91834ae7f --- /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:877c583a5f224c7b8123859dd5aead8464dc56b0901f4d8b1e2056d9ce95f6a1 +size 393683188 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..c85e3471fa4b2e92f744122b279e730b084a21df --- /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:e564482deed52bc2377cea9447c70c18555c8d5a2f54b791942eb7656319638c +size 761050038 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..c0f59810ce46bf3a4b4a15f69eea9c258c02cb7d --- /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:f9b9a07265d1a84aa06adb1d9106b0bc4d8c6f9ad0e14a5ce2efe915df5e7fdb +size 574071280 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..4b67722fbbb63277d11446e3e9b4f99f08de7341 --- /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:428603a2eba6cde1f4fd36b061cab1aa08abe1733287b390077634d7fcae22b4 +size 451491907 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..cba21059be66441d49f3eadd24e16c74eb8e2088 --- /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:adb4da6c70560669aa970fcecaa135be3223b011d43ca69fb7f14bf3a2499545 +size 426467060 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..8572bcc7c64b5b362841674b67e4240823fda98c --- /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:3735cf50574c19b09788e6bbf41e7222501534205994c4023622328c094d7161 +size 608716612 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..6c3dd857cd6f601e3d891dd0232d6e7dda3687d8 --- /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:241be0174c285e6fb98d964717a7cb959c3606e4b8f3bf358d272fad4138012a +size 729070715 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..c1807f15da0a168cb7af0a576b248913620c0f7b --- /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:a052427d18a4e09b7da099052b927dff0929e92cab28dae87558534be8a23ae3 +size 533075451 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..927f6ff2027f47011e961503f18fe8cd66737b1a --- /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:c53a53630fea52294d4d7c44b82afbd5ca5835ca843c7ef79a84bf3a0b0d2b2d +size 1525850789 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..f8ed7b8500c89062e75f857b47f03ddcd06d95f8 --- /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:e06c635dc1f8f4d1c8b32ff01a508a56019c71dba325a4ac56061ac8264458d0 +size 375535107 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..19c90591c4c0dc29b629014ffada017e7e9b47e0 --- /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:987f0a36538d9d6dd64fd69a8192f8e20422ccdef9a8e71a942b0024ee585fa1 +size 480777369 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..96428f1c7010ad84aa085af037a92327453e2376 --- /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:8ebc0918cca88f015415174a6f6f8995c7772fe06be2146fc7501a78d07cf092 +size 433885459 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..3b39866a205b26589fc26ae1283d7f5061c8cc62 --- /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:0cf01783e41f230c3ff2397bd3aacc87aba4de73452a5796e81e82cd2e1f3621 +size 486018544 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..8da5b47679d09a9c12e29432a59ebb5d2a42677b --- /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:a6a54b024659b0504932fa1361def32f24eca228a1753fa7bc9d467d72b8af65 +size 934403648 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..694e58be5c83c4974402656949129dd42f2e64ad --- /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:72acac1354b966f2224d70a611a233711f9c96ab4c30971c5065b8dacdb0d062 +size 674552191 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..43c39b413461be128e115c6adfa0c97d7805c6f1 --- /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:2b9a301475efad41d04f77a7ca3ec0eb83064f8d028bd9ba01892ae701ca6d1e +size 471739605 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..7ef236b09194593a634750bc95e48b577e909289 --- /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:2fb67649249f50bc104739f0b60cde70c575e8839749494be37c1844dfaa7cc3 +size 657181339 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..32a558f0fc0125cdbc31acb89b61c458b04fe70b --- /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:000356165b41f3d77f90dfe7be8c98c7e4909161fb9f46237a0206432c421e66 +size 403325169 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..b77d67b5fc309fcb92ce687649e5f683b02b91db --- /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:c6f4ef085a25579b161841004553ef4526c04e24b3114ff5b91703e9a91a5313 +size 451355035 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..19f63e479b9dcb75f956626d370a877c759fa33c --- /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:566773826a664107f5b72162597b5b34b4cb8fa7989b8e9c2b295950b9dae9b6 +size 644458417 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..985872bdcf87efd9ad8eb1c84f107698de64db14 --- /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:f904dee200fc167bb02419db9833bc79e06284d0c3a427deaf4b3c97cd2092dc +size 517739466 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..60782dfe46973a2aa871d8a8966d02189aa1a032 --- /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:fff4b42612c560d77a40bfb36300b2800d29220afddb01253047aeda67d4f2a7 +size 638665610 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..cafed5aad24dc44f7a280e94bff8f28f382d74fe --- /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:33d70a177490ee6d9cc365dd158a2cb67544246051e9cf1c714411f67aaeb6e9 +size 510181791 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..e6483a89b4f4b771371a2bf9852d8d179368806b --- /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:963f61825fbac0e4f1ed1bad568953145d84060c823f92d0daa378c9bf6215f4 +size 504141284 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..e2df0333b36febfe637603a488d13d282e1ec449 --- /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:5faed25bdfa75ad2e09e218e717a3fcc7e38663333b217e6a4f30ffd4e8b83f2 +size 545727404 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..c38aaa57686f40c4e1d339864e4eecaab46cfa22 --- /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:c12369838b17c2557a03f5c9da72f95cc8dcd205d297919f28b863598e2b5fc5 +size 396982276 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..7a02ab0b46c417d1b5fbcc35ff9b8ede89035ac6 --- /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:762ef400191d46e308b6cb290c69c8a0cf697289f7fc9b17ea7bb3a8b2b3d58a +size 585730469 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..dbef6370171d32406187f756b1bccd66026469dc --- /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:6060f223f1e60a707b1212d7c956e4729e8ed8d448b5da3065b78b04aef0a34b +size 581212816 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..83cf6f95b7b20d19298c2830ddabd8ca18e07e84 --- /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:62453b7be97318bc983396d27e104e36efb84021f178debea871dba26a5d862a +size 733374912 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..f2b29b9beed96333a42b1165475072180960649d --- /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:38bec7796184dcc6b1b8c89ea5384dcdefb6b998e6e16f536de4247c8eb354a1 +size 487394081 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..6c5c1b0a18faa62b587043b670fe2929a3b52a6f --- /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:9e8fef303db285fe99973d08cbd7428987a7aa32aaabf2c44eba9f56aa32da24 +size 679002074 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..3deadc2a20f44bc63e096bcb2775a4352f888540 --- /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:54d0b7123e330e3dd82d768fcdba0657b3219b7090d6727c75b86522f43e650d +size 595598568 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..7fe46d972948daa3d6a9587e1882dc8852e90f66 --- /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:62f242aae8e1aec9eabcf2377533036345f26a491f54d5e8738c0bf39a0862b5 +size 780461326 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..6a1a33b228ac0d14a5d24f51876d994f561935a8 --- /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:84d182e0e2443f90bfbc364c3f6d6fc996e0d6134b698266889a36550e1692eb +size 489077191 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..b88d78ca253c6858c1ce348bcf9b7d3a27adf0e7 --- /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:f91028613cb22057eac36b4cd350dda195dc2743f79c9b41abf7684afd2b7f3b +size 412077799 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..49b35ffaf109a9afa1605f8ddf95c486d348ad93 --- /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:eb8e19ce474463425045798e48bece591b015a75870dcffbe68669eb1bbafe87 +size 551654062 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..e3ee686d4ad9919accdf10ca347d399984155ede --- /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:fb28b0146d83c16e63cc6ff31a78d3e46f941cd392777f5a11fb4257a34092a5 +size 521524062 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..d5fadbe7b130fef64761078443c07e662c8a2502 --- /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:1b5eadc144e4f0d3895ca7cf886c9a23795f8c523d693fae30b39fe62c47f63c +size 460154317 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..db16d8e2a642d86b70451de2abe2e6ad14c777c9 --- /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:dc591ac3e80ef928541ad3bb2c1e6ca6f20ed8887bf7dc201ba20075a2c0f433 +size 580079174 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..cb6167438edb50126ee3643a0f935a8d54e479fe --- /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:1418e4fde564c0fcfa69179083dda181c5203c744b4b2f96d568c2dbac605295 +size 703897023 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..6413cb3b9fba72b0f587d37a68f5df6f2be82d7a --- /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:3ca41438ac111c91db2c8ae16c3094571a6d2337634b75291dd29e390ede642b +size 442863919 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..766723ee43a573cf3a7c37ef89c8c5ac3d1d07d3 --- /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:f2ef6932f52b20a164876c5e5b43b5996f765cf9b9a6c3e028ac67a24a2d7f97 +size 1481030567 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..dd9c1443b931ef4c6dc258775f71f1057a8a6c00 --- /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:5a9067e03dceac6b2808fded5c22c7af0967aac001a65d8eae1ae8bea5fdbdd4 +size 638926128 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..ebbac38f47457f353994f46eea4e29a5a402649c --- /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:565f0d7b0e5f28ff15e27740bc88fbda815ecce2e4fcbeac63c5cc81a08314af +size 584343841 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..bec4b7bf3a5a158bd355be7125e78eddbf332bc2 --- /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:c3f61c93d6136bdbe28588db305609418477554d5717cfb8c2a88756871db86b +size 505371535 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..74926dee7838b29be0a93bbff5a2fdd63af61cfa --- /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:0d0b81a2e6df35c26c81d7b460d2b5d5788f07f9cd6634d374b8ced19a7c94ab +size 617501974 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..99d09d18c71d1f085037f2e60933dea49ba33cbe --- /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:c40a2153a71b925219bf00539320e75045ca7645585ae92824545dccfcd51a5b +size 453507136 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..86fb05e4e576d081fe6284903e8cf3d6137a236b --- /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:fa41fa2af10089bfc28e04918ede70905fe5aca675585d2848eae8e7fe2d1cd8 +size 458538675 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..d383c1c0d59b4a47076b75e0ee5120ac6195e649 --- /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:15cec27826aa8a1e8303789b2bbcb1e14b7527db90ee5d3002d540a322a36e2b +size 496078577 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..ab25d4211409e18c4d4cd2e04ee45726bf0197f0 --- /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:408d3ebfea4b421cc0495ff7b3d7d574f218c4ec68b4059a4a9eb5757daa2d8e +size 969270070 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..6207400879113741e156eda0423861152fc38520 --- /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:8f36e70ca294f12fde7b3c439366dd7e6dfa057755e8c67b5991d758d56150ed +size 434687949 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..a0c934ff40225022a643dcf8f47c2305b5624099 --- /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:aa5d0185003f6aab3f645ffa136ad45fee31e33123ec3164c63a5d30fb21b882 +size 459998066 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..315b5e4045f0486ae64cb06c0f9f6ab7aefee0af --- /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:86ef1208c23b117984a1903a47d6b80e237217b325f7602e7154b6ef5ceadb2b +size 409758605 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..ed9cc2a27966be25da411dd169eac6cfeba6381d --- /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:e97f53a11319497f6b77d140ff0dad0ddef90528da30a8e05f5de4397ea30407 +size 527703316 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..299c9b74c8e2b51a4fc0ec72daff1134a6705df7 --- /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:bcf82fbbfea7894c7e31b5c99ccde2e08874f4b8da0a93e102f94bce20e1a4df +size 609198593 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..5a032d5d495c9e72070e25dc7800cc4565f11069 --- /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:9f552952e4f77019f7485ddf595d5078c823d5941ccce8ab5a158aecdf12410e +size 350733544 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..3ee49a2fef36dd989eba943a22f65158ef2dd5ef --- /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:9c6a52f45dfb4e744dedcce9686b843de3a7a7b52b38cbae48079c5ec175327e +size 742673110 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..c4701df543079724f9e01bf35034105707e6a758 --- /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:a58937e6ee6db10376a85f2f70d78032e33875f030722860aa854320c188ca6b +size 596752380 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..80c1940bd0d68d8f2a9a41cd0a61a014bb0dc8f3 --- /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:1e954db31cdb374090abadc99cef8fcdf3a987fe9e2c5bdf259d2bacb580860f +size 374726307 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..42e79f9b9ff910df0c16a372585e1965091f870d --- /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:16ca483195699943966df066049700612a5f7070f1ee0f113567afb48c0a34f8 +size 481367944 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..ddbc05c81e8ae82d3f85a1f4f486fd408e367e52 --- /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:0ed73e028d38448d053a896aad4e65388c0ce43514d3a9e9f565a609fbeb205b +size 545593860 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..d89b7baedc773bd876d5d02bc965e93e67d9ac45 --- /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:5d000470825a36cf4c61ad12370043a9968342dd854f2eccc1121c02e51bb6ef +size 417970082 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..3bd5c45370a78c8919de449229310dc41fe08360 --- /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:16c3ae3c35d4655f5682c7e2901481a4525022a25efa9f51f3216b8c43bb3781 +size 735506360 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..ec67d6cf494dd12ec7bc5ba96cbfb4fb8ce121c9 --- /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:79dd51c1fd2b3de97544c5b6421cf0e7d3c6b641c08d1c37987bb0bdd5780547 +size 481685374 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..7ef1ebf1fc791c6d68f3b8dd217ab80ba660eb75 --- /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:6ffba1c141117161b61ebdeb23bbaa8abf4b3496476d0a5b3287372d427870db +size 549168528 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..3738c1a6a5334406df9151c5e8e9e4da99a3470f --- /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:5218ab8b1a12c102db120378be1fedbd0b3e9a883534039541fb765152ab75b6 +size 477186407 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..db855fc2392aaaf2ea8657c2c3830e5777764efd --- /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:9073e1839b7c633f334bdd76e75c82d0e868404f5553b75b7e4c45d8b017c6e6 +size 569760461 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..b4d8180c4b67729ceb19b18060d4d146aa8bcc01 --- /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:591a0b4ff0d269cb56cd0197d593720aa1e2b84681604de323a875226b7caba4 +size 485363644 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..68f1eb332b01061c9bff03d6fe7c0983b3367049 --- /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:10f9ac0c19dca869b8a0bcc70893f82d80c70304face4ee2ba74d2931dfb1a5c +size 401783289 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..bc952ffc33ff3ed2c57b83414ac38e8ce04f45c7 --- /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:c19a66aee86700262ae546260105723c69272621a3d1c04c30e0005bbfdf3df6 +size 689676279 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..4ea6a4bed12a36d2e1e9ac02494eb35c37015fa6 --- /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:b7af96386503d63f1e3bad337735f66c67e9abc089d969bcebff6c14e9e684c1 +size 423998827 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..6e918b257bce5f57c707a92720580aaa3693b2ae --- /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:e5f19c52006a8be731fe53925e2bc9852f0177b428a2b269df6fa5a2339ac13b +size 412702203 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..16d1b965735dc2b8d85194ac71e37487a27d9618 --- /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:7f59abb6803b0244c497e7c4fa687833e221ce1843c9f77ff4f9fa1d71800060 +size 501845290 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..6bda212bd41ef1b01645883d8c0c147173d5e228 --- /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:6f35d9abbb19bfe024173c0a1fd07dd63edb0ac03b56934d7dba42203db58048 +size 628213594 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..023b8cccb1624c6b732d953310e3350170009e2c --- /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:d94ac3114a32d1d8cc56d7eeb8ce9c9864ae12bcbdb62aa44d0cb3c3776bf8e9 +size 456703757 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..cb434b72fa3a190bfda7809b2151c67a21e7acfb --- /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:6c2d5c8047dca00c7ca4a35d9c03bed0aa6a45c069b6ea62c1f95666aa881de9 +size 459153229 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..875fb2cb28167797ffbbfb4a916b7fe5efcadd04 --- /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:94baa21867db08ad5a1fa0613ba9615b4b01a71852bc166395db0b04f6cb74a3 +size 580000846 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..d8164a459684a108747d3f3d673b8b446430a139 --- /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:c102960d3380482d28c7f65bef21853dcae41e698d42df8bc254f811739b305a +size 440244752 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..fef3851f6fac4123ca8ac0791cb423914cadc3a9 --- /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:59dc218f6e923858860b41700b19cddd04d50a8a3eb41ac50513a73a341fbdfa +size 443806603 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..78ac5cb511848b943be06d74acc0b56dc7bd9010 --- /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:f8e51e0f7f2f45d35c58ee0ee538042d6f0598511efab84a891c60033ede957b +size 503447838 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..415b74ae85859aa48ebfb1d109cd8b19cd254443 --- /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:b1ff314cc49852f1cbec788c31a3a2f4fb5ed3336492bf5bf4c7df8c7c763125 +size 950888720 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..c0661f10a2a71551fe2ef3ee85616a80de2faf26 --- /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:20b3921ebd979d0d517d379221a7c9284c8493b40d42e51814acc0dccf274961 +size 625658417 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..64be1b3abf2cfd552f9b6f30183eeb9af772b264 --- /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:d3908edf792985cf0ce1e664fceebcaab1ca3b7c0de0b288e4dacaf840a55ae1 +size 553901918 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..4a7cfe3022072c20d4c4aa37d1270253057f1ddf --- /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:c0a8d92922ad04efabcc5741b29ab45a9ca4f3327f2d278e26ae1be5f3a4d4c5 +size 356318030 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..fbd50e1478aad45b9c3e350d84ba8773877b1974 --- /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:4ec188b636faaf897eb7537cf5c5e5cd214082dbe184caeaa5e2306450b787ce +size 480052931 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..b82b0b91fdbed244c4bbc5d56f33ec89333106c7 --- /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:e0da3621f9ed6fd482166a4b1c540b3134fa5356caa483371ca33244c8075f6e +size 414947917 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..132ecc9c46324401971413e98faba1197e562651 --- /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:84d20080c72164a733a8bb5d5f5fbea3769d71409d1fe717d983dbbaa9f0e9e0 +size 477237090 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..962436fef8281d6756968d587b1c78dbfb73c7bd --- /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:ed79c00905bb2fd4748e4ba5b584b0cc9bc379768d88c97825c338afc6594c71 +size 383785193 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..298e02f1555603dca63cb9751405b28265dd7b85 --- /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:3009278fa6c0eed09c5d01414ad1a7867533a8ec08e2023a4d195ad72236322b +size 519581664 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..cbf3299941e0a395ad89b7d945fc7f694ecf3e0d --- /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:7b7627f316de29de1556bb44ddebc59194e1429ccd344e7433bc01461b01e535 +size 639034558 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..1370b832f57cdb623c8fec6c4b697b8b7bc296e3 --- /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:7e28c2fd058115855a6a9c215fd1644596204402380f1b5e7a5f7616ec8a8721 +size 421510209 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..a732e5fe3783c54887857ba8c7be6c90b1daeedc --- /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:9e79e66b0db8a742983bea2f2a098679d913093ed6f4f41d919270c774af3200 +size 649348142 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..138396a3daab9043604c0cfbb65cf5e2f664733a --- /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:e4ace3e19d4abd86d26089e6e58d1fb7576a59eb9814dd6129ba4e3c662e45e4 +size 577419752 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..649e4e5725efc9bdf78bd2c69456ae2a9711ba9e --- /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:36929cb1b87e003b2c7653d16102dd66f9e1757737c036ea5186478ebed124d6 +size 497854189 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..5784df012fb213173ff11197728c7bb8b88c57b5 --- /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:ffb88b1e1bb577dc544cea2590f51ae40fc98b1c750b69e569aa81c155480e63 +size 457201702 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..8b1aaffdf2deb08064ecc8652e0aeeab31e7af6a --- /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:6ac29190b5b50ee4203ec949a7d7fee970a65f8a59a5f550857d208365dac73b +size 832848556 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..850bb2447b4630f43c04cc373db8bc98d0b30cbf --- /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:760cdd90fb5f1bd05bf560174f48dea58fde9ed30ba72fddafdf1642c3981c1c +size 433800852 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..0ccc18e66e80f537aa4e0957ba199736c26641a7 --- /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:8947d32bc981707acf1458cab4d57218ac09ad829079b890b1c771443dcc5cf1 +size 731639267 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..f81a162e6aacce4f53bcb6d517d1fbae834df185 --- /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:40b761e8d8de2c4d15875e30c52fdb166097cb69e8f52e7b32c6806bd031ff48 +size 557804976 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..e81495ce186937b8c5ca2f9ffa593ab189589753 --- /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:9cbb2f01e838b0792e9329a6df3109b2e464db43b67470d5139305c79e34353a +size 670917159 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..672f4a78b37d22d12356efb5c5392a14d39faa75 --- /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:4d876e05fc6210ed2be82a09616fe740b0e34b46b765d5641ae7b139e9b4bb64 +size 575879214 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..864dd0140793b7db246fc4619d1efa3b60811897 --- /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:e9dcd166eae514819db95bab8f9bbe71c0b1c32bdac44f1449e061bc23c5761e +size 539909786 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..fe71689e00449becdbee43934d39bf871de2e3d8 --- /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:2a574300529f0fd9545d3e728dcdc35a7b0473dccf3686730b29bb4af1f3f224 +size 1147056514 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..c996e22e7bf1b65b600504f391b5846d57e1f09b --- /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:ee028517d5686e1dfaeda05799c82f39a2fd8a3ab4805b15d4527499dc8d06d3 +size 529790403 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..2fc30eaeb13280da3e18d6d3f8ebaa568d012bab --- /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:4d14990de0b429f79148a04a3a874965628ada5379706db388af8ca84c94ffa9 +size 589370466 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..8e1fbae174bdcbc9131e883955252ed13b631f6d --- /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:4068a5b81b1eb6bb07a96849ddc4091835acfd4dd398d108cf0b974445b6afef +size 512963959 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..8ce54718966ddd082f107d546534fab77d329f04 --- /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:996b03fd3ce78058a7e78cf276dc996943e2d2f7ce00d99fce319c2155cf9db5 +size 491138131 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..49911441a7cfb68f503f1b09889643927216dfd7 --- /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:e11058a00ac0ad0c57b06ccd92162c043d438c7471175e0cd51570695cae58b0 +size 532582487 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..2e22f73ec6bedb5e2c17ab6bc8e1ffce25577b3b --- /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:389b2635a365d1b725e3bd55093056a093c5c24ba5790287b8d1351553022561 +size 653417666 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..0ccdb8abcd38eafc174933943bb5c7d406450c36 --- /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:472e7d8a12098c6d0d4ad9da20c8e6623f7021a2a892135b360919d67b9eb60d +size 544490472 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..e927d3423a2f8f242a417828ff9c70efdb3637db --- /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:8c58bdd37ad733cc89a077dbf45198db072565aeb23768dc6805bfeab9c9e76d +size 619502117 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..52454e7f36c8a31d1fa9b8fa5823045c849b2619 --- /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:d87414eb96220f30091f22ff6215491227c3f02f22a47a914fdfad708d74479c +size 423469195 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..268c7fb402c16bf45dca837c61f0a1bf4cfa82e4 --- /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:adaf8f415d18b86784730964f145446d6d6df1bf728925fae4d8b2bcdb0b6002 +size 605665865 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..af56d45cf30ebae1ac3bd14998bbe1cc0a3cd4f9 --- /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:29e0cf69f693e5dfbea1d2e36cfd57069fbf51ba9b09e917653bae21972bfc9e +size 598953363 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..74d1ea650db8144637bcedd41c5dd142f9f32d18 --- /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:87397e0eb623a53ef3c2e2f739fbf1ac350b5586b290d23135c40b2916c20ba0 +size 723884074 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..5f398895efaf1e35206f876f2e241bd52b44ab6c --- /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:1e3ef7eebe24dce1b308977d8ca39736d636f15f54dd4a28464c0cc53ec3da28 +size 422520386 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..3438f0964ef1576b5ebfeba10d341647dd757316 --- /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:efa2e14042f30f50b7e2be7e5574e7a79b86a2996df5dfb9b028413301fe53a8 +size 546286857 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..704293d464874c3b838a62483d26e72a0f78f1b0 --- /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:f160ef84173d367776d0b7278e5bef8c3f3278cfaf8be90020229f7409d97041 +size 510722763 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..98173a91746bbda9af305307524f45416d84367d --- /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:45cfaf79a957116f291a3a4081129b1168f3760910bb9dca3efbd54ec5f9076c +size 818963671 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..b76b48fa119eecd37a3797a2a33c0585fffe8bfd --- /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:a1dc2942aabefa3203921a75d10e1996e4cc5304683b7aec842cf7ac6890c044 +size 564991940 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..9fa300c29e7552cda78d8248e6f1543583319a90 --- /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:f7c3549b2bd48a70901e72e10899f2329f053e18e888141539063fcd826a9e26 +size 1016090011 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..c4a9f4c436de39bb61c5e361b344761c72188a4e --- /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:beabc84d319ac9b880f3347bc3d91248458625283661196055304a4cc5f28a0b +size 459409832 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..ead964c7d0754664837e04891f5fc5774f80146c --- /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:689a7e581b83c9e081bef8c5fef7965ef0df60fda248f20c5c617efd5f337ca6 +size 541682292 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..dd5799692d3810d2c67c682b0b810f6ce5142b23 --- /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:2da320fbb6d85600bff0eb5d5b9938febc78da0be22cc7af9b93f9f95f4e3267 +size 467705880 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..763dcfbf819ddfe8a0dc83b744e16f228cb2d761 --- /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:2aa5f1dbc5da9b0ee5a9e7c576ec5740261ea018feaeb463b8651ced4245e8d6 +size 439273972 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..dc90794efe77adc23395d63d6447e8bb41557ef4 --- /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:ef1bfa6bfa8cf0dbc54ae54369d43d54a20a3dc43ec61c577a4765333ffd2d83 +size 637267036 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..316162f53521816a67807761afa69267e355b799 --- /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:6616c5eba39de5e3714602ba5329ede5cc5a8736a8bb757ba58f1f575bb447b3 +size 432185061 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..ab4fc756a5d6c444618bdf4739711d5bc93528db --- /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:681c050aac47b28c76d6b7802f7430598653d2c0447acb9483033d47e6628c8c +size 1079599901 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..b71c1b0dbb7c7bbeeaf45d9211287a2c6fa5e1a1 --- /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:b215821e78065f662dbbae128ac365f0adc0810b7ac433c4392a47abea531b66 +size 386591681 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..1cd4a50c3a2f328e893630bd2230e9b18bd9bd29 --- /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:a5acaf5d5bcfc47c8cea8582c99ec6c1514739e186b61a58700e9a20325d0b26 +size 599690631 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..7e0dce48e26b89141cbfbd8881e9e1a2f817de64 --- /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:57efda9b8789ac4c3de58a6686e40c49a0299f3e6d3d3e411bd1c5e72dd36ecf +size 689022695 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..5678553610c16eff852f75851ee503954bc5e7d8 --- /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:6de3346f4efa73f9890982e7b8d83dc142cab6ce905371c19a8a8caed2f93e8a +size 450885179 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..c5be5cb33bf6e413e38f2551b00c80728c614f0b --- /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:a855ca11e13004c66b4f277228b70179f0490f14c3af86edf3d7b8503a552cb6 +size 685499117 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..38028fac5a6b6bffe1f3ec984263f3b9b9090c4e --- /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:7a2880932c983670c8133ae040995fc7ff92b326ac68da40ac209cd36bf38d40 +size 505753808 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..413bcd4995ed2613f53dd10a7de66bd6d6143394 --- /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:50688aaf7fe1a6a910364d2af9028635c9c753386d8c8e5667c77613d689e8ec +size 407328022 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..f8f5d3cd885ee4c894a079e22d35a9e69b8dcd3b --- /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:65b7c57c32c4899b632941da2298b1bb31215c530cdc150e8753db89ebe591fe +size 922824405 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..3525d2e72e08ded3838b0d99cccfea98a080c540 --- /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:ccad799ff804c2ef62181761720ce851b50dea911b14dd13f616d32da97f8a4e +size 620427054 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..8e5b497a726d65465619305bd2d5b19c13a0c432 --- /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:77e719f2627acd787a391a9011365af7f43a0e2613dfebcc8b3bcfedb4af51be +size 589192885 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..05232e78f620c4946c6b9468da258f7b66ad81d4 --- /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:74285b0ed075e089debd12501de6763f8f991aa2bbcbfb5add58d11b1788d535 +size 493003303 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..b828213802c5f2e868d0a1771221a1dd9c7ab32c --- /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:a0c82b6ec79104263d8b09258ca16e770779ee940c7a258893386bf667abc1db +size 514198639 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..329e15e0991c4a5c84b869c6cbee1eda366c5f8e --- /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:1949ae669b31d48afeae0711c682cf24b3bcdcc762c038351a48663a57b8a484 +size 481106559 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..936f240a646df0ccc64b40214620f887ec431924 --- /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:cc8a39af681a98f6e06641a1fa5576f09564502913f42bd8fdb9edaa58e1978b +size 497324229 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..cf9c9b7ab2edf743ccf0942f04fe58a1a5296c91 --- /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:f5bff3fede37151258cbc1eb3b814453fda6633e7f2d515984f1225adabefb48 +size 435524791 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..32827cc0b87f658d0ff995b7c9443844f61b8d31 --- /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:51ca4a1eadaa3610e1cd825c69c54b4e489ec268aad6a247105459b763aecb08 +size 784997939 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..c2692cd67c94f888c0739185149555091bb75a1d --- /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:185575d90f2669f2f902149a7648c41c9736c9a7cd84b3542b1116091613a369 +size 422203208 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..b5a4702558ea7362b2b92f469e6fd57a5a7ae192 --- /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:2c6608bd3e66abaf39071938cfffb816cf53ef28a9c183a8a3fb77f119904abc +size 795820704 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..b7f2e7e2dba560edfa01953e2ec896b4d0ad359f --- /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:026df9d017bde1918d0a249a0e06e261c0f1ba0f1234f914adadbc070304b685 +size 484520752 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..c7023588339d7686152b3e605bf5b5a3dd6ce645 --- /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:663d94b1cc8c4fc02f9b6cbcac3307b98fc728e4a60a48f2f5624a9fbd1d8211 +size 411970585 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..5ce3389324ede5ef49a664784b3fc6d01bee94ac --- /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:74f86825898fb8889076680291c7b37014349d6e04aff3d740609449d4f2abc3 +size 511009645 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..5d534a10e489c0a5855a7ab4a9aee08fc6cd879b --- /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:6bb4419d966b981c44e81d17f8ebc20a7a37c8b4b855f6c9c63f1d2a88ef805a +size 435108332 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..03332f83f1754b6799c7cbba705f1c882d82556b --- /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:31a4f45ad437fe30ff81d5c187864dfa6d5066521effa1a0f5d482e92bd0f287 +size 456235688 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..c6c332dc8efe2c4de559f0b5d4cbcde399fb642f --- /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:db1a7d7f017e4c093ac46a0aded830308e62e4dd0d171c16dffa290451006a03 +size 475207584 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..6dc49acfb89fab083450b51ab28f4ab7d626fd6d --- /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:2b82de33755d2d9c78307161d5ff0427080423ce008029ff6c9d4cf2d4153a8f +size 586100785 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..6a828fdd5ef9fb66187da7bdee78f9164ad3ae75 --- /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:4a9803c0ad95c613f62f799cfd0eae237337bf43fc0c7a099315077b591ce0b8 +size 577149038 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..4ebf38a7cbb0a447d2ee086c53a59f0871a10dd3 --- /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:a45b58e83a584f6b70670c3258889a6c04470a3c9eba532ecfd25d43a3bd1c06 +size 422348823 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..aa497c0ab07bc2bf80c1632fd12f3bcf166bebfe --- /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:d5d5c9f062f3f6857bb9a2bb5fd691f0cac4d91a8877b963c8b21a664cc44d24 +size 564759333 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..d0f354bcf8e8605004191e2fb315a82f3ba966a7 --- /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:da35d74791b8db51420ab6727a79516f17641ec2fd1ea16240832c25206fb7d8 +size 565362917 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..891fa329fee40e6a8ce87c1c850952d88b3898a7 --- /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:0957994a14883a359eadd77e6ef49dc71bba5f3ba40c77a3a360a915850c6dda +size 434560897 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..10c3a84f0ffa2f6eede9bb055fcfdd04ae8ebd8f --- /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:bcf373406a4eb3d15432fb8a68a6b52415e94260a2cc23cbe8e1e27a3e4beb3d +size 403621858 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..76d073aeec2b2360af2da1c910ac35e1257d2d12 --- /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:a1dacc334f166d7c3d15ee099a8adf590322e5b304b742f8025c24f4180033e9 +size 988363872 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..2dc6c4a9858bfd9363e010a1952870299fc50562 --- /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:eb31a8d05ff2c4d79ca219c7c5d9817c563ffbe2d40b4398f93553cc5f325e8e +size 578580075 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..ab94735c5f64e754fab4be9a98d6b0055a6dce0c --- /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:a89ae81e4878e90849d88c5dfc24958244194bf6227dec6f99de749cc17bb200 +size 456673018 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..35b6556babe7275a8918f09ceefcc26bb6d188f1 --- /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:c80c66c23e08e3ddefab16b745863b139e3e1aca74ce3149f5a374d54ca2e3a9 +size 1340018123 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..afb7a3771c67756006a602443107536afc6e7462 --- /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:d947c02a3bb3941432ff589615ef2636f859fcd459fb7752e6c074beacf78bb6 +size 1120562812 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..bc2dcc967f23ae8b2b76766bbd59cad5be6a7c7c --- /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:3032f4e57390648b649d7a020b8c5b113a5e41980fb5d409cb88a574945a4e71 +size 642106106 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..e91e562cbeddc630ff2f6806779cc4c0bf19b4db --- /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:dff5cf055878256d84f9fdb379fe78f126cab07438696eac8c0c45dc5872b7c7 +size 556015625 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..069d5db10c92ca5219dba2bc18a236bb44fd85a6 --- /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:fb6cbebcba5a5ae68a11380a657a7f371e77f7df40567d95fadd3ddbb8d7ed97 +size 426676865 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..39170e48ca69fd5254f49f3d2831714e1570205f --- /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:069a460f9f0b09ed2754377be6f8c984f4dbc2439cac32961cc46ab9a6949dc3 +size 446634067 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..67c45288548542f184ff3884eadbcb1af79fec80 --- /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:9f6079c6929e2cda2edbae1e191e7f07bcc7895281de5c1a2b69d78079309cfc +size 434602821 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..96acae31ff555f06f2d4149b96a821926f097dbc --- /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:70d5a97f1adbe154e4cf5231b7e890f407537b55e78647f547d41752e4c6c7ad +size 581149564 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..f68453d90ba02cdb589534109babb72a7c8ec367 --- /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:704f231f1345cce10aebb3b86583fde2eebfca4a084ef3a50f0253510f7293cf +size 537907183 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..17c2ff0655a3653f983377037b1efa599ccfd4f1 --- /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:953a9cad311d141748a5577e048f8a5bd741ec68cc95d9d05a426560976e434b +size 555866960 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..5b778231434c95b116365fa560972960a25db6a9 --- /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:d5e85c8c355c28ae14b343356b6d0fdd09b323375228bc397beefb674d489f89 +size 405058791 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..cf4e1694eee8b645d88a3cf4c4e3d2d17174c20f --- /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:300a39965553ae41878fbdaa958300ce915bad6b1132abc1c1a4835c65801dc3 +size 508386017 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..b30e343a83b200445fed694dabb98e0ecad115e4 --- /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:8cad70f67199237768ee798d300df6ec28ff80e8ba5d854c56c12957c34b3a54 +size 463040066 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..04208248727018f1c8c060fd5f7eb2dafa523df9 --- /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:8cdae9abc8279871e3b08f68587ea0b7bfdb3c0e82a46e6ea678774166f6de52 +size 388652805 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..3cec63bf6d0bc765b0d070c9cd02e633ec7c6568 --- /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:0a42a334aace99952935c277087b4b8a8b88edc584b701935dc171b1ffdb868a +size 464080654 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..8d09015311a8a930ae2eb398b3af2f14c9a1876f --- /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:d217bc74f59787632ab60ba891be9bca1392f0df69cff8f6590424c9f46a9016 +size 465167804 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..db58447e29c4b8b05b7a9200cdffd0a7c593a22e --- /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:383be751d5cfc258bc352dc0c6a142c6d237e3a80a2687e19962de8136bcd48d +size 427039031 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..4bb1329a9f11cc2102770a41da9c42d377b1275c --- /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:c7f72ed53248cd3db8885ccea2e633b4d4e9537dd2bbc471a752266915ed487e +size 571709441 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..dd0b1c38c652c0c012150e9a68bc4da34a68a80c --- /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:7ed30b612561f7fb0811d53cb53a7bf1807fc7ff677a68db5c3fa21042ce71ec +size 467026789 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..370ec626d689c0a0d45b35bfa067cff8bc1a44df --- /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:ef7300a5f4a9d642142e45ee60b3fe5f1cef764d4a73eb0e5f4a4f3a79037e6a +size 428432440 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..16408fd6bcd041ae26bc2d36325a926d1e732604 --- /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:1ece6a1c8b7e6f47470e480160bb5ea325fde3fb01662ed6213cdf0c47e613b6 +size 499141146 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..9a24fb1798335e99cafa610958d283290ec0ffc8 --- /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:3f9345f4f58d3d550bc3ae346237b96c79ef0d7a5fc484c19172a285edb015ac +size 566254703 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..3e4ae7b56b89843cf514ae45c1d44dfd5ff704cb --- /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:ee15b071cf35f71ef2ffb967fd83606a12721aeb7a9f0a87567a6be84cbf3ad8 +size 381811187 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..fb48f2b973f9bb4c617f705e5af945750fbc8ea0 --- /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:98743b5137ed379ef1a17c4617757443d041d0c946875a40d17a8972304887f9 +size 554768825 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..002673b9223d357362182aab54860c0281792d36 --- /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:2307f44589b1d9c182d08ebb836c90234151f36887968ec3549caf6f489d46e7 +size 465124948 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..96fa7d49122123f08cc86e9bdf6d68181077fe0f --- /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:d67e872a2b1ec162239c1e7570941f6c0c1d4352c06b78a294ad3e1e0d0fa3c4 +size 465422254 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..2873a704e4339db98faa4b13da84725362f6e940 --- /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:23939e99af4b78c207fd16f032afb1e58121571e4f1bab3f5a8bda41328ae42a +size 693175869 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..d42ec09d0c4dd8911555c1ff8eee41169d381655 --- /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:9533a971baef80253a7b85c3a5537d55fd617b33346b77c0a608673a87759e6b +size 658802012 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..a0791330007014c6bf4747ac9de14c9d2ea81f93 --- /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:7465a87cb8f7051b9bdd6965032be5c663ac0038a555a36e1bc00d8658accb05 +size 511748941 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..a79dac8592b8bc5e3d537b53d28b07678ef7f9bc --- /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:6bb8dc8e61f7cbdc1d4d8412d858c213c7f68346e4f503fbe578aedab6e394fa +size 419680207 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..cd142cc24f119d97f4f95ca051bf6804d6a89c84 --- /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:7ffb11b7c6b5a3c7e9499f101000f925e639a8c1e17a8614b13668a380e7c8f4 +size 584667027 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..a2debfae81de3a317ab2b0a5ec3a8b6b0cae5515 --- /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:2c753fd750360af80fabb112888e00f4e4eb2799beb9ab7771227eee2ecccdd9 +size 494592036 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..b12b7e344610121bdd8a24fd7d3ab712e1cd65dc --- /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:2ffc9dc58016b39572e632f5e84950cbc2571809fa7994304368beeb698efab9 +size 1585027043 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..2e7579fee058206d7e135e17c33e8d7a43bda837 --- /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:499f02e363197f5f5b33b94bb0916ddfbe829f7bc8e98b269f6caf4e3587e33f +size 501471227 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..d661d919761e782127c69a14674707eaabbc1419 --- /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:d7743cdef2eca6bf1bf6cc2ae8dc320546711511863b89ad4f9622f7f16d27aa +size 440244668 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..9f7d104cefab5fab9f12b4b46a96c3da3efeee68 --- /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:d72cf5a673ef53080f8b05e4b7a023393f62b0ca3b193bbab29ab074c5cadf95 +size 465625261 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..8f03586f8845c86987e4e32d09f26a2720bd6ea7 --- /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:144c7be60ff776156549226a50fca345f4ebe36260bc826d269f49aacf804f92 +size 597821990 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..c3f1aae3ed8adb44243410301992cd99437425c2 --- /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:97ebcd859b2960c5b4b79d294ffbfd52def447cec3d95a59136b8d48eba9e4fa +size 432726617 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..7cd86d0302bae3326520717a3892a81d55e13e00 --- /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:4668d588244bf113844a3bdfb0ff53a9f0be1ad0e48509e5333b60b03a74e937 +size 454670061 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..2f1c0940b1b8e429bced3a8bb9c030cd5f03e26a --- /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:a1527f32a047a83dc077eacd1104f7a368e314a7a210e21f591c5ee0eaa5bd0e +size 508541215 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..e07710104cc07c15821914e42c7a9402c752651c --- /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:538a14efa68ebf9700d526ce5586f33c301c953b00f8087d634d6916c17587a2 +size 647100086 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..f792107cf0aaf95b12953b19f63f2f0820b1e542 --- /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:2e5c63ad184ba0d6f202e26eded3def568cc70349393c46250face163b50bc42 +size 638356258 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..55236e7ab7c73aac37a76ac6c9afe2bad22aa5ac --- /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:b9085c70bf926f44df109a5defc88f12768015fb5ff1cd1a5686f525928cecfc +size 432318483 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..a276ca2921c7d724b524517ac64e867e5d0ec272 --- /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:9c8b813b4b2b8ae1b0597fcabda4f401db949940552a5873ef8fb1ab49dba53d +size 907157586 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..3952d621a656123736dd944d4dd2fd63599b372c --- /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:b5223bc87b58b70160e9fff02bb1e68b9f8b8a47b3cbd10679665c3aa35a1669 +size 452366876 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..2058d3a29fa207e926c4fd16dc94cd150b250682 --- /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:32c7e4d4e40655eca980abeabfbf4bd341a9c43cc1d664ea9e20c4271b7f1219 +size 454724612 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..a33d7948956cf8610cbd41aaf37baa34fc23be16 --- /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:ff753a9c9521c08a3716417a21cef82591283ec20d9481cdd62dcd89275fb472 +size 522606771 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..540c22a1ccfb8b60223e34d6f81abca097a09162 --- /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:b82b6f262e18eabaa63ce95f26134d96eb6fbc8d5e32f65db3fcc8a83682d443 +size 679326105 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..68683070566423badb7ab46e4d4bedd6351fc28f --- /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:1a299bd8f1eddc93711921dc7b757618a6a3d93583c4ea3e9eac35032b1e53ae +size 542259057 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..0ea47ca84af4da53cd5446f0ca975c27e2f2e065 --- /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:6cd308ec6de0d06f9d82f6c8c2b443ad9ae24d67183e1d267869e86fd850ce06 +size 390163180 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..a352233801f1d2c79a594a24441a457a7ff2a816 --- /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:b1eb7307f9d6da0557c4a0381e1a37dfd9954d9e7066317870195f040fe2e64e +size 456447440 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..9c23309823a4ddbfa95fb37f558cfbd87d7d818d --- /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:b7fc98a5431e851a1fcdf8c184a1306c93298b97dc5970783b2b15de65e82fbc +size 537277659 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..82af062371399cfa29d45cfb78bd2f1f2766519f --- /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:aaf3e09f225bdbd1b32b3caada51f2887e7e192d23290d2be949c124168a1f66 +size 559482209 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..d48cf2241585a9c5da4cde8c13632c78a545f495 --- /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:d2453f244b5cd496ae825cf9e209cce63f0fadd84e1ef1c7342760ad62b1fe6b +size 603005213 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..bfc61a24d7466f107a7a5a7bfec7b08ee03d6737 --- /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:cd3cac0fe4be64355b88ef9ec2205bcf25c94cddedb3b1a3943050ee21fc8b26 +size 480078615 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..6e6c4b7098bcfc14800b729d17c0052246146c9a --- /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:e497f4426f0c6d2b47052d748dc4d085cd5ec968f4f0de0c5b1fa7f2a458b204 +size 658572047 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..a90327967f494f53d57ade91b24e80db9e8edb5e --- /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:a1291a2666afdeb7bdf05f408a469e9a6dbdcac029267a82352dd9f5b5b84d30 +size 452706996 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..65ee9cc17fb5ca982bfc501e1aa5de9521f1ef54 --- /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:49e2fc1f09cbb186e793d327dddf1b94a9923663c0130743a04c8380318d4fe6 +size 510511872 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..8d14eab5c35e57b7a23c5965a3f80763c0c13e8d --- /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:804d452dbde1e3f257ad4e73cfc7d5af319e7f2917d15306a664eb9839f3c665 +size 669746179 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..c8f2913efd0d5a34e8314717c7feb3789c2c3d63 --- /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:954a4feb2065fe72464f3ee3b7acae21aad675de607439dc200ed636107a1193 +size 668476064 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..42fda8875051bac06c1f9b5d48082bc0261a8337 --- /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:17e00461cebf1a1deb6d596f60322fac197b90265cea77bc9c643ab9156db398 +size 490190907 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..2a3b1821be824e30546892fe63ff24a8736b849e --- /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:e13c93e29441717732632cd4ea4755db4bff0774199f4ddff01529032b71fc35 +size 601006787 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..685d823c47bf7447b8a39142a986882c727ffa9b --- /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:c790ed7084c3b48607b4e21a3637ef63d2e4fb9c3e73c18a160917558ab62266 +size 410126615 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..2ff85c4a25118e278229f827199b794f7fd83dd5 --- /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:0fae0114b35b589b7b23e1c60391c0c2d957bb08034d5e907a9be00f663f84de +size 796663505 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..58f94790cffc724d5f71860c3d48ee8bda2164ce --- /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:5c5656d6166bf02b6c6c958d25985e0d1b114667fc70ad2136deb422d8f53f0b +size 692296424 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..aa074281a4e22364a93389a84d2f7270a35ae37f --- /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:916cfcb070f87610403c771e4e6890a2f615d5ef716e56db0e893655903b57c8 +size 375140653 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..57f0d9f1485823b48e6c97d0b740181c869a1f36 --- /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:4e68fa06a9c77df75991af5cab253fa0dab07af835e4ad1b026154f04dd881fb +size 544308194 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..3bac4b32a8575c1a29a96fae5b62df2c11cd1558 --- /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:b271f5c6f157338f025927fac0166d707ae10445be8dde22b4c2cd57fabd3aa5 +size 500322395 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..30c2fbbd9ea9e0995fe7bf0f99d1e86ea7ebab49 --- /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:0e6be309acc21d55ec086856e4dd62c39a00276d08089fc9cf6b39ddf2b8d66a +size 854924967 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..15e86f80474664088859f4277231dd728a639573 --- /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:216a1849ac414bede8f3a67cf29a443ae95e6a6d1404003d7a7eae5a05afaada +size 532479346 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..c5cf1529f95377ae689754d63c731ca2f13c27e4 --- /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:8dd5d04e2ee17591757bd72683fdb4aaba0bcb97d64afcf0e5b9dc6c68f57bb4 +size 474539698 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..147619c2c964f18e61e71d8128c644f2f6b1b96a --- /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:cc356da4535ba57074288a0e53b7220d5e1730b0f5af0bd5cdafd43b8436fecf +size 732855250 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..348f2892ce84316216e64ee567c88a03282e40a4 --- /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:3039630983f6945eb82dc8cc6eadf8804d1669c0ca481ecd0477cc5b2f6377bd +size 419956623 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..93dd381711e429ede9ce1c3f243c8bb8e34cde11 --- /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:67fcded4420203e1195c8f494f7e0c555146c51d1516c36abf326a237d3c5f0c +size 426786331 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..e483a0abb5fd8b1eb9744e156f3615a73feead16 --- /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:fa08fcdb5611c4c30d7776a2fce8e4f9b1ffda708b872dfc3046586c89f2f256 +size 470037656 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..73afc1a365d235166cb34cc8a0fb6c85e28bcd07 --- /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:f9d37c28afd53dc5428b70a3168113d2d8cd4b32c586ce02b743bced652af013 +size 495633700 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..f78477010f558393e10b18b0abb05da0a34df1c3 --- /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:22458c462954de0fba113ca570f66927b3565ead0aaa3f51f4b97c5d28cc80cb +size 399138783 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..c94535a69348396f155d8db57d574d6eb03c9fc5 --- /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:bfec701fecb02d7380705ec14e3efb31a404ac95b210d97d2b71c7e8afc4afa3 +size 586340357 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..2c24da29b419d9c05c0bbc649f068711d7fd2df4 --- /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:ce36455828c0c5298cfe6c4d8556b1db9ec76292ea5bf97d0713264de363f10f +size 509180550 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..eae32a0daccaf41f4c186f13fca9f11a6902e01e --- /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:3ef29898c583afbead5ed590ad68c2cd75984d5d2e7d745dc19812c61bdd23fb +size 612142146 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..c6dfa1ff8a2924e430775fe268f8af87cdd22ff2 --- /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:917afb9eba9ce47d6718838f0bbe5e8bb4a63a69d436cb945734545effdfbef0 +size 475684167 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..dbc76430e16f6e197b3ae91fddad1f98f56ae43a --- /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:71b694365fb81849b49783ba4ab6eb1ac0174ea2fa97321f09d74644602de4d0 +size 545299030 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..378afefddb644ba7b9aa6ead7baf579ba2d34396 --- /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:977fd738dfdd7ea3ca8522f41cd3ccfcad79968b4689688260ed16d2f1e4edc1 +size 545981809 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..b4b2c1ea02db77d0a09226147f910b686f698243 --- /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:520601136eafe43df99e70bd31812ddc3f1d3cb7a55e36e1f06ed49998b932db +size 390416714 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..61b2f7531e73ea4d6e022fbb3a45faa1eecfeeec --- /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:6ed932a95c8bb9d1d3d4263d3eeb5fdcb36fdb5af8e5bbd8cb6b4c41724cae6a +size 432254501 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..b1704342509493d234c03bbdf6cad9183333425b --- /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:11fa11506de6b4817b807d5f0fb21308bd807bc2548d909b3f6aa45d429eef3b +size 439870405 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..7a40fb172e7a59208320a20828a825e11f8a421e --- /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:607428943946683009e71123365b90c302f14bc8c7160039f8a6ad2b2375c3ab +size 498735592 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..b8f01519d99697f44c5694f94596ab8c79f7012e --- /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:703cf5eea4109cead35e550d04555f3abe1a96eb13f33087e5d44b4db8c99be3 +size 390157746 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..dfb918ce6d4c7853844d369e2848d5598b978392 --- /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:fbc2188f033bc702b50166467a33e25266527ab1cb8321d36e0bd663ff988356 +size 488225526 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..42f51eb742b5034691061cffa19da498033446e3 --- /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:10d9777178a56f2bc2a5db9f91fc1f16a7c74f12eb81d02cedd7af1e6694f532 +size 530681874 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..16db23d4dc8999c8d4fdfef2a43381137a7ce043 --- /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:b1e2fb2ca39b13a806af623b1b2426f276fbdd9ac93dca25a0ce62b648f37cbe +size 379101420 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..db6ccf9863747ccecc256e1c8f58510ceefe2679 --- /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:ce424d08cd3965eed7e0b7764d2da2cebc685638b8da28c3fdfe5367921c9b4c +size 433523262 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..b1702bc96550f2743371e78b79522cfb55c427b9 --- /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:5f30f986f8d794f3f26ea05aa7f7e99b1042962a04e32caa057fbd38c0643a01 +size 1046718130 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..3304a9815b407f8234785f314546136c709943cb --- /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:f0954884c8101da5cbe760831fb0d16f5f146202ed4e155605c12a4c198d22c6 +size 819772974 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..cfc0be0bf679abdb1c3421e590aa236b67b5babc --- /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:e528dc7bb5c1bad8cbdf91c83353726b5c1b36e7fa1a2cc5d8529c13d3cdbfc9 +size 1045528370 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..d67e13daf91cf77bd9030684ff8cf00c584600ec --- /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:5be44bf36fc9d71756983f21fefb41f6ab94fc4415bd106ebede423b74a56b74 +size 557148358 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..a1d88f88cd3bd44f66aa031ec7d21f9e392096c2 --- /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:2ab18d4e86e623400eb1fd2784740d5ddec5789cd35619fe3c0e401009d2da1d +size 460665150 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..df37f21f5ec80da29a8936ce1e809e8207ecb2d9 --- /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:69dfaffc9626190262a477e28b502c49da4e857ed98083a6c50f445e88e88e0b +size 582803356 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..d84d309df075366a705db53e0154ebd861f87dcb --- /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:b04e47253dca593e64c47a66c1862cbca3ec153b751e7d5dd8113e84681a8af6 +size 723178139 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..468de4d05877a180156d6855a3adbb1e48122b77 --- /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:2efe72048e90bcae3e761cb717bf604b01372c14e8d912d104746ce0c96d2657 +size 456452069 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..6ab4134dd5b1bec85de80c8aae17822a8b77b5ea --- /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:cece2c7eecf3dfa9221e3706e64085785728af01b1af2f5c68b5f9d9118536ba +size 910251769 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..23466b70e5cecbe934b5ed5b10341b9bb4d7589a --- /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:95f6c4520d2fd8440840b11096ffc21958b00671f042180d057b8909da15d2c4 +size 464050256 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..9b8c5421fcd87c9b80db7de2b93e8a1c1fc664ec --- /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:216071b7cf8ba60bf7d208928bdf804c81aede4b1ac51686e4c3b93660072534 +size 626397098 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..39bf221b736ec5468152581ba90af4edade42d59 --- /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:bae21ed79f8922bec1daa0d2de7e943c923a4eaf6413c90092df6ee6160ef4ef +size 560640604 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..30e58886c779090e69935258a12fb1aa90005860 --- /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:17a62244a21667c8e92924fedb1f99474d088f35cc7ac5bd692a843e9ac80114 +size 493498633 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..8dba175ecde6f6bb818172a4460e6d5ba22079da --- /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:ff78a6a3615f24181003ba45e63d85da59c0e91bb4a7a640a10e2bcf12ff9f14 +size 527563399 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..47d801c7ccdd1a22da739550af4bbec1ba43a823 --- /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:6cc70987dce8d303c08187e2d21566176e600fc2c7e8d7c3db5f8c79ba6f9e48 +size 625748141 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..caeaa1306b8a66c2a59f3aeccced42e34ad1ee39 --- /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:da7f380d513f306da94ece1857a8123c1d3a65be0e2a175ecacfa16e1c98bb55 +size 536577211 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..fc6c36e024a1a5a1691272a0af0f52ddfa0d3f5b --- /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:31900d2f598f17dd3eea37aac35bcb0e4e5c48a3c3b93cb2b2d237c477a81106 +size 537449530 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..2d46a75115f6240528e7660ac6abdef24a6175dd --- /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:1efd7ebba04d7c32c1ac63de5cb2e632c244bf088519516e85d332a1cc4e8c22 +size 705720723 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..8a826b9354ca845e4c46ed887badcb11b7db8c50 --- /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:e49a5133fafdd824d46f5a06269ac566993e3b6afe63e65ef9c3e90e1aed8157 +size 367199853 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..e4822a3414b796c6604bd527d96a1ed6a74422a6 --- /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:8a07c605cf56bb4dd9d7ff2b638d3157d5b59ec1e36a8dcd96f5f28126031771 +size 411826419 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..b40078c957344d5db620e5261695ab625e90f6c2 --- /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:e9562aef23a338ab97ce1ab14c6750c995064c1904bfed00d2db7ad205f59535 +size 574135867 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..45bf53217e0c6cb0ba86781dc975b747e8917f82 --- /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:63681440e72eeee1cbfcd9af3ca6eb8f1ffece63bafbe52238926ade7106e32b +size 892254250 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..77bb1ea876b29517f0cf4b12cfce5e6bd3224f45 --- /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:ff121cd2a18a61aa44454b49b4891c1cfd292e16d8f8a619def3b33c0c4a57cb +size 569201324 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..6ea09e5a992dc1450452aaed278311e09659bee3 --- /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:c2435099c27caeafac043c7bfbe6a439c90e5af98740e132933265b74752c746 +size 438089620 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..0ec23d95cd7734bb12ab87f4eaf843bd9b7c015e --- /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:0cd8332f34eaaa1e217b6c833c0ac3db27b0df51368be4e0531a54376a18d6d3 +size 395113887 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..c68f23a243188ea1fd4ab4c0917ee5ca28c164bf --- /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:7454551fa8330251272a94a6e627b84968c6fda1ffe3a0d120c7c55fee38bce0 +size 475903492 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..23366266c086f6418a83de39c35475b7705cb35d --- /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:25ea143976241b8a62de70dee36c491d56c647a501c0f276d2b7fbf2332854c5 +size 786450639 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..72bd0d0e2f818539b5465fff95125bd88c3eaee4 --- /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:485b9b1ae4483c778a4f427b7b8ad302f3a8d559baf4ae1978f32b654ae3855d +size 514928192 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..49ac4291745cdca575d454d56b38327340c170be --- /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:be671ca11ed4a7d654623c84b891484ef2acc8a53b585f9aab149b562de75318 +size 860986658 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..6b9f35e2982ea5917a8d592b55c6d7cfa2cef05c --- /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:155dd694b27ef075d66e6e20a6545051d40e2fd933c116efa652a94fd72a3077 +size 503537845 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..f391c7d6b2dc8cddba9db2651cc6632c54b6c1ad --- /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:908fece97a20a8bf060057ed3bc8dc49ed7c47f5daf9bcb9e272c9858ca9e2ca +size 941461696 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..5e97b31d82d19384a4d47836f4ebf4cbd8ed169f --- /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:bc5d0be22cc9e24c12ccf48b8cf540ca7c54429cc20d4c0d3e3808f5760dc850 +size 357441931 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..effebd3d540c1cfba689e261d552d3aaeaea4fde --- /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:6962ca0daaabe50cb8d347686f1f130c0d3fc1ccf859b06d910d44e7a58ab8fe +size 749361411 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..a497a92fb662250e41d634157ca655651a3a2d60 --- /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:e5c924d306620c81299d605c992150a5c8cda9e6e60d5ec339a57b7e914c3915 +size 498178816 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..58317b6f653c22f03aac1b21a3d1bda58d528fea --- /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:6df9cfa8f414bce07d29d7a847706835a415d5bebe9789ea44757abbcc1dcca3 +size 392062946 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..a7b87f0fd8cc10edb11d33ff64429a3e1ed11d9d --- /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:64c9b15d8c92bf7b66f22a44554fbe57f9b72f54518f0c6ced05dcc8acffd5b5 +size 380894432 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..089555e809f42ae080d388eefaedc06114561fba --- /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:be1b55590084cf318e7a9f81dc95f19e85069dbfad60cb0213eb0a433fd02cd0 +size 503881151 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..3e4c904074bc037cc382d25cd350d88fc794b8a3 --- /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:70ab6f7718c411105d98fc45473a6f488d8e85cc00aaab5644e80bceb9c87043 +size 586755506 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..9e2ee443ec8370d557ed8db61db6d419f249facc --- /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:fb5dd15e6953197cd4b42cdd85f630177093efe83aa2ebc07b7a940b9fce75e8 +size 889710100 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..0cfa302d759e03b831291b233ea360e19ea3e2b3 --- /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:a62569bead0b11f506546112438381e28cfaf6c5613623ec6577d1252c921b95 +size 464860566 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..5caf6c9ade415210f95006bb2862a78e6506be30 --- /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:87945fed7c3355f90a480d309ee1f2b33958e46d37b409eeb2dae37d10500765 +size 757420400 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..08d76f2e987def2f1d36e9383a292e04fe8526d4 --- /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:53931e5eb6683b03927f0421cda180ff46150e38a03537187bb98408b22fb9cf +size 540964345 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..60c66202e94e67fa7d5b9d02c6a36aad76d0d261 --- /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:0ce6514cf9b75b58b5780e06a0c7d99c834913a1e4b1fb0b5e468b06bf4315ac +size 438359763 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..79937d405d707796cf71a3b75ece04bd39e8b7f8 --- /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:b526b39cd4c3afab7f23c825645febd14cbeff24ffb6ecd4fced223761ef32e8 +size 532703394 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..8e8a1eb86f26af02d2c7895c3f9ff2d3bd5af26f --- /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:15a0579952034789ee9029c3384568597fecd2ae3e93477176b45b01e4136057 +size 539661301 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..24e156fe4644845710c0c5a58b22ed00f85564fd --- /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:3e49a731fa29d07adbd84938142efdafcac3e30447d7e7a3a8c5c30e3ea72a53 +size 512405535 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..5f0a8dd3dc15d034ca39080733e3570e7ec16873 --- /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:8fbb4a67b3404c0b92c0752a22107d34714cec848eb7149c725fa26f21828e24 +size 547263556 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..0f76eaa7140042afe1a6f2c2d0ac1ca131178df7 --- /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:910473bc2a6b2b96145d4d9beeaa2a3e87c731c729a3dbbdcfc0a2c034a89fea +size 442431705 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..fec2474f87b8d3d0e95f86a9646522add15fe91b --- /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:54863de1917fad6c1dd2771406af45588e2f212a0f62c11ba6922a8b8f9d6af1 +size 467932051 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..4245ea0d5ff0b9cbbed6af93fea9758c7946d416 --- /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:8f6111b2c298be72f91ebe5a7c57af5e6bcc616339a58859a7d872e141692d5a +size 361137686 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..f03478d6f9ac8d8228e08a34f30777f2c27a5035 --- /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:a1195146b49276a536749f60b359b45aee118af05b8cb719212ab28751c9ce44 +size 416826583 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..6420858ede883312c6164e3f07f7c6e61dd33851 --- /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:7ae6e44491720e605cbef0f1e2aebe7811ea8af50fc545b181139265665b3009 +size 677929668 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..aa04bb9f1ed8d843da6da74e3bcc5846849cf3c6 --- /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:9c6fd4b4805d2fde18e338f1c830bca3de7efad9d8df0c5eb0642da4352a82a9 +size 511782863 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..e2942ac68e5756654bdc0bb1a6eedef238fa3cbe --- /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:0906f1887429a37f7cefc94af07cc720ee6849ecce2b549ee9b6bc40ebce277a +size 538190734 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..dc3bd3240d9ba45a33ee1364ee451c238b53c1d5 --- /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:b082bd0097562122d9ad9c21a4414f454a1c4954d126f3f3938bfc15a69120e7 +size 489131157 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..76b637af0c011719ec329b04c25e72bec42a001e --- /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:487ba0f35fbb30eb6426ada5fade675b4b27795dd709afe96ad5eed5154c8b70 +size 466181418 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..04f29234b727f14f195f6986238d99a6fd495a8f --- /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:18b10fe407ffd593609561902f82a38841cd60a3cf9a49fbcf84e64e2c5b5ee1 +size 757140753 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..22c05600f3c6009936af96dafaabf7d7abb63522 --- /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:9cae47a499f3942387eb2cc571609d57af05d62ad4dfea9e5b67a15c0ad0f918 +size 625069986 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..087f9d60106c8f623c35c680fb5baefe5b34971e --- /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:2ff742ff2f2c49bba485322ec9aba102335f685b9d73bec2d868a7c087895555 +size 416730921 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..3a8e30ae5e3d1f8f3b5c57d44cb1d92e4ed63757 --- /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:b02eb3cd4f90834a0ed4c55e084d67f0c3ada5826f3a253cb77bf464f7f17103 +size 733676711 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..6638344f9363d676d14982c36fbfe1c1711ee360 --- /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:41ab1a088c43f1e6fb92d355eff3339dc56aed180d728abcf5258aafcfd046cb +size 507000209 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..8f3b192a6c5ea2d0a450af862e9d51d286dc02c4 --- /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:2b28f4f5cc204dc60aa9209061b91afa7b28d584f87256988d20fef423227127 +size 537596159 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..9a2b2646ddc693d00d0de7d3e4cf212053936e2f --- /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:1f5cb486211b2a14157ba048759883892951933946725bd6b1c31343f6877a16 +size 557894304 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..3c108ab96142af1971c64a1feca7fc686d90dbc1 --- /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:85a84260c35c82edca4f8978e5a18c3bdb0ba209464e2b9241979d8a318327fe +size 502584762 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..ff544246ca0e406e892382cfca96499c827aa5e1 --- /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:9c4b4abf5bd20c290dd716edd2134f9411e17ca2958adfb18b719804dabd2bc7 +size 791575239 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..80151d468f38a7f12b2985ad272fb2b02bea6feb --- /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:d3fd7df921af206033ee7ef03fd12ed12a4a8e7d67766e4db4a652964d7a084f +size 353312907 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..54ac4fc4900e2b9693f550eb5a18422e39ccafcd --- /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:cdad1df051f8001cdffb3cf599eb745e0ee7a480b873dd9cc507088c27d6e67b +size 570726252 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..52656d0f31d530169f53a6daf65f41c409d55342 --- /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:784ce9b2645d432561d76579d7808f883f307e4bc2a1d1e81942847c1a63ea1b +size 411577077 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..8fbff5ac76b319f268629437337ad680c7386755 --- /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:a55540305e5b8ef41177b27bd5434e0a854e4a6266ae908d210abf3a575e436e +size 401852767 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..953af1ecb2aff7f894c6bffd51c9ec3fc14da120 --- /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:2f8cf6e5c7c1046d20d41ba36b51c9740ade9a45e223655ee273c63599796143 +size 556435075 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..9820274df77822cd3917a9bffd23e0478135cd9f --- /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:8d9e6aaee691f505ffe6ad497b427506f928544371ea610875910c3f25cb2938 +size 744242203 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..be2b2e7c3da18da407ebf1263be845143dfc6d21 --- /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:eeebdf53b9f85bc0a197b85203aef35116fc7f0c3d5d716bef212f66518d2007 +size 1106394708 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..2649a900b2e5d19dede2abdfc79166e5b8641d0e --- /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:1ff21626e4f4baada3a2b7a369314bf05d26b1c5321857a543daac4a3182f597 +size 407973343 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..1789b2ff107606c92285b6ed5009edd8f0855fd5 --- /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:575badbe3f52ee4a05f2ac20d0e4a0931419d25abde4b4f8e9cea0b7db5fffa4 +size 573581753 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..ff462e729d801f771987eefd7a8a48c8169f232c --- /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:f4db527545b2f9a3bdf0101d69bf1e376fff14f104b40257646c16e87ac8fa96 +size 459389346 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..33ac2e7c86697f516684fdcfb82db65abd142327 --- /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:edf9092a151ce018c8f27a34dace293c32be39f07566780f91472273ea587cd4 +size 373872889 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..cc25901ab31d61b98ecb4c42cc0adccc91300634 --- /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:8b7351424503b8f82b43f98e65722b37f2d55a8775216f943bbf8e0ee8548514 +size 537940794 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..7e9aa9e671c9ba9873e7f3bc4338c6f9d6b81503 --- /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:ddd297f89272b94db5e1d02711a7ab3eb2060b5671485b09f6b16d7c27e36d77 +size 505000242 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..f78d230091661e8abf6164ce258f65aacd930751 --- /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:2b3df66338198cc1b1d00ff59d30e87b3f0ad54ea3e82307c64015d97c46ad99 +size 385115823 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..bcf343579cfa838ae1dc22d852ef0bddc9573f4d --- /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:3207dfabfa1af5faeb2305050171487feee235981151e7598c1b9a988c5377bc +size 435429136 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..d6f77667f43dd95842a4183c5f0a9525b2500421 --- /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:25911d863a28e40fce1133c43784bbc3a5e7d6f0fee37d7ba76870b49b56aec9 +size 550405987 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..42011a2705aa464dbf9f26be5e2ea00e49904e59 --- /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:3e94ed9f4df531ccbf39883650b57cc03ed84dafc5a65822ffbaddc4c0fdc881 +size 426708531 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..228e2580132ae5a5f99507654ab393438d4d7b67 --- /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:93bd2dba8aa746c822b37126db3be254545954868760e0ea63ecb9bc21136a42 +size 586635377 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..f5603756bf2c29fc3187a53babe3466d915f11fd --- /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:e29ba0db0627877b854d851fc9206af890caa5dc381750b93c18f5dd904ff0f1 +size 428770339 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..2632348e3a6a2a6089f4684ea0a6e510762a5692 --- /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:85c5eab966b5e052eed1d88723e840762779a4280d0f217c75bd184996963b59 +size 499669307 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..7c9771930b7069c0aab0c0fc4d68ef6a495c3e8d --- /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:bd4ccd788a5785805ed4642dc70cfd7acb23b7374575a606e556a71c453e1cce +size 409077664 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..f512eb1ab9d6ef6ee39da2f6681e7f34714ebe09 --- /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:986caee2ab186fe02546c59914613cdbd9167d843a6ee66c1574083d9e3e1755 +size 782574198 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..a73ae3d3a163d828dedf9c4369f45946b2a3e0e9 --- /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:14464aba0b1843d1a4853a0b9efd0ffcc6a2287b6ec99a7e270b4b1a5b6b2be8 +size 679724745 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..07af82fbb1307a437e7db732f3c37c9febdae60e --- /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:acccd78fea999a0f4980e9e85d09a88a17c015bf0a4c1687f1cb84d1c02d29ba +size 1078986228 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..c24c49b665d0aebd9ffc535aa82f476d46e6f53d --- /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:9b712d4d27e912a313dd23972160a338bfc8dec6e08bb3e46332f6d60e1ce66c +size 524213543 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..ed78445677a3e40209ea68b693fc88ae9f72171a --- /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:21f8b8ae96dfb307e6ce266f1422ab287049641c8b4b5148646d366edce929fb +size 522822076 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..6f834d7d28d16cde231c9faf8279ca6fb19e7e96 --- /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:b549486dc8f4dcca97e60757e756dd8b888f8a851d223dba1c9057c88790a5fd +size 695103123 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..80906bec5e1a137b2e7369ca86f3a270ccfbb743 --- /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:40613fc0232a74aa02003c99434d044269942c0294d61f3c918eff2d648dc4b7 +size 518048991 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..8df63ae30a299bdff3d737a6a4cd5a13e1e37e71 --- /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:3626ed64d1c2b106b31480f557318bc0a0e5f78f1b3e6f5dc3f490d06791f75f +size 634101797 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..2ddca4b76fe03d30df7e5acbb7fb250a1ebe3b05 --- /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:8513e44ceb6055c49405bf61948cc1ef0a10f11defdac6c8cd28e166f577a6af +size 571195862 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..b9e97c68add16717e76d800ea138ff9a32fc621d --- /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:cd480cc424d65ba8294f062a372b9dd6296d9c73105c9cb0e383e1f612e3e586 +size 458290162 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..e7df47014d51aadcda42652703193f0983168109 --- /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:d806fda049b2154aa1f129c89d34283b9d9f27c884caff701f52ab2b8136a44d +size 662028140 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..c6aab3652ac2ac2f1f9391acab867fc215a58127 --- /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:ddbb7775a6af329a90f1bde7c8ebfdb25460c3cc28d06b97ee0361fc9f3fcb1c +size 558070401 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..b531a86a049b096b05c82976d2bdb7282f9c124e --- /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:f545f7394ad40aa9cbf6b752735161d1ccc996fe38118fadafe28318ed4f4205 +size 501736627 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..bd6511febf34881434d09660838ba670d7f00158 --- /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:fe8b27fe8e39460542a2548daeb60871dea2514dc9af080143af41c5df7ddfd5 +size 468652832 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..e74c50e5a5c777e533e236249b49fe08d5e98ef6 --- /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:18007b810d9b7f690b23974026cb8092f7b04788d62d66479cfcb148627f21d3 +size 392233128 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..36871b7f7353c9b7eb479460d0a922afefd68d15 --- /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:1768fb5872f19d3cce334afc289f7c3d1c2b7086ebecb72e1950827bd521197f +size 503268775 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..2c4455c27f1785533e1fc0e85d129fa4cb8b5074 --- /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:b0b474d86bb7a63951374e6ca94c4b3196c333a5eabdc5835f526f437d0ab518 +size 480987668 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..7ca463d9de52dd83d4e37be83a00a28a7a87e60f --- /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:c5de35288fed49a0dd724a92c8197a20e7bc854d51650bc61dd0b5f33e704329 +size 600726215 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..02273525864108f3d7f51f026ee5aeb17b637526 --- /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:ba3614a19dea264f0f29b67812659e0df766f82d8dfae5fc1707f8c9c0fb8e98 +size 508369908 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..3874914b394a993ecb53a2a4ffcb0c60f8b08ec5 --- /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:04dd09284ef6b6c916f8099f7d304cfdfc707f0285079c96dd9c387f60bc0688 +size 1084319255 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..33ae8efa0c143659cc283ccce8f368b86b44f7b7 --- /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:13cd2078b3183aa2c46d04a1d2be771344669c2d4707d946f90d2aadf2b4266d +size 599677104 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..9ce489d85ff0130798a018219c6edbeb54ee9097 --- /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:ce5c626538be05dafa15d92f63eb7dae4464ef60a8ea8434c2f480bc64cbf88a +size 773491588 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..035d2250d5fd6840484444db22e6899ee6e68df1 --- /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:c604ea0a811d119990c3779afda7391cd198d5c0c7930076a8284feadf413381 +size 470678863 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..c30179485e536b256f66cc6023458566f2405ee8 --- /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:5904bb5aa99d75af3867966ecec813d5cb157cf2191f98cd04a3cd679b9821b2 +size 544664335 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..218133433665d357c8d77c4adb6eaea4aaf0a63a --- /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:cd12103f6750ddbc12ccaf04bf702296f83fab5d9c0045b320bcc90458a4f74b +size 461240353 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..4c81f14b1e01a392db4ca17ca45e78b7f784c17b --- /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:bd53448fa576bb347d80e2053ce8766236603f7fde8aea42539526d4f4359a73 +size 496816715 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..ddec61a50c8bec633a0549c26709cc5bb443ad35 --- /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:082a885c24bc89f5290a389234d717f9139b9e4d1ce36404e6c8921149d8e053 +size 505303229 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..02f77ff331333ab4be3603a516f5f0e42d2b3014 --- /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:0c7e251dd3895593285aaa0d5403dd2a6f911cf7b20f6793b5e776f1f661cfc8 +size 465763643 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..f838d6ba412c34f73c81b92f09d36bb8a161aee3 --- /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:c0db5cac6aa982094b7a7734ac6929504fdbcf1dcfd0ac3f621a7d4a3cce7c68 +size 475617998 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..674c821d33462c13844100db2783006339f84f8f --- /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:d52e78a0acd1c859eb088f71162c88be39996228e9b1bca2213c57023fc46cf0 +size 538230236 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..ab26171a8daedc8835244a18f4351697010b2780 --- /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:fa4c88c0fdb7e0e20d5496b78b1ff922d0ed37a27c91ea60e10153ecccd4252d +size 623125425 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..9e2f7ddc95849015fc0b2755378a9b8ad36d0690 --- /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:61ddf1c82e98694ebc045612c62b9379bc3ee1e3922b419093618a71ad8b7d56 +size 502717862 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..c80d0e7f1446fb6c03c07fd810223538f9ac855e --- /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:aaa99848056cf4c4bddec82a5a99aac61b2287c7df7ec423109680211b0499aa +size 553762974 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..0f717734e0219c0d1d9c561ddf815a380807f3f5 --- /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:0e497b8c8bb46d95b9f5068618e0a2ac5b0a2700324c586e8f071262ac2abe06 +size 574937931 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..4081a19805b96f97a4adad23c8338038ba54e1de --- /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:327a54d6c11ccf264add71400b18b2f3fa0f5b6e511c9f3ced9e8ab9caaaba84 +size 603786467 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..04c4f8012b13c053c42b69dd4f0fe2618d40c345 --- /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:92ccc75b199c75b86f80209aa9f3e111f55a4ee879b69c700ed157ae8b062333 +size 495402459 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..a5514ed675f55f79ca71ae7f6152526e8d44e0a1 --- /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:830d992cbc8de7123227172351787b3ad5f77be083a8000dbb99a325169ee137 +size 381560248 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..d9e358a0cc36daf1637346551f5dfb015c487a08 --- /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:1a8abfe9249daf45ddda93bc7e41c8d6bcea2ada68ffb79d8f52551b4660af99 +size 581436576 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..67592ce5d296661093b6352f5318f8ed48a1df2b --- /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:fac4b0a146b28aa22320b066e15ab7ed98d7f040c9fe98b049231303ffe2be01 +size 608917899 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..1120106cb4a1e874157144c3b5b44e842ba05007 --- /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:525805fffd3ee087429bcc04db9fc9e3a9b44725021b4f3a5b336ec610d65a18 +size 370662320 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..4677d1e52936ac2db67e9a4bfb23fd080525cda6 --- /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:32dee8d75b3abdc3ae2bf0a438048d3acae707a9229b98a2b343c85529d87cb9 +size 462970206 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..75840112ac38b4992a980fcb2748e0e5103dd761 --- /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:1b04f68ea16d76d0d250aefefc5380f8a3306f6aeea9aa634968642636d25bf9 +size 567502210 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..c20a97c723d5b47882d97797dd356fa552119271 --- /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:9d0a6148b037e4d9060b5a7ebf89c14817ae88e0f7694635012cbbdde43f054a +size 464614255 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..d7ac73f7765cc17bcf323ab114869eca250ae821 --- /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:a6fa0355083ed13b62148ad5be7aa62f0e7385f1210199b652c450b603ae2b1a +size 769137907 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..ec4a7c2e5e6fc45ff39129724756f1ee3e86dfbc --- /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:7d180f1f1a7ab68efc75eb7f39a8020d6b9d00d1f7bb231f90e425779071401d +size 496390048 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..5acc558edd394bbe15ee20afed700a51aa2d8ade --- /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:33eeb7a971ebb7a538f5e80d9b060080d1a73c3ba8aaadd085e34aef1b7b8a19 +size 601875654 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..1a5f66cfb89bc4d63f4398cd5c464df4e8a043f8 --- /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:fb2cee3582b33c2eeb2701e534480583f0a823cd4c3d5d9498a609f3ede63e50 +size 471165269 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..1868cc7c441c262aa21f3f0f8b2992edf5fcbac1 --- /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:34fb1f4117a8d7ef140187fb72dd23c1da59a3d912cb930bc1049c767ec36dd1 +size 508949974 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..a9a452ffce81acdf9a28bf32851bf17b22038684 --- /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:585335b57c80d2d8b7aa654bdf4fc3a9d309791b7025db3067ea66525f1344c7 +size 434856820 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..13f6903f0e774c9400d6b5fe05145121280ed1ba --- /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:069d1dc4e57595532ea2b6bc7cc5891af919791ae577167cd106ee69c155ebbb +size 1450591365 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..a3ef788da73fe62f27e908ef591d4887585fb0d4 --- /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:7ea5f61abf3bc32ff6e4a7b4eb97bf71993eddced4096bbca902dfc5f3436dc6 +size 734472568 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..d66fc299c952f0fc9048df2036c198208993f00f --- /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:12c0c4066cf43aa82fa2fc4c0b4c7938a11ac2abb5114244912278ac4cf8e75d +size 941888114 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..86c2f186ef5066b24ea0f16e7a327320cea93882 --- /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:8e922383c9d5295754a07e503978b9d75d377123eca4771183de8a006327ecf6 +size 663515758 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..d5b2cd3d43c889d9f7172991dcefd83155825db8 --- /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:ab2c203753a3037e739e6fc5b766e31e4f67a31e534150c4182370d5ff7e2e4d +size 547300513 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..0896aa56ae73cc6fe95f3ec8e1a32c24af7517a4 --- /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:5f4994c42ae189dbb3adad4079aaa7a4c1a819673aec83c5628171bef5ca6d5d +size 348623666 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..8a2b544e3b8ee99f8113f1c8aacb33cde7e611c9 --- /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:121929221ca5fcb1ec4f738b2b57fab2e7aac020566a29a4806ebf203068a2a5 +size 414527074 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..1daba5f451e4b737a500d3740f8a3f2bebd02832 --- /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:a54f781e49817727c15a487ee73a61ff2fd2e71d32d935da14f83bba25d44a15 +size 796805025 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..149b7962eaef7d2a4b53b687182e7a92a7535e78 --- /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:3723ae194e435722f8a2908330384f1ffb45877f3870f57b057e3af16388db46 +size 1011770017 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..02f34e7cd5fe9d73f1ed8cc81a5eb13f5916cd28 --- /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:fa55c7a0312d767c241b41c0fe74c1b7c144a58375771fd061bbfd9ab3e9a38f +size 473676359 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..7f2dea5b40ec42002b4e7eb926a2c143fe73a843 --- /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:e9d7a4196f4f3b1b1a82c062e3d11e5a2558edc6f88ca0be92644ec05a17d96e +size 684535904 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..99baccd5abb2b9b6959df8ec56c01d8e5f3f2f17 --- /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:ca5ad54a022ee4aa97d3aeb931e83fc29b8f7006658168da07856dbdac17d9c0 +size 633352143 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..82d16ab34e0131f0f773bdffdb624aa2b1ceb8d0 --- /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:3ee415e7f303775c73c974638410f881e6a9ef300a3e5f1d058be47d1f55c8e2 +size 440529908 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..3b338f6a5adfe38cc2e45143486c3a78028c23de --- /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:ab93fe9d75683d3db4b40a37ebc250a6509100051276fd088f405d02296c9ea4 +size 765777981 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..f1c6d991a6622b910cfc8d55ea9715adeaef3094 --- /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:2e95cb643d1eb47914e74ecb1d93dbc6ac67efaba792976aa7b540d24aa3d82c +size 451895201 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..16da5e404e26d71a09938c8b719bf4ccbc4951c6 --- /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:3bd522c8e5787f34cc530985274bf90db6592d12824ba626212c6023afb68bfb +size 361325475 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..c4d810a395efef3269f95d6359c6f890a7500b18 --- /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:3725bf1028b215a8b1cfd6c1fe00a3db3e1e2abb724c9fc00110daebc59af38b +size 542174700 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..032c5bafc01fe992884af9ab9ef5f17c2b95d03b --- /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:f6eeaeec9f9f3ab8090399dc03e8321f73ba951decefa004a9195a92708de89b +size 488012855 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..9f735ee842aeb959907a4f6c91650a0932227622 --- /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:0bb6451a29eb1d07a17f2bc3f628734331141ca3e6c604e47c7e790f720769df +size 636380524 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..1dc96cc8c1afa5d681a0067352a874f92f060d0c --- /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:40a4d62806f07a7ee36a2267f52893a91609acc4a641e5518832c80d168b5581 +size 495188186 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..4d14e655a4194d58f330a604def1a1b619503658 --- /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:ab45c5bd21fae1a9fbd4e6e1eb18b3340000618c9099d4987ebfd44a0406d685 +size 510912555 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..11d4e6bad1c85a754bacdf58754aa5a058193990 --- /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:408188a5e0e9878f0430d6bca1a4c4ec3bf0c48116d01e240d2ce56e340073b6 +size 450375171 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..030d2c35c878b0b70e706f0cf58675469f3f4e0c --- /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:906d7c70d17d0fff79ae56ae107c08c5f2632453aec88674d9f73d48cd4d37c8 +size 694779229 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..05148113fe70e03a4578bc2f0aee98dfbb114ca3 --- /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:9178226288e03ddaf6c03b57440ad07f1d77713517bdda5b8a6ee899f0a3b7f4 +size 824939343 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..8e500559bbb0f1ae9fb2de02db60ca714a4f7619 --- /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:55d89779519d6b389c74d0fa7b3936a6157df28350f5a2f66bbcd2c59e56e1f1 +size 703192923 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..6c79ef7b9389b499a555fceb6c983de42a627790 --- /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:c36a134fbdcfd6ea70d2c3c28aaf945e01bd086e8910a19a8083bb89e7263305 +size 866896255 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..8979d02a99b5c114f474f28dbdd6c8d8bedef505 --- /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:fba73e949aa8f5a82eb35893b35d0daf7d712694abfe3c23be08320ec59234cc +size 489213838 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..f6eca6c79b436e5eb9c1c24afb5dcca0709d2a9f --- /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:ab140b71b1056f84941864fbdd17f56b4750e83c91f2cdf340cf45435d71dd32 +size 581554727 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..9fff77490ed21f68d049fb76fc820a668b554110 --- /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:57a6e1e3805be27ced4f65e52dceddcb3fba39a2ddf9e0169cbd7c04fe5fab70 +size 723835160 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..da6b93a8dc2c10770879669510923d4c3954e460 --- /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:10e5a5f85fb544f2ee54570e5824974b78409833745fd1e3e51322b55d222ca8 +size 468373645 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..bae4fefeb57e77a0ab0f6ab0fc322712efbc0ae4 --- /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:a75a5d9a9f2b4d08d4c61da64620ac7dafaca7fbedbb3b755d2f79ecca320702 +size 587383570 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..b850ff2dc81610c8c27bc18d1e6b1c30b4b85006 --- /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:fba2d6d3e8562b4c3b0f39773a80bad9b1a813f63611fb79aba4c5514c89b0a4 +size 394800582 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..55e29d393fa3ebd152549b67171f56b8d87c3a7d --- /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:5afe1ad1d1856f6f3a1797c4638b669ddd523c16c7e80ebf91c240144625578b +size 403969239 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..34c9b7630882de02bae22bba5ae20716814d3c5a --- /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:115cf847d1dca6a5c952417cdd4beb1fbaa33488e1bb51274a38f7c35806a3f4 +size 567006532 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..63070c0b3ac844b02a28667566476f9c5816b288 --- /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:c54928d5ef0ddee7ccdd59999f55aebfd3771d8dae8004e43068fba8d098b67e +size 997022267 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..bc4aadfc0d842278ec2cb7cfbda7dac9e72c57ac --- /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:baccf926d7b03275eb29c9bbd0bf22b9649bfbc9c2bf725b453f2c971ae26760 +size 482644984 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..b2e01c79c5e93fcc7d338028b41f3990847bae89 --- /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:8868cd22ed2c4c2977359d4a33a6836629808fcaeb91de02d8be43a30f55ecfd +size 637699129 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..5e102f9fcb4266d8d979f0bafa51cf08e7c45bec --- /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:6e04f675e1af4bd1802205dc907380767c82b461cf2842b8619c4b256b2c8567 +size 416127114 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..f7ab28a4398897b1969ef255e7dd361b6464ce4d --- /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:853a9f8dbc32f8151079eba7abe641cac2207b3d1036b12af034e1cb375a6ae1 +size 439186399 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..a158c3a064d268edef189a9d0763055a85ae8fdf --- /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:1da986a234382acc78be392185a113c5873ec2bd48f490d0bf423e9657c62b1b +size 494564377 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..95c920d483b31dfdc3ff9af7e7c89486959ccf55 --- /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:5eb9d70faf343487a8661c9c9352f3df53fd14a845c0705b4afc8017f90817d1 +size 476421814 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..e0a3a356b3bd087bd3466b6e7375a73e49c6df04 --- /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:5409e98404763f3ca9e14bd0e1f0776917267aa9a74f1c9d2a2d5d23a6e6860c +size 396514921 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..b8cc989c413ab9dec4c3097a582403d5623ac458 --- /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:d7ea6d24354dd545b5138bf996dc76f565b201d6a85cd3105c9157fc15fb4988 +size 408650447 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..482b6e59a80fb381434c09deba1b4b107caf6cc3 --- /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:38b740707dd67ec7ee7beacdd800e4801006351e30465e37789f25325a8c1e5e +size 344583194 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..9009981c6f5ced755c891fd29f484948bfc48e43 --- /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:07b37a3f3b9578012971f1aa55a9ff80e8f1379e3375e20b8041ad06a2d836d7 +size 889533532 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..6addfe9c3be721a120606622f48dcebcc561a96a --- /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:85ebf8cf85a539466f2406981d89675189079dfdde8de403b9d22ed91e56ce9f +size 553922538 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..da390e1247ccf2e1eab56e0bb615cef5dd7464ad --- /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:c9e80bff82c181898388a212da41b77586fcfa3d764067d695078ba2c68da094 +size 366286253 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..863b0d2e6bfdab89c62453fa688bd5cf0a8592fd --- /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:b5b980d51cf1eeac33de329c9921f6e927af0b0481799ed69a22d56c04fab77f +size 417481940 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..b29839ba3b92e4a3d61eb71714d5d806059e5f68 --- /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:381e48d533c5b05087d02ca85cb1a03958815da6a9b5fa4a76c81b88dab00f34 +size 384564002 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..ca5247165f98eff5fa21d3bcc8da8c2bfdcfc478 --- /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:bff8ffaf4e55d5670fa48bafdae9e455e778645417d5029c1d696aee6b8bf562 +size 379854658 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..b51c56af17438c50f5a95ed8741c14901f9f92b1 --- /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:8eaf8961ff76f9299a67781de5cd89bfce340a736486a60e1d45cbfcb2053b38 +size 421349858 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..32b86bdc5ee4570b1390a8c3b02ffcfcb1e8c8a1 --- /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:d099627e37b575fa3cbcbf49ad1335297971ec1769f71cbeea632dbda91f4af5 +size 1765090295 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..834c7d36247f870dfe64dcb65ad903736f0580a2 --- /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:104a9c518f5e753c9edbff655741cd466b9b230bfd94436152f59014b29ce25e +size 610004961 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..67544eda0963250460865c057b3d73d5c2cd5ee1 --- /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:353e034e68a9b1e2eac1ba431058f00fdce71e477e045fabb2f4826f42dc9f28 +size 737678693 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..4d54c9127d861a06271f81267a5eb215bf1edb2b --- /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:039c48dfe98ec931d9330ccacee81039d820dee28b9eaced3c8b357d9cc1f0cc +size 555405809 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..b2137a60b2201ee1e762e206e156b4f6e1c03f56 --- /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:23fb49688c7589bcd66fa59a209765e5c1c1db53f402f03de190dd6f1004c956 +size 767880137 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..52bda8180c10204b71b902f043a9b295d92cfef1 --- /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:d8c1046e24aa310e8c488d3e69bf3d38b94578c6a5eab3ea10b40d18b24f433c +size 430884581 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..0ec22e3c3a246fb20164590ab00a715b8113c250 --- /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:e39f3c154be1c0f1873704c3436e22c539aa9cbfb097265a669ea6df0e09edf1 +size 549032137 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..82425923c6a8a9047c422c548c48c0c3a98c9812 --- /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:2cf921e5a6e2385388e5a6fd0b981b4d351ffd6c743d0f78f68f471047fc6c8e +size 824266019 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..5a4a99d8a6e2612ed615faa37ea8d2c6afe32ccf --- /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:7c1b8a5c795c30de82cc4d67acad92048b1147bf9cf813ba4618ade514fa0040 +size 406869386 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..574d791bfda275abeb891e274789a0ebadb1a5aa --- /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:aa604f2982c9ff8fbe5ab7d9def7c52ae3bd88c71cffe6ea45f47617153dc45d +size 1236252440 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..7ae63dc513f5333deeeb4eeb791cbe4ae86c3da8 --- /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:c8e160a94850562451cb7816e1b8adbd5c7102e8f31e610c4b2e8ca64fe37717 +size 375910146 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..eea7b799b36588ab89927bfdbb4ad27ba659e297 --- /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:e96230a8819c4f4db9b4be7d92b70a64915fda7fc93c1d53ddaa43ecbf3ba6af +size 615383649 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..208b059f2bb4fbde48ed63577a7d821732feaafd --- /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:ab575973dd814d091b5c9b17d062cafd0a93923dbeb3a6b9018dfcf95d27da69 +size 417833540 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..9932c3007c2de1954136577dfe59929ea579f6fc --- /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:b9184a051109a5ef68d48bc0c3e76cfdd00ecafb5b72f22cdac3b6faee1108c1 +size 504372454 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..465d98133db6fdadc36199628462f51ad7035e4a --- /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:3d8f339f7a663a4be39fcf5f8a34c76b09bf451f31ad7ecb13d69b49501c1e84 +size 476916701 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..76023b63b2ff90be287ba8401eb2e6a34092f607 --- /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:2e55071e3754e46903c61892f3a6f82458f752e72918317a3f0a6f483c5df663 +size 499617170 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..cbe057356100ff0a9e26202e0207962390539848 --- /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:4d070afab4950d263dd3d265ad9ff56194575fadfece4846aac811c16b5d6ab3 +size 452598113 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..38ed163304e64e50d17f7e28cf1292047b70e047 --- /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:a2f047f9ab2733c4ca984d8d3b36824f8acded55e92de9b07cc525821e549318 +size 479570925 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..f2b9fcc5378054fd679c369b2790d5e72eeef49a --- /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:b44f13e90312f3b1e175d17c96cb4bdc150eb91b65fe4198fc1cb8ad753e13ac +size 483908430 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..0fb87742301b0155bff5d4fb669fc0688971d9d1 --- /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:e0487391b1bb2afd7cd1a2bc121b871570d10f54fe68154c20527dc18e3a8fdb +size 359773889 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..91651e64a65d4539a915beec9f755c21085b2e2b --- /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:286553f394385ec4e0d870e37b7f1b896c4a8669248bf4b9179d668cb2e53a65 +size 502040712 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..391fca9b9109f8043ec960d267c43e7864f65493 --- /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:2b7308daf708db9d3e784ab0b4b8e352d1c0e1273b6e2bed756bde4a0719dc94 +size 495567467 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..a701a6194ef2cd5aa9f16e6dbc407c33de3768d7 --- /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:782efa981109b3c66cc110a746a8f06a75b49a881b769470009f355ab7bd1df8 +size 1829746799 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..db21252ed25d372d14925110c28f05f076622e00 --- /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:f30aa1de2692d1782855d7f1d11dab580afd41f67d299f356322e0906c7dadcb +size 652035254 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..3ccc042fa6fbc56a0779b1dff8afe69fac56fbc7 --- /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:93826553a5f16a387bf4f73c081a30dab5e28a56cc356061013fb78035acee50 +size 370778315 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..3f1c89a5297710322fd5fd5b91a476ddac240ba4 --- /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:cafe6467e762954ea8eb8665193e05c474c50884c7ad44f8167683c3e833429a +size 463615949 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..7795fe4a5b54b6ccca6670b8d902b4d1169020e5 --- /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:fdf7abd5d0c9c56531a7dac41782c5f3940c4a8f086980a757d5f0fa7583cf21 +size 937258707 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..bbadcb9ed60edf0dbb569c9c849e2073670cca06 --- /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:3163cf19c524898a554de9b7c27305c7ecf3a893a49088b3a8aeba3d53d86fda +size 459342025 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..c4b28eb68b8e6143d9148eed132cd633518348e2 --- /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:ba539d3c173611d9068c43178ac8524faa5695dea23c8741c88117f6433521d5 +size 430872755 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..394c6b872ecd597868f65a789d09728bd92a6258 --- /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:7a35ca828cd7bc1a51930216e95aee0e3cff21d1c24898177046388b7e610903 +size 445324905 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..5d92b4cca1405a3faf4bf236283001899464a805 --- /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:74b560a17d967466873c6768431dcad2f03940326e3d5b4403b2d474d6d5d26f +size 972947285 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..fd5287b40ba388e414b18b3eb413b52b49d6c501 --- /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:a873490aca10b657ec53ee4772701f84413abb93eb58317b4825179beed3c77f +size 411067473 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..e9f6f3bf1ac5c9c2a6d8f43aa501c7bab4b4f8ae --- /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:e02fc24c434a438e70e8ac31bffafecf56e9934260c5df51b5bc42379ce53703 +size 417113583 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..c529a74f4b4806439a3b7a170bcc53b55c8e9390 --- /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:290a84ee9ff21c9bb5a53b1d3a74b18a077e1bf1de0c7751cadd98457fee60dc +size 463095454 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..26eea654553d8a32ffd37a0c6c393ca0f6da29c3 --- /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:4b1a344b696dbf434ef8c04e8afcb1c5d7babae8e2151d2018213799381bb427 +size 471880115 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..3d8add8f6956f9dfa23ced651f3217acafcbd61e --- /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:9302a3a6d779569b338c9ee45a501e1cf11817e3cba855eca992a498e8f218df +size 546035731 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..3c94f73c94813ad1e1e6cafd85ea5b4d6c036276 --- /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:a5f91e789360c8f957dca999bd1723f6ce10f0d7a0a99babf69a1f6a5cf1fa88 +size 481730281 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..ed7d083d170a492b44f8505fbddc46152c366584 --- /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:874192564bb988887435a8ea3be60813d112a374e528d2e481656668f4bf5959 +size 494958106 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..f06d00b87051f13f9ca2598e71ee95958b391cca --- /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:21204d3bbd93137d26a528c2eee5effbc64e8cf733f4136e3d86ee98568beebd +size 995719237 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..f2fa9076e3a5e8666d067397d8443172b12e43ba --- /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:8a50d306ad9ff5a2b359d0d590223bfc36bd095ab933f9827342e8555eb1cf56 +size 383044156 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..1a12b9ef14cb6932a1947fcdf0cbbe8bd9c4cb18 --- /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:195e4b1a0de0d88e4d28d4e7895113c1a68faaf3ac971400dd9ddc61f49dbb6e +size 1081125948 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..3feaa2d684142eba7e8c38b816147d067843931a --- /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:43917ccd28f6478318bdbbfe574e9beece294d91c54cbafde5e1ca49500f4bd0 +size 807689549 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..2ba24354a439b4a8e334f10c0c78cd4fc84b2e80 --- /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:1d565e0fb07f71788ffd58d4d5099d0242c4bff37c86e06d3f2a967dc18b19e8 +size 458046427 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..a3de955fbc9ce6d2410f6c7225f8d79049b67093 --- /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:8ad33084c63a9a25c428e3a3e48d0efce61eadf7e82befd83ce65bdec0c20d58 +size 417392181 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..726c105c8a7149068c9dcf23d908557839c6d175 --- /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:03bfb8634f35bbb525572e48179728eca1e325401d673ed253890624738a83c7 +size 417906923 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..e4ff8f4cd1dc4a0b81a86e646c6c486d4d931592 --- /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:fa9f77556fe707bc96d51656c13795006ab0ac978c66a87d3185130bc5a9d40f +size 509249270 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..e03d5f17da7799e2d68196d31ae40cffdf7d98c7 --- /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:c348fc4fc5c7d0d938eb7e06e6161792dbcba48fae813e2620ff9c12a9ba9b2f +size 694670807 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..7968adc11eb5beb9588af1a088c280760b3f1df6 --- /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:3ce5f32589d7643e4a0fdb52649669fb4286065b8313f8975962215a6be81c73 +size 566777311 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..733694d00b05ed54c900ce595d68f02d90016f35 --- /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:3a32b70e3c4514fb1b8fe41444966d184e3233d324f9543faea8caca9d08f941 +size 727439168 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..557c7de384e99c5a5b529af987ff900ea1711828 --- /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:04e47a13f4cbc9b635d72e9478f823f210c750aced801a65c16ff465c71ecca2 +size 528127073 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..86483093ff0cefc8b4207c05450a70eb9112da73 --- /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:cf5f76a2e2f1350abd261b51826d54cbd80b1bab99f8c2ada5d126c0cf78603e +size 768675112 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..32524958e5d293f641544358bb2e92a9e95d5cb1 --- /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:4de96b3def90106d871b332e0dc6ade5a2fb36ce5efc82ff3c120411d2cfa043 +size 474834271 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..f1648573bb2d96b6f7c6ee32d55e65746ee851b4 --- /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:a962f7246b6e018fe5dde877a9d396b1f89913ccf4012c6b1ea0c4e2efc59993 +size 641291683 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..3fcfbc13fde055f227eb0ad0a8a7f90d96179c3c --- /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:cbd3512d693b100d114f9ef50c17b4596887944e8641bb86d2f42dfb4c4a1e36 +size 909330712 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..88246d4176ef8cd921c85d462a21ee0e89e6130d --- /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:ff37718682a987cd3665acaf34effc60b35f788bc9af267f4dfd71a55ce97e97 +size 945197771 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..264ac02683ae112219410cbe68b02febdf648a0b --- /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:269cf62a82cb0ed41f5e070a37b2135b6b0832805fdf9a96979c123a46bc7476 +size 530952613 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..b2a0a42154249e83973fa9911eebd6834cbcd7ad --- /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:53819965614cb4826225637f86152034bdde6ac65237170fe24b061b71813c78 +size 517178485 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..8c844d87a22a2b83d419f54a45bdc3fef3cf32b6 --- /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:3662d2fee3d434cd4458e6455e7fc041116bc40d75de6d3b22033fbe59313360 +size 439547995 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..bcb90f8b2f72eb864991458184feeffda279b0b5 --- /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:a3dfab5c6055bead8640ca4ff65fc8d394ea72f59ef55c76e5fed8fad4005942 +size 892248871 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..b67b92c62dd247b2cbfbb66eea159c3818e7d28e --- /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:916459e2fa0e7c4ade383f7d4dfbb8239550bdd0baa1aa251c50988d54a30615 +size 464873220 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..ec04c2c00f67aa55943629ce517a121d59c14e56 --- /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:fa821dffcb1f35ad4492cec2bf50a480cadb9641f66d2d5511660effa8d4aace +size 586047320 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..d362c80fa8089de517d75cff3f76df36b70fcc12 --- /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:7574fa56d88da6fc6b7f4844f3497a0964390b2c90a5cbea00982520c2f4235f +size 435797640 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..890c133d10190d852541374fc1e16e999c4af8ac --- /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:41aaf61ff4230047f90173daae8fc0e0d81e3de8f65910cf913a464ec28e01f2 +size 423458758 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..a5bf4819946ec03a13606c55a9a2281d001108f5 --- /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:23d59e5418818f5fed74a527962ce57a038d77aebe1cdcaf6857707de6a109cb +size 464221253 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..d2874dc97c0b57ac8ffbf1598b383ace6dffb1dc --- /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:e0c8220da4c240eaf47617637e023abe321e1165d814ad4ea51212028dfb9082 +size 394831431 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..9497c7e530e518f6b3ca4821bec74ecc372ccf05 --- /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:6b29185de6b1314d1e22fed64dc24c38c8f896542d57ddf19e7256ababd2b152 +size 436596367 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..846dbcf5cb2f205142a5caa98b207eafc6a8b8c6 --- /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:7e55cfad145e411b53d8d9b14e30c02384edbd2897ee7044f3ef77b3a5fef0d2 +size 511748307 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..9951b286ac575c4e6c5bbe1000d397e0c10e0419 --- /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:91a888be1647cf822f7387d7f26be977587fe44697afd3c1d7ff60e31a9aea5d +size 456392284 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..3f54f3824f0e9bf73a52ad9287aa7d8691d2e89c --- /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:980d7ad198351496afc7dae7e2419dacb6f4de13f0526baeb1ea83e88be29b31 +size 429534370 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..a2decb548454894b20bfaae553b2dffba92dddbb --- /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:a91793fc9feadc62f546a585b98b4792cd2023d5ffc9061a5283e862e696222b +size 658995311 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..0891f5f1767d08ea2ca383ca3ff3293f0284800b --- /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:fe6eaa5216ef5189bfdc1b44aad7b1a0e06cf2357093999701c4237e70ec2c3e +size 439834212 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..090c929034bee834c67f542a7427c493004f6e32 --- /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:161804e35e0cc4717410f452ba7e325a0163aa20561ea438fade504039c78b9c +size 599085178 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..6c1a70f7e8b574fbcf759aa61eed74ba9b07627f --- /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:3f4636f3234fa961e769687a53f12c37e1b7c0701d2206dc3eb4a539ff8ae68b +size 529384857 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..e652bf0196109c4159a233b4e6684071cde99fc5 --- /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:f78f2745de3849ea06c82ce38eb6269c2af1953586dbac282d941119fa34a00b +size 565771898 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..776f88a6c639b8fef36e99ce6bb8cb2d5a2d53d4 --- /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:6352f69e6b6fcbdbb23e1c39916a9999ccb1580eca027103ad21b820fec9da2d +size 463710204 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..4b2ad163407914c3601aec8feef8746bfda95c3d --- /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:587786241769ff137b41c70e4ef94fb969c2db85bc845980a4d192213b1520f7 +size 532369745 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..8625fdf1d0aa592548fe59ce9661702df22f5c4d --- /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:378ed94785ced25c0a61e1892ec8148750ccedb1093bfe542190535b5856dce9 +size 472057025 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..ae380bad95244d46e4299ccb5cfd14cd8c4e638a --- /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:f85d17fdf76d0539bf84609f2fbd5da8dce333ff9cc907ab521705866259b3e4 +size 542774532 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..efb6245a8666c37fb13e2fa291396cd6fe4ca42e --- /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:c225efa9af6e57ed605689a3d4b6f772eda4c312b9a0f4bd8b83ae7c1f50d481 +size 468249650 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..476951dd38efc0fc42f2ae3b57474528b4154b37 --- /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:f849847fb830e5201b87c2a6470b523af84bac4bafeb5d96703c37ae750831ea +size 484156239 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..ac79de30b05afc228320cf04a11c272c9c320436 --- /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:da3293fcefa539b49da093e4b15d5c0b71ee978862587b476fc29455e897ed2d +size 632420554 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..320126f18b11e82dcb5ce8e191f64a3ffc3524f9 --- /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:3b2a22eecd3b803c21cbbaeba844fd792633ab9e460329a7a178939e72800c90 +size 428994792 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..1af24dca488e275be8f6f864312daabc4f8ea35a --- /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:59b5d30c812fcc5d11dd32abacf75c3de9795288642c90f9bd9dbfaedccdb927 +size 376165397 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..05d09aff5032d37789da83c6e9b4692eca83f8e8 --- /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:75c490e93abdf513931b0827f3ff042ba6913cc0389d993559ce98eb4f359908 +size 544042815 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..0e095d514fd960a31f42d25c00b0388428d1ff7f --- /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:977df5f8765a0908521d6e614729516e2464d55a9b074f81902dc04c2601430a +size 412739501 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..d60e5c0d74d45d2c972a20fe7cb46b145574ce96 --- /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:044873ee6b9418f7e2642e69052429e604e875f85b74b3fc0f5ce94cf19e7949 +size 1015784852 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..6e7721b5c18f73bb3284e8dce3bc938a95d63c26 --- /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:c8fbd43b0615e4d725b4ca127a9d5808f3c156442e57a2d197efa588b6aa59ec +size 536574118 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..058fad65733c9f7f7117ac21445f58d5a31ae527 --- /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:299e43461241c7d0915bc37dd388493e5267f748e253e1a0766d46c9055ab93d +size 540172426 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..9c058dda84b2e32e0d0a759b1626ef8ef476627c --- /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:0dbd5f60a3a96a256e0a4be033152c2f025901a5000653c280c8c93eff32e7e6 +size 711099615 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..dd7c6ed186b1eaa5c720ddaafae12dc0a0253eff --- /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:3e495d83e73769b46f93c676ee2716bdf26f690e66c18a1f4b714d6fc4fbb41c +size 511884835 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..da77bd75c880e7548b90e3d8ff05192052d9c02d --- /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:2d4acb9a8f6104921031abb2583f70d912cf8c14104790a861603a3bfdf243e7 +size 611090695 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..2c4dd49c0e18e64165a2174e934e277388b8658f --- /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:5075bee9fb497598d19876e3473ac024bb93be9a156a49e11470483b64a0d6d3 +size 386707385 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..1e951b11ad3726baf838dc5ff5769d50ed81d0b6 --- /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:bb599820d8be45b5ee83ed71cd711d02548c9da83d947cbbc3d9ec9b16dfd6b7 +size 519857113 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..b666cf4a25a045f53eda467f4628edb7cfbf805c --- /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:3e135923382295005a0608f1a49bb7b83ee6d9ab9a414638f8ec9f60ed703b5e +size 518217611 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..2c1ef25bb5d89ed4748b6a65e992ea21be1853c2 --- /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:c85e50c83ee706d0e3b97db4155f7db136f1be085d7b8404ddbc6520c20432a3 +size 618805683 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..ad5edf25794d48e8b10f00131c32b594668695d2 --- /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:2ce40947c6fdd1fa2cb92229ba664dda6e528a5f0dee2cd255f8e29bc1f3f8cd +size 517276024 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..798065e3bea142ff430229ee63683ed8a66f6f7b --- /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:3c938f0235a470b68a828573aef1782c721c2fe830c0edbeeb0a1347e8dbc17e +size 523346229 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..7176181965d9a9a4e6d16fb976694b8c095a075e --- /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:5642e3b38530d3cedeb28ca85249304ee81fff803f91d5386d2c83fedc5bb5d2 +size 449604900 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..ddc232291d9fd8945e4e5787428cba07aac68919 --- /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:c6301dcfa9b74ce0027f9906d77a7653cf0625b4c6e87f1141633c4e4059b4e7 +size 555769210 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..2232a2c06dfbb6e75b03959b86418bd030244b95 --- /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:c0ed129930ca55d272f7ca5666a466853a87fb07ed371362c01b21440b72c48a +size 529217059 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..dceec6eec4116a8e6fbd68b01d2208401581da16 --- /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:b964cda2855b27885a384f14e63b1c621fd5fb789ff2f6c58bd1a0e42cc524d9 +size 435690030 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..a5ec1704cd2fd51893a8bbcb607117336445d9d9 --- /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:b91a1e4cf5380f9bbc2aad1fad5a6bd1872eb2970e94ae0fbba47920b95ba08b +size 468547621 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..76c3a9da577e87d65f7fac6959f793cf6f574714 --- /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:a0e926b15b961d901959c865bd0d4c120e301d0c38a9b6b32c90b69765a9dca4 +size 548067526 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..ee2e2e0304354a848ba3b77b8fc68564b0338669 --- /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:0b5f1901cdbd45b12b9711fad4a195dc806b2e98f745609e07a408dc8f90d836 +size 491882446 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..e588b4d82a1ff69a533589a2ae7d2270a25fd7a4 --- /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:94799a6a53df89b0ae114534391e82b86e8843d6f07201fa65801330dcdbec36 +size 424049291 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..ea509ba3cea064b9160469de13ee80353f33a508 --- /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:e84bdf4c60d07cf26bcdec2535546f31943ef33872f342f985a34dbf9fc7b4db +size 442898799 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..1c590439a23c898812870e8704742324076bd6a4 --- /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:662a497668fbaa177dfd5cf14a6fdfb0d434a0b87fc145c4479c3e3ded2bdc97 +size 875399644 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..0375d61eec284c268ed9bbd1255ed6a393dee488 --- /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:a1b69674128f0cc95f6490d89615470fc5fe3c773ac56726b9a802e03b3dfd07 +size 715359910 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..4d6a24121179094c9aa33e5a1e4d94665ecc5d09 --- /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:5184fc3909af0750deab44b74a88c5f66aa6f60c40f4f002fa4005a1168f104a +size 367042562 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..b1ee8cd37be9a19b4c6d913157649a9f38d85a24 --- /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:951f84ea943b40c4edb1eb7b92891ff329008d50f56cb6b12f6cb269a0792940 +size 809198623 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..7cadf0a4b71d4ee1c4bafae27d373a90cfdfad53 --- /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:c53fb0f24e900a9dbcc01b9f9455bbcb4b89ba41346a7be64bbd1d7d4cd22bba +size 580450288 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..ea22878a24e8b1fac66819b24c20ab17ae8e4a57 --- /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:d081807dd7911f72c04a3ec396e601dc3371c7bab1bcaebb95d8f4f73c5f3ed3 +size 402846478 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..588f82b91d84c1f00adaa9ece044d6a0393d0831 --- /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:3b6f1919d74f392755b7e87730c924ca9811cc0e663a50b6eabe65ea244630dd +size 415680130 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..5529bde73ac14c43324f3ebe9566c361f2dac248 --- /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:a02c3372a2fbb135dcb7a5ec873c0f024013a4a4739789f7dbb6e2a7e3d07433 +size 708415371 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..c022e8a8b50b14eda80dafad7b9f03134447ff90 --- /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:8b0bf7e6807aa1cbd71162e23ea1b6a561f109c93767e0633785e22f81b38b3f +size 390147590 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..c0fca7ec6bf21cd58d0d713a40df794ac8669697 --- /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:0d0f28437151a6a56c38a257ac0541406b2b5daba40dd49330b5c00da535d5bc +size 499163846 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..3ab941ed6943296572d32332ea574dc2600b23f7 --- /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:44e5e0a531479bbb52d44dcafa069f9b707bd114e4a174c9b5227fb0ec3e1e49 +size 532669564 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..73f617b7037703e4985f1b580be0525353222419 --- /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:48bfad050f4a3b272dc20960af9a2b4418bd881bfda4eee0431acbdfa8dd65cd +size 784348729 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..80fd96d89e05101a5497da857ce8cb94119168b3 --- /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:262296e406b7cefa2b2f37f332aafe2762bca97817aaf7d7f33924290c87c5c9 +size 506467846 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..a43ebea55ba6a5c9fdb7593252aeb53fe5ef59d6 --- /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:b0e25897e6343f1486870b6594b07652fb4631cbd6f0e631c866a09fd9c9df98 +size 666164043 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..bdcedb972ce27989dde82e891db8e524c8036604 --- /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:c6ff2d0b4592c49e84eda84040abff2ade89f651bbc2f2118606d03fca5e3b09 +size 471296160 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..823a24ddae7b15665acb6c4bfc327ae6e4e1a702 --- /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:97c52707b71495df740907d02795ea31361d455facfa854597a1e4a849327086 +size 862558289 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..a8f3419e3e7e646b7ba52e59e284010e62faa26e --- /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:66006e5567c1e607fef65f45ae7f289b8d5066427f07266b7cdd80f67b0b8b52 +size 411847525 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..984266b5b582edcc6aa99a66366eff0fb6a8f3bb --- /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:ace1b0e4873a4862e661df1b332c702601ca65f0d7ac241322fb32c78b81fe6a +size 514855584 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..e4d8d9c2f174963a199dd7bda8e28315e3d4f5b4 --- /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:eecef4bc53520e0d85140bf698da19d9de12ecb43f925da398d268fee1b1b52e +size 509890864 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..2d3101bf829eb954ac6d119435bc311dbf446765 --- /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:227ba54fd2495045862a656d3802c6cdc974d14abc2791a671b9f2b5da4f8d48 +size 443970219 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..6aa11630dce60c9889c49b927632cad163cf9725 --- /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:211c48b45f4f84cf8d2fedf70d0848e962932e64c1d084459f8c95694eaeb40b +size 368027612 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..5afaf854a67b834ef56bf8f770db2134bafd74d4 --- /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:b6385c8b5af5f3d74b01d65219d46acb83253a40cc6d751638802d12ecd49271 +size 438084377 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..a75ab4c52fa69e91983f6a5587b91149975d90dc --- /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:62423d602a2e6453fe9130b4e7e6496f31f22c0749c63c24cea5ffd4fefdb97b +size 495186245 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..d1049a5d7b9fe82e3aa6a380ec280703bb399286 --- /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:b98f3a957926f91e33b4be25acd066322bf52cddcce2af15e060b47229da4216 +size 1251185397 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..78eda1a30b3419888cd5d560ae15df528ee975fb --- /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:409c621b668ff7324b4b4b2572b95cdba758a84f61ede0cce538d24886929a5d +size 412474532 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..7535cf48d161daf76e73a69b34f569d5d5332945 --- /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:2c0fe7303c10c76e205dca0f1f964ec029edb4ca9fc2584799a3643f3f8293f4 +size 694809608 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..d62ca50e5bd7e7c3daedcdcd70ae395f794128ac --- /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:bfa35a19475336baaca1018ffb25136ca4317e5c0d00e2d3600015d2a8b11728 +size 655086382 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..52e8c476fc35b8c5dfffaecdc760095cd8653ac4 --- /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:39ceda403b342cea6f7ec378bf2dfa8d48f0ff2ceb1f37e8b5106b25ed16ee75 +size 826114988 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..24fe95b0d073d1975c50db3ea304a6c212747a2c --- /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:4bebc4961ed08eed62ca5ba072ac403cac6c0e857527355009631bc6b48cb7aa +size 499722667 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..359b066040535cdf9c67ad0a01b06553256759ac --- /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:953e4794aca2b94c29a24b88d51eaa2415ec223119e8d709397035570b09e98c +size 479447560 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..09ec1d61400264d7a8928388b51a3cb8c3ea9c74 --- /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:65c7ed21499d53a6c118a273e5deee3f6cb61f36fe393a02c93bb38f2ff01fb4 +size 509839328 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..ece466010608892180750062bfd324edc6cb35d5 --- /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:794d99433e7704ba0cf25c22e29e367d555511e5a32fd5e22eff9af6e4bb336b +size 495874490 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..d608da7009f8a4b4797ff72ac14b938533e04a60 --- /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:7876eebfd4d32f3ded6988d639000d5ad6a99d9d3e6be1f8ecc1a5c20eff2b9a +size 439747007 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..12bd3d961a79cca38c569d213624a272a9f08925 --- /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:816569ee2ff1dd23a8739b691d240105c525a389239bae7561aa94a31adc67f4 +size 450419735 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..6f2de1119bd1386bd585bf492dce662088057c77 --- /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:451e2580140182b3899ac825980d89cd9539bb5a3ce523c1ae05bac1f1f85378 +size 500745481 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..c8982cb9d4cf93ee0737309e97bb661ffee1bf65 --- /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:8f3ad7a6d1db0e7d7103fe412e599cd63e4d1d00cd8edd10425bf2bd76698a68 +size 700776271 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..9951ae41df9c2dbd9e4712235a4e6ba54d82f381 --- /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:b7d4ccb4aebb92a54436910b2844213ba8cfce51b3621e23454edf43990f3bb4 +size 605246554 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..a43a1e11bd2184e4a0a7c9aaff48dc85bf705269 --- /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:c308b6c71c22089d43877b8474c30b1126b8de8a356cf8038ea607347f3061a2 +size 470270498 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..e26689c7357a3fca5e7d47aacba086630e295612 --- /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:27f71212aa20423439de57fd23264591a3bb93d91e6d41ffcd55474a46c0bbdb +size 375478448 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..7bf3f70a895c42097a7fb3f060f4c8e4466c0297 --- /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:a485d581789f9028ddae7460fe0928d917a6e1d26df7cc494464256e00ac7b7e +size 413381187 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..80e91a1db51d0ea3d76caf66b2f10cf5556382ab --- /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:cb715de916a36174e398298e8b3b9e177984b5743d5380854b3a5cdc17ccf445 +size 390681078 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..11f0d7cadb8737d59ac930dafadee72039a716ef --- /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:f86f441263e63495d38dbb67599fcdf6ee0a4c784276a3fb6d7fe5bd7bfdad32 +size 402804802 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..046bb019c0c707573bb82c312977b0208ce42dc4 --- /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:f00ded4e8f8df2acb13ec937b7763f9d96b38f9993508769a248a50194ba6531 +size 680893806 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..6ba4ae3055a9bffd1d5289ab8021419c4a04b441 --- /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:1400a37a4cc3f29879c2e140b55a8db7eb0ff0019d6d5e3c4e9bb9afad7427de +size 409497029 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..64cf89e022486caf29a0e7f5dcdb8eba2c681f6a --- /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:59eb51ec2aa969d3c369aad94151bc71f4edfd36c62f13aaa2e86849ba23053f +size 402369086 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..47c8b53c7b0ba0472982c0020ab99dbf490e1bc3 --- /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:b80edbd0c736f09dc37380af72881e5de685184994b8f062123c4ee1a7006dad +size 533215659 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..8d9616d4184b415c54be4b73256e0d0278b9c957 --- /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:7a42cceef5fa43385b5bf78744add8705bda208334a5be1504b85da05d59ef29 +size 933114090 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..820e25ca3871970b94831627c223fbfa7317777d --- /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:7f9668d04775ead1207a0cb88999da11935c5641b388962291241900bf5963aa +size 463849746 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..9d6222afb0710f1fff5e13feb06561bbc1674d48 --- /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:a145ce636306752bbe753477fd59e58e7e7430eab92d5f5cfb5645c87466fba4 +size 894394440 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..592e5375b689e764938469eae971b4b94c0ea760 --- /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:8249545c41c3896a948a07a24e8fc968817e0c4dc63736f4103ffe412c54b5ae +size 704016710 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..9cd60278154c02cb0739cbbe903a9eebbe0fdb19 --- /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:e55bf4a7742e67aa226599fa7345cd703fe3d1ae85860337c3a6360acf670620 +size 396803682 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..8b08f33bfd23284f9c103c19852d4550f661fc41 --- /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:26884fa57e3b91ee4113c04d4b171736063d8068ed8125c4feb387141d5ebe2e +size 440733440 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..c2af381e91fe744e46ee1a91ae5eb6105789a51e --- /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:59aac8b20784d5fe46a5bca660b6f83eac7444a3408f9db817d1b7c1b3a34ae0 +size 442201353 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..37c11922909e9c9721589440b9edf6a8d7998fb8 --- /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:db77bd4e83a5ec66f04ee69608ac0607635c69f035fe833fd1d7304bb6059889 +size 449550854 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..f9f30251c44baf1bc7389383cd334bee24a64484 --- /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:ad52f9da5c94512c798f86cde0dab1f755b0e3efd1c9b0d8f285b06bf3f81451 +size 567053733 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..8170d1296c8025d302fb87678ef7e906e7b152c9 --- /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:1ef3cbab52bf69335dfe59ec90e19cb06642e1b0adcbae21f17ff4bc4a578a3f +size 739225852 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..2944433900e7985bef2bba320bd10058fc8b1340 --- /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:76e124502850e158122e686293c08413e20eb5c17afbba258d618ed634b76219 +size 438362451 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..56729eef7ed76da4016e4144b620c78169750ea1 --- /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:148292d81de2792d5a0643b0edf8db98ca7c19e1306fd16183ae98edd6201c5d +size 600582412 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..5ea2c9615edd672fff71c6c871e1152d5726670e --- /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:6e7f91b5d9c410fa362b92aeccdda4bef0d9aa4c3682b1e10b914b7870500400 +size 604755134 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..10d45f164b8ec9cc4492443c82ec2c104e5e64a9 --- /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:cf33b3f06e92ffaec1b6bdeea0ef12dd1c28ea0049102d7be76c0dc048dd6927 +size 501914084 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..f14817708198fda50938ba531549af27af8a10c0 --- /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:3406a06989f40552ebf1438ebca43483e79e7dd73f4f4c56f0563940bc99d32c +size 497014769 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..9ee7026cc369a11020e16191ad4a4b2e5384bb39 --- /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:c7062ae62d4fafa924bdc79e19b530784ef1d30aa82cb94f12d284f7895677fb +size 681679525 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..01d05ac3d02359d229add91c015197a43baf8225 --- /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:30f7c911c36eca24b117824dddf2c183ddb63ddc9f27cd49cd96583511bf3c46 +size 803327545 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..3c3f3930ff995685e1b7e5acb2ccb350feebf736 --- /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:40364da72651c2c0399f3ce476444a2475fab0fe6dd2871af9ca00fe5153ab26 +size 527328710 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..a2e826f790ef413880d956e44894ce1403c8b22b --- /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:c8e85372abc112bd76d4470be8c00686683ead3b782f0f942cb13162820adfad +size 526012824 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..1252ccb0c61f96709131c3390b9b0a0a07a628d9 --- /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:ee61725d4c6b2e357d8d716193ec4ff73c9040d897c0226ba47ac5e24a306e2a +size 380161920 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..628967ddf840fe9f522f662a70a44087e5b38e45 --- /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:fa0524ee83591e881ed9b7f9144f720b9d779f44a41b6aab2bb66a3755d2d8b5 +size 528233481 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..f60537c5f897f6ec6072e6ed73e0546e0fb00e31 --- /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:9edcaddfd1e52a6b642043f1c171a0d218b8a87435cd49c73958b59ca41c79a9 +size 504753057 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..e56e1e71413371f19e89075c6ff19ca4501e7274 --- /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:156c64ad37b197c3a27ec3a67fef8a42cd875a07f5cf2a36d8f30a9cb25df890 +size 581668332 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..c6f5c4012140e011c088a3b2b4efbe2b34a3fa2a --- /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:c08a8c902b3e58814da1144d544f3560c55bf105d0513dce0292a3b02a1e4f98 +size 375450342 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..978b94dbbfa42e74ef130f38e4978655200e812b --- /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:5fa8ecf8ba8d351c9e5d2374c00e280dd33ca0890c41fce24c7094bf02e95a19 +size 653292158 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..3590e5b4c95b3436ad798a8e50fbe235211db826 --- /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:170145e21e4b9daef21524e72f1be1282509956910b36d26dcfd9f9c84e3ae79 +size 493220912 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..c5b6724b7728ba5d8cae9e39c475023623cb4b25 --- /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:46d12f8838001f1a712d57a8c552ef3968a45f32c78713bcf41a5f2b7a523064 +size 572844585 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..0c38b1859fc96dbfa2395cd45b23fd23b9126554 --- /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:cbe3f334dd504ff610d57a105a1c1c518a161036f6190d3e0a8a1593298de1c3 +size 651425140 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..5ae1549811d2229d993163cef1fa1afecf1449ef --- /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:f325745a2c3f857986dc145da21b006477e67b08fe40e32600383857d00b10d2 +size 513953412 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..5335f71fc88ea45e6bab75b34199259346daa631 --- /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:62a6d404e2a5ec0b77b30d1f43af78e2ef2ba849550122957f6eae95cbd911f7 +size 454332438 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..397650dbb6ef8de1c0eb45aa36d6446373c395aa --- /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:2f0d2c2922145fd2a1e3a03df3250558855dd5bf51a9be0e4c643aa2b6e4a59e +size 422759760 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..c33a422efa7d636eff36636673013a06b9ccb873 --- /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:6e1b48952d4ae720f94643e8e6024e61ef1b96a87acae13e5f050686068450e4 +size 549736912 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..03136be00e21fdf02ee4bfdd13c45abf8f0dc9ea --- /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:126c680eaa983783ef6b3ebe3c66c0b5a7f728175ff342944ecb421c92830d19 +size 580651981 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..d5ee398f7f9c55f40b426eb46d34d2d92f202c70 --- /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:de7e142174c1638b7ca57e09c75e2e3d894c8ec63468bc81a00d15b475558e7e +size 879084710 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..560ac515ff0e8ec3b1dd3d8a0475d77af5a141c4 --- /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:50a4f71e4f9c6e3b47051a44ca240696e9b37fc15d704f6c491688d3bdf684dc +size 539048586 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..6c5201a60cec748ad14996ab2d0e67997462f299 --- /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:2cfed518d219de201fd8c138318222401a5f6a95b0c4ae45c58cd224c0d38ddb +size 432909883 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..56920f86fb798399eda0da3d780a948f2d81ee31 --- /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:fe27f887cf9ccafd7299519d9442b7e24eddb78f69fd00b1a2cab80dbfc45385 +size 472486949 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..d4ec5210e61fcf75dcab4ed00ac112aca98b0904 --- /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:521ed1a18f5a2e5b61af416f9a475311e77b08e779ae5b08ae99b2c3c2e40e37 +size 546815954 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..3c954db5673939e17e5308fff36f5a561368279c --- /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:676e0ae260469b641264c55108e2522ed3441c34870043f390593b8eec41a346 +size 1090689574 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..2015a97a362f9f22c0ec2737d4a19f0a2c8afb82 --- /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:f7ebca2ccbc91380b73e96ee6b15a828163a508f905dfcbf70808408af38b5a9 +size 431882800 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..a64d4a6e1862e536db3c3b946711fe34860f14b6 --- /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:a579fb8d13e7e59d9db8ee2e04955e559d6b95b333d3da88a9e432d6a7f73a98 +size 671666673 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..412f1b9964b5614be0e858deb1f0ea5ac9c6ea6c --- /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:206699debe135b9c9e76106944c9f46b03a066fe62e729060ce9757e8da89dd3 +size 399078183 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..a597dd038309bd11a2d37daa1be6c8bb142b20f6 --- /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:02b0c14cd87c6825e741a6a5d2e278765a40ef86af84f033b9f906c827318ea3 +size 469405309 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..14137d5836642c054b7d8c6f38dec3390fb4b51c --- /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:f4044e2f8cd3db7057cc3cf03d520b796becac690797068f5db4a9243b818e12 +size 418707430 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..3a40741a713020a9a46e19d51a1d8c1791cb7b0f --- /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:0c07354d3a5dd8f83c058f29a5dffec060cd21b6d0f9a4ccb99db95b6c879dea +size 530912663 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..2f123a941fc9c84672bb015063529d59495c7308 --- /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:33be812545d031a4e240eea8624c33175cef4c69bd79e8a3b6d63f3a6bf6e373 +size 472707298 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..e1393ff4efb18d315735773125820d7063babaf7 --- /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:3959e551b6a993f21e464796e884114cf0f6971706627481bf4161ba4f55e1a2 +size 529710915 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..9419e90f6090b2a69d28473c496d208fcaff5b30 --- /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:aecf6cc072c18ffe98727697f4c78c2aa735cf8038931a599777e5a3951589a9 +size 417471442 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..a273642196c2134e967a5447de9d73031345526f --- /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:a5e4d34f4a77a57036695549c44b7837fd6485837d65bdebe612357a02ff9efd +size 365800529 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..cea6e02f2a8c4f9fee8e851e0c3b3ae002beea48 --- /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:7d465708384d7aa441ca18080d007e14ce7d4e0af3d97b04311071adc31881e5 +size 669617523 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..54445db970c7fc725e99ac5511dbc2e33161e83d --- /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:074f4b5cce39ef3f82ce6287ad907d6f7ff9d9981bdd8af75e84b994d46d9e98 +size 452043141 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..4a40c3cf82097a762f281b29a0b9b0cffa38f45e --- /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:dcbc2c1f7f8226a0f15b20b77a2134a7304d7b6a48f1c4953651c9a811ed21dc +size 465797638 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..d632b406d3e195321204d66d47afac60c30bf1c0 --- /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:84633a4380514cff8824f4740e613cff079d8d408408040de65426c856f41cdb +size 720948313 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..ea85e9cd5a2fc6e0bd1e046f035fdda11245e59a --- /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:cddb1b81225a7b33193080b81692c5c41b7b88475bc024810fe5eb88e010ea18 +size 448319686 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..0f5b9b4af2ea77be142eb4a0160581a5396b50c9 --- /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:d15306813dc7ab67c801199980194f5a2561485816715d74ffa0d08acb5ed8b8 +size 446989928 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..28ec0600f54c707c679e3e79467da9b50e4e4222 --- /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:0a03316b5efa024a22e1ef573d3390f107cae6fd4050287ad53da1c479600228 +size 468883512 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..323d4601effe6f662bd1e2dc8aa36cf5928f4689 --- /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:2e34bb988e587607b752ef1f4bbae21a9e35a2bdb09ee97dff3a5d2431e01f2b +size 403420525 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..eff6a5da8298b0b7c580a56722594f1925b7199c --- /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:a4f2be01debd7b81acad9eebe38a7cc2c316a0e7f63a6a9451aeec3fcb9393e3 +size 415905338 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..cd7124d358349b4b4d0bc1c0e8dc8c8891c1f4c2 --- /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:fa9f7febdd9793d304445503cd50befd0a84d9571c88d366f2d5b99390af5ae1 +size 386571285 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..734710f6f96ea5693efafbf42d62540ddb205de3 --- /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:e43a561d8cb1b3094a8f0fe3e8f4857d4601dad63f9b8619b93b599ec045b728 +size 479108278 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..c311d6da0d80a970a3c1b10489e973ee0481a33c --- /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:82b65cd8c534a1dadd0d861cc5c03f68fdda5eb9a6519671d822c460db20a225 +size 641815452 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..72728afeff94b6f04488bc3d31719d0d0a163b88 --- /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:7a4df29cc508e7d3e518ecd05c2206ff84e7c3392cd9636be00590c095baaf9a +size 632510559 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..03e6ee07e45cba188b610642679900e92da7754a --- /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:a9d3907c1c5360ed35c8a9cd5202979f1adc101e3074c0bfa127490975394d25 +size 435327875 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..3ee9a22664f84743e16cfc2e0a05a37e4ecdcc00 --- /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:5ceb83149b290c5d1f5332aeda2352f00ba6447e0f72ed8d2c10792375fe9553 +size 565628112 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..c579c5d0ac82334f2e4466d805f7a2aad667b30c --- /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:7512a6bab6864739160edb7999c77d78f1a4fa0bec4b848891c2f25f61a48f8b +size 438889095 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..f097e2edb6cd7e6290883ea83dde0350874fce67 --- /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:66854e9cc67bc1bd47cf5683ad3d425e08131b071930ab287f0bf4359d7527b9 +size 493785111 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..ffadeaa8bf52a7aef3a3b5f0f22069f10ee6ed89 --- /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:c3af94cf158292a638869ac623bbacfa037bba93987795d2c7152a6f2f1f3185 +size 537604477 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..5d34fdcfd2c4d79e079f2ebb1196d9216c0195da --- /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:60fca7e88cbb14824933c273346fcca03b1cf52f9d49c9d4cda48299c554e084 +size 761598178 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..04c015b84a5999757416c5d153c58d540859e78f --- /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:b34c28f7743102a349d4926bdcc2dad31bc786752e02211aa5369e97e5c366dd +size 492166579 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..14f10224172b6e91082aebe6c880fddabd17cf8e --- /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:ae4deaf1cf5fa263094a14f2bf2e09e492e2775d96cdcceb46ab191595c12d6e +size 492888596 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..7e7e7ecbeb97b67b7be96c6263bae02f5f1fa4db --- /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:11b74b9b918db8f3fec4f9291b9fa45b56e578073fe6de2ba7ed61af904dc632 +size 464707408 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..9db0d0fc6b1b3d003abb238d45b208bf4cda4b7b --- /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:e4690d635a99a7fd28759e3fcbd72093f2fd6b5267899fdf9c395f82b3e60c51 +size 456333344 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..d05712d58ea432f56e75a3da39c8f403d873d057 --- /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:2b16369211dab4aba4ce3a2e60073e8ec787e5ba7f8f58aae8df59af714eb111 +size 466408506 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..834b7bc9c1a7d9a1b748283824b1f4671ee876af --- /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:04b16fbe5f270da75268edb0c5d2b99053182438fa8022a2e26be05f8d233fa3 +size 450977317 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..0eb78fe36f39a9f8dd2bcc07942c4d852386568d --- /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:3f6eda228bb4e520013e75068cbfeb1a97fdcebf636fc74418eceacf51d4c8f8 +size 441002341 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..35eadf06b8cd4e5cf7fa1197735fd7817bfbc16d --- /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:82f82d324779dc6610b2488e0b8f24328dd0884868bb792f77b2211e22150b3c +size 702502757 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..ace3853d46d04eca0747b944ac725447ec19998c --- /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:ba8f14e786c9221bb02ffaed2711b4a91598a0c9ece950a64a87e2f15bb984ae +size 1303618304 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..97db39b938839e569ea769686fd70be5b78deae5 --- /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:bfc3f21452cee9b766ab9683b072c0b1893a1d5170461c38413acf56ca22a8e0 +size 577305484 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..082ad699a33e15803f155c6ea13a6f8f984f787e --- /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:7bef423305c3826b83f6a279ce7f7121f9d094e8798e37d22c3c2ab99f1e0564 +size 653288866 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..c146648ee19a3660338f6c29e7c43eed238c7d79 --- /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:9505dd98491806d3c8fb512a35a75a2d9d6f94edd402c1078cc90d02ddd25b67 +size 512907127 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..9e7bef9025287819b60a5c830ac9be605b7db79e --- /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:1474b27bbe309d75af24610f18aef05aa722dfa6bf1e2f9203e353dfd29eff36 +size 571390101 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..f00ca657fa00b36e04799c642c91fdb1a6e92084 --- /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:1df75cb3fc203ec06210acd348b68c872322e17c0480b54c2b9dbee8f0e9431a +size 432057494 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..168ebd5c2a94dd1c82c6dfdbf6bc8697179a68a4 --- /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:c395226f4272663a18c74ffd02754e97dc64b8819e7ca4c6ed4982d774799238 +size 355631707 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..d76f7add548baa413982628b71d3dc3354583149 --- /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:54706188b61b2ede8fe17feec7383c42ed636883228ec1c1a0583d1ccbea0660 +size 501089680 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..aa1a32a14be84e05253384cace9b97a8545f8087 --- /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:76ca40e3246c901e2381ba918ec481c1f3f35fb9592dce72fea811de9c1e51fb +size 505166632 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..30481558316e37ba1068c9f78a2fd76e469aabcc --- /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:13bab74c07dc5b2c2f399d1076dd7b1b87093fe75f6c3209a0f30e5efda4cea4 +size 379073784 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..db3b789be779b7800b4bea18cf84e80abf115c37 --- /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:b12b7fe591cee527afd26e6635d0054f162038ae8a7f60917d02e5ee94f5e659 +size 495606792 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..90c1a4fed0de60878553ba21cd0048f1e59ba963 --- /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:799c3d654881d00fc9bce649abd7a9b1ad8028fee6e2eeb9971997559bd4ec1b +size 552810427 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..ea573bd3144f62f38de698584dba34a4d8241ea1 --- /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:b2ffd182a2bd6f899ade781b551453924f4521d0ecdd53480ba2fa5372afeabc +size 507265765 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..65df2ed9aa0ffd36d697d99d6fa86b7d9315fbad --- /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:6a3630fd7f0e64a8789559b15373884126323430ee874902b3b33731eb6faab1 +size 643120595 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..db469bb414b2921900853599e87271276ed79b11 --- /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:d905e7e959977df238828af7ef1b0a97c7658e000b7b53c169a83dbeb82c10f9 +size 795062165 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..9040da96596b7c4136021c1dd8a7c6241e99351e --- /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:4812d61b3e51af27e901ccb3c6b300e3e38778e71821431638fc05457419a433 +size 444300692 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..7663beabaed6e45aebed61feb046968124598225 --- /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:ed74e1e305e61606c945db1a6110f69c48aa9f6b6a508aa1f164a3f02b36e9ae +size 519480256 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..275d3e104145b9e1f42b7583df7085a4f2dc6132 --- /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:6d5ed100d8bb574dcb164cf2d7f7dd159460ae26b560592fe9208702aee04808 +size 451606013 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..15083a4793fab8b920b97d2f3f025f7efd1a702e --- /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:d2ad8245e9aee4bdd712d27e796a7b4c856b8ed24fd0e5b6b811f4dbc42ad40e +size 443508870 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..82712840578efa7ad874e19f42ee265f864c9b47 --- /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:8759ab3bda70f1aedebb3f0b2d638d656a3fd80ac53596869ea758891a00301c +size 456198736 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..a106c10bd5135132dd3144e485b999151aea6d1c --- /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:7544d0a0ce0b827d1c781bd4cb60ecd815b5953756b21fad5cde8aa3148e823a +size 563173058 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..6b3a94c7e619e0fdec5f7ad32a0cbfccc1d38276 --- /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:345981d1e7d64feaad892b80ddb960454ada746757c63ba3c533737641516a65 +size 420794944 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..db3b458d428c172f1b13a1c4b4d37ffe1ba5e5a3 --- /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:2baf32611ae9eac7a16e27827d8293ec21c1b6e7d102b63ef81538157db2c6c7 +size 397152625 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..9796d70ead3eaa630896438cc598246eb139585c --- /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:e9f8cef087c8942d93eb3fb02fba790fefb2445c2bf1c9414797a06f656a453b +size 1190148248 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..210afce1b31e1c3c54f6ea79adb4e0dfac66fec8 --- /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:44c092cfb81a214c439359375bff5d6841f3de4c253ddad0918a4c57fd2a244d +size 474113602 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..45691c71da64a04b8b38f99b7343e12bc0ed9c42 --- /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:e3f5c31517ccf75309cd5a60e5d8ef96d4dcdc35a23d97a78bb0521046754892 +size 602891049 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..010974daa90ca337d39cc373df1565b10b8de120 --- /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:98289ed92dc1f2ce11b03a115faadf36885e97efbffaa65544f940a702404f62 +size 436379770 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..3f3871ad0026e238368e574f788a481551c0f9a5 --- /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:05810a6789ab014ae2f2b805949027bf1887da9ff68bfb7972432b95f31c4340 +size 517415978 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..ab5918485226fc5983364607e4e3ba374664b8e1 --- /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:a4bd70a83c59f829b2f223224dad125a503012b402a1ec25ecdc899ca69e5375 +size 632641345 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..7b36d807e56699a88f62a69b39a98e540264aeff --- /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:4c750f7b720dccdba4aa4efbcc2fbd4a170b241c63c348c8b20b9cb44a66e7f1 +size 505974184 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..bd0fdc0d2105fe49a31bbbe8d5ac10c718dc5e02 --- /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:cd06b71106d7bdbcb46386a37c52f8c8d1d7828f149f33282de5657342c48f98 +size 376874074 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..77cd455aa7c007bdc0ec75777e9b4befece21d07 --- /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:0f403aa9356cd663aed5fa0846e80e7fd9e0422637665662c3daa6940f111f4a +size 499924214 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..8cd877cfaeeeb36951786c0546c8814939bc7b13 --- /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:edb7be93241c7039d9296497d377be681bcc8482966449354d528a9e33367b30 +size 570261945 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..6a73c09715145fd7f7db1ec997dfc20dea572c4d --- /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:f33f51bed95fdad225eca78cba96b1fc5cbab9a3e1586d105300179bfc3aaba6 +size 543440185 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..427110a74c52b554dd2cc14cff510aa5b42f3308 --- /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:fb163c20a49d368973508d258ff0d1aff364fe8baf279bdb8ee3e89178e5caa9 +size 463859385 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..a7eeb8111b49e0cafa75cd2127918210e1f36876 --- /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:5a7ffde7d38553a90be2cec3364c66d562860be1314680b9605616a40daf17eb +size 570254657 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..859af5bcd91c4320c6d031a04bab447dbcc4e3fa --- /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:cf2e78d87b64d6e1c7143aec993d2ba504301388cb9bfe00a555cf360b6176a5 +size 744331002 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..6995cde69970b881da903db994aee5b7a41fd390 --- /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:b839a57e3c187b67e0b1e31f6daf97f243b367f8c0ec907b473eb47b29bf7b30 +size 571751885 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..fe35c188a72d48864a8e741da2ba9e3cadc7465c --- /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:77463ad047b4d9a073fc82be4cafc4bbac5f1e2da90ec4cd51f5ce17b85292b9 +size 470556306 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..042115df4ee1978623c9a3745543f049d225ed29 --- /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:b604871bdf921cb371680502c75ca79af892decc8c8c2338034cca7cdbaf988e +size 625784028 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..22cc8573b9001e807bfd27c8165adb7da67842e9 --- /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:00140fbd6ba3e100368eb29f1539b9fe1f37697a34c61b7a3ed7d2238173cf31 +size 610931516 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..12c6136ca09fcdac8cd97d9281e3df912a951b69 --- /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:df15709d84c5954d92992b20a50d8034fd2df5cd83c01d785919088b4b8c48ee +size 852216524 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..a2f45fb30d84c2914dcc766b804c02623112b25f --- /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:c4fe6dd89513e1aac1d55c2f21d786f07ba9cccc6a888ae4f8a57357a98f756b +size 433166680 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..d3bd44a2782bab9801c7302235e337f6280b225c --- /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:2246b78c3c41caaff242a57b6e2ce6aa6d7ba0a7d572739f921026625ac2f480 +size 962191205 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..dbaa270a3ebf3761230bc76be02fc4f3290bee35 --- /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:539399766d2f52921b35c4e0439fc32be15f45a3b7d113e0cd40f6602be040ee +size 520440552 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..4e308d2f036442590abce4a4eba86747f075bd4b --- /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:7378f093789a894cfff6ed79c33068422d3cc0c9df140b6ec9f49ce4e0337858 +size 518751130 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..34ab39e9c083b3daa81ab690f1b8c8baa7fec8b8 --- /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:3d7b38b960644e8f13139b2ae3fee21eb32fad2138a695c971c33d3e0abc8078 +size 622924798 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..1e3cf8d568a5c448e2cd6be2788105fb2ca02f4d --- /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:2877271854192bf9bd59c6af2b86cb45bcda1d56999ed326566949d7189d1501 +size 876937931 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..86ce73f928b604bdcc995ab622ae3fb63c295915 --- /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:7567f87d36b61233a2904e5ff52e896cdea9c29e8a4b9d09105f6600a8066030 +size 652911867 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..e15e5dc64453d8f8c5985eb09822a27d8b9c45a0 --- /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:b26492040809ce0fd5531a20c23de5de15109df7b3a1180bb9cc1ce660126cf6 +size 601691219 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..07b1705654995d3aac7383e4a58e8fad6066f4eb --- /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:a69df3f129bf81648a5973bb5b3614a0d1d65a123ed8c706dd58b750b38c6f61 +size 490370519 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..c1214e3866d6378c144bbc416af8682c9d71a965 --- /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:542a27d9cba95c2c1703ea61bd4d56e1c9ed11624e80c0ad95812f68b099e498 +size 613321094 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..4876944953c01386bb44e98d9970537ef861b722 --- /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:65aec2624ae883e56956c391bc4e22dc74c7dced4bac966735b9c11f1622ffee +size 578570014 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..b13e7eb11b46889b57c9d99851747b40839b9c02 --- /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:e83f78fe400b60d12657a35be95532f4a163cd18ea4ac2a2de98cb32f517c4fd +size 547373720 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..c6bdfbae00fdeb4189ca5b5aa59ce4e822021fdc --- /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:ac0e47b8be43ef2af2d546222aee0404347379b513d0c01cbd8773e8d8d3fa39 +size 476636984 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..2c4800cde5202554ea143fae5c5c0d25c9c71b98 --- /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:579fee45c63e496d09024a81970241664f9cd1db51051fc53d5ad06b3c1fbb77 +size 600691525 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..61b26b45d01d6d6886bd455511e18ddb3468b2d5 --- /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:a630fa107de21bd1c91d460e7cabb0f738d97a9c514db7f33db0c819320797eb +size 540053280 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..1f085437d95cc0cdc0069c6ffbd54e4146d6c291 --- /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:e45f47773f0b4f678663dc91c809ee5c2979508bf29dc68a1bf23238f84653b9 +size 505954730 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..7ab356d00864a8255238cf9a4a6bd1280dcf931f --- /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:a2393718d047528deede57e8c3451983139775ff18c43725702008c1845f8e21 +size 444987781 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..1c623ee23408e0999a51c185220ce9c5c260dab8 --- /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:4a574fde402711b8bae1b15dfc94526ccfd9108e30044105568f6ee39ed50579 +size 488995915 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..97636830dc9126ae1ee3b880abf8be2529d53e5c --- /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:6fc5c8b4c14b48c0736378991a5937b3d1dfb7d53f6e9e325da69ac57604a8a0 +size 724644815 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..6cb060543eaa58ce72919ad855f8d29348630d5f --- /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:8c11feefd2b472230a82786580d1a0fa13edc1ef467eab2432dc5c966c3da7e2 +size 509774847 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..4a3227cb104f86a16357d73c10a14a263fb6a697 --- /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:d03dc1a49a72bcdac43c2e4ed17965e8e32375ad89c9ff1a6548711acdaa6d20 +size 529670254 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..208606f72831d6921db2d8d2077f6c9765cf41eb --- /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:f0b55fc6174ed621f3757846ee990ee29130e52db44ccd7a6fdb9d785062664b +size 499134798 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..9ee3d2dc6a12b3abfc8dd2311780917dbe9558c2 --- /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:e96d2c16db1ed291d088fe74f1f78f24a4b4665b0e71afae2067848da4c3d6e1 +size 505901956 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..d370e74ad064149499ffd7e437a5365f4e6f4559 --- /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:10d8566641c3197a0443c3285b1a04962704682239b5098595cece08620d070f +size 490089200 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..be9922c822f4f44a813ae41c7b6173a99afd41b9 --- /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:9310db39cd222705f80bedaa72da97d3edbd67c38db9a29536280c2f6678b0c6 +size 540719239 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..57fb809baed11ba902e5ca33859bcb7505d63f83 --- /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:8bce0d2b6a6d06a3af1057bbb63174b16f605a98cdc4a893404e718ac2c829eb +size 608434164 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..70279aebfa3fc4caa8034a7e9c56ff70259656e3 --- /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:5d59070a219b57f7b3c8ee05078d4c82e5f4edf5a1f933f4cedd6f803f3f96be +size 693957558 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..6f4e1bea5a6135c4020d74afb058ab1502c5e578 --- /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:accadfec5384af58abad3d9438ce71261f982b042faeabe15559cca202fa4c59 +size 376929244 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..33e184fbdb88d3387138be1b0b0509ea2d85635b --- /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:45373ef9678b5d054ca504bac032972f5c38ddb7148b10cfafcf2117c870c58c +size 478955667 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..fa56c1887913d70be11eea2e7d3b0430b70fa5c4 --- /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:eceb2ae89517b994508ab316a3a3ffc54f265b7dc06f019a59a27368074ee107 +size 813977821 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..a5590005dbf052b3937b19c19488aa14b94dbdd4 --- /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:9c82e208aff3358a240fb9cd60681d00418ffc2e54dcdd955cb444a9c0f53bdd +size 619753469 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..80980cbf671d79b75874e2afc126fd6beccb1937 --- /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:836701ab1a44030c4d6b801c84330e826c9e51ceaa5c537251693aff9b4a2373 +size 584202767 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..7ddde853cee69c040d7916f964ea845fcf83a5db --- /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:8e0ebc75d80099214c570080b5d1b70215e45e2da7f67cd8b9553c98984ad8c4 +size 588192436 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..d7fb667ef92c1fccc809cda6742902f28581e1a8 --- /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:2cb3d4549625cf2afd8680b3a18b07b6d6511fb559d6c41cad0d58dfebb9dbe6 +size 537811205 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..0478755dc149222c08d2b5b220c4c280dfda91c6 --- /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:4205505a26b6ec43cbe9fa023948d50642d448a1fb42f0e83878fbc74385d50c +size 714369621 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..890a47d8c3067373fa55064f69092755388e902d --- /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:e888aa86097fadbf75ef05e572b53b15c76df32790ad1c6316aa98fd5ed9caed +size 521901257 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..258864c7c181883d34f0f85f25d4271d02c7e644 --- /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:cc5adfe55b08e61d63ac3dd8a6ffde81c0395975214a45ffab8a0c5b74235f36 +size 489193193 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..200d7317e369884859a5ee00f2bb3931ce8fd292 --- /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:4c7be321571920c98d3a0ea617cfd48c65de82f3e38a9b9ba12f4b016ba6f5cc +size 980396870 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..2486aa5d4525e952764f92170413bfa621cce077 --- /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:80c8d8f454ac7586f7a30a332af9a90ba787e9ddca6486ed7c1ded2aab1b4306 +size 580010052 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..1155ff98bb702477c2541c48f10dd62828e7f014 --- /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:6adba7b64e7325a52efb9145fa5330d94f352a77fd54af369a64c42a099b7ec4 +size 541231175 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..5e950d85ae0546856c4165648b3d4b717395c9fc --- /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:9a5dc5689cc573ff84d77214cf22db7dc2aadd50a45c5b1eea1f1d5ae192714b +size 841151682 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..e4f7f95c16e07f9398d921c6500e5c97bab1704d --- /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:642b01ef6eace51ac75c2f86138bf3e02600572fe75cf1f41431d8e9d9ca156e +size 489615764 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..479b31ac74b33c68313a5dc3626b680873794ce3 --- /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:cc6c74c900d7012698478b0941d39d015c8a12fdc7b91847885f1c855db90c03 +size 334938852 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..c18ef5529ff267e233ca8a6fca758adf1be87378 --- /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:aaf2e14943453bab01cea1ee01b3e408de4a62c71dceb47c039d91a42d203015 +size 571056675 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..d50dbc52ef489d93828c82bf9c4ce653122a66b9 --- /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:a47e943b8af7b72927982560cfa545e956acbcc3003b335ea46b431980825dba +size 585862772 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..e53c1a629403311f8a74c80c2b071b64bcaeba63 --- /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:cdbcb176009040dceb44a8d156f6d7cea376b154ddf7c4d4094d90bba2dddcf3 +size 502052284 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..d4a7e7ad2efccd88dad292ba672e66ea11311d50 --- /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:b05c02363b67cf5ff31944f036380422c7a47804a3e2d1e58e6d5bbf87a50977 +size 683905622 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..64d9fc3f4242e007291ec0989e93075cfe874b4b --- /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:24b09cabbeae142764f735c5f383affecd794747e0e1dac038bfa3f42d00f8d6 +size 618478240 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..25c3e796082005d2c7c567aa230f8affbd79f8e9 --- /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:15f8b9065e2efb79091cc0fe8ba63f72c186e8681508a8525b89830ae9abdf0e +size 489851433 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..6aaf93b88943f0f0d3e9d7bc4c7eef2909e22363 --- /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:df258ec7bdefbc5e55befd1db79237a013876cac6042c43be6c2e0d47eba089d +size 643489597 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..2f6738e7fe832d50e6a165ee50a37d4afd5586f9 --- /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:ba9c146dd1e0c7607536a232f2a5f1e0a2851f65dd80b1fd2b21fcf161b183c6 +size 545326974 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..4e518055f0cf5efcf270edfd046b4f5164a94293 --- /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:ddd0c1b50b1ec0b699062524a349505c0ca41c33d2bf6a9451f69a2da6e33c16 +size 480398595 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..04f47db3322448ab6c26507818caa56a872c8210 --- /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:fb0da70fb99abd02e525420598c4af6a04c9b12e1859408aeccb5d19114d8525 +size 755906020 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..0008592a0cecc67895ac1090adbfe1a23f29ab17 --- /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:281796e8bcc3e0ac8ca141b068c3b20c8cb2c814ce74bdec09bddd6609e19e55 +size 519153489 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..fb8e8af653d941e4fc3b5b44d0fdc3b285940941 --- /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:595b9876757487ac9aa0aec5efc48f576fa09780c8715b7c74b3b0658b17996a +size 824422235 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..a2d609dc977df101525515af60bdeef7e8566414 --- /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:8a7a6d1c4d3475b6356b0f02c4ea7c8d5a7c5907ee84ea3af7a11f43d0752402 +size 1107445837 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..2364375494239dda406689841ccc7019d3e266de --- /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:89cc9b914bbc9bd5b512524f29641dfbd7849ea3a3f74dc88e157fd37f3818b3 +size 741779508 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..216a5767e72d181adb2f0d6f7f2939404e96c6f0 --- /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:ca65f822ff06c6f14c9331302a6f3ae9ba3e8358ce25598c1c2db1a9b5f77d72 +size 469607563 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..06a9439af70c62c67c3032a4da49b4933da776a9 --- /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:d71fd223e7a0e5eca194cb97098aa158acc5dc1afd1cdd39f359068390bb4294 +size 517970652 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..88bc75680540296352456a66d7e15b29a16f755c --- /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:119c0ba61ca19970dec96434ca025ec3b6f0e636f8ff7d1eee0abb022d381f8a +size 393478297 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..d9139041e2d251e70414a3f05b35dc734b66b39b --- /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:b730333e9d9fee2ce049c6898ba07b9a9b8942e35b15598bbd9e91626ba86b66 +size 835195062 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..6832b2ad92fce3fa608a9de5e3f6797ead313c7d --- /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:f91c301690e7b71697d2de5aa4e35dfbdac28715459f8aa648d38c41305668b0 +size 393365608 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..53eea8fd6607ed9cda7b13a057ff64cab27601bf --- /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:2ea3bf7f53ace96008ea55036493ee590c418180579a5e879ff2d1e4bbb45620 +size 765189195 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..f61960ff40e0bbdde151f2e174cad7801e9060b8 --- /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:39980f2685953656d70992fde332f916f3c773e6fbbac12630f508bd1f2cf273 +size 540790717 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..f1b9e4445fb361eab23385810781d8bcf1c7aeed --- /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:157b11dd64e9bf8d12000545fe15b335b86b9fed61e4120f2c8ea10f5b649176 +size 546175899 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..4408fcf573eebc76def7a72c05e466ab4273d1f7 --- /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:e295af7ec62a273572a7a8f3ec47c7cbe511fef9b558aa78b227844ead2e2039 +size 746180517 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..56fa1342cb18f70d6c907b0811090bf940a14fbb --- /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:1c7c6605561676c4c2577a5f651bb9210d2ca6040fcca0ba9c507c1853ac505b +size 868310459 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..5e53c8d94264da23afd79d84aa778ddb4006b81d --- /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:b99214d01ffcc9276db255f0287203418ffd41533e290607d224ddd9aeac67a4 +size 448515091 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..c03d91437e2d71c03242ef276f58ad7d9b16c75b --- /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:e99d045c8ad49f8d0ff434b14b52edc31a2485dd08cc539eb813cc999dea6c67 +size 581993154 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..1fe962b2239b440589fa114db78afc4f7e0663cd --- /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:77468f3237fcdc7839a558488dd23c08542c6b0b59eece5b4c1b294d4034421a +size 1197081077 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..7995dbf3ebae3a07882064e41f43df09ed4ad7f3 --- /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:073eda807bde39fd656d86ef49b090dfa1c2f778662a44f5e03b740057039a52 +size 462701317 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..bf7becb2d97bf162871496dbc969553de5e89f41 --- /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:bcd80e64588940428f7d13fd1e4331a95aacf0f51628342535100d2fd5a06020 +size 549936524 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..3fdc4bec98ae468cfd3d8e415a9e01af182e974c --- /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:1c72e9c798096b0a4eb6c640f093b0539b295e0c2af47198ea233f2e5ec862dc +size 504534273 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..2defa15788c3860cfeb8be180953390410b40c6b --- /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:08f11d7ab898cb5d675a6438851deb88d2fe51472c2d224c08c08d75530faaa9 +size 513770260 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..01639427ded451dd40e326861725433cde9f581b --- /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:ac131b56408af187eecb5ddadeb4957d75b6a986ab5b1e192aaba5396d095cda +size 416651216 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..5491ffad9ddadb15e240be810b42c59969ebdda9 --- /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:11f8472ad71003f90a82ba81a9f6f25b55fc60e91f9558d3910b8fc800f11d25 +size 1044350708 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..bc192965abb1b37cec17c28f1036d18aa2a7d49c --- /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:4b9542b0ccab9994b8852c58edbd773f52c6f4c7707c69c6a9ce8b38f62e7d52 +size 482014609 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..a60d0729079d22a72c20db1356a65e3ac0a61883 --- /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:5beda3235f94e37d5c085dce173d9fabfcba30accda4ee1c6fbe64ad623c0f30 +size 937097392 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..8a1df38b79d396255e5fc7431c1154d91bd7a946 --- /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:35cb57c27a299bb378c697cbabff758a411333ee1dd4a452d85361f3b57ce317 +size 377851784 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..54da187426a69db6ce8170b60973647a7bcfd62a --- /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:72decb7a97ef75aaa80f8deaab82e7cc5b153c2050d8deffb39108beccb2527b +size 562033824 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..7038420117d528183af3f875807615f734233f50 --- /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:78109c08095eaa9316bcab9cf2bdccd6cfc67edb4d1b7e62078599141d08f9ba +size 429445317 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..6a2e36063ca0be30008944e2234adbeeff1e130d --- /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:1d21532a072c74d0f31c008d78104f72f589ece98e1419e1d1f1cd7c9bbbe941 +size 469253450 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..1eab28220ea78a7deffae701df531ab2ee85d0a9 --- /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:0f4fb8d5395e1b138f3431b1b8483696687934adcdc306d35907114044ed9c14 +size 498212616 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..35eadb3b371173b91bb957c24d754976fd77600a --- /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:e89bd8ddbd049ca6f4313147e9f4352bbe88a823ae4858cfc9ac750c8739dee2 +size 595585667 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..f02dcb2886bbcd1c91559df315f5a1ee7a448084 --- /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:23fd98058ba036363e8792f2a993a32180fe7a04c99210c66819e56b2e11eae8 +size 387324836 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..428c6eded62bacf84e7cf57aff71a0b5c8ccce20 --- /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:3aa0dd45e93d3c84a9c527940928aae434a15bce3377c0d00cf058a15d12e5eb +size 464123029 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..42cb160ebbe9d42a1e514423e44e9a4db6471fdf --- /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:0ee56fa31c4223b14d563a62ff7aef12e2097f5011712a7391cc972383787c72 +size 611743536 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..b2be6227991f35b60d723170051d3df10e2957f4 --- /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:7440c2a65dbe93c273a2d4ad4a7cbaf6349f8aab1cae946ffeb2475a5ea1c120 +size 515666163 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..8423be83e5df99f8d839bc9b86f2d6ec29355988 --- /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:08aa4bcc929ec39ea36fbca143015b21b90825f09de18f48016bae89d3c178dc +size 480035926 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..51695a44de870d6d8d0a3539aadb0535139c5717 --- /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:3cb91bc4f5050a534427abbd1f9ca8405dd055b3e00ef6fa4bd115dc0a5863b3 +size 454815782 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..4f138becc8cd3ccec44e2e5c820096d31bb46083 --- /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:399f045867d9bcbab0f09401b4ca5d03adf3e7d0cb4dbf87cc4867c9d121f39c +size 406123438 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..133d9c6dcf698a2e5655ac9adc510b548819728e --- /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:ef5fe88a24dfda0f64b3f9dd4637c762ea9c0f825b9eedbbeeae9063b641969e +size 386792552 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..ae047c7e7b2bb0329a7133634e5bb69ea75ecb5c --- /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:262cf52747e0f42ada620904207caf47d4dc080728afedc4f5dd903919a7c45d +size 679501910 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..2c6407810a24e6d5f4cdd31541e272580a923d32 --- /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:1466e2d9b0a999c378b07d7edbc418b433ba015d9302c972e56c32037f824b36 +size 656528468 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..463e40e095300edbea72937a9c270b1ed0207b79 --- /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:634cc7175df3490bc3fb43d88d5d0ab635c1409fb6e0215968e180b052747d18 +size 423660793 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..8bf951fe6d19c617b8895a157e551a0730089e2a --- /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:c2a698fb0bd55e75944206d1b9db3a2eaee8be7fbd526a3f5f429027e588bed0 +size 437236121 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..eca5502c934ee0288a7f91e234a6582f5c2b0463 --- /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:97a7bf863b4814ff87b41dd6a92afecc9ffa16ce11db41993dd0588dbbf5b63c +size 1062285127 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..17aafc394f7d54c42181c729543338c3d2118b12 --- /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:0dd4e4ac881998d38e8b657392a7efd004768850f105e83e993a1eb0c5c5ab40 +size 772448089 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..c45751173736b00113f754db2b4c8eddc5f0a8f9 --- /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:e85d8cd6f5f105891110fb2b20683b436acb731e4dfe9ee6d1bd22e6b08d4a49 +size 534634334 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..c62c7b572e81440abe289dbbba3c7e23d01e201e --- /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:98593598379463033db0289d52fd9a0aaed397f974f0ece1db2143f3dab38a9c +size 663118776 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..db71cf3ccecf8db3ecb858d916940090b3dc93f4 --- /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:9792c405898b2bf5bdfe56b889dc07afa40b462cdec2c7cef64d9da3055146c7 +size 541547996 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..4e6d5ea1dc1115cc445bad9e5580a42d63f69971 --- /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:047c5c5965db541106a77c64cfeb91bcd867bff8da025906909bf240cdbfefec +size 1089381029 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..a9f12f5dc4ac824ee2ef13338838c9fa2248360b --- /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:027309bd4aea1836875c672246ab19e19db210094db9730610f5d75c6f72b20d +size 502821101 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..512e72dfcdba385fc85b54d22be1ce3af6d2d017 --- /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:cf9e15ab83cbd7448f40a5bb10ab26fdfe57d17558e14fa0bcc5de6f9d8aed87 +size 603007793 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..06a732d55d4601a5138a92437adf5547472d49a6 --- /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:4decd0b0d1ea64539776ad470d14fc7f04dfa4c9a87d20b56f28d2d07f56f601 +size 360185921 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..b08ae62a6ced96fc6a9826983d128a9557baa8c7 --- /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:0a920862459901096945a9c3101bf775ad241a78b57a000dc4e6dfc1cdd0d4c0 +size 356482408 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..c6de9560e7eac62426109d4819d534fc9510560b --- /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:26dfe405c4e3ef3c4a2d67519070c6d34862ec7735314c2bf8123e64e64f9388 +size 436374043 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..26805a12e81e30e4492ea881f718e72b3359f183 --- /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:fc68d6fdaf7309ce122591bf6d0c730e607d35946137be59198cda41c6bb6ce0 +size 605696413 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..caf3d3a6372654b490b76d2f9b7463cacfd9d4a0 --- /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:88688e4d988f98cf523be8b984ed002f9b643d7caaec16dcc7923f932889ecac +size 711609756 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..01d09ce234124ace85f5c90796c5ddb03eb76d3b --- /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:f9fbbe5fe8932122e27bc880aeb0cc4310427a4d7ad2152b7247de4b5d81bf31 +size 523022935 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..90f288ce4dfba5666bf87c98dc472a0ff793df20 --- /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:ea26186c03d69c071207f2579b56a36fcd1daaeb76f05335dde716b9cd262a9f +size 491523184 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..611a385644e50a8cceb4bd30e6a97c0d6ad9197f --- /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:5e3a7f9a29a4b83d9928e58de16eda2941b5fa52b098411c51b9cc21409948b6 +size 357214465 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..853dd534d981f7ac5208dc94c3e10abdc0b14023 --- /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:ba2cf8ef9577207c0bd3967e20044404c63aa2c6154b0e8c09acb12c56bf49c4 +size 1833453263 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..658e0c341ecd68a2147fe6d32f7c96f1e9330488 --- /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:065d3933ba6ad66f739fdde9e97bd2ee010d439254ef50982b04158e1d190d98 +size 428687439 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..7ebee2e4a837cd8c13d429eb6e2d8afcd66c0638 --- /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:718e67431f934f6c8843bdcbeb3ea7fabde71f2431991a9cf4fc79e846af15ce +size 420206759 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..52f850745fb6832d51ba00c7b939a31fc3ab6bc8 --- /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:b5c8c4c3a77893d33fdd9c744f458b7005a57b8da4564e1e449caed75474e85d +size 536792352 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..013f1d739d43ff6c07e7f1996007bc225edd6583 --- /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:9f003da08e98136f9fa4b12eb432a04241bf9249d4b338c0f0afc318e2a21765 +size 792033106 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..8e6c2fec5e38b598c6853f78ff63b26afcee3a47 --- /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:5bbd82024879d56cb1408f16b9fbb128a0be57e719fddd9e7bcca75cc2c29346 +size 981009216 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..7277a36f9ce6d09fa99660c4f93254a0b389bb7f --- /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:e95ce6bad530ef767d71af182591aa7764c631ebf7c207b4b0eca1b19bf5f09a +size 387718890 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..c6b6ec0f9684d70ac490cbe71721d01cabab8d72 --- /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:a2fce979ae22de5a248c5f23fa09ab2e5db21e5e8856a885c40ba8439d9b32c2 +size 452592007 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..e0d6d81d4326b8b77143b97e737ffcf1592578ae --- /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:37df9b12f4ee85f3c88dd62babd23d1765e9c0825cd9f8e1a1950c31ddeb2efa +size 463080987 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..d0aafbcc33b595b651dbc25a5b89b0ed75740ea9 --- /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:d984a1f1f6d7b1b63acb508841ca63c2e49799d0de90750edbef93a5d03a85c3 +size 512489795 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..3f9c8314ed27eaeb0963e5f87daf2a2a04e70680 --- /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:7fc688fed6041e6095e128f937b80df29317f61023a8cc282b1b7c53aa173197 +size 511443831 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..badac8ba7d5db6dc8897cf50670a625406e20543 --- /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:cedb566b0ce12f0978ef8d0cdf2bb9324a697ef57f0e8d793ed3bc8999d0fd52 +size 359078277 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..d2f83db35d2626fc2e9b23b0eea854a5be71ec8c --- /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:e46f5db7f34c18dfe455298c65cb15404ad0f651f9e451cb433729cba55916fe +size 414588021 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..a4018c87bfa2742f97fab3dc134a8b89f6c24b8a --- /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:1a95a22d8f3644a6c04507f649fd5e6cb2c1c40fd8b2de01bd2491b89b76fb3b +size 1634758489 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..2c5518c7ba0b4beb2f009775354652510c34265b --- /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:25d70b9c0c8ed0cc61a65e953f036c23c70bf9c99a879de10a572d5cfec5146a +size 451654772 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..c22727739c68e75a87099d766fa6712bee70f736 --- /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:f6de38169fd19a0dd3a1a9c4e95490a6c6ac2dd64066daa60c5b8e9379f5404f +size 495855599 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..519da574a52cacbfe17d41c319e9f79145b086e6 --- /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:a5c8efdc80f9cf1efd02994e004acd147bd47df98fc9c011be1b808e1b5872ba +size 426536648 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..bf9efba36c646616c1e84ab7911886c4e9b47832 --- /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:7efd585e9f99ec70726cc07119a476179d00b0cb28989384f26047535960322a +size 389937899 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..4162b45bf79be70adbaae2ec9c57b9f8ed9b749b --- /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:e229072c77bfb4678f2bcaf56e7bd0137e5828711fdef2e7744753d64f8f1331 +size 740069296 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..014ec59a81ac09e47e4d5d6f2498417f54756123 --- /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:b9c77950b9fc6f0c5650c935da23c622feffa4389a2387995b2d06c2904373be +size 630795577 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..b50bd16185b84ac9aed592a8ddddf2267f6368c3 --- /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:bee94cc41a6d2896f6b858f0b76c0a60d52e856d1d839969cf7955aaca878ef8 +size 412544087 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..9fa63cd2cd296dbdcdeff5473a0bb0274a05e831 --- /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:5b11b03928e582a34a4c31d245a6000859420c2425321728ee72740ad784572c +size 579916153 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..58820df0f4df493726c89e486cc09e000f3f1bb8 --- /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:d746ca54edbbd96a7251b3a203d88c9dcf2bb15b4f739ad0d3f7eea0d0af1c1a +size 489380091 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..3d2791b656e374d29c44d7fe022ac5403ea949ba --- /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:ee5ebf5a629b54f4913ebc722f2c6ec140da8426397dbfcc560e4676247a0414 +size 430863132 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..40d96644a1ade64b8953c95a026e686fc64690e4 --- /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:e71fc21dfd64af52f0967e5a919363eb1b5a9fd7c4571159d2de2511ff9da117 +size 488078005 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..5951faf45c887e4bf23a161f57f881020565be2a --- /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:a6b146bce3d12faca1bc49ba204269b5bd3d4bae94435239b9c9b0bf34d3c68f +size 454715886 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..73e795517f2251acbab5d6353a6c099436e9d345 --- /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:2b36fea9f9a7944c53b9a167160b481dec7bb74c4d9c04e47f0dc951bd734893 +size 404068402 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..7b355b7a2fb8430cdd971bee583051d6286e8448 --- /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:7f9fb5f5778344a1096f06a63dde0d135ab0819b9f14c21455404936b85c86bb +size 351357217 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..a853c372498cb8d73ba97431288a8572a095cb41 --- /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:17bce9b011a4c73fdeaa7316d4414dbb86411d35a09503688fb0b7ad83e66946 +size 567072361 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..49d776181328707f970de026766af15d446871f6 --- /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:940dee5698ebd3e37042f4b5790351b3f221645711a5ba733857c8573e8bc1e4 +size 569269714 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..d25020e323c2655d0d538f3ec57a111f9a0b3171 --- /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:18553d3a41130300d1cad3108fd858f9a02c43fa23024b8e045bcc63075f1845 +size 677500144 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..b8d12fbdc7efbc9e434415f8055605956eb361d0 --- /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:d37a0dacb3db09c3ba9655008cce467a563c7c64bec5898a7ce9566a2fd35ab4 +size 958611510 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..c6332ff7f37816b37a06db212665d00a894a8b9f --- /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:96c537b2debe436e8b6b4d8625e3112cb8027e147ce8fd9b02f5c1cdf3291424 +size 508228433 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..f5b8d47ac208b61608231be6bccb7729d09101c9 --- /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:01918e6c5e6ed1318e93c5a58114f6cf04299dc4e0bc87867a30addcb1232544 +size 402185646 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..f6566ce42750dda4b2305f7ef48e24e58e656f9e --- /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:45daca6612279876740e520fea3adc38d558972386acb4adccee65f37618ec2b +size 506355374 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..d25b9a4844371e4b6817abc978d5ad4dc49a01f4 --- /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:de5a206311d2c9b131a19de6e49ab59c09a72dc0d7464c88da3e726d22ddb973 +size 1346642326 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..d17817c7afeb0d406d3e80f94126f9b70fa4d1de --- /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:7ae59f9afe74c19884bb4eae6c2ebb4af5b961674582e8c8501f944e7977c484 +size 459031242 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..8fa09cd086fb36097fc528c26d4dbcb106b19b40 --- /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:9811330511dfb942c912410276d42335d7aec16cfbb75dd6aaaa610a23f4bd2a +size 740513226 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..4be4f008d3f229cf12356f89435f6a5376e22167 --- /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:569c1d622a59b618730f7533f0b868bd3c719d7726ef7c1d67f13d102ca0ad6f +size 641718781 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..4337205168b4f58d6f374e81abaa7631bae1565d --- /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:3c73766c2f5ed6355461a4999db3d3419f319be1b67c4af4ea1f5f6b7e73ed7b +size 637289365 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..162bf31383b74f055d24451592abd0588eb56490 --- /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:f20919f357a38de07bd689a6f4c37027e20604e20828ca8dac09a4b35646d0b1 +size 683339090 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..c4034ff8b51d265a96cd284c66973e76b96e2882 --- /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:4d5133aefc5d276977903785b9735b661bb66872757c3061253cc797e35aac22 +size 516688156 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..682bab0c7cb72287c630e74f1f86553cc4f43d4e --- /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:6454198e4ba70d38836fb6b5f92b79ca4a853e3572ec1f9d1d894ea436867b01 +size 651797801 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..3932f658d5efbd29ddbb22377cb5f67a0b526ef7 --- /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:9218374f4b2886789116dec9bf0b3377414ea1eab4413688c5160c292bb3cc18 +size 546615399 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..3dbe39311cb301f736ac326474e42566e3fb8ab1 --- /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:cd72b156f250fe850cc937040697de00c63cfd65e33f4c97edc5cbc1f095bce6 +size 496140831 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..bb7957ed9337b61ea238ebf372680de543fd73ac --- /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:aa7060e63d5c5738379fce6071bbd4502c833cbc56e2132f1a20b6028275a45b +size 450539034 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..d933ed6cdfbc7cb77bb88aa386771b840505053f --- /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:92cc3d927ecfd32b248c51e3d0161d3dad38d6abe7e7a526a6a2781c31eb642f +size 401054726 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..3208ee120b1613b6e50e45cb8ffd9deef943c781 --- /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:8e5e5eca3520db29156d1ffda8911111154f9269a4e2012b818ca30d3df0cca5 +size 591847572 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..c6a1edeb34e8a182f454fc37e4f8a623bdb9c70f --- /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:1dbe0cdaf7d5bdf49f49d66d7c83b7472dab95a6df149bbcf663feb8e86b55dd +size 684555243 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..764c0855b9789b5a285a2aa6819b89e5ce21719e --- /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:936ef1850050de70171b0e9eba1ca854ebde5dafc652fbd0f99d818853a7737a +size 551182424 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..36ca2047378188c64763dfd5fa7fa49cad5eea5b --- /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:daf28f23d77e216d55fc2016d05703300ae92ae2f2b1410f4e7cba0c29cbce89 +size 437609885 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..c189b374a735317ab2f33522728cd0a091aa7c8a --- /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:15e9b7ad7a3de6e584aa9b9dfbcad4c3bc216d14292ae4f9442c6baf35bbc9c8 +size 438791028 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..7ddcea8c99beab7753bebb2c4e3754324840525e --- /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:363ef99688071548ee80ffb8ce80e7dffd7e0357df56d78d5a2cc08d0f6684ff +size 466314309 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..8b52c7f075624642ac2573438c2333bd402f07e2 --- /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:3088347a5ff2a4924e60647432a84a6ebfc941c97fb27e9277df4ed4bb343c6d +size 560810382 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..caa8b27a00316a87d57448c2b9e4ae789f87f984 --- /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:c060f06d2aca08eacbd17755ad93db9bfa1db025504eed84800b09a996217b11 +size 498177254 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..836527168ec213b06c8e729014639e6d04df1ebf --- /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:5c5f4e361fa105a45d542125bb06dd2adcc29d31fc40cc8d34066dd328059edb +size 930561409 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..889babcf2b155bd33a33087c2750210b5cf4582c --- /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:49b1d630ece62b90250abd3dd36c6d2735059f0e543d3f0d5eb7973022b4a12f +size 619417153 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..ca748ced226118684d4fdc80ed1f8005c16cc718 --- /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:c9390cc8f564705729099bcb3bc50784f7eeaa78bc4532b55e7320e34776fd99 +size 535654525 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..8281ec15f85b5f6cf7ecdc3f8c4ba2d1e6a66514 --- /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:8e377873e1c37b93e3f9254184fe09e431dc915f09b0ed268307ef7219e5c51c +size 887725836 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..35bfb950b46c0f1e40cee1f5667084ff3a4dd2ba --- /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:6507349dfc8de99e429604d78e9c15224315ea994476dcaecaa4149e37577df0 +size 605992161 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..f9329412b7883315b276e85aab6a682483d6e7fe --- /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:97a56b03f39c8e3d8d4621f8470c267b85af4737c4d114b01b33a0500aa21abe +size 716773175 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..a63d497bcc563db0a811ddbb73543424e108d3f9 --- /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:825f2f60e40414ad93aacf1dcd5718b260bc0e5082228b9647b678c21c91e2de +size 524767110 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..eb55ea277cf6cd0d07185a1f5c9962eb79174ad4 --- /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:17a21a6c91ea35985ead260d17be8c1e1a19366bd88881e9193c9e2375561f5d +size 668794712 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..e4296a8e04a0394fe83ab8807c4d868c9781c666 --- /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:2b6bd6f2aea5300e88178979f431d607e63b7d75e0faf15b2c5d845fe88fca53 +size 991203031 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..a7a267485538fad090326edac752aee2eb6e71c9 --- /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:7e60a8ed3e928b110ec60b95581c290fd5a211f3c4ac0ce8fff6ec03ff74fdb9 +size 703740852 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..284719ea46dc31ac650c8cd108b456d731974fa9 --- /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:37cbdaa4a995cc56dc3dbfd32d427bd934d70943c051f800264dab56b0f9e6e9 +size 570831768 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..fffcf2244ecedfc1b4ca06e8f371f44b87c2e515 --- /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:873a726ba27461ad9281fb2e604ec7b3fd85531900b75ec040110415b27f6515 +size 595187150 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..1412f32d794145f925920f2651f410486293c821 --- /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:bcd8a175cbd59a0e0f9c0978a3996549b621eb6ef6356535ba41e6d10f349138 +size 532945743 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..2dc6a9e9311c5caa7d5d65f5823cd33f33df81c6 --- /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:856b950d883cc678b21b9ae8c4ebf6df0df0cc3731b449381917ef098f7c684b +size 762057487 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..504d745dbf93169551205e854ef3b3c47865753d --- /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:84d9e40872020f9eda748e0990ccabebd3e8cbd2de0d5a4d2f772a4d1ee75061 +size 512771417 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..9933cce83460bb421232a4de2ff52ce58dd83622 --- /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:0f2d0cfbcc25358fb187923939f35cd18160a1f9e254765be55486bec8112a0a +size 626349209 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..02cd478098632e9306be5b3a9bec44436d5440ae --- /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:857755093a75b54439d6a4d8672251e0b982a7dd5caee953e99eea34cbdf1f8b +size 497172225 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..c5518aa6702287744bb4dac4394f4d69a0b1386f --- /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:f6b3e127561ab25ed0eade6ff1b3f77ceae47a757876dfb1ee5a14358eed1115 +size 748993719 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..6f4ec8da7ff191a3eb2febd3682bc9ff19da4ced --- /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:1b58b7e0715e7b93536625714fec4bbfa0651bec264443653aba83a826d45bc9 +size 584049117 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..c3bc1917878cfde79f16d35a9544067cd7e0fec8 --- /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:f39344ac6048f3f350039256ce03dbe5065d53c825a9097589dbe8614ee0904f +size 415629124 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..5f3fe8c9fe7899a94670e31dafcf254ff3949edb --- /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:6a59bb6c28048ae9aebf7e4f7911d872994e2a818fc5acd1d21f471ae6c6959e +size 441514384 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..4555d5640e3010dbd4ffa15df261e88faeb787c8 --- /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:e3a32223c36ecd4d327efed725d05732847322b5cd2a01573ae7f937b78694c0 +size 635574430 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..12631a75c2cc1c73ff38b5ea6bdb96103cb4a3f2 --- /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:a99d946384768fa0baffe3924992a9dca6cb96bdfb52cf167a473ad43dd18a32 +size 463608255 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..e16d509c403c9ce18ea0d21d0f98699c2db6cbcf --- /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:dbd3e26ae6d890af74c5b11853099ef1c7478975af21f4aa53122e6fcf24decc +size 524099544 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..7217f03a2ca016a46747e4b6a1bf07bfed0b87f7 --- /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:8bbb719fca8be809c2417870554262f2ce67984166963810cdf41706ccc0be25 +size 481558724 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..6bb2005e4ae55b820d35b8c818a81d907b9b3225 --- /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:f258dc1cd7bc00f227db1e3e050c45e7d1605d265f5635ef068eaaeeb5ed7db2 +size 403381396 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..b7dbdfd3e54e26c6669c24a5c0bad35f7a2ed78b --- /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:a1752a55886064bd1e89007074f30b29a18a0ae7f394b3201750ee1e58cbb955 +size 702181763 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..0836b967f75f51a58820e7c7c2fc1d9cf5e89abf --- /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:8ceb11813ff3fc83a2feaf21ce89e71b04c23065c3edbd17c1947864b0b876d6 +size 835358661 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..0d7fecb55f519ac571d95cf811841218472b1a14 --- /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:3e1fa98f00bab6fcc9214cb83f154b7de1289d9a11b37d8a9e67f76fda13969a +size 386273492 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..ae2ae78d6f2322ad03036bdfa0727b2e69f2fd67 --- /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:bba9c95ab216b4ef77d2456514d58e25ed9f806274e7ceb632f7ea536264a5bd +size 398081265 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..f7d76895a4ab3ef6f246c9f4c1e33c78d5a8e2cf --- /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:12312d3392c4a7724297c816d786f4fc7b1782794cd9aab79da62c17f8cadf54 +size 588681955 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..276115d1fa43e01befe81ea2dbfad8a0794eb65c --- /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:0379eddde24e351b81c4ec2c4cb63d3c79628b111163f72cbb62e55a80632237 +size 987316813 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..42d663ac2f0626bf6b763b049d658710b68e8d24 --- /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:b5e68adfdeac59c9fc8432b0c91cc6e4e37a93a1f62696b038252567d7cfcd27 +size 434512824 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..3074e83c8f3edd7a8007f7d917e676fb55dbf4bd --- /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:b5abf3bf417b1ce776ff1a97f1f506a0d12e1ea4bc9fc0aea2f33d1e1a90a5b6 +size 482714749 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..a220ff7d88c0e28903dca3a2515f0a6aefb24af5 --- /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:5a81a3790911a7c826b3d092e0516189823b78cab2e46caaaee2f20734f29ec3 +size 917736286 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..3b106899d2f4c4af804b5db6197278661eeb5f34 --- /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:c5df40249cb0933209c60c448b349b6c875aa08f64ef1787aa8f6c509c9c631b +size 377383369 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..0979959fe65e10ae3ad5a0dd4f148b040be5c4a1 --- /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:1ed477c84659f92f10287e982a1b492a0681317f3a042b1df7ccd270f0c0eff5 +size 564454465 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..aa8972ff2c90181179516f3543a88e412cf8da20 --- /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:0740de7e6dfb226c2f56a3baf7d654cf4223e7f7f29efef7d9e4dcc70bcd92f7 +size 706278811 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..f35620af31e229e50046a39a3b6a99a3a5588308 --- /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:64b0ac3098afd4ba308fffa425791135e978ba444c043aadf20571b807ffe70e +size 458853766 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..663577e39fcdc74a2569cdbf743d4cae981dcd55 --- /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:553f69840c0eaaf3fe798b4457800626fef8988f8673d2829444b5c4d58ae7c9 +size 348934422 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..2d18a06e7c85dfc6d0f6ce89fed602b84aea2f3c --- /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:c1333d4749be7b2e9c61899e4f7ffb9cf4755b780c62ba858c0442d0ee981b6d +size 391604012 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..7f1aa6a33643bf6f4248dea2f199b7252ac25798 --- /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:d3075f78cdd7e80bad8d5616933205b789203005bf9c79356e6cedb328040b40 +size 672243597 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..862fc83baba077e9a9db3b451e84ba947f4cc41e --- /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:644cdd217f81fa94faf85dece969ff658119be1ffe77e2ae2f9690d635fbdc9c +size 464420927 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..957e36aca8e30cf7ff87df16258ed5189db71657 --- /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:f8c9022ea321e49347bf15ba546ee83e075f12c64939fb6351ade55b870a7cf0 +size 498929472 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..e8d110a7f9333ef023e96f73ba7bda8fcc529cb2 --- /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:ba7741cf7b72c2a0ba51266c373cf1dc62d00fe1e00a051708c67cdfbb647503 +size 1176771549 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..bc9353cf0957083e70b623cef5486341f260ab85 --- /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:81accbd47c73824ee8ef895c17bc476c45ecb19356bc21cedd7db18454dd9e70 +size 516496423 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..316623b92ef2a34d4504f11f992759dd819e9fcf --- /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:0028bc75e7b25c497c8e70c83499301ab792e98ee985e39c3dc9a71be08bbbdc +size 883076897 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..f67a7c5e78ba7b919ccc077140dcb6814ec37504 --- /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:78a7848de6587da8bd3aecedcb0a00b51701bb5079ec73626fe09330e5c201ef +size 460596214 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..37e81a4be5eaedb973db66265e2a5fec2b906963 --- /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:fe6254771d02d9513d25460c9e124203cbfbe754aa19ccee9cd0598a040dc908 +size 615027773 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..c62fcfc4d5a0cbebc100cd7dd1c3fd4380d13796 --- /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:f4a0d0ffb7169f6f212f81ac66ec7a43fe093bb1694015b4a0d1f73c41795fb7 +size 523711638 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..c255fa61891a704e0663b98789b257a1441887d4 --- /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:2326e9dc6d48cdef2343f3dd03240382bf3fb587aea3f44d1f31e18191b11a71 +size 550155729 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..f4eb2a92a1f1a594409450fa41423c5847f63b43 --- /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:33be9d1a9cc10e11f1d089ceb5636f1b646132e042db1c15373cb59893738d04 +size 465352884 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..b3a45fff251553dbfa1f00ef9741f6958d1aee4d --- /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:37b64245475fcffcc86f5902941337a381d79ea55ea70e125b5912267d08e121 +size 642632696 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..1899bb734be408e01cc0629e68dd2ab4ce386e09 --- /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:24b758944bbe3d555ac7e0f5421d30463a6623eefeca9ca1be3890b5c6274335 +size 606167286 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..597081bec0f97703f2947babbf0d92e0d0fa856e --- /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:7de95e875cf8b66164a0d2fa68381d442c26bbb97879fb0ce40b2173346ef957 +size 465716899 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..a794a39215fe33cd1281407b6633b74a5010485c --- /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:2b5cd26a35a5821a6bd0f1d235af4aac64da9b4a191cdcd5a509c1753d505654 +size 503659933 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..b75da1a583e9c64d624fb55d83c27721719eaf19 --- /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:a9a028d21d90e36209117c732550b14741297d2e0d291784471e261503000178 +size 572549887 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..cabfc7e9c4da89554eddb8f43eb7d9b6940587e9 --- /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:e9e225a0b85748d7ccfa25773821e9022b0ef3ec341a35cc0b30cec3e2f94ec9 +size 850542662 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..0f9c7c0c7b1711453214cc5a1c60d54ea84b4ba9 --- /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:cbd28d5698b1689599a71c20334c41c38b95f5b261034a747c3afa37a88b0d71 +size 568524969 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..6309060eaae8e9ee1477893785ab3fc99f399a6c --- /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:d10d9bade7ca1cca082a30edfca85a6861ed40c430b197fb7ab28868bc038b02 +size 912655309 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..d2d9df6d21ae60f01cb6bfbcfaee71732bd83fb1 --- /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:61ee0407982a51fa0c21c7209491d090ca758bfcd0abd18615954636eb415f15 +size 456030238 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..1a37f530037ec63882af2a712f4fde37d51ffe60 --- /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:84557f7f98edcd02cc908c7a94bd2313b7987c279c6a47f2361650278bb265cb +size 550482390 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..cc2d4150dce32e51e4b75cb7f5bcec8ed2aac979 --- /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:4bae24465e03e9971763a2b913595c0eb70174cb52d9b2bd545c03cd6d4dfb1a +size 485250868 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..8d3558e8564907f549690cd83765e4ebf63dc290 --- /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:4b7758785731eddda20340afbc634db338207a4f5f4550d2cb8b9a16a1c18cd7 +size 420567529 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..7a6ab1bfe9c979e906a5685b768edb534ae22f4d --- /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:706ced1819beea96e014b6c1920de0545307a82a4bbcce49d632ac3a3bd633c4 +size 419892892 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..71efc88e95c9ae55fd6e235680cdf52655c8d366 --- /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:eeb1e6e78662000d5a961dbef809566a81c984008fbed5faf8c6de5b8b972247 +size 641312980 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..3ff523d807f32d99f840a4ea9115f6054d959ee8 --- /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:fc2b7721527a5da14efdf64808ad8d94bdce4b0b0b345e4637933a254dce450d +size 463633096 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..d8ecceb9ab26aaef3ddab9a2f2001ebf1b42acb7 --- /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:5731394c2e6e7776ee99dfd6be36d538ff8495ab626bbf059c9db20549ede1bd +size 618835325 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..82a16134917019488a11d3cac798367f8025c2bb --- /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:143f51b9da9386b426867397910ec821148f5cb0593282b7b549487f8cafe2d3 +size 449780589 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..8efce903a267aad53341e70238d5484818fcfe98 --- /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:5096791deabcdff0c945ea9aba566ce53d1c3af804f641f7811e537701326f2d +size 438154452 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..d993b43e93dddd4e822b36b6048c772b0b53fe63 --- /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:ba3e4ad09c40edddef6dadea5adc059bd0de57f3da6f1fd537cb8f510e1e19de +size 395952429 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..fb1d79d2df8c7cae4925f6124f23f0efad231a29 --- /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:991e268cbe8fdc0000f5352e0c1fdd713844d60984f57d9d117e616e703bffcb +size 430767527 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..ede229766ae3ef32487eba4185044cf65d20ede1 --- /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:2b115949474fdf7fad5d60c99ea7330cad43999ca8e2d89ba1919af58d0c5ceb +size 571885645 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..daf925ec80e24409b9ea33b7fbf218d904fed461 --- /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:c61c881b0780e66af09ed2f40958ead013b36f15eb1dc7405a82e38b419d0983 +size 460548055 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..d7d2854f7a8067f4c98d3ccf637157eef1664099 --- /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:86622bc2d8f1a9ddf1d0832c4120cbd7b1ec2fa44d7c3f2a6e4b48e3b8adaab6 +size 508060859 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..03047c45625ecfa081b4bce6af17fd2eac03a71d --- /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:443956a7a372407aedaacc321b50995c80550dd2f9dd298a9e0cab6131e265c1 +size 455040650 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..e4d09734f40f98b05ba7ade6f3f48e49afe91e32 --- /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:7f8ccd3c489ff737c1eb67c436c494559ca29b29b564a9d1533c7eb5fe651d69 +size 582028548 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..a186b04daacdfe01106aee448ae9430ea0d55eb0 --- /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:121c8d03b3511a480d025e08459e718423b7fd285078336cffff60eab0427534 +size 506679330 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..b66861c444d584b216392bcf5fe500fd5b3d56bc --- /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:83568f05ff7036c469329f02e02adf675bac2ba90eee4b8f963ed23e16e68f5a +size 423739518 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..713c3a89e6efda78d5bbe67e87489c68532257cd --- /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:33a6c4f264abd65363c78c34dc70ccd351b8c411cd5b52ee71eb1da166b0ed1a +size 572037377 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..9e7e2abb3462abb5ec13bda93e97f9a4538fc201 --- /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:4b2b920dfad464b1dd980bb177aea5cb091e4b37c21d12b3cdbe049c33885e71 +size 699711587 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..d62ebdbb33ad84224c5a8c81e34e9d62da08418f --- /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:e654b3c9ed5a5c3731795040cc255bcc1ea47985c922b0d234618f6e3a528de2 +size 443837382 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..59de9492dc97f28a9125dccb1997dd2abf4c3fb4 --- /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:dd6719aed71f562a5318858f7646cd7c503fec58010bf91f7a12af35f148a02d +size 495666711 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..f41c40eb81b9526067d7e9e1292c7a2310cdbeaa --- /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:5a564b24a2cd73c9982f12ea656f0777c9f3484068509c1e3b38000238fa4881 +size 830152380 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..d83f473771b9f55602d50ee0be0d1c0aee34a907 --- /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:067ed29c1bb01e84675f2a7ae672f633fb58dab6ccedc35e3f633acbfb095289 +size 427863489 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..1647c5405188640c9ed755177cb328415c55917d --- /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:d6db6e063880748b013218eb20329b4a501de86ded3f3efe99574c2928cb61c7 +size 881020008 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..e7e166ec44133ea86c47b0bbb49d1f8ec3eea26b --- /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:26c636e27d4e95e44860fdfabf586b659323d4076903c9ea68d48922328476a2 +size 880844629 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..af1083b267b47482ec3b4aeb1abdcc5472a6a054 --- /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:76e98765655f5ee68c9f97fd4ce51a1916a3f1ae92ae91a022791bfddf8d6ffb +size 388598260 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..392e1ced97dcaa2e4ca748f177fed57c920d6e4a --- /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:7e9943d809a7a42587e38d76ba074b6fff315ace088c7dbf7e36b76ddbb65587 +size 986112204 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..f96811660c0595bdbf805d5f40d8b6e293114a00 --- /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:a9f6dca25c39acb5d2cec914986ba0b5c35efca8afc4b6035725c7376f50c649 +size 492749850 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..5dcb70947595d3f95996b8eb80744596e3f84c1c --- /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:d56d4b64614731fdaf91c3bdc37a156643c6e71f43b649d0a47a1907156326c4 +size 727725659 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..4929a0384feb7f8f89b16e4a4e9e5e6f947bec1b --- /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:1e2454dc4c52d5456910323fe1ef34ac1088d1a8fb1c42bcae6df7343a74640f +size 457265915 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..f2b2f8607c6a5ee83ffe63968df12dd2182e494c --- /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:6f384bcfefad13d1777fdbe1d6792e86b2a1cc61d668150918208907523fb615 +size 403358715 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..b1b5ba9eb776055328c56a24162e67af9031181a --- /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:baef37d87bc96fcf7127b5793a5b59ea8917bf98fb393cfa91f29f1db3c1b4bf +size 831261852 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..254df2b6ed8d4ede00de78fe039ecb18f02d2951 --- /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:334040163122ad1b68190d8de223e910e0140aa6f175bdaaca5367d9e4934e21 +size 433519251 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..330cfce3941e9de0b69d046ae056916482cf91a9 --- /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:79f120cdf65e4b559f55ba4191bb8fa39ad80f1e60799fb7f7a3f1963adac7e4 +size 438953171 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..319d28e9492a4110887290cea82aa23f2ad8ac78 --- /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:d613e0e8c83dc92bc23e84d057f486416744f33cb1c9ac6dceaf642bfe5b1cdb +size 481269806 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..bf0e2b18c0818b0bde6dfc304c6d4874e12c98c7 --- /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:771b9da55e45349fd2a8d947ac4ff83a4a3e88b57f62cf7405321f44740d57ee +size 847273943 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..057262a6c617ec14995453383e74c41aca8c5ea1 --- /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:7eb48fa9c03be777e6a095276a724d0bf94fb885a32e3e1bf21ca73691a68eb0 +size 602935242 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..a2a3304cdd5c9b79d4e5c479965dbcebe13076b7 --- /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:48730b974a277dfa7ad65b83fa669618d6948c4abcbee2920aca08a03629fd79 +size 614222914 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..5d42c46f91fa5710ff78f071ec0f41642b036773 --- /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:71a2c4d9f2ac0a0df823a89f1f0194554037833d2cd9010e3ead1cb6cd9108a9 +size 493823614 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..bf0d979b686ac9c238b1f7f64f2d70b09386eb6a --- /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:7571bf1085f3906a7b824f93f219b79bc9a19387c08ad91c24c26e1b88f6acd7 +size 597233172 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..ff71b2c54a16e5b55ba0a524e8e2c2ace3c09e85 --- /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:e3a605a6d58d700f1d78a0d388b4cefad381099ccfd879d978e9c3b299b9c214 +size 461851789 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..5ec9f1cc64d0f67ecc81b5a49f28379a231aa1cd --- /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:bc29bcdc3b35eb878da2f0cf5fa20543ca8c2eabb25e8dbfe9e7a9a3a1e1c0bd +size 549185585 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..7bb2c3354cfafa08e88457134a6104a2213a4181 --- /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:0120dcba80302ea38ba21524e91d49500b6e96284996d34ab5fe9b8ff5776bd9 +size 398320872 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..04565d7e59b236df77f288a23def6b2ec54b3c6f --- /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:41e693f6af33d7b1f17a1d20c26e53aa9f514fdaf48d3d868e85fca945b50c7a +size 486216791 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..c16432a6c9a20a0d10ba837a01ebd1dde3be9f54 --- /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:6527bcbe918af0df676332247bdf702efe6c4b737e4c2fa2a1dd23183809aa9a +size 429292470 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..d64ce850624ab79db348375accb74581025328e3 --- /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:a2cffe33e1509519536b6ab04fa05acd88eb677dfcb8280889a8b1852260a804 +size 505065800 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..b069977f651081b19cc049aac72fea6359b234fe --- /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:d1d1a55c38fb34ce3365b80996fed8bbda0db17ff58deb9a95c1ae41b82f89b6 +size 376033557 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..c6faf9df9a983db8ade540f505c0af6a75492000 --- /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:d6f28d120838af13a13704a2086a3bb618c07192c1168d64a7c768d024044ef8 +size 512922773 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..4db7a1aa6097c87196c3e91114735e39a8514d51 --- /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:54213ffef01f27722c8ec012e5be289357e9c304898797e2c3caa52491926940 +size 880422101 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..38f7a3ecdf8b6967a7c34328a5693be9c16b1835 --- /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:bcd17789d9e76a3e2478b1c206654d8c3996af7bfdf417b6fb0a118c31cb266b +size 474590345 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..a3e31b3165d43cb24d9a7483d96c67e08b97b61a --- /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:40cfdffc6dfa8c4b27eb40b94e4bb784cf418b4bdb5f13d8499535f3c576d3e5 +size 586176350 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..ec9b0e3553ccdd5f00e42b597b7a2a440a387bee --- /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:fa3822d4586e6fa081e120648b2cb528dd5846972df16f1383948beb27846388 +size 667047755 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..99fd8c67e72b81e618173b52e23a9ea9cdb4b593 --- /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:dcc33a2dc4ac78c459a163a1b1957c1ea05b8c0f6d61a17361cd7cbe3f251c27 +size 533475673 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..6cb5876268fc4b85dc24dd05d73039ad74841ac3 --- /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:0a5eb7d522c8f05a3d30be025277d5179ee6e7d4ce303a5d9893ebab14db8d12 +size 754898030 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..0d0f999f3a3b31e809837f0a0f79133de5ba49ed --- /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:0229be699cc4e4c32d9e6714b0fe2dba09f16169b685c7437d6c11771cca0187 +size 570340530 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..0ee2c90b9431138f76424464ba690ff08f5954f8 --- /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:4c3abafc149e964aa142938f41b08ea186d613694e91940ca81a13193c0a4ad4 +size 536484153 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..44cbc039b2c43d65a7110c7969ee3f14fc641870 --- /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:7545915f13de695e3216a04d45343df596b03a404607f7f61162b12f76c5cc24 +size 627693678 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..5fc4a3d9c9bba938308a7a61add6153117f046f1 --- /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:29960bba7f2cec4400c3ca54229d01e3ad2a5618e2ab607aec07e7631888345c +size 479263070 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..ad2d42aedbe91014b97613cad293a8e7f61280cc --- /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:df27a9a26f1907286b2807fced66099b18e0043107815e2036a3a0b0b4781d3d +size 601289690 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..76a71cdb62cb90f4ca0938b99cd20b4f63e182ec --- /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:3106d23fd0f6b01a4b34d864eb0a7261adb550bdf9bb02ddd228f4bfcd087868 +size 628503410 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..3956a885baf9f1b4c5b89264d38da8317e060efb --- /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:637a5ad22602426434c2a501dcbab3333faa61c7cdc65d483f1a83cadb317451 +size 488466425 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..1d8ab24282d62319cb708fbbc3537be588c6160c --- /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:5f3e65e8abcf980c7b6612fa9b589b55ac493543b266ebc9f2857159c3be07c4 +size 532796231 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..e977b3830a8678f029035d11530c25a64d3f3d3a --- /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:8ce13db96d87c970ce1e3f20f804f83a515dde9ca6cd27fee82965e164f6d438 +size 718709766 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..b189ec6df5cc3c26929b09bc83e44c8a06e4c182 --- /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:5965f5a763320be60e913caa33613d5e0c4c45e82e4764525a9d7ecb09dbc508 +size 458790411 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..580c1ac000f0ae056d462f7f8cbaca44d1cd5cda --- /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:b2b947e2a2a8db8dafe21fc5abc2043efa41d9c39341bac4d5aa20124b178232 +size 578579239 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..49c700a5d6fcfa6c95e9440a07b0addcd3eef2f6 --- /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:4d0210022fb3b445e0643dbf214552b1b0cc2a723f0f5b846584a43e69067bc2 +size 511028310 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..e02a1766473e4a024216a9d10df76a6a26608fad --- /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:b90300dab66c096c73204f262ae4e9a3df710696ad4de9230a98c5e16d077dbf +size 587042258 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..1223312cf13bbde818b2867ce0b5e07f6d725fd8 --- /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:0f3dacbe6700cb34284eb03d7b0f9cc45e0f4fb45afa4cf0d8d1f4fa5f71c49e +size 471302664 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..afc4c48a5776971f06662d09ceeec5ada78324cd --- /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:01985509a2af4f96ca9e4602d04a6d4fe99cdc3f12abbf8a62f90b2bc46d3dea +size 574824259 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..19d2a3f1db610da61e5e5fa4f59027f61212fd9f --- /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:d2b796435934b890017da79ac88e49582d029991f8982652df3633e4442620ba +size 403601519 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..f29287e5967fee5769ff186855535563463a8612 --- /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:f9a64fc8ceca6dc9abb6ef7a2d523667bc8850640d9c14f10c0438350ee91961 +size 450728220 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..a4b30a5497ec3cae900d578375e7639998a63880 --- /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:ad383783cf6b500948f1d11f06c3f5b8c101c7cf107bea78438acdac69b08bf0 +size 512712384 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..b2ad6f039e4eb246eea43afdb87bc52f0d9ca420 --- /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:ed8acc482066829e87bc65e67fa93d5ca18d4a40b0a54a012f23e43bda51ffb2 +size 471806708 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..32bb17a9bced618f13e6d51eb099a86f9606691e --- /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:8928f53007c6c01519afb68ce29d07bb5cb09c48fd94f168bb5a66546ba84c87 +size 689389913 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..80930317f8954e454d8ad52238ebd195787b1946 --- /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:fb01d45ade6c4343e1bffdafd025f340c4d7fa0347be32edc9faaa60bf8a210e +size 503852510 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..50a5f169c4d97722267339a199284276888ac48f --- /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:a6f375e8737bf95701cbec33b2dbec6e458b2671976837d92a2a7b0e0c11d430 +size 750871432 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..fdd0d1045edddbd009486f5de5682d91fc87cc35 --- /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:dc932158b5080153a94374210e4cba969c3c5df472f94d29c54d84d178c554b7 +size 575359483 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..fc13c16480b4ecbae80b29e32240d348867456fb --- /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:1630246bf8fc1fe1f3ab2ff5f4ba47de29e015a4b50b60cef58a83560251e648 +size 593832331 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..4b1c73ae3330702bd5bce31972e4b8f97bfbf412 --- /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:4fd9381a1ee28de924804cc531fd2243d9b1dd8e8eb98f0ed58efa184f395970 +size 519257781 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..c13b88cd3210d1241aebb8f40a96606bd3367bdc --- /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:28ee6020904369be367e01074d3116747c5396a690da8b967f336c43221773ff +size 621431865 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..ede272234c1e1d7a1e2cc7c832426118434894df --- /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:6b7f0e2e7db17dd6f10dd9d66a7e496a896e8095d39f761eedc42cb21396e236 +size 462510456 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..ab2347f0bbf14af2233db48213a59b41095578e2 --- /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:894839eebff203324164bfb24373f7f65dd5ea98136b50c7039b5ee12c7f3dd9 +size 402983223 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..38a515168acd4203729d1eee2f8cbcadc506966a --- /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:16e5c2bcfd7b18256aae6de3a9ecd48c5b931b8975d37d05647833a6552fa821 +size 344285675 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..c625db19562a71e8245aa0fea7beb792a1afe61b --- /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:05d53c492a4b371a0a3069334edb9f6f05dc4c14728548e3dd079d01e27b706e +size 453942881 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..d747f5cd87b9090ca0868cf744230f3353c9ecae --- /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:1cd38293cd5b90046b8125300b655d0fa06dc395cfe42a1f331ce82b14505831 +size 568808055 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..6f654ef5b376799be647fa56a1f329bd4d23312c --- /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:f2c5eb24d03c7b505b25cf1142b9115bf1b85a81b8618a7ede1f714df28df4b0 +size 522997256 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..76fc5aedfc2c936e74674b4b96c4d6e572c9970e --- /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:6bbf5dbe71da9d74b7b5c55c9d0231ae15a52e0b2055368e41660a1e546498d8 +size 541661317 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..80863ab17c9c4aafcf53a707cb1df946623b0faf --- /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:1cd9d7cb7b8348d474330d3d7195ace47d8204feb99e90685e07905b6be147ac +size 551331743 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..143153bb91ac874c8dc72c1ca58cb78fe2c09d37 --- /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:c389309475606b57e4b46b26d7616656cb3db35a618c25d80b0fb4943c5988f8 +size 443466458 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..3cbfdd41cb0a91758f8cf643e35cd96d97a1c012 --- /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:52c345073f6da91e817f0fff72a65d66bba220caba0fb30c03f43166d7b8fed0 +size 608626278 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..359016d690d816cbd79835a99013805fb21fe14f --- /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:bfd8b7ba8bfad9dd65da41cd5da8e18557713571366e722d3f39da663bae26e7 +size 443068508 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..f92c42cd3e22b91ef7711bdad00a13f1b0a43f3d --- /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:ca4415c6882b54f2e989248d7ce3ef65eb43dfd13a0172f1519018743e4af0db +size 560325469 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..e9882ef20f2ebe40eb8210280142541f753539d7 --- /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:0879751dc14cfe3219b14e1d989939adc91bedcea693937e9664d7ebe6b8933b +size 437334570 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..dc0bba9ab3b9112f26e45b0a7a60586154c719bb --- /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:8a5b22d3865e11b27c8867a37cf7d67c1eeb5c1cb88608c15fefd5c4341c176b +size 501569263 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..efdcac24ee0b6212b1791f6956adee2bb2429d93 --- /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:51ebb9273ab85069760d3c800a026819ee91557271dd5cd37426da9fa6d56494 +size 450047847 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..a710492b1cb2936da754af89cab895cf01da11ad --- /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:84c5ce94785d7c0d1e2fda208c651265a758bb7356369c01545f79d5a8f9735c +size 383436688 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..7826a7d601da537aae9a9ca6eef73d1ee0216f43 --- /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:1296c4eb1a180395048c462fc21ea6d8df78e43d8be94451d13239e40cb8e3a2 +size 431741835 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..167e5bbcf8f670644e991ea827f254ed35c7dd2d --- /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:7c14459c6d1b71e340291cf5f4c3d8af1faa9edddc0046332dadefbcef4bfd80 +size 547844391 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..14e79b6e3c5eac45f8b9db5e661f132869cc66bf --- /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:8c7f687a3134754584c1deccdd1eb21116550c1f17e75fa601fb09171c60bf44 +size 773487423 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..1ff9be0d70cc5ca550dec1174bdc6b2cae814d36 --- /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:753b28e365a2ba826386793063dfdea9e756ff0f3549fe9c081ff31cfd4f19c0 +size 558675067 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..656579fb453ff3c16a877e64ce2cb54d5340a015 --- /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:7a90eedd6b2f6c65fe83375ba81fde06879b749d8ec2439383979a893a38e0cb +size 734161038 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..73e806beeeae54df4d41b6c70cae7f41f91afde1 --- /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:7454b246f9046886b9ddd52367093dbf636f63b2ac5cfe5eeda9ac7179383fef +size 540666733 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..0a1dddf0069e4442de074af783d194d6e5ed6d54 --- /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:8a5464a52109333cdfe91dc7be746227fbf84dda96c53ee9c5af9f03d18091c8 +size 395554056 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..4ceb2a21c4d7e3d369de40913fb890bee969f1b0 --- /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:877c5c4e913177606c2bd45d82abad08a9901483c46d3982449f2e87193c7ec8 +size 543488835 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..b8b90d252eae0a7fc700353c3d9b3285258a24f0 --- /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:fb6f245810a52ce55863a76591346b01c64afb268cbb4bef234b0bb6f502a7d4 +size 395628000 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..137a1182495845a0cf6972ba84eb06c57515f89a --- /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:b748cbc4c7ab270a242fd31fada2a0407e62c62207edaa0dfd1fa1b9bd93b10f +size 432375514 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..17fecf25884f976880246371a04cdbc7b82f0c15 --- /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:ebbfcd67b9781aee0bb6910df2a2bc53af674ba3dfafcab9ea6a7ce2c1086695 +size 1014518451 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..b940a1b1ccb3fd165fcedc2e664449f985a8f5cf --- /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:dfe1ded4b92a58210745bb033b04dc6439b40ebb213ac0ff2be4bd941cbfe08d +size 630875066 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..479812cd024705778ce835ee87ca89fa2d7fdeb2 --- /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:f46f533115cee9174c31cba7612ed9d73fdbe74af88bd8d12935eaef7af07c3e +size 746198958 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..f4580857b7af4695d1780d2a8c97965348b4f901 --- /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:855e86fdd345abd9ef3b5675631a480d334d740c681b4eeaed0e804cd59de8e6 +size 594631379 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..aad826b67ebdc4e3bb207db121876618e1c12afc --- /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:891d96cc0d78795b66cb97523d38a941738f9b8056e8bb94bfff266a0ff7d680 +size 606412180 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..be745578e1277d73201ff7c212c51ccec550a1e7 --- /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:be2b446ed46756fca8bbc51e08b470b2533117aed198cac2556ce905fa902a16 +size 550813946 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..844de5dba44acd0b7b2724f3ed70d72928229f5d --- /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:294a51f59def1e948c0c56137c1cee1e05087ab8dde8fb99aecac82d842db0d9 +size 362044542 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..d49eadaac4102b7ad983199706d819f2b4c3c410 --- /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:131533ee444e944fd8c907807a0ce767971d19a3566cad3f0c51cb71eb7e073b +size 738308039 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..91b559e0878b9ede75fd384bd7ca30a7f39778dc --- /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:d3d2a03b0e13921bef5e79b3b28fa4b2436611a0ccee9974b259b665732e3d29 +size 507746204 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..ae33ec17a282fe2038854b12e7520a214b8dea7e --- /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:9d54c4491c0b949e42c3160a856911c03b3e77499569bab46e27e5f38a35942e +size 993920819 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..c7c2944cd5cebeff85c336a71ff57b8ccd0007af --- /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:8855d6994249311c1b717d87e5fbb3fb11b30de861a07f4adf06ea97283b383c +size 687095061 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..a15ca4b6cfbd437dbf367db131213e33f464b7d5 --- /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:3d6f423cb4a2e2a5a245f92dd1f4a0d0aaba635ff92eb51a2d5fb922f9ac0650 +size 596521679 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..46f88582dee841743b3e0d71d40e449bbf0d1e6d --- /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:a30915d81e0e2cb12ada1878154b4efcaae01b68e5b8d3d35afdd6613ef4c3e9 +size 458544514 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..f24f4a19de59d1a73992cd9ba7db8c4f579b4e25 --- /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:9fbce83f91cbf86786cedf5f7d3c6f22f6608964f3d0d12dd1d10acf0d725890 +size 643041965 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..2722290f47d6c8a11d0d866b24e9afa3f9846a8e --- /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:df8330edde4610814714fc7569ea7c6f156ca6df11b95e5db56be692bf58796e +size 428865860 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..b30f7f950c7b3982e5264f25fe0884fd3e85037b --- /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:a9b7634f34ccc67722d5930aa6d981466a727788450bef91e383b56996f83f70 +size 408175748 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..dcd2f7c4d9381649a5324ed87690bd4253e2e81c --- /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:b7f98f36f2a46baf47f49f70852c5086b0d7e2cf14d42d8e30cdbaa32f6fd408 +size 559374337 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..beb462f6851e3b2a3176f0db8e14eb67c9e642c5 --- /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:5bf19b9779fd067d7797479706e49dfcb5b1c22e329ab966025c35c02de713c2 +size 392746133 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..6af1ef86de20031de9b1a8dcf06a4f3a3c80601a --- /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:5eaffa051bba4712742c14a9fa3c611a5777b9bcc287d990faa84d96c0fc26e7 +size 556317189 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..f1a080879ab689a20063b845dee1dddf2bce0cc6 --- /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:a87c391043d5ff92d49811b2ed09f95ca760aa95d37d97a110e4f277e6e55a16 +size 714013289 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..723c3bc2eb46251469d54822655af17dc31e568e --- /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:4d6c2963ffef647d2d004ab8a48dd56b24cf616aaefdfb09c452e5606719500b +size 547710029 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..1f8d07512b84a4b2444e105ff03ade9f04f448a1 --- /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:be4735720ba915801fa1cb6ffec1dae5bac67aab3934c86b1aaf4074eb996ef7 +size 376815370 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..9bb8672973f8c3dab18028e1a3e86ac493fcd75f --- /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:0686eb770c65704ad6ee00ba8de5e5f2fdb9b6bd6fcb28d3d6b99475d7a6ef2c +size 580616968 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..c99740ac65d3c8ff74bc3eaf56a4f56991e5afbb --- /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:3f28b85e928f70216eeb6ae42f551018b31e4090158a40a24b78641a20d142f5 +size 514576814 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..6a53835bc4a46860b750357a5a4fb33111256d4a --- /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:b0bae6a85a3a4d907277cfd6a8e0a1cebfc380520fd92532a19f588d5fe237f4 +size 2199856365 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..32051ef7c2aa687913ad9930c14c9e398fc47c8c --- /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:e6b72d6a1aea8346f706ddbf812a28ec3d8cb0070ec876bef1ffe418d0e18f9b +size 750034683 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..712f3333eaed775e3ef69d01e17834f0a7a8ea4c --- /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:10894cce6455047bc48a8a60e0e6b64d8403649971e0b30cf1d5f47fcb0ef4a2 +size 533692063 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..8049f9547a7307903757f6c6eef0fc5331a31afb --- /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:ecff4f241f7a32a45ba1dc40f79f6625a2cc4298d3d103550a94491f5c56be84 +size 547468130 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..ddca833eb766ec4ff1fb2e6efe0a48c852cabcaf --- /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:ac95c05d6afb69ffd11a417cd3117bc7ac41fcf014cd58046d652323dae121ba +size 663950979 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..46ce43541d425531c8ece40df817cf2c1ec9e1cd --- /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:1762f732b0d33e1157fccf2df0c42a638110c5b2a8fb41c6b6b54495702a50e0 +size 532707910 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..ba52ad3bae6ddb0807a45313e499cecb0d64b3ea --- /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:d4e76e03c2473bd159ac9d570c96b0122920b6a7834b68ac2d725f14333b0549 +size 593030247 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..de35ce1f7cf21defd2508c24914050326e7d0a6d --- /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:ca49c59c8896e2886de4abf8883c87130c73e79c451d4ab66ffc814dc43148da +size 441879965 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..67bc826e4e077faeae0c5112ddc597c5335fdbad --- /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:16154e855be13a83ef7db8d50b5ede25c3b44dd03f3bbb31fbcda9226cee22b8 +size 454520907 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..c8a52c3ed6feb9043a07bbf56a8da53346671c71 --- /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:cafc25e3848fbc55b04f6c2e5130f3fa5514873fb6a0547245441395d5899d34 +size 948855714 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..93719bc772517b4e17303c2e3231b40c3207c8c4 --- /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:6163206bc544189eec891aec082d8dd7ac80230da6d597efb7e7139ba5a16f4d +size 479563677 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..b281358b03c55c53e82e36b542736ae77e3b6857 --- /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:1867e62e44cbe8d23e22aa05faeb1aa64baf5b092fc9602be935642a8d113de5 +size 465805831 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..0cce558090df85a647ae20f0ab854a72a8a06370 --- /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:665ddea65abe27f7b5eb6c9a059c989c6793163432d8e2ca3732d99bfc0fdd64 +size 1066476900 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..f9debcd5e386de097d0663f7235addd3c79959be --- /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:90b3ffaf3d1fa679edccd41dd98b797002a74c748c974db32d8a3e6a5e7b4694 +size 548606762 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..9f77f3995ec75f0ba6daa9b7abf28c5592402f7b --- /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:13ad5a1fbc3a82f0cebfbd89a4a333d464e7431dfd2adac38cd0e8648a9f3743 +size 678123543 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..2c26ff4ee43188073bf3601c78302438f3aeda80 --- /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:8a8c3f84ad178007e693613f8d23991f96fe616c7c2974f13ef951336f677ef5 +size 402206050 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..b457a26bd1510294d63a7ab63fcc454a13d17f3f --- /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:4efb200e00f4524375f630d3125985cd8378b75727b2acb1d242c26a725e557e +size 569787665 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..7e4310df70ce2d26a510492c119bc5beb969f2cf --- /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:545c6dfc35556194d2ec389fbfdc6cd55c8564884913a6acc7f1890510cd8863 +size 501193034 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..94ad1ec6c4cb7556162bbc2b302cc6c4dd7ccc58 --- /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:cce78f907927929d3a1c050a737dcd1e4cf5993fba2dc53769fbc5a08f5143c1 +size 644941398 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..32b2595fce6e04b623a925d294dd29df8f1633ee --- /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:9ae79384aa67ceec2eeffc241b901d51afb0fc5077c55c2c0d4fb06891a5d4fe +size 414102133 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..f629c856a31059d7c613d3c5d58aed2cd5c4a154 --- /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:7f58bcb14c0f4df33263d07f692c14209ee91264d6da3f3134ecd01b323f2107 +size 440372892 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..9039f37154eaea895b9d494a8e983eed0baab459 --- /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:a8ae6ec9cebd6bed5d980169ab75396eb68b89a10306b47a3593ac674e903eed +size 775184213 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..ebd40a91f8083baa27cab88b0b3ba31696244c26 --- /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:ae55eb3743b06d5deb317bdd39674289a2042a179fc1642379509a7318046dfd +size 767503126 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..4c7c3a8247b8fa0100c7ed34c0366c537871aad0 --- /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:534c1db37786d7b538db5c77858dcc897cd3002c369b63a3d159063976124ae3 +size 739143701 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..48d5262b0306e7bd1bf9e7d05aa8587f4d8ac248 --- /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:3f594d177be95aa3f2a85497f6b20d2170b84ad4639d54c868f836fab7132b8a +size 648821168 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..2786655eb9e1cec62aff9c1886a2cbd61755ab8f --- /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:537c04ddae82acdc3676ccbd579b237cd1582fc93bdc345d30e02f588de5353b +size 824718632 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..58aeb07325568954a3cdcef17484654fe49e1cea --- /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:dcabc63515272ecf13cc6215232e37541d0ea13895db3b611d0b8440a76c8202 +size 448887302 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..d5d0851475462efec9be9ff83df9f5e8784c63d1 --- /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:bcdf8c9d229efb08ea06977d96369a6addf4905a9d615c81e8170dc1c25c0f7a +size 524903272 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..fd12222076c946c62ede811c6d476cb06589e5d7 --- /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:fc889c4c87ffdfdf7376f2efc28d544c8a6790b8060365773e622d85a912f041 +size 384188803 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..eac68e02d4aa25ba6bd743f6f95d45b3a7490b86 --- /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:c87cfed723966c9141f51088d19db1940a44511a01d93a915741543c7dd2a3ed +size 380128530 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..e6bca74e39007238a9e57c81328a32a1952eaf9c --- /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:61a3e568f69d1724034a00d8bbee607bbaea1278e526012c1ed969d78a59e609 +size 466810650 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..51229732bb3aaa1a5ba52b897ae1a758c761db6c --- /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:8fc74219a5c135e94b1d9753c6f54725e97bfb08e9bee38f1978d5b98b8920dc +size 645677622 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..40deb65a0c523f5a1cbd53c1dde91de200b3043f --- /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:fba606cf70bcc018c0bc10f403be297537f7d39874a2eacbdcb76aea90f18d83 +size 470466601 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..65c3184cc0cdd0f2df349ba82e7f95af1b993aec --- /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:4b016c11a241eef80bf50f4aa03f2bea8d9753becfd4ef1ca4739a505de2849c +size 390908951 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..ec05f9b6072f36b18ebaadc664000ea89a0a5014 --- /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:93f215414962750269bb1997e91e2b63949fe61c4e9983516d64626f1795242f +size 1447078637 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..27a27788a223b42a0f4f6e27de780386f66eea07 --- /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:8adabb101d45dbd325f6faa07f57bc5893d9a9810dbe3a28867f716ad2958313 +size 464871776 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..85ca2d5172b45a5a390139a1aa21a5e9febda55b --- /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:f070d31e80f84e88ef4abd6aff981bc8130e1b3fbdb51d1d5dd084288eadc259 +size 427715651 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..558861529f9985e0777c8b1fc89f6e1270331fce --- /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:6f705aa59d6a76ef18c43c267fdd569cc5d1d430495da8e5655de5cb0ebe3357 +size 598600407 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..3632f26e9c663a396430df39fe19100cfd4309a6 --- /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:933840420a432547b4944974c4ac67365c80eef8f615ffb97c6e295c28df6344 +size 504252206 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..2d69984b9569778e820825fb04de026e367e1284 --- /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:3a609cc6b65094fb2186a4644cfb42175d107f339b9894d86d61867983ab0f8b +size 462123523 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..e438a1a595367c2bb00651275fb16a3758e5eb33 --- /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:a9340e7f0dd6a3d168abc4803f2b160cd8a502523017e75aa103365b96183ab0 +size 449775531 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..0eca0fbcd391b1f5792f680218bc662053a38578 --- /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:d2444a9cc6a4e883eef18892c4cde9546303e1455244f8ed6cd61abcde4c12ce +size 426454558 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..dc94798b53b8413e9684f6d888bece392d20bd2b --- /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:0df83f20baae0a3834c08c8cb3aedda7e185d0e826fddd5d8566de4d8766f97b +size 624128729 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..05f58c3eb26984fe9520da1b9bafcf208cffb237 --- /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:4ce5814c2382b7eced367342913d735d943579633735db5280629b316937bc95 +size 548988017 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..c82f0c5460d1b24799c4ff0fd279b3900379a782 --- /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:48e5d77e3654fe8ce4114c1d47929397322997333dc0a807906d598c14de3876 +size 663457564 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..05b55fddf477c8e61d9726a385a4010a3ea9bffd --- /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:59520e9731fceb88a62fce5512bfd9207938db0aa4237caa9b2589294b5f9948 +size 598941902 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..a375895994a56f4f45035b1eeea115d4d7c8b411 --- /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:8e326d4a4547f3f81af259687944e6e1b721b45c16ae7735a3bb7c0cb833d783 +size 473275317 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..935ccc47514c2bcf4922ac5cb1e0cfe1c0987cfe --- /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:21c1990d73cdf3c54405dc60bcd397631dee46dd8b4a202d033f726daf2147c6 +size 367941384 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..f069329ad5081cd207e341a164e1bc47560a1a0c --- /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:105226ca2abebf263fd67b5f6219967c2cdc81619396f4f124342dae6e6e46c9 +size 761584288 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..646719d20c98f5b617e31a54070c37011ce32e6a --- /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:73790271f214e27edb5a66b99a1e22e77ab60162309fd090cae3760fbc92e8f4 +size 444792627 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..a5cae9d356cdc575f52d99872f03c541542856fb --- /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:350b2c561272eee15ebe9366ed5ab0239734699eb74d25499056396c7eb3db28 +size 615697146 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..688c103a5c68ae5ccf2fe1bd91aee2d7c4ebaa64 --- /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:484e519a708bb5467efb3ee25155dbf2abcdc5a2907f412c779348f1be7d019b +size 420346827 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..d89c779eb4512df4cc6feb2c92385ee1208c7b51 --- /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:40b3d02d14344a1b9f88397eadcba16f20b637a94a563d9408e5a05258a8233c +size 408415616 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..f99e9de693b98c6f8b23e524ca95dd10dfab12d3 --- /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:be2cc936755aa87d73389e388a3777576c23546e787afa70ae43605615e787ec +size 464352322 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..b35defa7ced53b69b6c7b456f157f77939dbf6aa --- /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:dcda31dc81f9e64ba9f9f69533e5d98b73b17c5ee02fd0d654125882653e270f +size 403759767 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..defe200f9e2a4624dbe088e76be5c30929cfe6ee --- /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:7cb6d1776cee87eeb7fe8adf43fa037e644a832ef6bf7ccf316a63e76140281c +size 1053999920 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..8556329b076b34beb3e084211a3638f51253cb36 --- /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:26660d736c27333d5e30f90c9abcebe942c2e3aa1299b4023ea1e8eac62d2545 +size 433294430 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..9d90398977da31bb77cd3c93b03cfbe54c8dd321 --- /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:6b81364242474a4b091b5461a564127858137fc6adcfba14b997b630571c700d +size 440830081 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..8a7ab506bf7184fd0fc9960cb6ba787bbd0dd209 --- /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:8342a7c1ea5b1151e692d566894da3393a7ed63d8c26d7b346a7c56d98cc4f66 +size 651331264 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..f9a851d3ad32e2851d2ddb9e18072cf2282acc6f --- /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:3a267a9dfa1e3c4f82967e5e8dc801be48304f98b9c5f22d46b56e0c7ea5be14 +size 461199039 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..1b9c2d9a91e2ce46dd6985b92771f2124573c191 --- /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:5f127ada6ed0e0a89939bb9c16822272a692cd70b3e72f107e317bc3989a3c55 +size 495223920 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..66cc3c244423eaef5857c053dce9c19d52968dbf --- /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:54a7da7e40fb089713fd49242518af7397d351a6a11df9edc7baf6ac71da233b +size 508979367 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..553c3c27a5bee1bb37a1ad2862df090ca52e89ff --- /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:1381104b86f541151074d976ae13cc18ea1b260e8c434f47d845fa982d48a9ff +size 778374681 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..e9405fe1db9140de1774410461f7bfff4966811f --- /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:97f4c2a6b76b6b735063fa01dca1b83e6dc091b0f6233dc894d44557d0d49dde +size 492976715 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..0fb1f92495aeeccbed62bfed6d7dc3cfb900c756 --- /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:16bc2fe0c18fc2b92c2c19311d55a0babc00815bccbb55aa5fb5eac7c0466e31 +size 473113678 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..5e8b74cea976a605d1feae1f2c5f2b1a0f6b2c28 --- /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:4a19876bcddaa56d0974480c1d9f3a76b8fdf18027ed2d8ab3526a564e9a1422 +size 589486658 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..afb32aa3ec712a97bd2672ec7bd546228b976932 --- /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:f78fb84132295ba14232f1e65f276356705c19e65f3a9432543eab33d0cb8802 +size 537117410 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..e8c2e15c7b867ecdda46c922487490c6d87e37d8 --- /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:1cc69ce293113a4541af59182982504ab055195a5487a7f360f193819eb2bfee +size 582690605 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..0064a534e848f826d4d730506dc7652671d64933 --- /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:8b8b31b4d610203ee327a6e8670db1274b9de17dc6843452ad38a05b35e6a7f2 +size 986763568 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..dcaada7c0103665f4351b31a52d544f31b621ed0 --- /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:39f6c1b1b64f66721f746be95b5bc9a813a04e3a573605e1ffb57c27950a2ca5 +size 646648999 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..65cb0411ffb896f7d6c898cc76bd5a79da2c849e --- /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:ddcf2544ebf545948852b6dd1b70c03bff25dc647d9030f12e41769294595f0f +size 606305179 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..bd07a9adb1716b81672ffe54590c806e140026e1 --- /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:e81f8e7e462293f5917777d38e2bdf2098975dfb68963ef3c85a0fdf15e2df89 +size 472614315 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..376eaa950dfad117a67128da71e0ed2499929267 --- /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:f01fcbf2b9cd9b1f016ae34baf94305cdc2b173097304ed2f04235a76d83e5ba +size 512390998 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..b64a6e7cc4e071e83621d79a4936e1bee1d550e4 --- /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:23711655778168515bcd19902d9635bbe229a4f40da90a1ea00f9b46238cea91 +size 495760766 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..eb993a6bf7cd486e2baf16b23599ee35a67075ec --- /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:09bd93c4b034bdf11cb6ab70ad857a169bed272cf1bd8b77ceb94fb3d2693fe1 +size 611563366 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..bd93f61a779229d6f9d0c3cedbe3ab9215ca4e0f --- /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:55f83c6cfa4f4c9a64367ab0ad34233928a81df7b2f878c5c03ec65e8f52a5c5 +size 506644070 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..cd722a19b9ab8524565f75c6d2fcafa53e69f299 --- /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:2ee6f3fa90f8ad08e3f20ddd6700e198cd78fe5e546ec540d5b21c343f595612 +size 372448222 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..76a97057058c8ae63ed69665cd6e892c3c0f6ffa --- /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:9d031a0dad1681ae38f9d28f3dcfd1bc47a322c995407aaef412450988b9002d +size 439845320 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..f260f0040d1a6107c9a1df9c863af9ebcef10623 --- /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:6f24d88129c01064267cd6c93f4b90ee55c5bab0fdb631d0dc04cb456bafab37 +size 554805375 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..fc6a25234df0fd4d11fb36a645882f7712857c0b --- /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:3f667019d5cc6b3ace88e77f18978ae84c71dbd05f22773de820de0bf3483d9f +size 537596741 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..10b9f78cfb4823540f4b1f5487bbb1b62d0d41d5 --- /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:3b26e15a974a3f1cf1a8cbbdb5de4ca385ed8338a340e1dd0cf52912d61c0518 +size 607591811 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..64b961e0856cf6009f0e9e81a4085be8d322f61e --- /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:0d38fe81f2116a85ca35e6f0219bbe6bfcc0228083f923642512d15477ec5f6a +size 567330891 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..6e7b0e9b72225c15f69f6fff917c1cfc06a9e94c --- /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:59ec9e451e76b1402e8e8afbfbceded3f718d80132c5dccb22c6ea6c29a63e80 +size 506719764 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..5e4989340add746a4e4a9be3450ab47aa87484fb --- /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:fb765468bcf457af0964de67de062cabef3e7bc7fdc8bacb971f50e069186b22 +size 464543544 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..a441fb640cd5c049baa2d73200daf44474ebb56f --- /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:887edd6eff2bdca2e671e1d25e9fa8efec03f1ef819d2787e104ba1f7fe64d8d +size 426692215 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..0e4c4af105b53054f6e7a7090350cb7dfcc72029 --- /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:6c2566c81dc424d7afa3eb4e5b886465c93f72fb79f578ea2bab31538e2c1ed8 +size 662748250 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..d726488550eff02e7a5cf5639f8322ddff5ee08d --- /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:7585cb9a7d3122566fd34852307b37dfd7c99de4c0947e5d87c2ebf24c04a265 +size 487375885 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..d721e8c3095f58bd53c8cde5dcc86e1ee79aa0d5 --- /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:f21ab26e9f60bd380f4c308c6713cab375e7b4e5f6d0bb46bfc919b1000b665c +size 760876483 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..ba020fb4dcbc653d3d8e35faa9257f22e12f7551 --- /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:0c6fec8b07ed4f537a7f812bd9c6b079ac968e44dd290b3b63ed26746c203f82 +size 727733446 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..063134869e77613516be452d95a81f49b6df1907 --- /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:ce7a6e6814e04285a802b95cee9e66ded36ca4828c30f6f01c43563daf4fef75 +size 459474216 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..d4c297e84bfda1a4d2fe6f0563ac8cbf5ce3d346 --- /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:10b21b213bfffbd6669ff00d76bdeb1b336eb9f23995ba1a0132e21f17b6bd62 +size 609672393 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..f3fc3313d3fec904f947bf17ebe6d455c421ecce --- /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:5973ecb89be8cd8355f784acae45e0c82375e2114d87215823536ca25844e55d +size 467646356 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..f280b9d3dddaf56f45f86a9d0a434fdb22229eb7 --- /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:8e26c43d4a0d8ee8cdd67d7a636eb4953e7eebe47d26daa5490db0f8995cae7e +size 551844114 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..5b93100c41a859dc42de67f2813018aa67bfa624 --- /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:e752e722db9d313e8da617a8ef1ee05d2d9985e1834d9e74b033c36936a60480 +size 394897233 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..805757333763a6202fa6c66e71648e1f91f74e43 --- /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:2aacfc01205541ecf205a0502956f5e85fdcfc84272af16bda15ffc8101fca2d +size 604568932 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..83ffcb5522e449eec9269590e9202c702261f0f1 --- /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:5b3da5f68f75ad91185adfb202b91327a7e5495735e7aeded823afab0d76eecc +size 474323914 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..11e1200db8b979ae950f6fd7ca47692ecf77b7ed --- /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:64e375c50adfb7b218e6c61f3381e8e60a63178ed869e8b1dde5c7ffdc9f8713 +size 406320520 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..21edeed8b0d5c63180842d4238c938dd43157238 --- /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:2179010d9b71b922590a4d2cb62da52e874b0395fdb866d05a386a084814aeae +size 1093145590 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..448e0ee18a38dd47adb92fe78d7ce8c7f9edcec0 --- /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:018b1c4af237fb9c05f95f849f4937b6bbac2520a18ce101c4ba91ecb8228bab +size 768436015 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..4514d089d33b36f1d81afee8bdb54f3dc7079be0 --- /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:c87f33562953d14dda7fa554da9ffa27ccba17f5b9e0e0fe4cd83e0049326d2c +size 470623177 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..f4c9c6b2dd56464230021a241436de3d08900b11 --- /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:76b1801cefdd727c972a152360a5355f68515bd4469de6fa0bd7f102d4374948 +size 487324867 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..65a2131a55e02e9392001768eb9ef1e182b014c9 --- /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:d83776d7f27a0530dd08ec24bed907c0bda458692321692c550913969f6bc3b2 +size 393063908 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..2324aedf7dc15cef8d1d22d71000a9739629008a --- /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:2bcb947c4744b2755c577f59ce724663434eb76edc607c44dee3c9c903ba96b0 +size 426835866 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..ec5c5fc618229f4ab8a23908fde8d4f4514a9fcd --- /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:6f112fda33c0ec956fda8ef9ad1da02e94e998623479639bf4ee1f5b604fae10 +size 457924941 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..47407b4270f35cbb9252eeb9d702f098e9cf0747 --- /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:e5056154b9b309b13fe7835531c3d18dc2f33a7b235f7d54d10dd19b035b60f2 +size 726222178 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..d7c23f43857b21b2eae2e031aeccd7d114253f02 --- /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:7ad80f5ebb2d732d50917a2986892f15abceb0d0c6a27f0e5a11d4945e0eb9e1 +size 401378537 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..250727688b8e71b2b539e60dc6bfdb4bf0e2531c --- /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:6382cf16599d45fb82175a25d5d621a9daa7c7706ac9c11f851def741344a866 +size 689347536 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..a70bf2a7fc0b3a6b6b7caec5804a1fc2e20427b1 --- /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:669c7b3e3387aac6f9152494be058367a3190b3acbcccaef0ff1ca9538b75a91 +size 396675649 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..7304d9760f30e21b31119e8d043f6c4a3a685ba8 --- /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:c30bdbbbc86142f955c159fab821a2cdcdc066d98e9413129875cc1f214b397e +size 614011493 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..2b0a6641f8770a79bdc5b448534495f1286d97e7 --- /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:b2b4ce686b371ead6cd22383f1816d4c8c5e1556693823417fd855d8b9afa231 +size 753384379 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..3ce3a360c6a80e0af68f2bca394e6dbac4b148c4 --- /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:adedb23f4a3d8d68c8b249d1dc10744ec0e98dffb9ee7b837309fdaaa3298920 +size 635598090 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..ddafc2de6c1ca59962b4b256800e7a90cbaadb89 --- /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:b3f22ded836fc4f6db420d2e50b2e339e742cb92423904b483f9c1e5e7bf332e +size 393535225 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..38c5eb9dd3059d1372e6c437d3816cea32d685ab --- /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:752a96c6dd31b1bce5eff926b721c54a76746fa216de524cc3f27fe11f5c53dd +size 423881495 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..62f424ddc444bf6679283f6ef54d85b9d10a7b30 --- /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:88a39dd98c8c5298035526917089d60376e9d348307813a0e343d1a3a62fefa1 +size 406646182 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..225877fb18813073e78c39881378a85cce010df6 --- /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:89b9e92de3c1bb8be99ff416581949735d1b35445fb49fd39aabc4075a109a7c +size 395198912 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..8ee4c6e62aa7a86ccaf5e9773373840a6ba8ba53 --- /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:d4918334aa1d06077f1a1aab5c8c45d1956e8ee300efb9e732ea5fd6829cfae6 +size 469381296 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..c725b87f8437cba041995c19d26d7acdbdcf7dc5 --- /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:7f09c201bcdf2adadf6bb503dd7d3de9dc47e0380226230d952c26cb52ebc35f +size 868291875 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..77f4cd040ee97663ca9c7954fa5b218191490fe8 --- /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:41d0cc798c3e56a5cfcb509c86a94662d5d1b027641c6a36c2f0542bdba9b982 +size 474922641 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..4c06ab934ac05e5cb20a2429046c414c87e61b61 --- /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:ffa737141ea284aada94f28812598921ccb8b9837afcfa6bf94c0e485206ccff +size 500836244 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..2a2a848445e68d5b75a88129c3727b48e13dd1c7 --- /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:390e5d96e93f5ce0a3df5001e3f12d08684b0d96b3f26a56c288ca380f80a043 +size 396550371 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..39010363ccf87f0ad72fbe7d4a0f4df24629c1a6 --- /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:988ffde6f0d5ef05ddbab96ecab09f0539a1445620c778f52f472ea87af9825c +size 1343197342 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..20a6714f8c14e10f040c12daf7f060c498a39eca --- /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:157ed0df819bf50f87a279ccfda6d5f241418d618fdac45e7ac05cdcdc534241 +size 454619299 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..ff9d0058df97ebb95ab962ff2e30e801a9594750 --- /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:089788d2e8c8379bbfc677662f764e2f73e6600acfdd9b7d92b74f1c833f037f +size 578751045 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..5bb7081e4404375eaf3075b3f29412ad644583d2 --- /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:73da5bcb656fc83452e8ec5aace73f8704554bcbd19f0c9b2af05b1fc8662c63 +size 538001536 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..073d0ad110e5c302b30f78b828fa669d5362ac3c --- /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:551947a5ecd41ac79c32957427182f9ed96e7127ff5d38777e45b3abe1125f2c +size 515906142 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..7670e7f725d23b1b712fe8d79dd3d1013ea990d7 --- /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:a6dac4af74f9b1326964d1edc28bdd786f38db7b9ac00388734925edaba0807f +size 656868783 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..a5c11fc39ae9c297049e38457f4a67e01df1fc5f --- /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:06d4c3c9c2cb65a1baea64e14c773b9a18b7a3e22d75a55c8644471968b8f91d +size 494494604 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..5ca1fdb591c6b1e85a60420fa648a32360a98387 --- /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:e3771f9c65edebe4d9dc9cd91fcd79d45c61bf51d5ba6c37fd30f857867e3450 +size 449827322 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..ee7b8e1ee09f7a9d48f2436aea7068e56b9a9655 --- /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:04d7a7e431a994125fe8ba3192ec749229e14b74b89401978f18c4afc2854344 +size 428651702 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..6878ed0496e09f2a82aaf529f9f36fca779470d9 --- /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:7808fc4fb99be5259457eb55c4f7a818bb7869ef213bd7b1cdbc8238e02d82b7 +size 676297514 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..2f69c17f8a405c2bbec8ff23b784db1733196f8f --- /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:e9a36195f93796b24537306ef6cf5fb79f3876a43211c40bd3b9f1f03327f17a +size 950631945 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..5580210d318d9c33c6e0888da318a88e783a1b87 --- /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:3766cbf8809254d31cf5d1d7a2a07516eebbf753ba43b51ee03561af1cf0cdf3 +size 409015254 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..de0684625d84994692bfba5c3da2a274ae155e5f --- /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:24a1cf8fbdd183c0ad414df36089e1ca0fa699ccbf86bd9ea9a98b21ac021d31 +size 472331802 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..34db0dd4a8dee93e5f4c44ab90b880d896a35e64 --- /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:68a6bb2935b4ba1415386c97058ec761101ec7d909aef07ffa61d7740d5beb8a +size 630306212 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..fad7885ce80ffad8007cf75ed8e600b3437bcf6b --- /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:98b84d5ff2311428a152724adc357927d5549e5a07f15e455a8b1bc754289d61 +size 510515279 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..2dfc37d2e095c581bf63aba23289c329c6b706c2 --- /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:ce9701657122d82ce2cb556e6956f870650b44d057766c50080b489a99edf1c4 +size 434921542 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..ea4e1c9343376735875c84540d747cfdee02dbb6 --- /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:a6e0dae287c575767d5ab92dc138e99513535d6a3730caae6923146e0b200d9d +size 650029068 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..7ef373b8dd7493dd771444fe8517dd9893c854e5 --- /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:40b356365baafbae1b68422aba94bfaf41377146ec954dc9390cffa783c78d87 +size 1159103620 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..7d08f7e780cdda8314cfaae7d661c122b3fcd043 --- /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:e85ba169c90d4e18bc656a038c84e704a06076d59425558a83a6521ee56f4af6 +size 562402910 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..1d86d0696984a342c96094d602d119e0d04aeaf0 --- /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:3cd7ad86051795a1c45a57dc84e1d14a697a004c4c5ca68deae97ad6550b7213 +size 760550423 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..6778182a28b1f36805fc34939f232c9654f4e66e --- /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:ca7b39a55301638b1bc908d03d87d377bfb9cc5370ce7ee4b61c99257fc1bfe2 +size 825454757 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..07d882abeecd59e256e9162a123ca5d72fe31be1 --- /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:dbb5f8df12879d95014b0888ac8e8b59ad5e43537e5936dcab6352ba3d53324c +size 517038875 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..293c6315360b751749684bd8ff1752e5e1b9175b --- /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:1f66707a4be8f8662feb37221173cb7ae5c45eefc337ed5ca7c7a6145f6bcb91 +size 428962124 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..2095c288c4921befd8cc49b984176a4a2be3c0f3 --- /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:328669a31edc40e1fbabe54f5389388e273caa3262aed71b341590543019494e +size 598074413 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..c6dc301370499127982de24264d8063e555c1327 --- /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:51de585ba21291ecd8e2560995172d34ede775ac1c326ccfbbca87ec54b989b1 +size 587280873 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..c2c0b65977a877e8e5387496d3b6eee9edcc6080 --- /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:436a28047042633b1858a85933b4a75956a3bcd5d5367e17b7f64574b5faf9a3 +size 749931800 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..96d6c0ae4d842e7fb733bc21525f03f28bd48594 --- /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:12b99abeda32fc7daafe852a6a6d9b5e3b82d59b1c78fa4cc0febbd6612aec45 +size 401048791 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..350867ab1d724032640686771d27a56f23845f2d --- /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:c70442f6491184cff44c93b7609f037582a015b658ea06a7d78f5405d20c137a +size 385034448 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..d051f3238305abb9d7a41a77840a2620fe9d05c6 --- /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:85b97f006efd38c3ddce62ec85b363cdfa76d3622b5b10970a38c34cf9235ac4 +size 750707503 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..3ee646f27e72bc1c47b04085031e45cbd3e83e63 --- /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:16fe71510db4387f54e02d06f08811665cf6a57eefa0f08859cf5220a6275e7d +size 395861567 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..fe150477af70b387a8e05172aa3cadc6a895adc8 --- /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:acc3bff29d976d6dbb3775cf5ced0a1715e022cea4ef7b67d800a369772ffabe +size 404454123 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..cb3e3758c7cf1d03f63c48c4b3cc14597e1f1747 --- /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:5112bed61553600e8071e21d91f127e0434050e57acaaa7ee96d87c335e0d7c4 +size 547110308 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..2415dc5cae76d2491170cf5a5574add1959990fa --- /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:b51c9bcdcc9a7ed2c76a16abf6a1dfc5e207045ae832e1b1647870f6d689f347 +size 524087351 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..b1cbbff829c075f24f2988dea740dedb53898377 --- /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:a218b4a519e7e376aced5a8acd076cba76c278fedd985c9bb8c0a4d24acc7b03 +size 951110651 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..f28fd6761b54b868a97011ad00e3d30bb224003d --- /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:42c12ca4e5a3721c9f97700373505ca3a0621d4463b14a8a4af54d5951038687 +size 576292263 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..5d148556f7ed8a63d6db65d5bff3245669f02c20 --- /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:3dc42f719226240672d3f2a7da1913e9f87ef9a22352dfcd363ca2d011086d17 +size 537166479 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..109175876995329514964f0d77da8ff83de97640 --- /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:7b4f62ef7bbdc32bee21f2a44020cc11ccf9da67fa01dabdba1310a11f88211e +size 404735409 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..ee34f7fdbc2c2845da9e011fcde5c9b2f65ac674 --- /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:b4429044cab7a5e8e7f8ccfe5b24e9a2cd42c05e60cc07a0102747550ef21115 +size 513287808 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..57aede3e478ff996e4b8ea37786983a148a46ab2 --- /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:df0bcaa9651c3f7081ce221d81a76e73754025a3514dad2a33affc78a6d60865 +size 678058033 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..d19ed131fda1cdcdd19867b594068f26561da26a --- /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:982c59564a285dfb9d8d1068975354d141762b0f7f62caf7e34564a440e569fe +size 517638883 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..c6885d579d419a1153665ca1752eeb732d6a291f --- /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:afb7d1884da4a0ef8166356fd05f8d01870a2efdbb1415deb582011a40cdf72d +size 800182017 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..60776852678cdc19eba18977c46ea1ab03f00954 --- /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:d5a795c6662cf34f6a49dae42e6b8fa7dcf0f2ac822cebc293295533393923af +size 436432770 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..3844225207a6d542ec38c4b57629c366df1a282f --- /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:201273a7bc479c1791e4caa4331937827e5a105c3397b9f84a9a0fb32e8dcf82 +size 407719405 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..309b499bb4306ba86c1ffb4276f03d122f97b059 --- /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:cf992f49f2a96265f95b1492f9518dcfd998b1920ca50b586824adb4d5e85d17 +size 743944965 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..8a9bc58aa460246b3ba80d233578217fda633c92 --- /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:eef438e751e3e4261ff7872cf0fc534966e16005ca1be1f30af807df6781248e +size 807624336 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..eb2e9ea8e6f0ea620a66892e1e795ed13a4866ec --- /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:4b622c7cba35f3aa9bb37fd8d54881445263c60a476a93121e0b61aa9caeba74 +size 420365138 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..765893dc759905314fab90a975ce96c74722566a --- /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:05ce9e38491700f4d7ca961f1d0ba5d6ec61ae40b82b4e2d8361c0d9d5cba8c9 +size 530941483 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..31bcc5c88be88b2ed2cdf270669de0002846ac85 --- /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:4019b8cd08be2efaa69122e8ff37134b145dd345262e9caad14e53a64c420497 +size 377425949 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..067f94498f24b695f78c1d1a15ab97e6fa7bd9f5 --- /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:ce8a05c3e641f7b096a895280f8f79da94403be8312828d9d2e618fc6ade582c +size 901084434 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..be36a242235c3ca52d9767a418199460112205f2 --- /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:3c18caaef3284dbe8afe9d46ed05d324371e75fb1bcc77dea30c417416cef58e +size 494212845 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..5c47886cfa1edfd33bf49632341a17e1ee2de579 --- /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:e2b1260ad5d97c05e710af7afb69bc4d15d378908155dc4f916968d506eca557 +size 419521173 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..d0499ebb463951daba1a1445995987046b05aae5 --- /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:62c9d16ddb5976166ef593e1db08a43c1cb666bed742729f131b3166cb35f047 +size 672364265 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..841ae72068dc501eee734fc40eb4673a6345ed28 --- /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:5a40babfd0767da7f0a5eff1ddfde281cee3edaf1b52c76c940735c24fc8db63 +size 528277414 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..4690fb976ddff817702819bdb209416b2181ada0 --- /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:2e0ae7f6445f135c95ed8bd5f61a9d2d3a2886a1e1da95ce268a88c2b5417461 +size 742966710 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..c22e7a876adda4d034203edf74db0400d7ab4216 --- /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:d43f7a1f87a9b306f979c692ddbfdcdf81c7b30520b16aafd63cf11a8f231185 +size 501627802 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..56e27601417279a9c2e97e51b1114be07624c083 --- /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:b6b574c58afd3a1de4efbb1f405ae8cd909475820137f63c1cc75a95ca3de825 +size 421728594 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..ac0622fcefefb920e98dcb640d0ff7ecc80c8966 --- /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:737316b40b7dbe8cea93a9ff9e3d1cd2f36eb0ea2865db396809bbfab9b0ae70 +size 404259664 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..4f79263a33fab831373891f821340a0f01fc3a3c --- /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:09d47c29da471a49e5f3cc386b2f4db1b3e28dbb15e29123a24dcf8df7c83aab +size 496360767 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..aaf34c45b6721e36188f763a5097eacb70aff544 --- /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:115c3a06a22cdeebed4c69d49dfab4e1e461eabc6c8700187bf3afe751a5d8f2 +size 418046424 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..24935baf940bf64cde9f8772f128fd429a4738fe --- /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:bc4b173ebbb590c066ce94b2c7b67de8d6ccf870e147fe72976c6a84e863d4d7 +size 1215741527 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..05922a9de91d2dc063943fc8d421d839a5156db3 --- /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:bf800bee293e73691c3ce441b47879c3a15ccf9592433b980315bc4805638b25 +size 597423537 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..d6517e1e3a072b9199cd45e29f3e75c15c21c950 --- /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:97008a68d6b57938944b7648690d8f87a812f339f5fec6786a5ba73da40ff240 +size 617281498 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..33b45d5b783fce7039c841148f975ade1611bd2e --- /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:f06892c256eda74654d79f5eab193925675a7e5c8a45a23db93ca6ca0df11813 +size 563590439 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..487aa3fb719fb77a7cd3c627d86ea0bca3a038d3 --- /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:ca3edea73533965ce998bbe9e1d99e42f4888ad3ad897a393df24714c4213276 +size 522882692 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..4be2064aa2fd1d207316c4d9a6925b2d568480a4 --- /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:803b10996f5d63796ca3961840d51d99dc40044f00808c537e4e39265ce04ca1 +size 574400722 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..420edbfd2bd33bd7f4268ce606338d909bfead50 --- /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:fdb16fd4dd38348d8d415286824cb52cd8a8d4b053abd26690f82978f804d51b +size 458486383 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..8a142a808d1a04e264bf22b641041e5639cae29e --- /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:700fa9d1514e4d5646993f48eddf489db75a45aa353e03a863ae3ace20554fc6 +size 786386810 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..0deb9ed96cf6e50bf5a988e8af98e6331a25bd9b --- /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:6c101aa85df91e57524282c9616b9ef89eb1bc26b4a141c8fdf3ba79ca9b2817 +size 455953558 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..5baf64f14219105654bd0e04807f071c9d579677 --- /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:08e3c173e9dd98c17b287a5cfe9c94fd9c4b2a23660723aa518ac26f1664be79 +size 406384339 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..f9511beb5f301126f62dbac49eaa07705ed6d4a9 --- /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:980d35c0da259eabf44654760a61489a666de8f96aa5f5774bce9a29a33c8514 +size 617623054 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..14e2cdf948d0fa190319fdb38de10817e150d848 --- /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:8dcb2f43f0f90ec6224f025d436b4f4a4b97483143b773f3aa4943a410c9a8a5 +size 533954070 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..daeafd65cd96df2bd130e4d99ba0d31f3d22e0bc --- /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:a0f6b9531d97c345bd0429de8e5fc30db00425d1aab084164ed238ea2fbe9344 +size 441820535 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..364b73c140397de173863c2dd84908bb5f6ed9f4 --- /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:858837b557f527a1233361fa9331effe7808bda0d7c549b68b116fd0bf8ef794 +size 542572371 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..e27fb10a0d6012f4ed34c77a6c1c1d3623fc1307 --- /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:a9869054bb5ad3a639c5e7f92fa99eb7cb6846f7d8a9629a74be993de817857c +size 564320084 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..f7491694a9323cd1960e9b0cb63a30127d5ad2a0 --- /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:6e83c2b88d1324f5bc30105dddde0f3305472b508be892bcf439b834aed7a978 +size 412893140 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..81ec15c53d1b103cb2be91d5236d2c96651ba302 --- /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:4626494dad094521b16ba703aec28c358ddd5258bb7011fda671f0e6790e2406 +size 488967867 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..b20d5fbc049ef85f673c86e5e878b29b90f3d059 --- /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:e48c827f708e531532962886b80c2aec93ee03bf4350b683e4dd890c677b6085 +size 428916647 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..f3b2181a3980ffadbe5624a8810389b90428a75d --- /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:58908e1e703843a28a9a4ba885f09c8a37f9a69e18420b8040d55fba94ec7bba +size 1093318287 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..10da997c56206ea91ea5cfe402ed11fc59286586 --- /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:2e48d9a24f81c86fce87bb2039fa3d9d4c8a2739242666b1babcfff24624d28c +size 669364722 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..f658468e6aa762247d49aec0494758a516a5b56d --- /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:719b658bd1753f7c9bb96481441927943668869e2d66215aa2e01b75ea878729 +size 480064026 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..0662c9dfcc09b2c2c60a81e8b3ae3790cb131fae --- /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:a8cf9dbe4d3d695b4e24f98b2904ae08415b54e748c5734d0ae6a52dfa60a1af +size 679766113 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..0f7de27adee889802aa97b861be7bdd5edb5da33 --- /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:0297134a88e7a47dfdd84d2518a347d4cf4f7b61ba5576ac828f6f980af5c97a +size 452487596 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..d6f3f1af9d373959798907e42dddc56d58491aea --- /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:5cf521063572f8524472681bab7565e250b2188eb362e8694c4deb4b9a4f689f +size 545839708 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..5270e232276912fcc357cb512898098c4ba9861a --- /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:2e7d5c6d64db6b2c49e74931c6374b019e8f79998e9d2d42e40121c0cabe2a6f +size 455471803 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..8f80dac7c74703141ae175a786e5af92121fc949 --- /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:3bf163e796b1ee788add2d9bee72bdb273f314b2be921ded66c0608dec943116 +size 761620372 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..97bb694d79a084fc8e5f5da1a314ac25ada6a6d3 --- /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:e716071735526863caafaeca2d1bf3038b0b96bd8a45cfc629b12050b72ce248 +size 854283763 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..1e4a982a76af610b5dddec5b25a86b73143e5dce --- /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:5a9f2402037191f8ad624bbdc3f0c1da1923c5dc8af3816fcc43763f04d91541 +size 806748685 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..37db6762811aca34f293c5cce19cca41782b6cf6 --- /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:c17b1c4b5b7ed98bde866b5b6cc9a1a6b582c126e96d5cd73d3a2dd0363b620e +size 702465849 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..3dda4d3f96836b5a393f683c2abc0cbb405171f2 --- /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:07e6915bb526a15d8befdba4811d2bf5c11300d4f63978800b5aae90a8ce8fa6 +size 540346393 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..96c4dee10183d048d199db96382f6f860f2bc26f --- /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:d4698484450bf063073b50da0537cf0877d4568be58053a29aabd7313bf8f8b9 +size 538091141 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..96b1c814c419cd3cdf18dcdddb92a1dda0ddd5f9 --- /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:da9fa6f4d375fedfeff32bbce01869e6d4899545fcb3c33eb036d52542eb93c4 +size 775833220 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..7c4717b7698cea56700432c2442019df07eeacc9 --- /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:b946c6f20cee89aed5c2e5b019cf48b9bcd619f93b8e6bce8eeba237506c6478 +size 555215280 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..2083a8674d8eb11da89946e6f04d2566b749fdb6 --- /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:ba268273ae78b973b12a70d3422267a6c85e9489f3177ff8f9b4fb706e9510e1 +size 419886550 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..356999c3e71b1b5b07e7ecde43b7bf68fe0d6641 --- /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:f08824ba8939c6ff3d5f36e37480d5054fc63717b7d74cf68aea51627620d1ee +size 470572849 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..598ee4d64ee28ab3bf0afab4a9e125bd6148a148 --- /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:49da9586779ae282a80b2657b6d05b26ecaca730c88ca60d1749094b88bc363c +size 517213553 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..7fba0b3a23c6ba73e31a990836ab174acd1a399f --- /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:b716bed1faf1dffa67a84b0dbf4720bb95d9d2bf46350cc77dbeaf7be2ff0cab +size 574609858 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..11d3b441928f6eb38e7bb5d1291d4e47831c79ef --- /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:cbb71abdeb29b34f54bba3dcd59bf191b275956b153660d23d0523c600b5071a +size 521822250 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..c2f14aa30ea53fe56a3b5eecb4713657a3668952 --- /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:6e236516c984036bf0719d70d73d46ccddabbc0b6c3e1103700954e8f1ddd639 +size 520096758 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..23e2032447bf538344976cc63f521d8458a46a29 --- /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:5f6bc77a21bab2f93fe4b00e2976b88bcf45f82cb0bf8f4098db4045cb8c502d +size 443498224 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..5f68f9f948c6c7a4a1d6a7159ebed8942dd352b3 --- /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:b7485096a2418d510fcb973d770458fa65d139d5f4376017e4819dfb127c8fee +size 525814395 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..3ec3af85da363d4a36521d31caa8a41e435858e4 --- /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:a6ef4def738d3b545e63c4a9f4f9ad934560359cb6ed55818d3b3a7a1ea4a95e +size 521947187 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..9c189c8353d9d3de1e9ac02c824bdce383b5528b --- /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:6dd42d47d52fc2a8a70b7c6290a08dbaf782ecfe3bb5873ee1e46c40fb6059bd +size 386229959 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..2e8643204e7614508bea3328a07087ea5c5e3573 --- /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:42a2ed7609bca9a430e2dff18cb865ee0eb7fc3fc80167da53b392c518fa0b7f +size 859607125 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..caebab4ca5c143aec29972a2e5fe9dd327e0540e --- /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:5628b3ae52248f7ee0a4d975786a57b9040c8bd86e5fa7bae8005cd236a05290 +size 756242371 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..668174bd1ad2b68b72f66cd6bbe7ab6f3e157af8 --- /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:e0af2e327c23eb37015dfb61aa2abea834419ce25ad7e4a86954c762752625d7 +size 503040976 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..6b429bb552855c988a40e5cb8bea0a50338c3da4 --- /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:11d04c7b15477139c8e33cb52ed31a29365cee51b0351297e5d79b0cc331b7d3 +size 731591209 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..e1b49198268cdb999e8383e8e818dee4f91fcefe --- /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:007940b8044dbaedb7d2c7e539524c65654f15ccbef63ae9191252dc18b3297e +size 478444049 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..e3a80210c1fdb43fcf630166bf87319c9a484f0a --- /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:dbf70064d42ee808707292408b73e505a8f783fa4706646e44159ebc320ec5c2 +size 387031572 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..e42fd171ebe043c2a18bb81af259446ac9db6c79 --- /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:366115b186c93576119372183ebf75a8bac1b55e9d822fcfca4cb24b87c7266d +size 1100804925 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..781f73a239fcb3315d79a46e78a38da971757543 --- /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:41a84497aa851165da0b904fd61c645466b0b833b419688348537c7de7585780 +size 400912320 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..e00901b37c617feded07b75efd4e509a1e1112c7 --- /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:71726b18ff1f5b671c3187f74cd2934f62f060bc623baae6d885993235092ab5 +size 544018502 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..01b7ce6abb1b82c9ae5d730027b4b8410c268da3 --- /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:6bbc89ee069863c3d1f06f0ee4b5a726e30dfacc43e8fdf674b13d7b7ca3b9b0 +size 858650552 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..47f932ca56915e40560103dae893ea07238843be --- /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:6b55f094241ec04a526306bc3ac4efe45f6a4c8f64ea03c908570d0414e6bc15 +size 605274783 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..e97fec176032ac647dd52c45b5d511655504bb7f --- /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:5e6a103bdf31f7bf25204aefecd7de98dca7ac3b6ef256acceba5aea78593bec +size 390054951 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..db00f320a2f2ddec46ad367c6559765c26d965a5 --- /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:fdef64c793685135244316d8bdf0152272a58a8974129953f14d187e2653fb9e +size 411235413 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..6e8daad7bf134a8d41101f5423a2f5b5ccd7599a --- /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:17ee3e9d8184bb11564696c079508660d2ac955226d43c2835d70ae42f85d024 +size 441682215 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..2828f65ce9e61122f6645dd8a476bf9eeac13377 --- /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:49d9324dd41276577141cd6d8b4ad146383f534e8d5083bf4ef8c28f20e4db9d +size 423616837 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..663b6e6ad6fcce1ea6a813f5732c38049b3ce7b9 --- /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:e60cb43b5f3397a4872d3ef49d6c80fa418650ed9c170f252ae5dcf489ec17c5 +size 706072422 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..6aeae20c0c5c848e0ca82c7a0832d61d10f57b4f --- /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:5db328b27f84e3f7f9883348080cf0d9e40bdb87517c51492e088af1fb3e329a +size 1515844275 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..af16a5657e7c9f2ca0dd04d9801776731cb2e89a --- /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:ecf5c8fd86e66e66fcc9a3451204699913dd8f6e4b243229f86cab231d8709cd +size 586084852 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..55821ff38ee5fe2d8a9726a3305eed00815fe3db --- /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:339d7139c7ebdaa201a4d97ef67b1cf344f51355948a610268e2133b30bcd0b3 +size 670425257 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..9902a5da58bd4c5fd01c6fdec77a8b1b09471219 --- /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:0c62a023e5a10e08f627d3e5e4ae46d0aeace3891000afc9661ca086b123bc81 +size 851950867 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..d7691e78068ded991220374704b46d75d778fa15 --- /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:6cd22e0d1b79ec48f9cb71d9a86d0174f8b622b84520e1c565202273220e33d8 +size 455754120 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..2af052d189134b3124344603630b67abdf371b66 --- /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:af0f424b36936cf115a523dbcf6c419adaaea96e424de19ac98a06cf3804b18d +size 362498270 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..5690bdc7979a65f3655ede36a2ea2348b79481ff --- /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:b8bb6801f73247fd0d92c2663ed16ef4a6b2bba5d7e12acd9420e605a9c9e67f +size 486464354 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..e80fa25d62c475e9247dbd4b53fa081ade7604ea --- /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:01f5c7b652e00e9ec6f96b837399f906f6ea8c52149e3460f5e7fc731fb6ef9e +size 373700079 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..dd61bed5e91097e59c6c3db95d758e14c004ca4f --- /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:2e1a80b1c9899135508c68c028cc90acc2e11eeb858f95e664b7ffa0e576515f +size 581918913 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..f03a135d0837ac81c4602bfa3e8a8f25168bede9 --- /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:148aa9a64f7805609d2322da665d8e971f8c14057563385436f09a94a13f3ff7 +size 397672335 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..1cfbd5807153aa85cec94be2df884c6743312f02 --- /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:8fb82e8a92349c0fa151d9bc9192c3a7800eb638eadf151c880b999808a42601 +size 447890602 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..36c0bc4d5f29f720b9f8b90804a95c62fb92dfac --- /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:90329eb3b0d9cd75331bddc5513dfe85e393629b249079d1dcbe63231f85a914 +size 690253589 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..d09d88a1bb4617f9279e976d0b84f818eacf3555 --- /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:f8e36d94c80c28ab007999b0076a8b5f50a7cdcaabe7e0b995314e9dc567b6f7 +size 534870489 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..2eee6082357a9396dbf66eb0a65b3da0499cfab2 --- /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:2bd8a61f60c33c762116806c0dc0563f3de6cecf50d2caa3f36163f045af4f79 +size 451299339 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..efd4f94f76825bf29ee0cb7833eccbe62c96529e --- /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:482a9d26e8d29d597b38707d3f2631499b4632f49283bef1bf38b9cb27366dcd +size 430105645 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..5746ad9acd8984ab5e7bf251d9f182dfc439e505 --- /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:c731f87fc0aa4153c3cc4c01458d9971de7eb5f73656f3f183e02d5ce02fcf9f +size 454523876 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..8f794c6b2134ac1e9c801003343fc75f91a12df8 --- /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:ed16e451007edb35612f04cd91b3a49b90becae0a25476c85bc8bf12f8d028f2 +size 522543256 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..27b5a7ffbc3ce1c4b3bcfcbfd2869164d56aed23 --- /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:be01c82667f463bc9430fe8a00caaa4c4d0dccfe06dbc55c8316835027e39670 +size 473279937 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..6a2bf2300a60f029f232b2d946a0bb64abb66647 --- /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:56338186b94bc4ef1b55d4765deaf566076ffc833fcd39b15df58d74baa14544 +size 379373358 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..d3236f87168a6c602f779933d121e2033dd761af --- /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:ff65e299cf76db40a3d20848350de69e7f915cb852782402df62851edfebba65 +size 620832002 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..e8d28cba642c46444ac79511d41706b8bf8df70d --- /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:f31b3aabb6fb96aeeeb21164f56b3ad87c39ecfc289243f3caf0787366cdabb1 +size 468051443 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..f3742611463ae64c3877517d2e47991626dbcb7c --- /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:f1fb90772f2d959579a59174c9e99869e012c65102958f36ac47352c5095b347 +size 425702811 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..980ae5d852410daa594b679e3c894e2898207352 --- /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:4d4de4b33c44bd5d03886572ff0dd4b1463795f50a3148ae32e1c592b298edda +size 434386727 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..ac7902f167750dc276461c2bb462bb403b1cd237 --- /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:b051473ba5e17b823441608ddf036b0c813ab34cd25afd357bf39ec9b3782e41 +size 665729327 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..813fb555733d7058fbee0faa417fd4998af41f2d --- /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:1889bb545d5f58b267ce5a1889cb51e9aea80a093122fae64bab61a8225fd388 +size 396248644 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..872794f4a03e2a56d8e436ea8b4be5181d6abed6 --- /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:17c9756c680ada0846c14861dd0005c36ff4ef69139a7d602c428011a553c945 +size 413343465 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..148c3f432747e6fae02d4a12fa05cb14ee7ed09e --- /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:e9cd1e810fddfad544d46040fdbfdb3a41b7eaed04055d3431d686e7423be53f +size 572150544 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..13e65c94cf12a6bd4fbbf95e53cf391240f25d30 --- /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:2f7a810b4b71ce775845f61636252d51e4dab2daa2e9687c77267f698eb574e4 +size 370062887 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..6ac9829ff9b0ae00077ca188613902d637c37d0c --- /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:479d092153907a865de660ebe114edf5d9f2521d79d2074796a7665919534d45 +size 633107511 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..c3aefd1dc9c5d9e57e93f93394b04bd2b7538c54 --- /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:df0becfcb99b4ae02921ec7131543fd6ca265ccba5b9ef3bf5d7672d01c709e0 +size 629480547 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..3b336023a402aa44a36c442bd8dd9387792ef2e9 --- /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:7b1a9704224d14fa51296cac087cce68af9df46cad0e4916c0665b227ee34ab5 +size 501686638 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..8e65d77ace1918ec10d87d3da4297a6ff10a2f53 --- /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:d2a8697fd39d087bde436efec533d7a480c07788640ddd529d94b4082ac780bb +size 658221644 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..b83c4e09b360db1b7bda4176742e98599e09b2f0 --- /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:0b0b9715cc0ae504d507ea25c43ae9ae9daba0c2a59b82ed332cf47746867247 +size 433325306 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..80f3ed94cf0e9a93a39300dd75eb63e51c2f1280 --- /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:b7b4ae163729a648b1f5ea917a99285cb97ef81fbd196d412eceefa9e556c324 +size 443991448 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..ef65ea04dc861108609740b25c455a56ca6b91c3 --- /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:9695257f2ece65c1233599bc030695490e8f15f5092068f32b38f6d26146511c +size 472370569 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..2504c1c917c951d7409278e0b05e79f062baf191 --- /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:401e621eccdc73d68810c6b58335caa19dc53408693ce365a3cc5636aecfab70 +size 732167951 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..9ce3261651ada8eacb5121d8e46490c19cca6824 --- /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:703c1e01b92e40c7522caa161a29e2dcdb99a1b73ee5d131a6b899540f558a58 +size 712514909 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..ed328895c420c25d50f9356c5cafdce787b38e04 --- /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:aa329020630339e2a8b34bfb276b682d72b1c9e04e7d839c30185c39ff58ebe3 +size 534556211 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..f80d8eb547ae13ef6ccec7f7794a7aad42c4f853 --- /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:3cc1674c6082a8d65843ad1e7ce62f11e2960a95c96756f65be429db33eeb9ff +size 575245871 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..e4cd9f0d3ab1818d90f672afbb6c4959f07a6839 --- /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:e28fb894e29e52b1b4d26ab6b05bc8de0ac37a923b90dfd74ddb6a8e952bd752 +size 484299965 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..447654fdeba600dc48fdd95dee50ead989df00e8 --- /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:668ce2e0194d7a3d8f4bbaec733c4c0fc81e19df7a0aa3620c031da1f4079671 +size 425612771 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..2103486da4f5ac5e7641782aad55725bc40faa15 --- /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:1520b0d89130e4a989b13f56ba2398597b1ece2f6260a1f81e6c5fbaad86d1cd +size 900636797 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..11204ea3ffb770a3a7c224a5e8b37478153086b1 --- /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:80bd817b1c8488718e75f1f62a09eb5edc71e8da4eff857cc7a9767c64fd1d11 +size 577123709 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..b9ab09753c1993a903767e712bec4c15263792f9 --- /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:5edaa6abfb36eb6107c424ccea9e3986de50b3761d2612b2ea767974795cd76f +size 496725334 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..5350cde1d50ff615d0b379b6e0dac0559aedff8b --- /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:c1d7609efdb405ccbfdd445280726432da485a8f6d1bdda44253ddfa83d84ab0 +size 1131427140 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..641db14959f8031475f99ae48f6de8435684c039 --- /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:aec1f1018a2b6a24486a1df6f787130947ce0336ca7fdecfd64da19ec36f0852 +size 854456508 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..8ad28183b8d8ff8bc5deda5167061fade429dc32 --- /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:8ce87d7d2fde58e618e4d0cf9a6eb5fb4102098c14592b015079c8714dc72eb8 +size 415233179 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..59f0205ce3a0f9441396c57361f3fc6dcdfe7810 --- /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:201c41c8bb4c797e272a5d17718d38d8d45ae7949aa1ae437c50ea28cf345310 +size 871427057 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..353f8f23fc73e01b38d35f5d65e8f4a2e8d96c9d --- /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:0ae28e677a46b93de33ef95bc303ae24d61fd8538be09d8f6826ef278e1e6878 +size 659310020 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..b781a3197787fc3fceac9045be470354e0972644 --- /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:073da017063fdbd6c35873c0d03c266642398695a7c17a4b285de3c24af532ee +size 526222717 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..fd7b5a514af07e1751c21034670c99ed8f73355e --- /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:d4bcd32eb118ed20e8ab921fa5bbf21c06ff7e6e30b172c2b0b96b194b3f87a0 +size 437305890 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..f8ac51a99df9a7622252486b9c348b95bc89b940 --- /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:1454e4ab22ff7093bf931865f38cc8df4a878068e417fdb2ff2f7429e2ad1b5d +size 477170338 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..5519f6016bd09612de80bdb29f1eb08f47c7cacf --- /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:085f291f12dfc15c6dcaf125879c061386605ed480620b870466113aaf2c89c5 +size 840714703 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..c73a16b0c693834164fdf0e480fe3835b17494dc --- /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:0a06dc83db71d5b6e369d9fcc75624a7b64ea274c6cb5313b10f9a34d107456d +size 817408430 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..6828418a93586dec976a4b7e091446390cdca6dd --- /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:05b7b36b45c9a838a401cca62a7c61a3f319d21b1466c251a9b71d7c3e8b2362 +size 868778295 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..6fb21648a36e37cfb7fb29a7e5b63ce7c60ed06e --- /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:96d79447bc6349780c80cebf573a20bda355a80602851c009311ac2b5cd2355c +size 418446100 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..49a624301c92087f34cf5680d952e672b5f5ba09 --- /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:e0c8d10ec9bf8201969dcd77a802d25cc1cbc0fbd32658284cd1fe69952ac4c5 +size 1345041714 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..d052d75e6d9374d1fc46a30514b0677d0c373554 --- /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:dbfa3c25075afb4eabce0f126c69d312f3291de694eb0e35668776998def5bd6 +size 534784869 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..513a25049b1d2003240cad6039a4ff2c22ab1002 --- /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:3e6fdbdc55baf39091d33c19ddf2b5d6807c4c2ef6fde5dfd4e3bc4ecbeda248 +size 388320835 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..3e06f2f301c6deda2073dd6a7355607d8814943c --- /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:78fd227f2749585b1691a33e0dc6051aa89274bbbfb30c867760ace12ffaa134 +size 372638183 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..fa87f4996566487ce5902253a56e6e91d5d97a66 --- /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:06d39a03c7985a97b15361af6779172a5ecd1f5db22a0dac133bbe3cf6d48cb4 +size 428883433 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..1f6922ae9e0f8206178f4b8e2b183a91a4910318 --- /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:1e965b5fe4f237cebd679d34f741fdd7c739db262ce0d2ba09fad2d34dd9bf4e +size 544738003 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..bbfa1b2e76b20426351fe3795d5630723b86fbff --- /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:7d36ebd5106ba77faafb93c7d90a30a0f82c554d20f4df11acc9ff3eb2b828e5 +size 445920823 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..5ea1bdf4c4c6021c62e1088af2906209e61c8e19 --- /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:bb0207797d50ed93c0959a7c199a7c4870878364350ac18ef64dcfa3837bff86 +size 564457198 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..763641b50f01b35f3d4ad9ac89544bc9e5408992 --- /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:b74862f6331f6b2fbcc386fb9be78b35574169e77ec0481c8fd55b965796a1da +size 425841749 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..f3636c6cda6bd88e947f945e7f9ae67d240d326d --- /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:6616671dfa5b638349bbab3a41d18653121e5e35096e8ee21206da0c2df495b4 +size 588608646 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..21948ced73ca25e6610bfd9a49ba89d8d8b7110c --- /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:c218d1744b53396b6a975f3eb0bf6fe0be4241ac52534db99aa0febe6f37dc98 +size 531504677 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..e73949270d67987e1a9d4d2ffeda8268796c60c7 --- /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:37d39cd2c50a66f0920b82889a8c81d3f8c7ebca06550eeea2124556849efcfa +size 585395534 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..4b9060aff8977b8dbc74b3eab9f9a087f08a9b2f --- /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:77850e979938c31505c0fec7352ead64909f0f809c893393a5f317b82ac68ca6 +size 735373755 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..e4ef4dbf6d8e873ec4cdd940feba4bebc4b6f597 --- /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:6ad17c67222a655a20558246d9a53c8893916df432b1aca38b101e8431f5ef77 +size 1051553671 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..0de19535ab92e6d365acd49bfa525e51e4ff041a --- /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:140cbd5bf3872269b8de080b93834205b6bf22d6e05d575e3d4025a4fbb04b06 +size 607116139 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..00252ca0d7400d966888e3cf3e5d18d370ec92ba --- /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:46488ab42fb7245047b5cdc613a05eea2fcab85d543212fed839c7a01de87b8b +size 736753998 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..651c06d4654a825aba3a517a42e4148eeaa193e8 --- /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:e5f6855a6c18eb65798aa990f151c96bbf6990bf80b64cefb007b33741c5db65 +size 473584883 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..6017595ab8a65aff3412e6c84000907541076ea0 --- /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:bc2143086642ba4f30603d9935c11806d00ac52a7c2e35ebd05125a49e9e87ce +size 601175222 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..11bc092d541a71730d3cd4214f08883810981701 --- /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:85ea1c77bcee7a2d46032ad79ce14cba7fac5c389bf47d50dd680db33044f203 +size 459045540 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..f8533b4baea7262fbabb45de55b870fe74373090 --- /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:7861ce3a8eabfdfda2c728987d02a44936ef660411f65979e07d4ead1fb7bfe2 +size 868600412 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..7655e2456526003f2edf7c0d51254403ccd3a8a2 --- /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:af87e3978eadceb1d72ca8c8e52363e00692945677f63efb5727eed8e7f73c18 +size 458545210 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..587913f44428e8ce875bd6ca60b7df11587a09ca --- /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:34e48cc202a4592ed31430913164ca5dba698a4b33c1be80741395db0537fb36 +size 548911498 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..8255a2b4687e40c4cd811c146430841c9241e5b4 --- /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:9d9231fd534e27db3947ef4f6a3ec81f3b01283202f243631aba381f44770520 +size 561014693 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..b59e7019ec6337b6abba6804442186bba1baa3d8 --- /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:be9c0d47d23a1b747ce45aaa678ee7ab923e46bb2aa2f085c21ce8f654cb62af +size 409075663 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..a9d033867adf0756bb0cafedbc266ff4084d167d --- /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:a7eff037499d792b683199cdbf0b036410d99b3827000b6ec5c02b5d61974a1e +size 512319673 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..30d5566b142b2356676dca4d65734982ea2752c6 --- /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:ab4a73f0d51ab744a06f4d09ac2f5cb174987b079e948e0351413e4671d3f5c9 +size 524690384 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..b545916739f3fbb991b763c83370194d3a82529f --- /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:3e6880d005351b4ec6c29e0dfea0751a201a5e3a684b4216f873483a99f13962 +size 428436383 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..9fb5167d89d36d4e8c56c02a7f223662aa43fed7 --- /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:5c6199ca8eda7ab3eeaae340513f46bb0de79ae5612ad19f06b0447dabc82b70 +size 569652379 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..8d87e0346b24df93c893822222a40baa542d9a7b --- /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:5a09c837c0555e5c6b4f03baf518db19f0c722b453d88c43f4bd401d2881e8c8 +size 454604280 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..48a7dfdfe2555e09a23afebae2553dbc1babdae3 --- /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:4c83b0051130f865e0cc5437235cb8e8da1c9d430c3f377456c441638103c2de +size 528670649 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..d463c7b312e496a12d53da83204f38075dec24ec --- /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:cd0fa52060d662f814a5efa85020bab8d46b08bdd012f1403ef01c15694987af +size 625132351 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..5d4748079f0b6ab877d3f86354a3fa23ca5c2e24 --- /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:e0e046d2a2f95109d68ff3f3dae7cb5201394281f4c4710398e3c1685f6374c9 +size 641938031 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..5f242eacb59646d7026fc375782322a5da38b38b --- /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:c2c4cb03b3e46b9150b3f6dff7a31e40617147ccd784ffb91cbea76899214935 +size 482105475 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..988b5d3c0c146fb6c45b3ebb0fc3e95dda4605d8 --- /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:4e2909849921ebb9bb7b2403840d14a75b6684c3d4dc6dc5d74caa0e4ba10525 +size 496562129 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..e5f1be8f913e64e5cba65f2d61eb4cf41ffcee9d --- /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:577afcd9b47388d2c4d8bb2065701826d86457bd67ba303166ba5b7bafc77db0 +size 352857807 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..30dad38da2f93e0b27fb3588e6205bbdf8cea963 --- /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:bba6ce225f6ce86e14c12f2fc74fdc33f23b2d6312d3c408bdac6f24c81296aa +size 693854272 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..5051a32ee981df2ff1c01b91a7825192aca2e4b9 --- /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:7cb8245f4d1ae28528c43b6b90ea637eef5b01db0fb5707f797ab7ae5f19976c +size 413022312 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..8df974404d9bb503b083bea9c6dd4e23f2893a00 --- /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:168169b0bf6a53fdb17d560ec1cc07a8eaf7fa9f5c0fcec5124874903360284b +size 640564489 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..adc57679d460c2278cfda6be8b2363f8dcfeddda --- /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:55fe211664ad85ea870a844142359ac5d6a810fca934cd28e7c173cc75a140cf +size 940586119 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..8d95d2d2f2b2e1fe0a1aa8117524e92d437fb34b --- /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:558355e02de7da0f8a8c9a96ab283eb8eab36517160fa004ca1ba362a051ecc2 +size 397940303 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..c72271583e93109afa547360ca0b7f1e0c738433 --- /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:58a66427028a10a68f0cb96b73cde96ff877fd11c683c3a69140086cc29550f5 +size 463272991 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..a96338c836e1895d09474855624569e0b1a56b2f --- /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:4599f73f1a53f07b632840529da1f274a8db713ebaa46a34b23c2e4ba69ed12c +size 561005633 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..3b3f2fe7f3710a1fb37ec5ce70226d420859c2b1 --- /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:96f5c7611e355d3619e9a49817ceb3562fe74927315f935c367940317c0d8e83 +size 858752446 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..c2bdb85c1f324d686aee42142aaf7cc4f30c0bfb --- /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:fb3d33811c3272f465f5ded5a3b8351778b10262d1f6388b391867fe42e25625 +size 463634659 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..9a711008c4ae49e270023d133de2ebd42f2ae91b --- /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:7fa9ce215b99213c9df666fd79cb28205e66ac5b32f9c850408b020212bc3ea6 +size 440396901 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..f8a50cbb1a6ca0dba1c233b2c98b82f3bbdbddb8 --- /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:8df3cac75ac023a68c4d4146987f4bf4718487b285aeda27b296ff20d8eec18b +size 540408178 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..e566b9550ee3ca5f11d38613da0915c696532f20 --- /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:4fcf045b1e793ada604788d365c71dd5640b266031c91abcbf6ce0f5c73be8ec +size 442059144 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..e6dc9d950ced81f6896b43fb6f7eda862928e962 --- /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:b31509a301067e92f589b221e464b0c96ca4bc416cbffa3129e82fa7c23e4b80 +size 433873880 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..92783a659234d0e456332a0715aeea4eef5b51ba --- /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:0880b56869e41658c12b759c5bcf100fb3a35ceac20e867d0e3ddf527cb4ad97 +size 785777858 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..dcc90fee0dffbc787e9d0ce9fd04c6834ef68ca1 --- /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:617c2a78dcf08f90b6eee24523b37f08df2f01ed78db1208dcc733d085d7cc2f +size 543918870 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..64933c3b73b98ebe54e2d1bed79abbe40ab68a8d --- /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:2dfa4cf0b92dbbb36c60af91a59653e8c1b833c43c2594a12c855c6aa2f8eeff +size 560071728 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..1de66cd473aba0553efa7dc581601619614dc319 --- /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:fadb3585ee44e61f2cc1c72358d18604848fba2b128817e9bdb8dba6fff5b884 +size 747228862 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..d93a0df1765461c35fb573331021e19958d21bcb --- /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:c49b0e3779440f0b4967b5abf3a4172368b991f7585580c8656573ce0dc75643 +size 544638292 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..c6bea10b14dce0f9aa35611fd529d60a30deef34 --- /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:2174b606d2ca3c4fb6dffee1d8a6d31c8f1cdd54f754dff34903992d58a3cda7 +size 476155785 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..b563657de31fcf607773d4f4efe661060c5c4073 --- /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:99c85271ef286136d64ec7c6e08064c120246f4a8345d2bb423f195f704a97c8 +size 614614765 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..0d944fdda9218408116c6a440f0040e318d7ec6e --- /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:e13a9bd1d8dd7a621fb9c355e8689994f212b04aba970d36c8d3ea8dbbc0be68 +size 413592838 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..6523352c81f070a91c8d18895572ab4fb78d2c6d --- /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:7e85b01ab4345180110ebe6f5ba3741c7d9116eca34ab8042f205a342f34ffad +size 380303938 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..bff33c3342e0412b58db31bac095f057c2443922 --- /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:7c33d1ea0e38c624f56fd6fcad0140ae51a4895704d82de9351a283b35ea0014 +size 435672873 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..a8d5ba1758f07df5a03e4687f398ddf4eccdf18c --- /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:af91947b8b1eefb5863778d09de56510bf7bee6ced6250bc9b897815ba0a3ed3 +size 697926281 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..5a236289e61e2ed32f0b730181b4145ceb2e8bb6 --- /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:c33e437befafc653ecbd63aa1e1e04b964699924b56b8e747aac072e4664d75d +size 446095364 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..bd9675e072a0e3fb69eaf1e7133fe3dab501cf09 --- /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:63a9d3f5e3ce5c54dff63fcf7a8f8fb392aa5cb529b46216982b6a8b391e4550 +size 410712628 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..a3c042f880eb064ca38dc87f5a9899a0ee8a62f0 --- /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:28ab5da76ea6b87448c6c2d6208b1d46e38035d63644a47cfb2ff0fa39c14295 +size 622155574 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..63b7e9abcd6701a57a8ea91be4eb63d7d869591f --- /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:d34d913087a1e0ee940485362f7d0de359c0cb6fee65d4d64b2ae28568062e28 +size 558473539 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..d26df59cde724a0942ec8e7a1a3d4e43db2bcbcd --- /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:6d795ccec3bdb405982aff36e449c65114681c0b2bee36b262d4457390ff9d01 +size 773845310 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..d77ad423e2b57d849f0143c0d560006d8c5b8996 --- /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:ba2536ecb011184941f8b2af19c2ea91aa1afdde302325f50fc888c471c3b4cb +size 515348564 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..61acd952cad0c0a9bd1236dd012ba4a1c59e2cf8 --- /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:4ff559a232638ee9e31ad5b8bb47b507b79483047e72d32ed38e276c1cf180ce +size 422204946 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..5c6ba4684bb169b186d3e43af21c0ffedd64e6c1 --- /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:c02f8106850c67b02e123d94cfd3964116749a38593486b6424813f079583b1e +size 453761117 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..6ea00de285a879603b143e00b8f32b291dee969b --- /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:0327096170c55c72196103db78d117556eec62b865d04a3c3a8491a0187a1d3b +size 439265065 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..fd36d31917e03cdbe9621e6018162810feaa6844 --- /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:2bbd2629c655f2922ec82126c4ac3801eeeb69da23456ff46effccd9a12028ff +size 535126904 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..bbb8ee3188b405e4262d416a712f4ed4de1e947b --- /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:58facab6c5331ddd858d427f1fbabd9d2484019f5162c1d69bbd40176a0fd0d7 +size 512554849 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..9afd8d0185c1fcd6ba9f121c9138acbc934467d7 --- /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:a50328a52c3357171bbb0edfd6af99cf0b3f136a31533e46ed14a52cfae035ba +size 606125430 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..9feaebe7f4375d4c6f29a0707422b890547137fb --- /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:84e51906638955d32ba5179302590ac08adfe179b8a15b2d802c79d5d899fcaf +size 469027685 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..c36cf4ec9825b515a59273dc9876b576f945c34f --- /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:c7f235b0dd72a6ec618d423d11d2d13055fa327f487029470c9a3f3556e1c114 +size 530202900 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..825a28a93812ac8b2654131279623d1a1b4516b4 --- /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:ea961b26adc413412f668360ab84ccc24323b52d480031a299f3f9546a909d0b +size 656016135 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..e1607a0a2b384a7b6fecf264a1608d947e28d1aa --- /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:0c9e35ec100a3aeada45f9771a7e1ec30bde4336d7616e6260737c55930014a8 +size 619693142 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..9459c2eecf37cc99002428b82dd1ccbf506d7b64 --- /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:81bcde5bf2fd4eaf43213ef05924c685ff3517fdf37e3eccf347035971bdfaa8 +size 554286498 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..6f935617d7c14208620c9de2f15e0a857a153bdc --- /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:882305bf48dd353db9920651785a9910730f093ef7d544b461a23e2224e5a850 +size 465966669 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..3f09f758526b1625f5ae1488bfbb04446fd28b83 --- /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:459b08eddd44b627297f0a7b6c4d7b6fdb7797dc4252abd02bde7527f30ac2bf +size 481699441 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..d17847113d297eae1e297eb11d03064c731e7d31 --- /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:f0cab975298a7fd604add29da8d42d290ead6e5028311fb1ea6a141f9ea27b5b +size 898078869 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..f179a51f47459330ae46d5d375a76027345d1d47 --- /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:869dc34ae55e5b04c4cdeb9e932135d99aef33096bcf10d14ce3d5ba1c7decdf +size 723519575 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..eff6ff7b1f26f7a35dbc04598f50dfb9b3274563 --- /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:3ca3bba7e84c3749033be097b8de934d85e135ba3c17b76e4839f78dcf84a13d +size 554646171 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..1460b2b92be8147bed4cdec8cf57e6864508b60e --- /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:0cf76774c03473eb1935d2ed633e266d6a5d2edc67a892765e0862a7e34358e7 +size 428087731 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..ac93c130d963efac1e102b5f793e675408cd3199 --- /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:d5799b3a2dc91013a494901cd842191298a71ee7a7f8d73e7eff2fe008cf32f6 +size 422294821 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..5b88ad11b7cca439b427790305375208930e3915 --- /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:9aadad0049a8f656ec7b08f0168406d924f34af902d51f5f9ce86c623d1094b5 +size 477302631 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..e46d11439a7e3502a010d7081056054b558f7cbd --- /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:b2142bbd127494cddff85d23de3dc720fa703621b84ea5d8d06d0f8dff30523f +size 435352777 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..ddec20ebf509a5cd6fd0a2bc24c798ea957f9934 --- /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:0d04c6f1d66c7d22aff02c34eee9f4f014f4b10c510356a53151986c87ed7e88 +size 430183157 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..b9bcd5aa0d3757a65e019681e17ceecf8e679924 --- /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:84637462b876aba4cbcf442021da9559dc108708c7baead2e92831a62e7a3d7c +size 460525434 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..33c9a34fd4d964d506b6feebc952bc32aa16c8c2 --- /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:ce2c6bb53076f8333a4b6f0ef27c6ca420446a6d4722f288989c1a9d9cc07d59 +size 408441032 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..a2d7afdbc4cbf7c523a871d30b6ea547ce4c0eb5 --- /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:a5c1fa9f0d1eae53f9e83dafca7f74d9ef9f041e57c022de69902f1f83f607f8 +size 489986646 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..e3e65be083cf7a816b6b5dc7728441711ace5695 --- /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:64ba8ad051de3e143aec4a080dc124b3de0951864159c2eed6772fb16e590277 +size 410120755 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..73f4a99758801713a28fb8aabc0178a6bd0a9a3b --- /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:2d2f086b24cd619df98168167fdeaa98c35211a46453972b8b009234d2f39b55 +size 498010768 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..97f9a2ad1b7f2f7d6e57f75cfabfd6ca0692361e --- /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:1638a2225c33aabda9fdde3534b222939957e24bb2dd8564163f4dcef855ee5c +size 492285127 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..30aa09f69205d27de43e5e9a82eca2e6112bd37f --- /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:b052c20200ab78785e497df9c1d3c2de60d806468169ec9caea17d626ec11317 +size 864682635 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..064bf8c4cc9b31c742a836ea30e69288f39fcd4a --- /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:4df4d2f8d09ad51ed977be47b769678672708bb009f61e7ff482e47eb3374a68 +size 440822030 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..ee091607adb6d7dda60654d41a5b47129cd187f3 --- /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:d4c3feca61918c90ea9c28489a1efc2cc577dc24e6354be9abc19e46a8a19a52 +size 470551662 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..462353911fbbb60cd39f7b019a0dc54758eef567 --- /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:83db47c439b2a17e298b00f40ba84f93ab9deb9fd00233c82ec88c2b7e61d2e3 +size 537707897 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..9fb626fff6388cc41e0ef4ad2cf5f71a5875b444 --- /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:a706a105aebba1a76c7127faa31a7e34e775d02f87fb335724375d79206960b7 +size 605698024 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..2bbe377204985859f2b7d7abcd68bcb6db8dbf7a --- /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:152df82d6356f14130a235b8554931030f317a888a6c184619e3329da77bbffa +size 735136059 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..f5a573308647c4f90ee53c33a8ad359d5df7b72e --- /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:49e9262d6164f4d121f19871f0c04a1d542f469d95e2fa7a733cc30975cbb191 +size 437273779 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..154d49d6f9a6757dee7308ed44b9e0410a74da90 --- /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:e7a1852215bbe2772150291f069dec56d9595b759f6ae51209a92f6a6cfe9c22 +size 461872358 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..9b565922b8d529fc72cc9b1a3cdebc7f03efc3b5 --- /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:7047c1eea7e14e949b400edf04a4035bf3daedab1906309e06d89e5074c276f9 +size 649159057 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..b3ea9cb2a5279287dc0e237d823175d535768616 --- /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:e477e1c2ee5c8997fd2f3b0091e88f003dd0c6b20752b4c713297eb21380590a +size 603000787 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..a8eb468208791eb5adbbd28bf741ba4ff249c5f0 --- /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:6c0290ef32960eaa2b4f11075a2662a110a8b736d3064dd382ce9cc22fbf61d3 +size 533167779 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..c92b5955e2a2fc1038377d9c1ee3e17e3f540756 --- /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:1dd428bf6523a489b8af33a6a435d8bcdcacad587f3f3d63e6a7841e000058aa +size 364086684 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..215d438cb6483802958d437bb2cf109ceb60d724 --- /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:b1fe9f0488b1e1b8975cdcbc8a41d7c468c9e43077c310fd8929577fba2f8abe +size 669389091 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..d2da185323370573d049b109cc7aa83de4ab3314 --- /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:f8d77669666db4fc78578d3f56519696082a0e17a5595f18546c4279aff88af3 +size 453640892 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..e791f63dd49e64b16561bee8dfa5582d06d31b78 --- /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:6f7fca832c49f0edcfc3fbf1d5c937b70c3588818e27a9121300d3a8ddd3b2e0 +size 561717627 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..3eb5bcb9f0d02565c1cbacb6c8943f036eeba97b --- /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:78131c0ff2ed6ebffd0c420e5c93e25b32bd9ea5f23c3ebe5f3576b08500f52a +size 551165140 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..ae02c507e58edb046c356986a594a03f8766b54c --- /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:6920b7602e1b895dc66316e2fe8b7b5e5d515d6de45e1b3110322d21240b24e3 +size 491443387 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..32fca0f1baad029fd3018d5e5eac6b1332a5c403 --- /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:bbdc875ee1c3121ca4472324726dd70ca86eec09d63da45c4aa16bf39daeaa6a +size 549407537 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..9a09f2422f8116d9fb436cd2b7e483e0524eabd8 --- /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:c24ea1010096b97b0134517a4d77d180414c742a6cd412a129c395d11c02857b +size 796409647 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..24b42235962bff0593222f3bd771edf2c182e856 --- /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:23b80daff98a70d61e28707d5c1f1694ac73468bdca087819ffaf88d243387a8 +size 540937747 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..b63cc70313de7279e05f772cd717d02bb2979dc7 --- /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:4f65b681b560e198e6a14ac769f41ee94da63dda4e756379dbec7d2a15869555 +size 861834302 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..cb50a60c6630bb3129a44f644034502851ec9e5e --- /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:472894ff41716485fb2571d75466a32671393c8800f0e203bb6183120c7fed60 +size 476942739 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..c27f9b3ad9cc0a2eddc1215aa7c3cee25555a889 --- /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:e14c44028d8d6a7dd3881c3112f59519866063aa32c260a790d8d14cb46b65c3 +size 400718983 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..d6a03bac570c068a46620d4b39f18b1bf8cd6794 --- /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:55522b22b02102607ea13929aae777cb5f7934385650017514793f39212e14e9 +size 512789728 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..996bf151f47087591831e8d9cde5fac2bdfa1eca --- /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:87db9a188a488a73c78fc7ca79bb212df08a8e63182f9b47d07b01d297491910 +size 909444352 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..c41814acd3aad4c6928dbe01c2bb3c6e89442022 --- /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:c283ec537363127b2e9cd06adcde5fcef38861daff58736593df4830cf130cc1 +size 736428798 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..37735932368e123919610dc97474a1c04d89651d --- /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:410d7408041fd81a3c432da67bf84a9107496ad9813ebc8808bb3ceeed9c67b0 +size 429390347 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..df32dd83f54dc99da9a2c68a92bdc344f8220361 --- /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:1b94d8e34d15ed596e14380813cd8292d04dd8a547b22bb87879640d6aad0b83 +size 495736716 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..561d066bc0c3d9f14b356d5766f90386efea2776 --- /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:c5c3402c03400047ab0e8a9cd92a9aeda5eefe1ca5072212be254878296a525b +size 455552953 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..da7859fb856af2e40d487659ae75a87b99eacf65 --- /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:6ceaf488f737b922b542a194d776f666adc3b9a6e0ba1e42c27e713eabfc17f4 +size 459499454 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..de91392d034e73f69d616f679443ed31e3b91c2c --- /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:1d2b99fcb65e9d430348c54c0e689997dc5a552613758ad4ce72077a09587035 +size 546436562 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..dd925e3c9ade188edc6d2c8a2151dca7898a8672 --- /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:17b18f17a92e6dc11f7168cf91ccb27e45f1129c2440e94909fa123f2d76d111 +size 747783944 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..936f92b67686b7643f941507a76fda417483a291 --- /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:7a844ef300c11de422b4db0313112b7bc2fa10efe8d619a41a77ae904cd1a112 +size 410334468 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..8301d469c7e1d4b6a98c0bd0807e9bc4991e5ec5 --- /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:612c0a73e35b41c22ae80f9e81ce2f8adf1cae9a2db92a1c7330dacf20710176 +size 617612784 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..a0886cb28356b553c57f9cf42d84d2ec2067d0c5 --- /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:7d408d18513a44f3a02b73b8965b8b5b1d6566abd24ab81dffcdf1256b1f2ba9 +size 470351110 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..e625f4b5e370cf8115011faa011886ca29d184e7 --- /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:24376ca3c733e2e582e6057d6b2b7f84559f47ea97bc9a2d548f289932ead76a +size 826096484 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..997e7d933f281559424c037e756b0b25f4195bed --- /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:cdd3b44a717b885586eac572ab326e375b7bd9b78bcf14039a8571336ea671ca +size 568487577 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..8241b163d96b08075702deaddeeb4feccd808a0b --- /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:641411ae695eb4d728dbc961a1098efe0a2e2f6baa27155d795627a206372af1 +size 782208513 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..61d42eea765c36e509edacb9de912892bf166900 --- /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:74d2a15fd483f1166b3d15ce9eb070f97b9e8495a1d352d140a104205027d6ee +size 483251422 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..7f19f545a655a8bae6913fe067a3e17d50f96d84 --- /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:d6a414f578010e51b312674f83e41234b3522817ec086c09ea0f42836e725477 +size 538189086 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..f2d72a80fce291728ca77e78b39523cd4a093b29 --- /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:3fc06ca23f7f53180d4fac11b98951b9642e14198d852f5f2e6da9664cad7894 +size 398342522 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..9bf22014501bfea00a6c7c57c19438ae26a30f0f --- /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:ac90bcb443170fda4effcc7574f277f72c6939696c84ed31649336cd13e63966 +size 472606707 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..64b3e6e5904dd8dbddf0f97ee4360211a4ea3a52 --- /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:4c923f7b8d25a6a85231547b361600fd5e5b3216b68ec728e31323917a32e646 +size 653576532 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..9f7fa5dc61ee7f0ac5b14dcd031d6a2960b31b3b --- /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:4b094cb0dd94c95cf068f115877d5540eff54548b7b253742975296ad0a1242e +size 486208659 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..9d0101c1932d02b5f7bd20f746fe1781ca2cbd73 --- /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:f1ef3976484e5cee1fd54d3bb7f00c7a59f96e9bb9d890d8ac78375768a471bc +size 385103692 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..b8a546800d53b9f8a71d806a3ec9e7151dbc84b9 --- /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:5afdc1dadabd5e34885a7e4ca545ba4023443eae7b9637c00c0565b64a823c68 +size 406387314 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..f621a9e0db20b759ee69f8e162a66de746ff4713 --- /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:9467688d996cb92931ea7deeb7884d9ce2180201f8e0b481ce84d1e08fa5fcd8 +size 1111266937 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..2a8337c52ee06759ed52ac8559db3d2811c528a1 --- /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:d0b2be9f62965c00a6f2b4f1a7e8e3bcd3a068ab40db12dfd2936bf88fc358a1 +size 442132505 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..9664a25857bc517addf4095d58600a4fef46fcb7 --- /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:fe4b9a0136b31c9c0745f3b6aabf58bb54730e9357b09381d86bc12f4dfcb82a +size 457106508 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..fcb716ad9fead26c7336d77a737d0a50b40d65de --- /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:3918f28c2fa189d2f21d5b394e3decb4222d6187dd0512c4488e403dc916dee0 +size 491952224 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..13733f73c9ade8d4547f47c7dcadf950d4b2fa3a --- /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:0b24d9865e29f48aa94a6b0c2ce8c340e777f8a5e352d797b729f0b3c61fbac6 +size 682579409 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..607003d4d373aac33912c14afed57c385686e1c0 --- /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:ec56b0c3fca9e1bde4b07fbc3b7d008e37f9a727e9dd689c3c4aebc40ba1f201 +size 606099456 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..a47bb1a6ea164a49083f42af086388cbe76c14ad --- /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:70fb2bcf2a6907dbddca0c1f57aa630949ca56f169822097f5ff6d91831ee721 +size 465343182 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..aa0f7b83682d56d6d5dcddf149884e52accbf1dd --- /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:d920f5754be546cb75e46f1e4b4afc361430f6c0cf2cdf4075a9b348fcbcdaaf +size 909062225 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..b8f272d2784cddaa2a1698b0dc9f6efeacaac06a --- /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:0ec10b2a3bf4021e4230155a7e3d11eba3c7f00081a37ad09024aba795c87d79 +size 513613716 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..87c47acd728eedb0b6fc2150a04dc18f9fedf932 --- /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:4ece0ccb130d2f616d93c844699cd9ae703cdf4a456b7f93a847281da95d6db1 +size 453446646 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..b27def3c2c9c43321d3b81c52ea56ed39def8283 --- /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:dff4521a890750f23ed8432e81c22a80c92ebcf14ea6e3cc70db4acc035e30f7 +size 1049681570 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..b8ae5a160bb835b8c7520ced24d839682472bc42 --- /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:2355bdaf0cd1f46fa8627d00552352b313b6a6395628a0c4a83171241cbcd27b +size 445410825 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..db8bdcd8aeeb5a8fb139ae2438ff03bd233db636 --- /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:e0bcf37330faa30aefce9700e1afaa16f44e6107a647c7046d3ca08a9198a42e +size 760118866 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..44e775c7b20bd84a9cec70d9537281acedcee06d --- /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:6b0b812a71bb396471af542da2d872f538e5f259df662bb94bc41bafc5bbd40b +size 850552784 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..667cf191e793e516e193cfaf4395ebf980930e65 --- /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:f13ce876265640aa98ae7dab91e34afe0e9922ae2beb31aefa0018478ddfe658 +size 863068045 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..74efd5b0b7f7d0d239decec79790c77694b691b6 --- /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:b4134b55bd97bcd9036d4451f7757c93555d32ae755ce10948fac0d7e394050d +size 407818934 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..fcd7d6edc390608c586a554157cd839c578d2120 --- /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:4b10fd3d30e1631f59fade9efbe948e53fe03b34cdf9df6d0576df6138afcc99 +size 676668164 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..4c60c8f39edae2694e9ba26964dbc916a981d9eb --- /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:4a2824ee7e00bb2b3948a1ed2a9d9927355593fc413d089cc6c075f6a4e34642 +size 650881967 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..5732f4392f5de800329bb70e6825e95f673354b5 --- /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:4e4709b63fb1edf0adf89cfcb556a8d7685ed087868e2dba93a98b2ce3fa8e32 +size 579986133 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..8673da37d59d9279690edf8622d4f0c1d51c2f0a --- /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:6421ee0aefbd647052e37540d6f3171d28bee286f713f97ca2ad5e5c2efca2c6 +size 534668850 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..76231b6883a61ef42132a35f71eb56dcb29fe9d8 --- /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:e5809e45901bf705356816b6396d4119a0c46a903a0b412a244c1e18b0b79ccc +size 559857645 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..d70fdaeaed1640582bab08b59754ec2b62933bff --- /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:e706492ae87fbe4f8e865193616d364d9ab1195596fc4c9f38d66f5632f367ca +size 678549779 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..53e60f6fbba5ef87df2afb75e22a8fc9c24db627 --- /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:b7d3fcc2b63e3051c6111850dc393ddbf7e2619b25669bd0293d041039023e40 +size 875170344 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..2fa22a8524f4724eb279c57bc8c661b7db619673 --- /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:9fd7f91426876673890d85ca600c2adbe4be3c881caf066b0c4d6d23f975e9a8 +size 529936858 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..4e520c9915fc4ee7a50faa89bf42da942c034cbe --- /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:14b98fca4d7287c04451d083257004f15d47d2567a2554fef88005368e5d1a83 +size 532987426 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..99966fd9d1d1986fed0700c5fb01f92681c29e47 --- /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:3790d2455c1961a22bb4aa3bc32ef5af8449a01a3c115203a92dc9f406c336bf +size 462215040 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..4b26d7ad55ac2c62579621a1254c391dcf13f3de --- /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:defcaa7409fd94fd70f014cdc65ff065bebfcdec8ecd79288694685212d1de58 +size 462558662 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..b1cfdc5d5241cfabc03bb2fa07130fd8fb5294f4 --- /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:e5ce6fd5f42f922ada1cfb5f236e4c69a83a74aa92a01157ceca299e9ba89628 +size 377663855 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..bfef499391893f9771641578c43454034ce410d8 --- /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:688edee46441a31af4d5540ae20bd6ab394d6dff32dc76aebddfed95457bb434 +size 840460413 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..6e0e3e8b3b95e9f0b6f222b3bf1550b70585f9b8 --- /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:706f93b8a26676b0b3324b4a28d7bea5cd68317a04097131d5dc72ddfa2f89ee +size 819571859 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..b37958045d37eb328a08096f1fcc26cae5190ba8 --- /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:5bdf957df3c2072961b68fb2a15625d3e70d62684edb4e8160a12645b6bb2e8b +size 589716407 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..dc69ab710ac6bd61a901de4a4bcd1f38ce133795 --- /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:780aec3da6f6bfbf235df91a716d0d7f82ef8361a6f0dafdb687fe41016fc7cc +size 431478249 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..3ea5b7f1958df97cf080f3414cff865050a7eb75 --- /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:9e4e2b64cf1905f99af05a89ecbb507bd857278116d2c8df7e7d8321c78ad39d +size 516982037 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..50133e9d3279a388a950eaef5717a30b2708e786 --- /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:5175d99de76c7db6098484327e4233cfa750f86dd5533d65852ff7e9a0f529e8 +size 589948466 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..ec81b27a50bea474bbeaeda5ab664bcd753b399d --- /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:8214f5f0631e8c3ec2b24ccc6423a1a21aaf8046c23b36b5d8db2211eb731ce5 +size 373293346 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..1ba13d1bd263eecadd6d74db0e38625d69a1ab71 --- /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:59c09eb9efe158d81b330b78a75961334d0b200051122c2fcb553224a222bcc9 +size 582720447 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..4fe26dd55621ef32df8cfe542f44c9049261dc53 --- /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:3c7df6c85381afa1cef6d7451fa9b4efa2e4796f85bae498cc6dee1fc0f36359 +size 1058639104 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..b772d1cf2e91fe06b99f25d7c99b3bc28588ab9d --- /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:0de8a43c48f654d0fbfbfdd5500638eefc95449251750e62966ece56b106e33d +size 642155699 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..56795198eba88631625e331d5f58f31f4551e3b0 --- /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:0f02d34f4e89df9e95e85a093537a36ea1715104a8ed8bd586a41925097e59b1 +size 629519028 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..21db5e2a8af4111c1915b79574485e9399038af7 --- /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:d1fdca75292be6f232d8b0f6dafafedcb6ad84eab12119074bc0e6809dc84a20 +size 678740964 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..cd1e395f5732b4d661a22f8c38d68a8cb6476c78 --- /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:ef206c07481f402fd798a01e35174116cd0c652e381a984211bda894c43b046c +size 750405121 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..dde0ad7155e61f4c3f8758175a21ac6caee4a0a3 --- /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:f549296cbcbe6624396193df0113e912e6e96597f024507752d1f4a327702255 +size 457863913 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..3afdbb512ac66126d1fbe0bf4ff1eb0bdaffd00f --- /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:ff836b4ce952a6409a5c593f7f354a07a699e4a2156c8a10c5e370d2204f1f2d +size 689554919 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..42c35e2eac5eb7b7f1bf616f8ef9446fab0c9761 --- /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:f7312066b2c3b1697d4544a24764c02d6c858dd0595926c9930982ce6fcc589d +size 495913738 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..2c9416bb4e93c9834e418829376d9b733f955b15 --- /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:ed09c06cd8f6e978118e4a3a07e9c4a08b95462556422e52e2c00cd3ee580712 +size 736758791 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..264928e9421205c04a9e6b80532f70bb97aa5b3a --- /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:541d6e19902d0f97ca65198437e4d9474af312f91d68ce3959bd5572cdd66d40 +size 564479456 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..76ae37a847e663549619bbe7ff8b236aa732fe6a --- /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:c4810351c202a7b3393a3bcd1ab4c173df8b162338faa62c878a55cb42517c06 +size 555895366 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..d117a148870cb2c7953b868b58f5499b4e20f6aa --- /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:c7702629380e38d176e196fe362269248ea4f1a6d2bf83463704ae9e71bfa178 +size 451378182 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..53949c2d72d639d3dbe0ec05840dc677d89e03c0 --- /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:3622ce81f7eeca5c17fe56950f7aa4d61069502fd0770276db414581301fae19 +size 500594075 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..abb7b65942a88c3d9e1cf68035d784f7acb0930f --- /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:24579989a184adab79a5496dea4a078ecae56a68b42389b7414176ad3e0fc636 +size 404689483 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..f405a3f8fd03a46bb30590332d0448e85ba7a5e2 --- /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:6d2f70e64c71bd197e3b8b53d1ccc3df40eef3a9eb608164853099cc3c283b00 +size 409966349 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..43348dee1eff566793bd9a13862a8bdf53320501 --- /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:0931d901606c1213600dfad44bb6d39f981f20800c5c14f1983d5d33d0b016ba +size 474233380 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..f710b8bdb82f35863b24bf50cd9deb5a2843c339 --- /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:0dda452205927818c29c3fb80c2b8a29cd66032315f4ff0935f546def25cc980 +size 752043374 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..0a5a5e236a6e63a06b807d1a99a8c223f8c892a1 --- /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:79d48f3af36976257dc25da795651dc665879cc7572b013ff16f3e74ab43626a +size 382499928 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..2c4b2b2b5f02d7eb8e284060034fa985c919290b --- /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:8164a8d09682d58ae822fbf63bab00005760813934f6469a990278970ca7c9ca +size 577694918 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..f1d810a212c78062dbece11972da6d9866e2c6f4 --- /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:19cb7ea9d256ff237e9c44109e0670a7ab79826131af9e0e7f073242447b978f +size 511736394 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..07bb1f6e64b8b8298974f18b2adac3a59b6a34cf --- /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:1a80aaa09a8671c7370c1a2ee04f9011aa2f318bbdf860f91ac088294741d059 +size 429683020 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..4f83205538f39e99f40f628c8b72ddae7f1ee9db --- /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:ba05c5d24c2538d1fce7fec70d8f4c2edfc1f216be955ca4b10500963eb6f366 +size 748377900 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..4388d31e06c6419a4a0cb898c38911ce5eaf55f1 --- /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:8babd2f5ff5952a3385a02c6363885d9e18f20c935af7de7903a45d6906da6b6 +size 512464724 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..6505343cbfa1dcb81fd46588b2848ec701e95d80 --- /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:80ac676d2acf337c6948a287e0da1ef70b1046a746679365f3df7bccf48d0288 +size 1212102844 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..38b3c9ba9da8e896abd0c3ef5d39c60f9ffb22ed --- /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:b9d84b290bf35d364a8ea5d6ca9d6f172cf46475abacc800726219a50d55682a +size 729584259 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..a5991d9c03ca615a2b5bf013d9cabbfb14ab8048 --- /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:ba6e854193578faa5db1acdf62c6786cf8b6929589e2ce4523e5f042501970fa +size 443297890 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..245d82a9013a33373f143d8e05a2cbb278572372 --- /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:2ac7e20cfa994ccdd6b7cff1f8060d90ba75dce523581fa9d15e610dab04c029 +size 582318255 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..15a2765bf43fea306007a3d22012fb2490afc96e --- /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:dbbd77fb21c39f3759333b7c20f0908395ab9dc51c3994b4ddbbb4930e2263f2 +size 527719475 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..b12de870bb4d32911d6df40a69cbc976c02e90e8 --- /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:456843d97024ce7d0fd8d278ab2ca802986313140371f8f2db6a52e7f28df759 +size 423950954 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..d8560fa5df410d3af14ef422b696f984537d91e0 --- /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:49d84cf43169559d4fe6585c3c6de3b1892f3b9c53b86a8d944eb7922b21cf3d +size 580233622 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..18b3986d4f0993497b31cca73df6ceb83eab22b0 --- /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:fd8278c131ab325a5668cab0ed787f8a77142070fbebf2a10ba21843a8201a26 +size 667610485 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..abacb23857ce5c9b097dc35472f2aa18b69cd276 --- /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:7080c2b06fdc03d28ec0b22709f14f05b192952c8cd4ce67bfea038d82e61226 +size 420655204 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..5c37087908beecd8d7a450ac088c13e7197217a2 --- /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:8b88f24e6ad8f176bc5bab03a94fb242bf95e3ecef2561bc9565b73cfc496773 +size 375497959 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..f2572ff0fff044149fbe4f02497de4ac9dad5e75 --- /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:c2e5e8c14f4156edc4ef40cd90624e3e9b404779bd0dcea514154c71d45e9544 +size 1097829016 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..57d9e390ceaf4fc1cafcc9ef363effe930451a9c --- /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:117e78ec7ae2bfad9cbc4c8abf231a37d5e0c13d0af3620bb52916538fab6552 +size 469976970 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..74ab7cd302d612559521fc221cea21029baf718a --- /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:7896ba7edf76aea19a7fd7d9f06e873715874e9e9297e8095c1ea9567586f553 +size 602867046 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..228af25b033ee16d1e7a348cca2a265f15ff4116 --- /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:ad1a0a9a07e8318bd8e47b351432e67ac0eb61a78595af4f07c0752160416594 +size 708649623 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..024074a58e5387d14950f3bf342f884ba181efd6 --- /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:3d3ba13a88a99cd5672151bb998323696a5ba00d3a365223c86d5bfa3cf57ed7 +size 508929894 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..c15bbabde5fb4cb1fb36c6a5d8275228417850db --- /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:38300a34d6c8571772789fef0033b40787a46275a2397ffeb4e9da290b7ea295 +size 481653565 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..6048ef9819bcfcf90ee8c442aa20b6d4ea3159d8 --- /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:d2d1a7bc59a370eba3508fa45d381e46b98793a0f6919343bb0765528a21a280 +size 795086756 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..040a2bc198ff7479812d226755047486d6d061c5 --- /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:6b32247bf546664b6bc3065648a865f4df52d4e1814c6881b871f174c892b94a +size 603287783 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..bf9365bee851424eabc39e1f762c285915532c4c --- /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:c77f456f32106c0efc5dfbf9d68e5a3932a95b000384b4e5b6bad6a810469415 +size 461700066 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..45324cb446c612c1ac53c14e64181674e9077f74 --- /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:020b38a8b6a4910b9a4463564b5ad9aee07fd717c7bfdf23a9c41305c40f6a48 +size 602784535 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..89b61c6b6b962e566e869613660ace68eac338f1 --- /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:92d8bd86a83c3ef9632883302f22fe644cc5a16149a7b4a4b317b2fda0a58d63 +size 717306460 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..bea3e74c755daeb78c174b817e73b3023ded8d51 --- /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:1fae4b143a63af1d04937a596bc9173830e84e8106230f713b7b575eb219d7e3 +size 479666635 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..94ee68dcf808c358df899d8342c75dbc2daa1161 --- /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:dd3ded06013b5ce50d0c3cee595aa95c384bc72bc3fbe0de204a314aee19747e +size 516578244 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..49812745fd4df904f8696fd4ffc070dbbb1263a4 --- /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:c2457630a65afdf30afb974efd06a9e52d8f95764c8d1193a187cace6688f4b7 +size 430328591 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..1d5a12763c683f517d7d093b87332584f4dea697 --- /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:a8b60a99bc887d915dc11bfa47e09500cc725270610b7f4028ec1b081454e41a +size 640550138 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..7c031a7ab9e5a31c499ec5ec8e12fa2a1c394d1b --- /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:77b3e3df2f6c12cc33a098e6fdb4b1e511ed998380576260779b158c6a4c1ffe +size 554909754 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..054fb57962c86a892c89bdde7cabdbb2a790035f --- /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:ecc294106bb397c95bc643f390225741e34940736924456b6ab3f5a57a632160 +size 493391306 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..ca4ff3efaca70f48357539a59085cab68f4758c1 --- /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:1c4d36f97ba6d05ce7c8f8e528183470d157fd88265335e30840cdfed3679ea9 +size 750035903 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..a11f0fa29fa8ee8a4744c831e803c6cf57110715 --- /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:6a52da42891672e8d3578c5dbe5c6aa728849a9a11c07eca284b29937a94f4c9 +size 506034288 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..380c5cd2fdc0d779ebb4167cc1563cc9b509c3b7 --- /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:51d8e57d96b50a7a6f4b77085dcae7325c7ae4d0f915bdf3bca156d726c17816 +size 418854045 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..bd2d45eac8d143b531c64c6fef2eee879d5c1afa --- /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:bee9616c1d04f9abf56924cdd9011553e2a3e6957b257322933ca0a2ee303fff +size 390510551 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..8e77b4648bb3a2a8f8f2540f100d3fafc72b5f58 --- /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:a956eaeb80cebca7b3c8d943fe4f3e4972b4eb0be1303a627801be049d2e755c +size 529817964 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..7971f7597f0999d320b4de015db8c985b832b020 --- /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:db804babdeec15dc4955743615468d3d8977f0a51e824b74b8971b3dfe38a374 +size 494194498 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..d6f300bcd90ed75a8336c2f38d1a7ff45cfde1bf --- /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:5b19a7efb8cbe4111b88318fdb164168b6ac241d0db671bd6d5044c65d4ad46b +size 551031885 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..9200c805c6b5fb2c2938b442a71fe7ba38a14ba7 --- /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:7da9df92b8930ba26353eedc27b84f6b194df84e3f8d54af61744010d4ffe7d4 +size 517428140 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..534432c784d6553954689281c2d36f6b26fb8acd --- /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:1c30cde39726ff784b14348fbf6a3627dd8984419d4e367b7409194d1e5b08dd +size 459180089 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..33631fb55b129893b2efb9666a1ad2d159586e13 --- /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:e6345d3b99875c1c6255ca7fa93bb10fde8be5515d29e7b00cbaf79af02a6de9 +size 403605703 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..1f6f8b83e22402bf3848dc089cc032095fed1186 --- /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:8e87e2bb234fb2ab9c7ff885ef4a27c27dd8211152f8ce0605c72353ab34175b +size 568304090 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..06817b9dfdc89a94a8767ddb345eec27195fdaf6 --- /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:ebeedca684d6d727bf299ad9c4f33d6fe960faf2eda11694f7ad70a2fdd40ebb +size 505118816 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..4a175ae08fb9894b72ab2d9978092848dc321b8c --- /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:9b191692ee2d386930b41b1c2c5d2511e5db55f8baa82ae87c81589d19fa161b +size 681273366 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..7cfe5bb86c24e32d268b16dff524a2827a1cfc15 --- /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:e764290327bc476e1d0cca5f9bfd7c85187e32f71f1ce8471fca80a4e4534980 +size 599746230 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..fae5b9f0ccd0d08a82f9d7837c26668103f12547 --- /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:10fd696d4e57c54ab16700868213f6d2ede9ed6022c88567730f9ce2f47c6939 +size 804372744 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..bf12171d4ac4036578e641c4af0c6423f2f721af --- /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:2ce8fdec6b7cc3c99e301eba51f4ca62a240ee478b276586ac4ce6afc90b0b42 +size 405521620 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..cd7222522c904f916e63bfff9905f90b8ba258fc --- /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:475b185d28f12e64f30b46697e8739880b5249c9faaa63d52ff8cb7bb5b6ae13 +size 618926004 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..5dbbc23cb02169d457e7150fed22684bad235db3 --- /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:933ca4c44ed3517208d27d384c3e2e892a8270f52acaddd74056d29992143e62 +size 483224978 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..811e891c6fb0c80de08ef3f74472dde83d16f7c0 --- /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:855d812cc411f3ffbda8d135c63bf04df4ca5e6f9beb75e9da695fa85ceb52aa +size 423472038 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..1d7ba709e1b1c18e801b741c4b685e044e91fc1f --- /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:919a626927c52f041fe27c98f4a2dfee4cc6b407ed4b2c1e7ec32681d0870627 +size 539608392 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..6d9646102bda6382c86efcfe55f926b41ae7d531 --- /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:dc8ef427c2d3aeed4f02b36fa84afe22c51a11c382c87e65b7a1e6f1ea8b124f +size 445994989 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..3127c9e479bb82abd0b567877a5b922ad498a335 --- /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:21b515c44b4f3a9d7da753033974d8bb5459cd1ff69bed289d6eef520c58b463 +size 469521634 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..f377b9a370060b1a4379c81ff9162849df5f4226 --- /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:7c76baefb896b5d7c7305cbf51aa35a24fd4e236639df418f19b9d51c22b1f99 +size 667901750 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..9f68679f264a40d260ad61f817bb24d0bd0733e1 --- /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:cba660a10b925681b2a48f43dd011a17e031805f4303845973ce00b783eb73ca +size 429951706 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..568609a145e8fcb1681afddbc78683fdb5cf3b3e --- /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:57cd177c9fbeb79fd368cd24b663dde848fa721f064ed988a2d600aca6869e10 +size 441973708 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..309dea5f73902394a925665cefcd8b29b1373205 --- /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:525cd08571463dcb8267c986925b88502837e1c3d9b0d05adbac2be0d281f889 +size 603257118 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..5fcb80ede92eefd695268a871f80ae048591b303 --- /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:b6fdb148cc794c8cce4f7ced8e6d557104ac9f12476faf1686e4d1cb970725d8 +size 443655223 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..ca9a37ced2a9ea615e90dd4b9eb4a64dbeee004b --- /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:fd88b0fcf09655954bfcaa2eca93ae91dedc46bb2e4b4833e0a2a315826f1006 +size 665166348 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..0513549996b1c92be8cde5ee56f8a0bac9d02bcf --- /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:61416bcc4ddfeaaec8bb91aea074908d434b8d6ebde4ddf466902527df0bd95d +size 1040139225 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..d5368bfea606c39c877093ccec369cd914e60863 --- /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:d4538ae57e5a3c2ef1f6446c43988d298e90cf715ed9e3c97b42f4975502fc94 +size 530642023 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..3ee6db2b34afd41bd966f8a03e87b5bc77d860c1 --- /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:13f6d7491f343e12b506e85de76efa4485ad9173253c7dd0bd01ef31eeebd7b0 +size 410960328 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..c8c29be3fff9302b5531fba7e87f80de8c96daf9 --- /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:a5ae3b547c58fb86926ac4bd221e571e08c1647454a4a483aaa3495dc96e2dda +size 569136686 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..bc0b2c2b8ec0f531467a1057d6aa281360394d0d --- /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:ff07915c57a8b75ed8a81961734c6ef4b93dca2920621a8e9cb097cca01ad885 +size 1335240361 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..71269849f1be22ffa83554427c4c4c0aacebe4ff --- /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:953bf0df36914858d53dd7a1808fed64c724365f14849749da5dcdc5b4caf9fb +size 414963184 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..ad8d6e91fec00952347b57cbb834635e501fa665 --- /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:249e2d492ebc8679d18531b9cc74b4476caa5adcebba60434f572ff0613a43c4 +size 358071195 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..4fe734bfbbccce6238cf77086356ab188e1ef7f5 --- /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:29afdc72bb201060b6f7a46debf85ae9e87201e8c8474df59b1c0dfc604933b6 +size 593131680 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..3a05311e29660afa7095e96065bead63fa479552 --- /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:ce1fbede06bbd9b5bf40275f42b4eae19f9de601896f388cd18bc30789e1cfdc +size 406214911 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..c90adc0d2134a3830f072b14d807a2c05b649c99 --- /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:27888d282a79822679863c380e575dc6a4aa53b40fcc518098af7900c473aaa2 +size 504673221 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..b1dab03fcff0626b89e23733d92b06de3d4fac2a --- /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:f4d31abc69d49c9516ad2c37d6e548093c7b1231a54d313f1cab89c4821a0cb7 +size 529379176 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..a1164561d7d0597528d5c23a86f8d99673a05124 --- /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:8937ba90e4ed0512941c28eaf4bc67a46c12ab3c1a0e7a7410854cb900d38dc2 +size 631979350 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..edf6ddb1f749b42389a3674cb8111a41787b3410 --- /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:ad004d86803fe758bd4919632d560e68328c011cd68ba0ce0a2d294950389413 +size 691701974 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..12c463f849effbcce24dff95b829c05bc1886765 --- /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:ed883f66a0117071002f4e4babe7208941b8b1b7ee59c64be149822b71092d2d +size 540140817 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..30bcd7a15075e474c9f5407f1a2418525f45b9a2 --- /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:9a377c2ea2a542000c264c8d5c6615eb8c872da4c43078ab369d9ffcd64dbbfa +size 402230027 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..1142b8b9a9485f53f5718b7a1063718422e3cc66 --- /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:8c7e031921c0514d45a13da9f5832f33195eb2b18acaa8a496581c60092c18b2 +size 536893320 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..78ece3477d058b114693123195422e9eafdfc90f --- /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:ac4bd4ec155709f488fca360a092b7f0a7b6af553e3bbfa337fc05828cba1c0e +size 500271177 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..ba31e1e2243f15f2507a2c43f67e203f178e9ba2 --- /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:d0b49b5ae26f0c1457cdad08e9fd499f07616f1801aaf30e021ca879274adb39 +size 371298653 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..7c80711206ab245be28b674ba1cc84f0bd10882a --- /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:6bbda235472efeca4df79d5d1d7c4a08d26918020c6d6820bfa2093aefc58943 +size 603638685 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..fe94c046acb129adaa81ed66cb37c0f2dd251487 --- /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:7299c67fe1ce4969449aabd6b1840c8cd1f4b15accc840385fb1cc8d0d04f3eb +size 871937222 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..cefafa47422327bf3e65d42fac7c2f056138dfa7 --- /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:f4ec72a288d98ba9f6d3cb7158ca1bc174f9f8f28429d49938d1871564697de5 +size 769151740 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..9de182a382f6ab9b7093a4b35284c4c41ff27e15 --- /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:43f34d893c2c1468a229502089d6bb88fda2495ca11edc553f4aea255f7166f8 +size 429668221 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..44a491a1029e166439184db15d1019a1e170d178 --- /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:4e75474d913d4446288809b59ff7491354d4f686848f0d7c0c78de64599e61c6 +size 344226007 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..b1d181c91115a5971c66640418e4e578cf6cb916 --- /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:578c0a05e909660fa860a2d33fb12cdd91f4f2e3378efec76de902ac0c757d1c +size 526136436 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..f7eec5bbb5e7470b73916bf9cf117966c2d050f4 --- /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:1a392fb7f9ce85a9ecdbe9d6473201e7ca96c34a5f0c90a56ffd5891cc671b0e +size 453176803 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..7dde7911ea105560ecd529b4b23094855009a1f1 --- /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:52bdec3c0f0811fa8a0aecdddd4d5f8068abe278ad3337bab3bdd3f3d6f300e2 +size 518862410 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..f31860af9a4e99b40f10403e10f7312e046268be --- /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:4f7046c3cf246430ee3504202a33505d3eaa468c238459b0f68de7f83cc49a17 +size 560641757 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..37c3acc945391598b3a8e1fd8592cb32fddef418 --- /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:02615cd5a83d1144412f23489c4a90ef07b7a030e09065af6db9ff7322520575 +size 463942480 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..67313385b954496ac17a7fcd52dd6832847efc47 --- /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:49b710f4dffea39b46a6d5216dcf471291c0f7ea3e32282feb5e3f8d40132c19 +size 443459931 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..fd35645667952ff6021e79fba546edda26ee3d00 --- /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:7276148607d209da4fb6f776c277f2ebeb47689dd825f394e01d4964e9894775 +size 409135113 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..5a05c4a2ce58d1d0c4f678d78361bbd0e98f710c --- /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:70c08e3e15e71b8849c2525a89f671b239d3ace8ec300bbe03a664321ef62406 +size 475226797 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..f0e2f0eff83654eac2992500b1f4086faf76893e --- /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:2c8c4a8a843cab6b23289fbb5f61f809ce4abdf18212013c609e2f9d6a2b0877 +size 416180200 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..98fb7796119a93b70f8f710b7d0fd7ebaacad63c --- /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:41df5a81530ae70ede8efd405458acaf6ff4f32a1892019862fad7ea180c7b73 +size 403992198 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..7eeae402ce4515416cb820ac390e3124399bd784 --- /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:42be93cacbcb052ec506c0610cf0d098c6e669c73f5974c0f03f8c286f374af9 +size 686054556 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..7b34567118e03c41ad6a769d17585ef826274900 --- /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:b7ad56b047c835a4990c956efd18e46c3dc37f4f85faea52b73fa1e9aa0c1f62 +size 498408432 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..4ff1058c790dfd2c7368fd0fd06c379c491ecf42 --- /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:1792c0edd324622483ccfbd661476ce8ef7157e1b27edf7dd84fe05c62e00a86 +size 413193130 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..0ef03de14c9fef0eaeb7fe215c0216195819abb0 --- /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:3f5f0adb8d05afbed8f35e5dbdea00b8431b23400263cf8717eab66f72a49e5f +size 935033818 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..db01589d9d07402b6ccfebd51e7a768fb8879189 --- /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:9664236a72be0a43dbc4f6dcbfb6ace1b3a404d06e7d023154bb1a8d558a6ef7 +size 530651983 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..20d054002705d4f4edfdbe25d7b296144134261e --- /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:cefc76c3e29d5964657ff3daa9f5424c970bb163cd061eb2359eb37d1d203e59 +size 489179443 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..e7bbf7283ec97aa79c7331cd4562685d49d8299e --- /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:b00c4f701a18e81c2ce9c5dd87ce4728cf8d7c567d39f8719caec6a40b78d49a +size 421106088 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..a17605f001d3a9ddb8b9c2eaf0638e65dd433ae7 --- /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:754efe771e75220507ae83804ddbdf5ec0bba75a5548c9cf9e44fe62ad25ad4b +size 375583869 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..d6ebb0a089771c70e337d7cfec318439d4d8d46f --- /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:610fcbbbb4572a1fc039e7a5c6c52b647f69b5af1f68166ed975f524610fefdd +size 426959632 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..05ef5c19bdd0902ba083d767dbd82ae9ad99731a --- /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:ca26d1d2dc8bdbd5cc2dfce59c4b23cd7720f41898f1406d0665ddd2d099a49a +size 630475510 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..8730646057108d86b6793235f6db1f09a40a52b6 --- /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:8bd796089baaf915c5e73315a5ff2b9be5e692288e62c5871c588c0007a5fd43 +size 469786378 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..baf3c0461d7e4ac0c1e2de205b6fcf1d3cb1a214 --- /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:446403d8d184876391772a3565fc84f66a246101a1483ea4aaf4f00f00b288c4 +size 604315711 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..2a954b376cf126bf5a7bf91023e32ff6276a252f --- /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:731b6c52a8a630950ae0e5a3418a7cdefc607f81cc9f91e3f34276b9b8b981a6 +size 489071178 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..6f9b4e9e97847dca5a4b3c61c79c5ca3646975ae --- /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:e68117387750c71b446eab5ebabe96afe70a98ae78ff4e8ae975960f8982d85f +size 389062351 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..03263c0dd37bc2e0f4d6b39d059a95e58bcf832f --- /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:06eac563bd95258aec10174ca94ea73358ffcd7981fe047d446b840e7daae43d +size 748265777 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..058d28d9ae69c5e6946000bbaf2bb44e1b0081fa --- /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:e2eaaf921be39589eb0c8bf604bc81346079882773a487bfccf5b9a0ef18beda +size 382635625 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..dd98372415e65dbb73372b98ed1dd81a98911d60 --- /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:986265560930bba52c60836bcf2c3378b4badaf462bb447af8238d3be774361c +size 783726816 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..3d9e755bb43cc6c48216967a3e451648ec961baa --- /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:82b873b52e3fa14ce83e7fc016978b1dd9a008026ced87214a50f470de56ba97 +size 623894832 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..d832c94388a10568cec55f3b50322ba7864e8fb9 --- /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:22b43d79f766ceea9bac8707c35b7ea6fc30479928e2a94f0c02dd293f910b5f +size 655732093 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..2a392ce5b96f781a1c88e9f2a5cf25b1a11b43c2 --- /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:0a2d88b8e1870526a2946fcbd803fc0399f53aab165400d296be579f9c462c58 +size 547557764 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..14c19f3504e50bf05c3614add6b92f82306fb759 --- /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:77bc54c9fee0b05a5e79e151b4b1549732d82966b6850df1d92be982f10f5394 +size 463023590 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..c89b4552c50292f0ba16fbed4d0ba0771faf5664 --- /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:8f7ecbd7910a73d006a7c99b3e8a2188cfaa6766fc01315916c517c4c5cffba2 +size 415054217 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..3dedae4a486117a2485d3248744c461b124a563d --- /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:eb4ba938716d0465e072a4ae8a52339d066647322a16a9f2dfb0aa8c1b7e5c45 +size 802245396 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..faa15d344a4c1350dc295021d5f2c7631c0c8d67 --- /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:9353a6e2f53fcbc278345b7ce93b40b7d27f9766b1604908d2d894396a497a20 +size 1113998995 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..90c2f900b2ca2c8f9b13f81cc3bedee332435d7e --- /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:5222af23d88385e386990a305f420ffa7533533ef8c5650c2f4c02afa00677d4 +size 558305593 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..cb5a60c9cde27877c25fa3618c496534d0ac4023 --- /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:61780c614e3480e1ac92cbcde57ff75495fcd5e47c94c1780c55163463e61d9b +size 437415988 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..5783277ec1745c05ac918c0171e2bfd58de29a00 --- /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:565ebff5ee754dea9a5a6cf164d194b422f5889089c602669847124bb110924c +size 447255992 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..93bc3828063ad13cbbb17ca016d888ef7bacad95 --- /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:222f1eeff19fef1ef6d6e4b07ac8d4c0dd53ad5201a252db2384e345b7e98965 +size 506684891 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..776d04ad7d719dd6f655f82af602e9c7c614d88c --- /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:0bc7486dc0c11ca07ec024a795d98a1099c4cd9f8c2110fb14303a452c696dfc +size 638331992 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..e6edc17f0dac05ebe17012679821f3ebc6c4c63b --- /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:de2e58f14f53b62d00eea14dbe9ac86a3c43d850db62bf936428e7e0ad5ff79d +size 469497361 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..d7c757f830c095bd677c8677cc826860437d15c4 --- /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:4bd49e92f2c6be3ed6f85bc0214054dbfe1c4afe5a88523f8341cb0c176a298e +size 840551375 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..45e926872470421081b7508c9800c77de3102a58 --- /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:6a329636f58b525a88ac8d870c8e3f1810f1e795930b04d38d2430300e8925ea +size 574863338 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..4f2dd6a19455fe57c54e336d30e79ef163d005fe --- /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:7267b307ff2f722fcb2ac1b1162261c12f66ce9aa185c2ced42c483d199be9b3 +size 773468907 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..1c82620f367dc095f39a09a7289f7d5a444b0f74 --- /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:4275a362ec7b6af9ecd32dba726086dcc6490c7fb266c8ee23cdff9e2da7bab0 +size 683519845 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..1dced959a69bead7442928348bec97720e98bd52 --- /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:ca72b5495343d8cac2d00e4904209ed80779330c96bb169d0b4e2f70317c554d +size 509916052 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..c40722a836ea52ceb7b596204b31b19a15df6124 --- /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:69948fc90c8c728778c8970e85238b46f527db0229d109224acf5f8015fe13bb +size 492739779 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..9d2af10b1feb4bb4cf621b08a288cdf920346741 --- /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:254bfc50be9547ddb7d69403179905e578409849074051383263e3221391d198 +size 479974693 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..16e75f32fa18c166b3be12ca28dc46c3d9ec6625 --- /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:ac39461e3e170e3eb55554a89db5d5a33c696cfe508137709b0769cee263061c +size 503805666 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..618998c196ec8115ddc2751e22c923b2576c20dd --- /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:3d1d19c170c84bdf1e4c3bd447a1a22d95a9310ef45b43d69447d73e89217f9c +size 634495835 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..fe10a50acbb83eac1f84e759bbfec146dc6a0a4a --- /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:b7fe323948a24a9d3201426cd6fd5230a46c54a055f79e1eb322c785732ee645 +size 889450976 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..a0aeed4a196e7c58490938a52f618793f89a0245 --- /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:f68492b934d83786e7e5515df3e9f303ead54953f59c1c6e6a07f78fdee69f3e +size 573477295 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..c2f7444ba23b195c6125676b1b6affaf60bdd7f0 --- /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:968f2a2678b40ede04c61aa480a850030ad85733f39f6483efa95f9c156edb2f +size 519345752 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..e40561561889f28ba8cecbf675c05a936e775d1a --- /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:c538d737bfedd23b8b8a87c13782489df9cd70f2b96f27b1cd5e4cb8d68a8e0f +size 840843348 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..259b177eff7459db6926535c0901588616a1351f --- /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:b46f7eb2d07c2b4e20fc1339c1973827d6a8604c4606b67063fa01bac4fa15a9 +size 583390477 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..b6e561620149716be647762248e825b51522db24 --- /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:39cfc80a75bbdfab30d1c3035035301516e88e5506c543ce7509026aa9a8ff98 +size 394801710 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..a9b4fb8dce55b6441fcd1675ac8ef3d6176b6b2d --- /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:d64fa5e5edcf0b362ed26398ee26f8cb8ea99784769dccc986fdfc300963aba5 +size 515299135 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..90408b50222267a3063a2db8f5edd495a3b1b1f8 --- /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:1b74eb62b699780e770eff4bb26726117ec5294053161d4ccf69024665912d83 +size 527006746 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..3a729188fc07c656022b77e729252032e34bb628 --- /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:12b6b276ffe83249ff2d5c3d6c53feb5218c5352e4ab15a03bf91ce56c18d43d +size 433839646 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..0737d4d5b56664448382dbb6ebb205b57507ed5a --- /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:e50c9d5b8379609c9de49a10a35a268d5d8388cad79c856eb19ed954b2a3dd05 +size 594450120 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..cadcdf0e30f4e9a71a3a0f9a8ed9773c2f6210f2 --- /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:750628ef8d8ca1205415b29daf55de606694276edc7b98a7615a7451f216e879 +size 1462887674 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..68e95dd5eee4756b85438b7a019076d5df8ad46c --- /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:92a280509007ba5c74d54a86b80e8ef2f24d3ea1d7a4f39982246c8ce96113d5 +size 500511014 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..4c5bd0d1f423166b08c590d7c83e624362f15925 --- /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:2ce934dfe40108857ad9de92cc4f78c87654b9dd035c894c1921c781edb1fb8f +size 445633623 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..f0d3baf871b3ef964ff7d46db1a8628f3ddd73ac --- /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:1cace40ca365e991509c724223beb4e6771b3f221ea365577e0e0ff04b424cf2 +size 455793656 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..bb495fb5c430a639fbf825e9feef5da67ad489b1 --- /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:8057d90f6fcc203861385855da3347170441a23c7b4e20c1d286931491b3fbc5 +size 847310546 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..958ce49630e4e26d456dd5dc1016069697c38243 --- /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:baa76ce8da4cecb4c12e13bb35b8baf82388329cb295c9f996a5f4ff2e88ecf7 +size 738205786 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..6c9e7e9e1dfdf1299ec6d53ee252c402e17fbf5c --- /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:dba30bd72fc910616f5009d84011d1b1332f1fcd42397c0c01ebd4a0938f2b84 +size 700704065 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..975907d126a72d161905e5c54828f9854d85016e --- /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:c2d882b496c5accb1eff47169b7fb2741dccf610da08e7824f50bf5d2a7d0f98 +size 589788400 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..07953709fd82d87c9b2e3f445e7d573d5d7bcd57 --- /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:64804ab61ae9e8c6e5337edcffe2fa85322ec7a1eeb3595d31edc9ba19735d1a +size 458389426 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..9374a8d39aef071a48c34267aefe6f496d221b6e --- /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:95ed3363bbd4c4fdb6e9c8e394be9b77bf538f3308129cbc479322d684caa9fa +size 1011770212 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..9851953c9deeb1454da649c784b3e471195dee59 --- /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:6d2309c8334c3cfec36da6f69ad88f3c81ca4c0c4e07b0597401238d097eee6d +size 394042445 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..a642a23cadb0d7ec5fc2d9f520c3f7909fe1001a --- /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:cb3c9ef695a04d715f38e419a8624dbcf9ea978b27f0e241fc860166ce38116d +size 555238173 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..bbd3013c4ffe60fc36ef5a854819484de0c50339 --- /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:eeea7b4febec1a918fa11a1f44402ca757e394694ed48b35d1b9fd095629d36e +size 501209105 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..df8a40a816c03b67edc86b0498e5a8125012ade7 --- /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:5643ca1a5e463b4c5c2caa2364e289a6984eb4894567b8f0a257f6e500c235ec +size 666034669 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..13b62a9410db9a9a116c4e0832b6db8a7ea9c0c3 --- /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:6dc9c49aaab14244fa9e530d4731f70b3399cac7fddddd7dec0a78267e0c0951 +size 561389249 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..bc299453d5ff08109ec44748600d8fb610a06311 --- /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:8321b2711ee4ee6b9d52f7116453795958425c5d690ea3c46ab4207848e672ea +size 544472160 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..2253f42c609328f9a1ec65ba73086aa5015f31a9 --- /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:76d05ebf80b5add7c7f2c84cc4cd9ea326f9808924550f80b838d723dfe4101e +size 736013232 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..10d9c9eac413108ebd86b23533940ff3180bc29c --- /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:2a6f97342e60b4456c8cdd8af0869a8d2b29e262479dee15eedc26b0af87ec0a +size 414298025 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..dd0e561fdaaa95c83fa585ccc5f69bac59c4aacb --- /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:873be3fce99ca59e4cbe4636a49fbf68d75030e7f5e55bcf3c1a96778259162d +size 433404911 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..6a81254c5f711f0ddc910c7a5a4c974a78f5bdd1 --- /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:8289063f7542de9e662b7b45f02fc77aa706076a64ea41805f8e3597993cb0a2 +size 376508817 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..7f260adc5a33b1131ba700565769500577385d7d --- /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:6c186d59f6988c91c1444754ebeb623f025f63b0a3ba7ba4b8284992b871b67c +size 805345844 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..c09433576c2029153a40aa1b2ae03779aec9bdcf --- /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:fb3ef84fbc297bf252a7600150f5b649258a03b677067a68ce02d6a2dbe1ef01 +size 565229082 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..39eb843c6eb7d0366920da875efe185caa79b58d --- /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:3c9087749819cd79cd8779357cb66fd3769f0e688e721c2eebe92e728fee1a1b +size 559011875 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..0fef383fdb051b7e27a19bab56d9ed135bbcea47 --- /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:06cffe4be2b6087a8ac9915a5ef0f7c20ba04e8916edf0e72e64dbbb22d01373 +size 476181926 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..0719e504ba2e01cc92ae42af8b4870e326e230fc --- /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:125d736695c88ac2bad696fb82714abb595fcac50ce2d17e20cae4cd69c7fe29 +size 541147456 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..9260be6d7abd417a89362798a7e3053320089378 --- /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:a07121a80b61139d2a25117f032dc2ab39bdc51ccdca11f346c727bb7958b0dd +size 410156321 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..fc13b94e6e6b76a5bd939e27bfcee612f87bd35a --- /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:b1d87768830f90413562b254f19a2076b1c96f57cfc703dbf3f3bdc887a7076f +size 632209620 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..604341282a6a48df91cd188389f17f304d8d13c2 --- /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:7c8d722480aadb4a36d304cae214a4a4b16e9df98fe541a2ada258970dea174d +size 744333185 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..8cb27b894ec76ad7df592ee8e994443b16c382b8 --- /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:56b13faf50b4a466273c807fabd6a543ac79fc25bbd5e304757303b44a4aedaf +size 396570244 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..f5f14d7b37bab17ea68cdc03b50d5fc4b5181c4d --- /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:055185728ccfb19e45585a8b83f88e1384ffcfcbfb20d2310bd98fc8dd357568 +size 454445232 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..f1470912525e7128f1a0dc8179dbcd9ce8064a27 --- /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:ebc62cbff22983b5232d2e75ce57dabf293c4b0ff24270b48244da6099e543e6 +size 717255770 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..f8e0ca860bb63d37d520dd7170ef6d2d4fb52fb5 --- /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:ce20400408ff155d4d01aa8e01fe5f1beb011f2c313ab2e31b76982002a61eef +size 707327580 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..febde5613e4bcc91283ff12f09b33724c1175ab5 --- /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:30ac73fcf1e31b716aa88ae0451db77b78c543c79f6c53d05b134e1c39bd6b2e +size 438686968 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..248ed3946f1832d18c70ee1fd031288e910266d8 --- /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:fcb72dab7c7df1a78937b2eebefd2a43d9fc6509a5097e6f86a7e0a117ff2b1d +size 380713382 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..6af381cf0d1974df514ab13a90f98de1c25bf479 --- /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:7edb577fa9fe7f948484c02493441c43e7b051c3afd6084b77b4b6f179b04101 +size 399171398 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..ef2cf035e7841221a3dc1cd1f776088c7c8c5d8e --- /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:e586fa28e1ebe1148ade19224b1745571c5f85aae12a25c9640f972a5ddcbd00 +size 420305754 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..f744f1a70631709f5f47980799768a148e41593d --- /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:439471882a535802437c638f7138f2f8f0ca3e72d43becef277ac2b0f22ff17d +size 487952290 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..47ad4c0d7f40211ca583c7d4bd54054df05bf2ff --- /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:d94657e8b37ab5ac6fe81adc88b4740a807e18c48c9fe677110ba48e5baeea74 +size 406536582 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..bdf8470eb34bbd1ea14ad2f90bcb054a5161f312 --- /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:6c9d6a6ba06f9d2b9ea51df6b78e3f3964811f22a608cc5325e1fcf4b5280b32 +size 347044501 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..538eb63b87446b6c81226562ec95e6c7493263fc --- /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:1ac2caca026afafc056dd2b6ba0351c6c01766fd616ee6c5079311676a8f6aa6 +size 592996237 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..72811be9228792cc75af80ccd2a138735caf1ac3 --- /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:02b8e21689e0631d9a8c60582f05536d341045a06a5eb1512c38d51c76292fd1 +size 478451983 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..f41189e9699f6cf0ce780bfa143920ec38c2bf22 --- /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:a67815d378b3540ad4629ab3d74859944e120144546220e1e78656863e7aca5a +size 541861031 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..3a025af37a7d6710c0ac394f1c41777b61e0e5db --- /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:8148dc0dd0b342078733479fbe683baacfac699be46f4d3761025bc973534403 +size 797963757 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..42e51e0497411189d8d59ae6bff3dc7ef9c39af6 --- /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:3197fd9ee8420abb0cf87d8d51e2d90d7614f0ebaace4c6a552bb4b59f1d6d4d +size 708970858 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..23c8c28fdd0cde2be9ff2fa2efa2eaa9d1e9c7ca --- /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:c4ff2b6602b65bd20871ccb8a059da786434dfd977bb056f8ab0d9396376f7ba +size 362837475 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..2b926a1cb2059e021359f84a5fb880de0cab08e6 --- /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:7aabaf6bb58c193d3eeb0717f0ab1d5d72870283f6949942a7b26ccb42578615 +size 1200038304 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..978b5b00e35c1d91da2ef76848836bc82f3c0d80 --- /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:8c3e636a15ec607aa43a9f21a8eb33d6a0a29caf8e5a417ada1b1116bae0e879 +size 451442344 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..3a37993e556ad8e5fe4044b2c4a7912c31d95ca7 --- /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:b34af9e7182b7324cc8b5009ec370171c3553f24f9ddde18208862d166cc2b1e +size 433188217 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..f76504ca86be9c8e9266c1ad324c67f3de0be792 --- /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:5788ec0e6ccdecf33e1ad010b7c68e8b68fed5c00d567d218522933a74978a50 +size 500601625 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..09eb7e4c3cd21d1a624a1e9f03c9ed4424c0e8dc --- /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:474f5fa44066ac0255bd2ff27171ec9723fcd3cda25551cc512e8102a50a5e9d +size 574943203 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..d599c1f4103399cb1bbeb4a0c4a2503865553a6c --- /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:7597569ee0cf382cc3c70ecc0cb01426b43b0414af28b3d87caba87085788add +size 600447727 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..f070a066550563057545a4778dac0f033e9b15d5 --- /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:c5585709997c7cdab2428c520308d267b56a7f0e1d4a98eb8c237b0a15ed916d +size 646054720 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..15a485d5a0f3c71d29b979d15187e70b33498aa5 --- /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:3acb1b892719fd6d8e17ec18e57b41c741d8dfb47572889b00e94d81afef0997 +size 525327820 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..66a941964812d11256c765fcaa829493cc2e21ff --- /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:560700987cd1fcdfadf47efe00154d23bea37078db5f5180c7414238cc50fb79 +size 633336273 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..7b3eecae749ad0c6c0bafc3a6a72ece709c7e199 --- /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:fe1dda656470cb1b90feb06b6ef11de47210645a8762fd647b545430097cd8df +size 465695160 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..a110c6b2f8fd8002ece440f58a7860ab85b8da42 --- /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:492a382e2104338b32e5a2ec03d3d58ff58604481628d375a20b882cedcef2d3 +size 536524612 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..ebf20e189bd5651a34ce6a73787d17b19669eabf --- /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:5766871b31a081cacf95268dec2e6381d8464110394ad1c3da85beeca724f469 +size 505706293 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..2a9f8cf3584400a6a83c5824e100d81dbd7eee51 --- /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:dbd6345c7737464f350a172df21a0d458802fa63a76f4b8dfce8215c1ab7da2e +size 483096521 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..9d3b0999d9f8fa2cc4a96f7700e2f684f22692e4 --- /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:eaf23315a2cd96132d4800bcb40d2d5e98988c3ce601c93485b296a8e56dca4f +size 469782320 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..fa9890ca136994abab008c787c059d36bd377a2a --- /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:351325a4b76fcb504027f7697161d01e46f6f0334582bf9d3c4772108737d632 +size 720465114 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..073b83fdd936888c4fa28baa9f50793de13ba2cb --- /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:db5d36f39b12a2033f58d840e6a7dc019f5e68f3f4f6a8325bea0da30d77c369 +size 669080181 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..f2a909cb085497b36485d7e4888549879f1ee9d0 --- /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:5ebd3f20184a0c65ef3592df5e8fda5a1d718bf7aece5250f07fce1ae06f11b3 +size 460867763 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..93e7c9b53ab41e48fce9f7a0f485c0ab67a3d755 --- /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:67c2e08823e614c091abeb83e253ea2b6ec47253e07c30c6bed6e6f097f6d8f8 +size 411569027 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..0b8adbe974d4c34011aa8da82780abffb5cb419e --- /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:138e7a309db971c650794a94c72d2efa240ac3b7fe2fbae0ac7cb397a35b83ed +size 490141053 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..34073c4ebeae433768b4cae7d06fa1d260436bd4 --- /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:c963fd0943d46cb0453785e27f62b071339c77bcaf3a921a71d88b97e790c6c7 +size 462032830 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..e3180a0e1450492b028e4c1b56965d2442a8ff89 --- /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:fcca684585b797c11bf82f46b95bcd7ecbfa28908a2ddf60ca729169003c397e +size 566955061 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..c4c4848f0549c49c79d4af547ed5b02583b0bf25 --- /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:655d938b23d7ebb4c9a77681f84972a8f81b4bd28f65914ca8b7049d9ce9609d +size 663124023 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..db9519b40349db19e46d614f6b0937852b404bd6 --- /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:69dc9cc1620dbb8485b3be64681c3f6cc539876145d7e0a12805d2eb95b61714 +size 556422980 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..5d4798ed310503d2243ef2aed80458955a51c266 --- /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:8afc4d619e00397207beb0194f5d23cc5e4c39b7fe51dd87c3f2ef3b6dd2ddcb +size 458630078 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..a6d7dc5f9adb98edfbd046749d11f53a65ee9c18 --- /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:0a657f96bfcf2222598dceb735bdb586fb93e3cd3771cc388422e726a6ca8877 +size 444924089 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..ee8bb8f9de54462722397441ceed7bfdf397cc02 --- /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:c4d4b62af5d636f4240de3b727c4027ff7e10f54d89fbb57fe3053df6386bf07 +size 506007764 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..5b35ddc4d2241253971de02c64d1c272802834fe --- /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:e7cd8bf18cec662c74371f952832abae1a1f88a20bde840ebd232aa5659365fc +size 616781662 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..811236799a39259671a79bd1e6815a747e42e95d --- /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:fe4d8346b5f28496d25bd225f29f921f8c28035376c3509cfb2ca43cc3e61a87 +size 419435096 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..b021a5478ea5137153e4236ae0a34cc129f2511a --- /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:2e6016110fe44e29923b3c998e76bab8253e236a4dea238beedccfeb5c0ab0c0 +size 596105709 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..a0e2e46bb0a102346e1a6f50e18499e72bec9665 --- /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:13af7f18fd7f9027b78456c3992df36600088330aa5612f3e04400a57852c60a +size 386281404 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..82953897f7d6c0d535a7d7244aabfe9b3faaf3fe --- /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:22b46e73e9a1e7c121afc01d5036a6656fcb77d3dfdda9aed3991b45bd7056b2 +size 441450551 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..193cd593c443a2798471614fc8869b2fa12a2002 --- /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:3b61101cd888646fe3477e99d12acc199c9c9e31c610c69296b99b1c667c4902 +size 455477423 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..4c99047bce705ad557fad27f59f669a407c6027c --- /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:c4483a0c6e83c96f589bd0042ba11d039d785f510ed636eb717d5f49a78ef5bf +size 474782372 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..4dac80e1193a66d5e41dd0e385dfab4473fdc434 --- /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:aa1c12b715c907470a041d767744e8723f181bcbd369b08177c184c87530591b +size 443029574 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..f04c3a1bd99105de773651b690f3a3c7d0fef71d --- /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:0fbf778683c5c58c47d88e0892829d1e7102dc03a470d3f593027a571daaac00 +size 514821003 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..609a5ffde11f00c6beea6e2cabd3b48431829375 --- /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:d09429dd253857d86a86c985952a2a37f62bceb20670b70f035845acca0a6621 +size 1420332145 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..4dc23ad61f4b0e8c4a803f66de1c8cd15b0cfc96 --- /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:ca30a657cbf637cb65b854a5109266be00c94f43a8627e050ced89cfbb9f7139 +size 559929234 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..5a98134474f3e03117e4750acc1f3a327385a5a1 --- /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:ee2e5034bb9af02b32ae5493ab6ddfec8044084227310f021b809980963d0054 +size 380628688 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..b2bfc1d8b581a76c6a0b76c5b3af4e9f1b9a41f9 --- /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:8318a58c2a14904e373668d7100b0f818ef62fc6130bb046d16172b725732a24 +size 415797311 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..5d512471d8cab8c0d3468fe834f1d41dd8100f94 --- /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:c115ac57225759c5310f8fb3040d6cfb8bd8580727ef8bc17b951e5ef7ebcbbe +size 649375596 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..7c29a8245b1d13ee56d2a21008788d65ec03c0ee --- /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:dc2ae979972269943eaea232e573d624ab513bd157a032ed06d24ad434bccade +size 648687613 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..07e31311487320f6a93cbdb7ea08c6745bb31bf2 --- /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:131c6ccb24e6167b4778d3d3b788bc8d0058806f6b8f0ead50a5756d78c1bdf8 +size 816284818 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..d0eb00858ad3a4566a0c523868ce57ea7fc5c1ce --- /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:c3dd8b4351e62e502bfe70dc13b2956de9296a925cb85a8e695a470dca521f35 +size 577466204 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..7bc1605b3a66e27d24700266db0a8bb5fd6d6a86 --- /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:e273177ad249ca4958de10c3288a77359359efc5b29bd195f36808c2f39f8e48 +size 622421733 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..a4f9713f7499a417aab4e3546b127184519f407a --- /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:29050955cc50eaa0021b3d5f41000eccb5714f59d4cd2af0a5fa6531b65ea285 +size 566654986 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..c060306a31064547e5ffa9f126d2ff199e658232 --- /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:c88fda94b63e17fd3b3dab99b64b8bb8e51186bb0fd07188e1b2f4a8a2767a28 +size 632839708 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..6a9a284b9922fbfe8a1a4b53f8daa77f9f1cb8cf --- /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:593c4590636f8bdd8595538284a208bde7c99b12ccf2fe9028ac10cd8fd983f3 +size 758281405 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..103ed4166d2fcefd546e7d63b8c5430d0d4a50e5 --- /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:76287fe05bdc7dc6936c1131118c7035ac236fc02b9dec43884f9a4f2469047b +size 384002476 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..c85ae684047022c624fe2b6144e10901477ff12c --- /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:8f2750cca03050adbe4a6e7745ca8dde0811ff3fb105328f7c77d2a7cc269198 +size 564113499 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..90d84e7678825b1c0f1b637830f837015dfbefde --- /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:103f7ac4667a239f9cb01d88794b2bf8bec75adcdaee45c8184548ca4714d54f +size 758088672 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..ac68356a0d6744a8bf1cf131ab66897a34bcf914 --- /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:6a7a0072cfd14781c1020f8eef9d12fc1f2ad64e6baaf18fef3abe2356fbae9e +size 367434920 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..8038597be0f09a5ca8d10eba0b7bb83a37013a9a --- /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:293ffab3dd812c990603db1f50f12f9dc91eefb63e8d71c23c7aab054b1f0228 +size 542707523 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..c4c739225d33b21506f2b466d84efff663ae2778 --- /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:a96a8fd20cda03e101583478cdd8c224a40d5c2b91e6366c8bdc7b02f292356c +size 539458838 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..1aad01887ddd3648db36640064c7ad4b5a28766b --- /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:a93bffcfb21157bcd838e1311b1feac73dad2fac910b07e1834fb9ca6de4074e +size 398823408 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..3dde49e11af6ea38a7205cbf765b3af48419c453 --- /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:4dfbd4a714a800124d156951a29b8a9ebef90dea8973a34645e3b8910283f295 +size 414781410 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..4f57abc2e1761b58c3fee2f54eece3be09552c6c --- /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:ebdb67456fb542742c51cd9df5d6bbe91cf0ffc48f7ffc04ccaac221c5e6ee3c +size 366544746 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..a33a60e530e4c51eb9acb679d811f9f0f708018c --- /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:91d5f6ed556367cb0f6bd24879a5ce4d40fff2ccca2e56190075b12584997249 +size 426756814 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..981b2ceda0b98118efb134f3e6fdc4900bf282f7 --- /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:16f418834bcb77ffd1df00b63368a11fc2562c32c58b0c99122a0a0b63d19107 +size 416864091 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..9bd620660e794a70c634a5966d9f9bd04c753808 --- /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:b8ccb43d6ca8f51340643176d85129d4be53aa5d3009e1a2c6c8cf49cb544a16 +size 800897476 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..972f3e1926067df2e35e7220346d81a58504a426 --- /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:4b29a1eaa379f7fd110c191dbbf5b509a93a4fe3c6323b6aa6f99e23ae257222 +size 405381728 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..c185994cef07c0b158c95facbf02938de07b272a --- /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:679412aa0985bea3a24a8f4696826afcad3c210715b3a133bc8c936c4e50f87a +size 446501416 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..caef781189a3490991720b9522b698fb3ad39b92 --- /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:e719072fe8229d35411474664553fd8a726da992b10702e0de35273576f1f154 +size 428887424 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..83f2c0d6236e7a2d7637df282de0e1c698ef6435 --- /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:8a188366bc5d8ec42869059b08843b48a76835a0fcf6d97aba9719a0117d0235 +size 523407370 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..1dc7d5eb2736861e07bb6018674105ac754e9d3e --- /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:8bff2dc3a9196854986ed6dda7d08fb8c106dc3267c2eb5add7349347088a1dc +size 615876371 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..de24caa69173d71f828460789f0fb9fa354ec24c --- /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:dfd22d0b0ad430009245a25feac137b3346d1ff183f4dbd86bb3b09f8ffd3776 +size 587941076 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..a06dc2bc0e40fc00ad48f7d1b2c9485d085cf25e --- /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:920e55435d3089fd5ce72dbfe6accc637601dd2c201a05e0ada5a300b3308677 +size 418772413 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..62f6acea11d2b5c660a800d09a2f7d6f7de14872 --- /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:fce0221973305e359ab2ee36db3e16d5bdef09fd79cbda1c11d2ebd617cf482b +size 478468756 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..217148548c00933fb20c6776ead1a241fb7e16e5 --- /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:fc7d53c157ce01dc42da1e29c8ab5508bbfa4383a8fb13ae274fbf243525f42f +size 500859849 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..e56a66303857065c89b7812a544b2d88255c0835 --- /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:2cce0b34663accd7bf629dd8a92e5b4b120ad624f9cd891f0698972fa2c5af8e +size 519050719 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..237bfc40858305bf1fafe6a291ec2296baf193f8 --- /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:4f86bee67d57d0f76074c3ad860c4fd927ae3ba52a207bed510dadd5350f09a3 +size 518182156 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..117b2fbd23bd0e11124f833273899f421a9ddd90 --- /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:0d4f0f4a139bb6503e3479de539a427e8f894958a54ed2a73e022509c20c64b7 +size 663488693 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..63a77225647853966e9c034685d75e4ad4c1b0c3 --- /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:a874bffa9bb8ed17d525fd741abe0239384a9c0b864f54aeb4f1544a3ba69c12 +size 576133523 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..0b73a51c3c06c2582c751d35e02ace6e89ee8ac6 --- /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:72af9ac7514b03b299005763d13353bad16c4e92c0840e91cad0ab29c646a336 +size 456119771 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..8e9497f4ddbbd1681dd6d9bc0f8508f96c6a72c5 --- /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:615b1edc63ad9acd0ff80d869390e5e27b7a4fda9478d0dff0b3d4f940856be7 +size 938254116 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..78be5dc14689ef853144367fdf0de806706e2f7e --- /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:06bc57e696f71c057e541b09b00f0c25d3bc5d01e51b97a6de7cfaa9abf4f29e +size 500372284 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..a17ba9f204f55960cf540e61f7ee73907014a0bf --- /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:abc238804a226203f4deb3bcfaa9e7484aedc8b5f141b73bcf69a2b5450dd0e2 +size 384988938 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..57be44689f42db0c0c8c1eb6d45eb66cdf899b78 --- /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:8f647e9488099913b18eec1d6ddcebb4ef5dce09ab9232d66f3f9163c5a37e3e +size 838691251 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..2ba8611d25b80d5a8bc02577f71d535972989615 --- /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:c4d30f999637d2072a5a3d8ecf3f347c4ab188e478904198976c1c3cea3a6875 +size 696175672 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..cf94a589bb045963a56fdd219c7b55f67e1fa714 --- /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:b4fc6191a25abf14dbf17beb4d8b99482044d04296d52b01c5fb89df6727087f +size 455117898 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..ff65d09c724b56e39b61329ba9596aa515313766 --- /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:1f48ddad223d6ab36e4be4007c892bae6767e0d57243a12b07de5ea2a92e50f2 +size 537609991 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..47889b3d3b443f4dadeb02584c014ca9146629fa --- /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:465c438c00b5fb67568fc66f0cf7230aa0bdfeffd5036b2a74eece2bf4ba379c +size 423548856 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..262626e6335bb289ff596e2adaa81ee92265dda8 --- /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:9f48a9885da7eddc4941fba34ce153e15f6e6843ec1b6daf7aed832950ba8357 +size 479295833 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..ea09dfd8ad9e3f370c4230f305357a7925376820 --- /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:9518d86a158e43ba576ffed19b708fa5fb28e98317ae32c498f4270ceaf13c33 +size 603407364 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..d73ab567e2d3d2a4771b9467527a44ea547b1176 --- /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:b6d7278594cafa8402c5e413a7fe8e5614f5ba11e3387cb68928f152208a6605 +size 512621888 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..5cad192653c231b9a24c14b341d813c3b47f814a --- /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:9c97eea73b066c719db22203a006fdf7e41b27daa663703f33458b4e4d7dc72a +size 502260640 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..f55e94a848fa65593ee1cac47144314c1ddd6231 --- /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:74eedbcbf3d2950ca1abfc012abc62e2657ab45ffbafbbf2e719a0e56c12db13 +size 424979561 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..3d723870db046e36bf1840901cde35abfe9b631f --- /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:9355f9a4975173dc3f186c5b6d4d19c0d2abc74e98cb2cce0ccb3a083e8902c3 +size 666815504 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..92453c22566a57db6f64228b54e28f122ebf3898 --- /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:ef816867f599431dc4125fe1443e7b7ca19cc7ab686a8419e1bace5cad018b28 +size 585788343 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..1c1e90e15f67eb75af2891435e21205368af99e9 --- /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:63b822f3dcc6ec087c698d225a437fd3212ac30572ba50effb4b0bdc79b0d81d +size 455745228 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..456e732423e47dce93203bed60ea6d03b49fc0ed --- /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:a11df76af6bdd34f95b6fadcd3233a680a9487deb93d098dcd6687c3e6d19b6b +size 510050473 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..2e17314f2ed0dad3a2e209f6a88ae66a2b571c1a --- /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:08d2930cb0156638d942d13e0980f736214fa68c2c668e91c0247ab5b49ad953 +size 447104966 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..44506beff0d31d5d7b80cc7575b333d4eba6ea03 --- /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:87b322df678d217de2b61235421274b42e612d325aae07f6b4b0c4090cf872f2 +size 526466750 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..dc91c6f71eaee8ca0954a99c7d05b393db6a873a --- /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:e9b2c16aae6f95fc81fb40357eaed27a16c4415430cc55712afa29a709f17e69 +size 478479945 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..ee97a021c2251006e6bb2a8fd94af9a61dae4d37 --- /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:3e5efad39c8c85effe05f48b0ca6d27013211d1dd465b6cb71e36a73e60f1cdf +size 473777010 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..c3d99e842dbe89c4e6c1a96921afcb2e8333232e --- /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:b12ed444dc9d54ffcf876ac09f090bb3e4b857cfe0e87b129b34e62483c66ba4 +size 660536098 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..6bc0f3137a31eaa8361272a3122a11778deebed4 --- /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:8288b257702463f893f7e38fc23404da144cab7e5fc67d7dcf3445d67c13ed0a +size 376461143 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..942f9c0f80f72df360373b01a48efd0cd385d806 --- /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:17ed58f01ed0987524017ac5a81b8f0c67a69252873491b397fee435f3deb79a +size 568887288 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..0f6c36a42a761644faa10e0b9d0e7a7080d50e4b --- /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:3bba8af5ef5eb90074b1d864f8c7c80c6acad6bd165618547bedb8244df8029b +size 453798601 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..8b8bec22e43d8b529460aacbb376a1c3b8817e1b --- /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:37937af28ecf76baccd6c500a3bc0cefd41f48725cd262ca15da57633c2fb5fb +size 400619673 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..105c2ac8a346a4c6fe831983d477c7891244f05f --- /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:912b1bef2ecb1e994684692cdbda9a69c7fa3acb691a9e02380d734daf4bdf99 +size 503563338 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..f633217216cad5beb70e9e94ad4b78d9c649c9ed --- /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:0cb7e55a2225865f85ccfdd004643c37ec88e4422595de12405333e906c0b5f0 +size 755235308 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..6f6bf6ef274efa55f0a969a72c6d51c613618adb --- /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:bce933b096953aa73060c47ee6cfabb3fc5985aaa00b89e409921eddafb0d23b +size 591718899 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..c82d9600d5983b8017879b72287b2251688beffb --- /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:328a280a9d59e65ea847f844ff9b8a23acfc0107c7f626fe53b38abc28972502 +size 807032720 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..55ec7f519a4fb687881f0eb493ace52add3d3468 --- /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:69d80788d8389b9db973149838d618cc3ab18e063e242ced1df3053a8b4a02b3 +size 829323248 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..291f9ec445159f7c992b7142dba6df126331de3f --- /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:f779263f361738296223987ee0a9210406cbd3cdbb50fa64a45972ab2f401813 +size 666733592 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..5adf39ecf43835f1ec84769cbb30e9d3e4b013d6 --- /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:473bb06119e92abbf0f98aa06c173350d615d3f64102d0a0f62294dfc93e5a36 +size 417044597 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..de64c788409b22c5f60388a7dab56aa912b0e85d --- /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:4bb47b63f7d105c2d1cb5482248a449055b39a551a85e54882628a65c5c43706 +size 696639322 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..79b14f11a60333fb9cc14d8c1943170f521d1087 --- /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:82745b2b615c9d713fde920739e651755655b9a51fb6e3e62f5cd90232ee00a8 +size 427765025 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..0b8626f75943dcff960c82b1fbbbcb208a0f3465 --- /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:3d760664a5420e398dbd178d006a2abed5a37036c7925d1be68b261614e87250 +size 420614728 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..7d4f353d94850d12ab84a5be8d88eb4a5167a7c0 --- /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:15379605af171c65657939405815ce056a5e1edbd03955c20c4723f957c2b153 +size 463770557 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..0750677509465ffb573a8e33a93920f315275400 --- /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:0cda334e93fd879baac98b2fc50e9d54b23f5cea54e612be823822b51fc9375c +size 632628926 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..f973bf7813301a58f9f842859760c8517bd24204 --- /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:d811c4f061098a8e1ceef55fc7c0824c8cfba3115337ea64cf42cf9ccc1e606a +size 584774500 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..0b80f16e7771222cb8e4559f35a577c5556025f3 --- /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:ccba72d99b42a4ccc1ed4b788b16fae14406042e646f329bf132537af8acacf4 +size 532270252 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..69bd37962f5d069cbb07d7c4e823defb9bb8c09b --- /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:8d8368505df9c8918c6ae0bb4fbc0cdcb158befc7b752b4d0f41c49fdcbf0c81 +size 952153782 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..10fdfb54ab61368b44dffbfcc844097af2ce62a5 --- /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:1e62cb8f040fd0de2fb751198ac1445de28bc50ab1069aeaad8ff60702744e17 +size 612927350 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..77ae12aa01d548be1f4f30f41c8307447b08d02c --- /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:4167bb77caa71290333f74cbe55c5962bc5fcc46d3012f014bdd81224f739980 +size 1005877474 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..87da2bcdbe7a14ac7d10b9e82880bd0408a3e95d --- /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:2cd59213865796e496b149673a9dfb5606ec7b93d83337e9f23a2ea8ff96be2b +size 373737224 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..c6859db3c3c58cde69fee1ff557808cb3ea9714a --- /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:1f40d462192724b89cf5537fb420904237d29cf6f624033e90390a2afc09ac8d +size 535869484 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..44fe21dc1519f0d01b809113cc147de2daeb5164 --- /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:6a7f1be9cb0ddee74d061237e1ee62842a268139cc139fe54cc538f0ac8192da +size 464989282 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..5a4d47ed503af3686057eb429e91bc2292f31149 --- /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:6930608dcdd179124bfe51a424dafa5a1212430f92dc2a6c44798eccaf0db35b +size 455346014 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..32d64917f5fe5aa24ecdf094964c9cb96033d6d3 --- /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:eb0a712613115ad14215d53e882251def683f185b5962d434fbf590032c13ee7 +size 762473347 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..40f27483abb99d1699b3df467f7aa2c2fb640f30 --- /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:20a0407a88de417423df7cd76872f7f008da4cc3c4ae8e7a732dad2218a4a77a +size 459005257 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..da18e3e95eb5c865201618f0d5f5b9915a736f9f --- /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:ed9a3e0aaaaf7e3e92911c1a8245fff5dd50810fbd2541c2b3a70606da428a3b +size 394543228 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..f8874c10753d83f2edb686e7b80b6050ac093264 --- /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:0bb812cd903cd033a7f70e9d256013f2926400d4645b5db5974221c26affb594 +size 1143684879 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..a2d71abb1b3aef91552536f82052969477190994 --- /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:00435e2d847f6cf2da0f808ecefb4f9c57d75fc93dc2aba14e750bfbfaa2392f +size 350686468 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..702cb0971877c812ecabf4b015c58d394ae45012 --- /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:0478f3c082e203c802dc92192165fd468c5d48f0ade8c170c7b778cc0399f3a8 +size 688454082 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..40752b281eb3f74a278a2a3a0bdb9f39a4dd619f --- /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:a4b9707f2a9269e985a65cc4e3fa4a8ec82271db45da87c78d75eff873bb92cb +size 495389911 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..64ff263c271892969a9f13e8e1e74f75e451833f --- /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:c0c35a249e134521012e9ca00db2b350a63163b8c686ad05ee1b63c078842baf +size 683861204 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..29523abeabcda15c2b23db5a67279fc84fa7ada6 --- /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:f518612b5189123b0477c4dc73fe7dee174c9e0dc7060c353849705e43366bc4 +size 403715796 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..da62b5f65c379f9a3925e09c10a62747434640e4 --- /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:01852eb1c7c5a3abf48e6342d48bbd1309c24d25e209b89801f37adedb16d73c +size 475960853 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..22b21a0fe9f0036c569ba2c2b0e824e04f940f22 --- /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:24b7533859bb538e1359b13a12793d53bd725653e04bc7e0a4a2a331cde1b796 +size 523583326 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..1298d1a9ebca9f3f9c5883473d24bf110543681f --- /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:ab7aa4372c801a4a11b85822204655f590c41ee2330d2b2b75aeb6650aea1711 +size 578689339 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..181f95518d2e15ca5e07bc64bb41d62b92c5ffa1 --- /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:35624479dbe9bfbf9c151698985df8ae1513b025e910ce0d5fd9ad776a314676 +size 1837878119 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..fef29163d4718cf8fc7c69bb6db9e235e48c114b --- /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:bbce9c5be6f217fd7a62522fd0caba97f11e18f757a495639b6e8be5814e52b4 +size 393613088 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..b0cbf45862a294c32c539403345ffd42b5d333e5 --- /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:b5d964ecddd59d46a71ce9b57e6d62c07fd94d8c47eac33eeab019ced059ba7e +size 1010470009 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..052a341f06357ba3589c4cf6c4a90fe46cbe2547 --- /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:05af75e2392b9ede84d95ae6b7627ceee83ad4fb2d6625d9bd27e6f3f710d416 +size 531554126 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..046aaaa2572cc09f45e69920a45ca078d4e4fc30 --- /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:74e6feaf973179b54fb11efc517c403ba2ca5ea3d1a3a3e63a5dd53d8f86618d +size 631882230 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..940144c0bd224e514dde53648b7f83ace7b37119 --- /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:d485c53d83ea789f567c8136a9eb9424a2eddf09e763224008119e28b613a717 +size 945991637 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..cd040664fdeec01ddfbc55eb68a49000dc0cb2a4 --- /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:761c20cc3685ab1b23d0ab31b6b777244a957f52273db002b978b51b75e1b526 +size 451451797 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..96e9fb23916591d1e80d0003a6f7eaba77b3a6fc --- /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:8319307f1abb22415d43ccd035aeb9de14ee14b7fb14ac41f388178445016a39 +size 480085816 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..08e6046b9382f9f20aa89ebbd08d0a11d2756cb6 --- /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:c288a0222168d15a6ccfab112a062ffceab8322bf45787e3ebcb54716614e168 +size 567348193 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..46d2a27443511b870b306ceac5a6347f2e90f319 --- /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:77f14619538ecae52754120fa3f0358b5ab7f23ada947e64ecb0a392256a542d +size 839249633 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..297a87f3ec99f279f14e4d99b702ab3bdb4d3be7 --- /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:d1b34e56424832c6d02290b98308c37c1f9b53244012bd6612686ba006952994 +size 445251346 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..bf5ec464feac8163f98605f77e73d1bcd67e9e9c --- /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:169cc1303034932550c01d75981c94061a6a70d14d284e26381e787b1955e6ec +size 629311049 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..12a82e3b1bf76cdeaeb2dc72da679c7ba5fccf94 --- /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:ef3e8ce113917e84e422cda331bfa94d527810409a73299ece05718f2f214e78 +size 552737328 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..1dab8b4a9d67b831ded10202d117f2000a5998b7 --- /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:69813e66cbc67fe3e8c37cc1ad334ef93ff2995b2d3c0c22a38e40b58fdf8818 +size 542371673 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..3a6bab1b202b180c4771a07347a126ebdfbe6fde --- /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:c75229b33bff169ba36f8db3513816a5b084f5cd093776a6387a3f6f54cc2938 +size 921092211 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..9856dcb760e53773903b4c1a96c90cb828a68697 --- /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:b567060bee245295c63cd6abef9aa42639eb2540ef137e9061aa0feea30f346f +size 1033766568 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..aa670fa5f96a7b041f8ffc061fa1a986e8c929e5 --- /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:7df58d9c6f3689565ff90c84df9248818227d731b0f05f8278b444fd764c5347 +size 561847947 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..c5ffe8248e1ca31670bf8bbc5555147441410e75 --- /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:0ebd3b987e39fbf9c273da83728937e0f0ee64b25fdd61d53cdce4180ad268a1 +size 636690174 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..9931a4c60ba1303cee4a9478323290a37ded61c0 --- /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:94832edaa381ced27de025264d04531e1210a878478348509f37f6c1306a92f6 +size 423667550 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..bf05175c3b2e640ac817cbfb77c4dac876713e00 --- /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:e54a7d7999f795cdc5e1acd6f9a4c77327bbebf31d56409a4912a13e1431f000 +size 603910323 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..175493b4f9717228837d50df45e3db78ac09258d --- /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:ec5b2c10f177b6395ca7574fe362e7ecd3aa5309a0b417089c3f6826f76a003e +size 499143564 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..dc634b61566c2233373f437b1d3e4669d04813e3 --- /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:96a0ad22969be8eca4c06974fad6eec69d52159e87728f018aa28229920a7c69 +size 519263488 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..059c5d90f65003e98ee34f66cc334fe8b8f6ab22 --- /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:a0fea735562dc659da673df89e3faabcc57c8ad952e8b04331c1737075f20026 +size 530900720 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..54010e6a7afcc5a1175c067a6e5943c6d55ae59f --- /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:6a1fc6d49d10b433033c408822c93735bad30b4145e02ac150b54043a2eed467 +size 545051022 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..a3b36ab4627b4cc62f751b030f82db268899f24b --- /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:eb01e4ea429e03c4a4b6b3036c151cf733bd2b50a1e557351de94ecc50ee2b44 +size 420373801 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..75ba3c2c399eb00079aaf3617091a39bfaa52cf8 --- /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:8a8a14c8a17c21e031f23e261fcaa159ec3a7c961a5bf50c47ddd229adb2ef65 +size 683528977 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..ea2d508222c04088c9225b97cebfc81fe9673783 --- /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:6056892685e19d3a8fc33ff13dd3e5f955aabebf7b20611038a97b255fed189c +size 557002014 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..6c8bbde5f1da14bd59e1def4495fc602e0889cb8 --- /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:4a582ea76b2f54f41ec67565b14e79120ea1ad477c308b5f4b88134143401f62 +size 484627234 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..cc08873651ad1df2ac899efb79856886fab1fef3 --- /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:1db21a58fdd7f1f72a2cdc59fef830832f6bd23d860235025831dafc6c18dbc2 +size 364486148 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..248d63be9dcacc49989877eb08df6c7213f87995 --- /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:a5d6a263a8532403b1a325fabfaa4155c3b2bb7151ba40332413928d78ec3bc0 +size 612872431 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..a2001d44249ff91bcd126f5259d1dd2536c784e0 --- /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:762f592df0e2418f3e026296ad40a8240c986c2e651341eebea074945d294f95 +size 468033325 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..7382e95819b9a993897b74050494a1882fc71b17 --- /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:7c454b8e881d49449ab70769122c2f62461fd35e6bb102565bae20caf8ee925d +size 473732999 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..08ece65ca0fc8f9549936f8f7bc47de9d4d58561 --- /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:2f4ca7643b90690c88bbb8ebdc1ed366183de9e70c25f61ee9c0cf857d8ba8a3 +size 575901237 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..9287d102b5ad521dd5d95530ccd9768e9517841a --- /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:218f0383237c68659d873e3a9494e3a4c92b29cc357de41895a921c479c2ed10 +size 408698741 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..c7d300993cfbbb0fe9336b5625b44a854cb21b92 --- /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:74c818ebd63a66075c7e4888b1ddee2dc003d25cb8a607291623cb860cff69a3 +size 580160451 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..4221c80a1a57576c39a700e7afc1d0a6188f58ec --- /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:4b69f16cc2d423a1b2b5a2de47bf803361bee20a6071c0bd4c617b01dcc72bf7 +size 428508255 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..0960579bce019901dfc2031f62599971fd83efa9 --- /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:bd41c741ff2eddbff5265da1bf442d58c9dbfebec2caf9b3fdb5b7085725d2ed +size 397969039 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..0077cb5e09db48aefebd6dd2bbefdc6a8fba1315 --- /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:ece27755708e43bef8056f44290ee22717c7cb9183f161113485be4add96041b +size 685266081 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..81a7cee7f6c8e7e976484621c4e28b9fa5489186 --- /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:c782c6920ccd43796c4e0f332fc1def0c7137f04af37a0d0b7ea01b4b0680cb1 +size 478041563 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..790c986ca6613c35df6ba86af87a63c7d4f46400 --- /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:7a9d3e6a3a23deb4711c100dc5fd8894b2d44a9d8c3cbd53b7f73290addd5b88 +size 588205337 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..ad90946c292c2db8d071e720985f3bdd07432c2c --- /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:d64992169a6e4ce673917ebd98ea69682180d4c9a4e47f6aa479e5e289b9d05a +size 664003577 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..97648b68924981e96e7f9f7e59a0739674a00adc --- /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:5f52e4583f7d9ad6a88cad4e6c10b1cee2ac867231d75cbf0f615654bc27e5d7 +size 763399867 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..551f21f11c1c111b939105f5e9b379c28db85832 --- /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:815f071c5f5d5ecb1f2c863d6dba4553538fe3f6f7c336e6d8c81a13cc60f324 +size 501433148 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..2ba419befa73f4457df3e43ae9741c925cb9d937 --- /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:d6dfb14cfd32da51d4609670caac99d950b0002e8887bafb4a5258707226535c +size 434925080 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..52c45d9b49be6ecbc2a8b4264aee400778f72bdb --- /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:5ee2c0169907e71cef06be9249fd2981b17853fc457b3720d8fac45c76bbdb3a +size 1105417480 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..d4b7c29d5ef5e1096914dcf698ac05e66955756e --- /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:9806f98df279cfe9a6ce3eaec9544f9a7a9340fac642565898c69879c1553774 +size 752144385 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..7b4367448112a7afeac9d83cf5d8f76a7fc8c91c --- /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:69d9fe21ffefa5685d9a238517e94990ad894d42e62034aa727589c0685ee773 +size 477456192 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..538265479ef423a042e4b5122f3c84a96caa3fa6 --- /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:ef7a1117dcfb61090a9e9b9806dacfaf3e020a0f8709272c858d865e4931af87 +size 352520177 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..113628b68e112af16606155106dc68f64fbe577e --- /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:25c0046d488e7b355528f76d49f13a2ffe19444a6fedbc0e92bbdb20508e2645 +size 477991568 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..74b3f8ab621479b82c8ec51fff65040a12e28682 --- /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:2673b57e04dde47a98c5735b3ed50ab78f54008e4310d57e3c5f67e856e5ba64 +size 708169208 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..86b5aed7919c2b8fdea7668dddc16a245b7a0817 --- /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:acc66478afa4abb0d757fe14797ec54a03101a9475126ea70d909300d407b323 +size 360866828 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..4c8fd6aa791c92f4d25d3348cd28a4b0fe4cbe86 --- /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:93cbc2ba63fd3d9419423eceddcd6e039bd6715e9e431d78d9b0632672e9e5e9 +size 642834978 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..4a1c57cc9c6d985bc4d419e1d619de8cc09e1ac9 --- /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:e254d98098ced7b58a442147adf331615c2e9261b3d7d43607f2b54974f5c02b +size 410040079 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..72f7794db3c5807479f202cbc6fb481e3d24c130 --- /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:a4792cb6dec90d0f711e936875190359d0d35eab1f2ac3122a46298d507b7e8e +size 401223709 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..c1622e1abfa415231c16f7d12b4053a57a23c1a8 --- /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:272c74b09080fcdd1d74d3507799283a92ccf451b082b4cea6ebc48dc22dd533 +size 445542691 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..8dc13d84f00cfe9efec351fbb9a3dabf904581f8 --- /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:2d0dd4e29b1c21ed19ead9036783662bba3e2bf8f09b37b58d898951d96d0736 +size 662569961 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..1c2d132059a4f6e90c9d631d4a4998b8e377461a --- /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:eb64289b854461a542b8deea6c332267021c714fc24e27154d00cfa8f5f9043c +size 576428768 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..ee359b3ed76881204e33066a3417959ae84f01e9 --- /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:5f370b6ee73d2682c7f257ae288dce925fdb4c77a87275f1170401ba264d549e +size 584103267 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..3f80746fd749e93b2682887db37e46f61908c0ad --- /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:492e1d6fca05f79a090f4eb81b50e6471061fe5c3110211c5fd7b69fbdd73bca +size 603999022 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..dba8caa87f87a39494fddd9b66a64d681c3a588a --- /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:a4af9e10cf48d5c99b156841745c0979b31f3f7022c3d3520e611a62d9bc5ffc +size 432517298 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..5304d3c37f7df2be47108ef53be23e48165bb944 --- /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:7396aad148ba023148ea9770091576877dd15f4a0d1d8dad9bd4bd7001cf8125 +size 501479946 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..46e4b9c8f2cc06279f64e157499d6ac2a5e3eb00 --- /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:4534c828b03cbca9f1d2f8924011705c05d59c991b39470ed407d20e34cb6841 +size 570126911 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..ad6c7e9ebc54b7d48724cfae8cdc829df3d8f91a --- /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:b76d169314087d2f4c2cee29412f8d7d249c2b939936f65885ffb65c90a99fe6 +size 701186452 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..e5b363d4df1f8c3e683d438316d1a87e68404df6 --- /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:7b57a31f4b787942aaa24b605d4d5d25acc4514e1b4bff94338b657b7f97db7d +size 607813634 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..77f19b88ea3df3fb1dc81d8f99f13fbf878f4f9c --- /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:fbb482686e2b6d7acfc9d643affdc4284a1c8ac611c15da61f1e0dad8f176ead +size 761656934 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..422df2b45feff38bb3543e3fdada05a2e6ff9c63 --- /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:df942edd702954cc76842438652fe2b573340d1e41a6d6c698359894b99716d2 +size 913097531 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..a1c3cd030459f00c72a63f237827866fd562e45f --- /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:2e9298de797d16f955c51daaff95e29303fe3fd1a92cea33676044a3da946f80 +size 473774912 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..58150cea62d15cf980c2eb3c6cbd209e6bde30d8 --- /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:23a1c2446f77bb612a81fc5b26fdb20cc8e25f2b4aa1391bf8375629514b5e94 +size 514991835 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..08e0d463726a716f1c8ee43754366804e6dcbb71 --- /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:468d6af7e64a1bc4735ec064c9fa059dbb8bff200e95e7d8f7a7a372767b1ab3 +size 512697002 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..d65b9fcbc0ecb6005a26efd7e936ab9d4878274e --- /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:44ea0caaa966f4e76d0b0d9f35663c3b1b9667b4a5cc2245e538558dd806debd +size 918095575 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..f11f7805c7213369e8a780ec496e4ade8d4a4d0e --- /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:8a6c16c78ba2d71735057ce756f438e8af11761f057ff34d9148b0b7b2f641e1 +size 380535853 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..01fc6aae246ad7d0aaefde6cbf9ea1a160cda35d --- /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:e1ccae62d27b3db5d47027caa8a083880842c47b2d1674d59e8bc6b81aad6ea0 +size 408851735 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..6072b3d9f41c9078a35442194fc9716925deeeb4 --- /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:a5009b7d9e35ce587ddc913d723c7633071df45f1a8c9de087569bef20de5b35 +size 464590149 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..7dc5874abc87329454dfdc2edfa338ac8b791bdb --- /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:b17750d1fa9617d14e8197772b51e30136f14961a0b7772fd2c466c110c89e71 +size 880172436 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..785cd82e66dc197aa0ae0fba9e63d4a8bc10229d --- /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:ee1868ec64d4c5baa9c37c9745d3f72315a590419581b91e1d643812993d6497 +size 731790568 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..28e7a527cb829d4acd295f8e54bc59158b32427b --- /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:356e3eeffa5e15a157a5a11838de5c5f464df98915df6e27284b63acab0d0282 +size 689941276 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..35683e40149e9f244644598dbe3da7fb2b9b6a96 --- /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:e9e8ef426686721be6906bc3537ced6c60dc90f26fdbf1a1877962ac4bfbd8f7 +size 884745202 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..f0ea7bebdfdb11b3f9b8b9f61b3efd8a69a20269 --- /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:0f1e6bd70260f5d6e85499c4b3a1ab187e4a40802c517a59360e81968a4f9bc8 +size 472380781 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..2d3a827a807e72398a3b3099ac7ec3bbece7a7cb --- /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:87c3cff3178f4926dab9b1ab80b47e32a9d1d13d649d047ec0616f29aef94177 +size 542172532 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..4ebfa06e46001b08bf1625915bc6e60a2d3b29fd --- /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:fc1241c611998816ffbbad8b38207ea32a07421e9b2b2bf95482b834878808e0 +size 364436856 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..77c9e4079979351b7f0f28a6bc86f20ddf78d27e --- /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:3c53cf0ca317007b220d4ee6aa6d41778ec5ca15f8f77a23314d1e55c1d34c17 +size 540868106 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..34586a35e7fe99dd26a5615743b99574d29d7dc3 --- /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:0cc0eb493e5bad1050f8d656c2a01f6efac68a57cb949b6571ccdb47f2637da5 +size 415916520 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..c6fb23c1839ef8f5f8e8462d6f690933eb6c0fb8 --- /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:4b15df70a50e69d30edd2397abe5a1ec97a9eed8cc89dd9d9bdb933083df4ed0 +size 529323252 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..f9b1024960be06aebc7a98a322a3810f8eca2f74 --- /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:c2c723567851e7e0ea97fada62ef16bcff8484fbdb52acc8ba7e822e23d247c1 +size 456811291 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..bf92abc035c1e0768b0eb0d5a88d34a09cbdc13d --- /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:71e5a43bc332d0b7ac636b26102fd9646d992ee5ffa3fd17d72d66f7a322d289 +size 756809915 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..5315d8b0dc90e28e9d883793d4c62cffc3453d97 --- /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:0f52de4e4659d2a7ef0d4a5c9da8b85c7cb4a401fdec1beb783411a8dfe31900 +size 1064320366 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..5b38203d57c3267d0d04f3b2352853b1824673be --- /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:6d41becedbbdf9db7adea1c2ae5cad744f9d5a3933053c37520cda3984c47c46 +size 441984306 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..8deef65e644758db90947cbe24e62e6f31723ddb --- /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:41f420bfb83fdb560dbc764141803fa7ed2cbed707c7a8bec05b39147994e2dd +size 538130294 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..d22d8a0711a6c5f03c80754fb0aa3529bed6fbfe --- /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:c6cac9a5f2e35f80e38cd9735c6a6441cef0ab45a9d9556b7498ea9ac235b583 +size 566132689 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..00cddb0fb1c0b79733acb0406da34822799295b3 --- /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:39e47c1bdd186ef748807c736a8f76d9930e65c78d90ec7d44f29a4419d60f68 +size 451758607 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..e7074a6da21087f7eebf0cf009374355eaa88f8d --- /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:959fd4d1cf9dd3d4a4fb6393691cc8b066ea4575346e0255af689f862e6b8d2f +size 626805873 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..2699d49fdd097ebd46b63077490ab304e8ff52d7 --- /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:3ea684c9c4e43fc7ec9be2f2503cbfe4362c546f4ecfa38087563a6c82de5f43 +size 822326988 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..68d0c83428838a8bf1fa9ce87d0b57a3b5696c8d --- /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:7e32c6d85ad621fb84f1e90214185ac9efe788bc78c01a9a344e9f13e809a04f +size 545952842 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..00d1ea069398026df294a6cb546931258331b86e --- /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:a057600198dc0cb2a5f6d898ffd8ffdad874c14024f47fc9b85bb72a0a6ff5d6 +size 744878997 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..3bf67991920924fb1ec7cc5f371204aece2610b9 --- /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:4947c34faa3cb3f288993ac5cc21690b69318c2038639359f7f95b78eadcb9de +size 502088564 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..97d7c3300120087c5535f3dbc6884acab7604aa3 --- /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:b86a9f870da82ba56b4b9270c1521dd45b7429670d61203439d5d7ab386f77fb +size 490701907 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..adab9fdac431c1a45ac7c41d0b543ce8d8c0e680 --- /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:a0ab53c3a1753587773c18f325bb27ed06ca1234c9d2a755e6a1eff71a8a0684 +size 619207751 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..4a6106c32a2fef05af77e766773f3eaa067d987c --- /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:f0c623951abb2f0f985750d6796c823a806833a08093f4f5b429427f6ea2200d +size 645988403 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..ca4c96ba281f5e4b1be1da7d435c6c28540d8463 --- /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:eaf9053b44182ee9ca83577e75830ba50a5a98768c9da56025826d34b4936220 +size 443846066 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..d6fe4b062ca767a0af483f2e4e0b4006404176a4 --- /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:c44f2a948e1a07b3992ef3729e3547523c659aa86cb040b5570e3564a5ecc98c +size 335052899 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..a3452fa4c9adb597952894720200040eaf776476 --- /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:927127d23027882f211adc346a391c20d68ced8894bce74c004a5d8930edd1a9 +size 1171272747 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..a57e02a9514649c3a0b7b94e06909aedfdd1a82f --- /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:b447f89fcb157b98ea5a912b7195276849db197ab8a5f651b034f2ee538e3e1f +size 497298770 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..f606493a5e75ce1b9c479201f89ee6e4b38eecbc --- /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:b8f0e5d9cf05657b899d5ac024390f6fedf078689e066155bf70c55c2849e045 +size 443017561 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..e32e177b503c277b6ba9c1812d29696a1ab1e2b8 --- /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:cb6ca746740a43cd68e57eb5d0bee74325f07afc9353ab0d38c2922423932817 +size 386754347 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..67732957c128a629962d38ff35b7525a0e0eebac --- /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:fc8e215b430f7fafcb480fe85b17dbbadecf5f4c897992535a422f7323d810ed +size 606548973 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..7805267afa50b951507ec7ac5c965f8d16b5276b --- /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:c257ba5cb6504facc611f32205bce00703f761181baf22ac68e8903d3a03e791 +size 506166438 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..876976629c82030a788486617ae2f59b101cb9c7 --- /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:4f08568a9ae95609238f085836499e797824e73e7ba6d36a45a4a67013c3d252 +size 701412243 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..e98537eba9b7f73ed2c4a4878b35b1d1262a420a --- /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:d360571c73fbd410891843b7b1422b39c39752e4c1356876577fb16339ce8f4e +size 635786911 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..8be90db64d525a2f834eaae4aceaf432f32a6493 --- /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:aa024f3ea65abf3532b6d71fa371dfad522857fcb2c1e2b54b3300257155edcd +size 543295415 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..bf88e1835227a960f38709cc58fc26e9cbe0737f --- /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:7327cab141d865fa2801421a1cbea0ed100841c53f483a5ebd2203dbf7cfaf0d +size 498945582 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..98e255a29cc6db8dbee7ee3a6f00cc18a55ede03 --- /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:eaeac1e4ffe1265159aa3318de23c82f01a54820a7670c7016ce47c1f02581c7 +size 447341154 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..67e74fa00af22dee43a70f6d9cb5ec7c8d826a95 --- /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:eb1ff0b63148816801ab2cfe4c6f7156cba421d148df518551a4ec63a94a5cf1 +size 418854519 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..1768f4724dd3ff60529ae7ff486a0cf52113f7d2 --- /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:0c961822fd3e3a3772e3c363d3e5fdfebb757c85b11fd58eef2e6ebb4a52e5bf +size 510513362 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..9ee5cbbff78486bc9d0b1c49e120f366ace32f45 --- /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:1f733434211be176f67baccaadf100249b62a269297cf35281070f1a36f88f8c +size 695308675 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..26df2807f89e040f988f8de0aeaa35d4a4007e72 --- /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:38952d7eb98d7a04eb5441dc53953917b872f0cf0eaf00db1984ac55ceaf5a27 +size 474007213 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..af2f18754ad06653a33608864a4f2b5124ff86ee --- /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:03940ee145a913d53e3c776ae6d7c4f596b5e33745e0614eb1a0a5e180c5b2cd +size 754028057 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..3cfb4fe5313047264ec2198d44c350792a238d70 --- /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:d0a13df89b18f27ae060837b49f9ebf6451b0cf9e0a6a743ab7181a1494698d4 +size 423758727 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..3db196cf60fed3d06058b61a13fdcac09c32333c --- /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:31714c47a1b96d7887062250e2f16f2d390e231df86de9581959c1223fd5c64b +size 533714308 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..144668216c29c6dafeac79096f68084f69092be4 --- /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:6843e914083a97e375aea26e8b882a78e34141537e92a302fc122be270300648 +size 494488181 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..18e0af229c99d33c4e3f3c8414891482570996a3 --- /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:e8666cfa31ef36ed2052ec96e82fee706c7c76f27b0be678f2ea4fd48360b0cb +size 435396132 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..062d07dbc82a3f3c364e0967504167745d5a8930 --- /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:6a1f6af79ef6f70fcc949fd3b31bc8b925a23dd2aa13e84c8f03d962da131545 +size 740265296 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..763518bcf270a0999b61ddeef73d333b3310d7a9 --- /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:f4e66f9cd1d4c06f008d911fded8be7171c8b00059373c3b4ebaf8c94ab08168 +size 454037036 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..da0ede3d0d87ad7d2188c57c7c620eaaad660962 --- /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:8eeeaad170f3df94e365fdf3d4e54eb7f15cbcf44dd8706832278184de36a26a +size 511482699 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..727251c13afc7f9262e67277481d0873d27dbb9b --- /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:40c2787a3b3253e078fd0133f117eb9ff430cf665afdbbb5fbb8dbf1f091cc07 +size 453631757 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..d5d0560bff48a1f2c4ec09c4485fb365cb7e6bb9 --- /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:e381225a3c43c1064cd7f6f59c721738fe60dd218658544cccd9183f862c656a +size 724568729 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..fab3a202c7481bdcfe2b04e9909049cdb498d4b9 --- /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:936b1aafb874e4c7423fa2df6facf7ede060b0e65f9bafc2226075441b7f1e2f +size 562566806 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..7459a5c64a10002bcc97889b8572ae8af7a6433c --- /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:801dce7dcdb9aa90c31c81c0f3c38b10504c7c917bdf2d6aee766c69d809f5a5 +size 487276509 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..79c640148c4166e6f852b3c0150a80ecd8d82dd8 --- /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:5929c2f421cd41bfeb6c76d7b8fc49e70df7c89f9dc628ef15c9941c1b2ff3c2 +size 482531357 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..ebf6713bdf2d047976fd58d32a39ed63b919820f --- /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:3d8a1b976a22b79c577b14d4a51a588e738d3e59f6da4ec844f5c7a289c1ce66 +size 584015326 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..033e4bf4596fb95696f2c87bc9d38d737d5f146c --- /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:10ec364070d66d4efa987ea95dd8bed5436c52f7d19d5a094d159245bab1f1ed +size 1162735049 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..69325273ea48efda184795976668b29e3266f82e --- /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:48023eb8246d597e727ca32364b906195c28a1dba146ddebdc90102a50490a69 +size 435131186 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..8ea8f9c1662bf7a9b183875143715cd0963fddbf --- /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:14d634c7383bafc153ac23832985fd8e8f6b43221c63309a654b4b3ed60e935f +size 421668922 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..b912c5c6d2080e91afb55ba2a90dc27884c01558 --- /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:f9054dcbd2f9a6bb289c7b53bd25c57b63634d77fa8495f03401153b16b347bf +size 508372110 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..6aeca78b9637c1b9ab22f89c2dfdcda7696780a4 --- /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:a7a3d1cc0c710a719fc9a8719f660d68c95472ecb26ec5c0f536631df0bc419c +size 777106454 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..8bea2b2fb0bd55052a8dcd6bd8dd7dc45935530a --- /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:7192f1d29028ff396f426def5665d862086bb25d83380c7dc37028c5b878ddf9 +size 418849264 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..0d51d2e7d6546c9ecaf481f1e03cc0fb79f81149 --- /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:7ba418256e311c213827add6202b1f5fe7bcb3dc77c04abacc9df919a5396f3a +size 557671240 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..09467d0f164c134f5e4070d65768333eb7d2fc34 --- /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:0f4433fbf9317ff0b421958e614c972aa95dffa45203f655341ba1e5953e6176 +size 432833489 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..2bc3e112f23af477079186599a8386e0d95fd7fe --- /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:b63a78cf2c1ac5b4a8d30711e2d0d1da3920d9802bfcc22f7a533fd6cf515183 +size 412211957 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..a0310cfea98206af087256216964edac7704285f --- /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:ef6d36abba6fa54a5892fd85978fb332f6a85a3d0de53de1dd059200adf045ce +size 428398724 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..65dc06380cc8b435c6a26ea88f22462dcd4274a2 --- /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:ec993b1b0e65d2f03f8828ff8e55019044092ffbd5fba055858f19f14c0268b3 +size 577278634 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..1cb424a288f979f5468c9339800f5ca2d079fe57 --- /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:1a9d9b98505b93b57b290e21ac95dc47102a4c7f1cfbf8209640251b3987562c +size 529914181 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..f846c5edc44e273495a6bd8284c567aec0401834 --- /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:c8066b5f3b83906d8f4e802b4d7ac31da11c64978aa174c64a4e09a679bbdafc +size 766329726 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..8763e2dd3e46906d19e6272810902501f34f32e8 --- /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:013fe97265945655e9f4c4562a6bbdd9d1c2aa85ac068d2b87cad261acc76ded +size 446072821 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..eb5390d3daefd347901641a9d673774784b117dc --- /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:29c95c06bde0ea0731e44c8c86f2ca8bba1befba2a5ce4c6d94ede4244b96266 +size 540629413 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..e3bbec316b8bed2edf1891847bf241b00987f117 --- /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:22b5a89147d8a9cac31c2f4f8f63d9adf32d4e008a37722a5886ac43ec371345 +size 561393557 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..9fee237c2ba6acd10db45822483f531985334d8b --- /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:6b7a996472c07f2d9fdf73e6ddf6c1381c74ae888ab01c5e5c512bc6c12ca121 +size 957330221 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..c44573639d911f814ea8ff11ef1d2bb104f1e498 --- /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:9fdd3b47080fda81c9228c26f9997a87dcc1ca356cfb97d6b08be52284e6f0ba +size 893161207 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..a4f9eedee3023fee85e0d8c7832f933df2dec3fb --- /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:b5a60f6b6635b822b92c135d0c3b7fdad7d4766af2d3560b72be2b4cc15f04f1 +size 766256523 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..2126587cbcfa795a8dccc820b9b1ed003b80ef45 --- /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:53868deb40b53b208cb3186941a518158733e7fd73883ea2b5769d83a8306143 +size 540133709 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..003d8c80d8aadd697e14de84d54651f64f4d2c18 --- /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:598267f2b19d1e39eab645ec3075829062366a686e05220507c6b6d87b856f3a +size 525868027 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..b96a2faf294928873442dec8bb2132cda555bf8c --- /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:c786e4d9e21b3997aa82868db9b546049a31b1eedc477452766f82ff3f409c8c +size 385591207 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..2ea3cfa000cc2a22d9d6c6086af6e1ef7cb939de --- /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:a0f63a45f1024f8d22f0c4a6111daa60fe9d3e18febf96c7eb8907a74e026689 +size 956711882 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..b8ef5bbb357096ee39804b699c7a165c15d70c97 --- /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:324e05fd09fbadff804c42832ad2c342ae01abf3845ec8be58593d330968a4a6 +size 898262035 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..242c3c3a00b2643a0feb7d8ac1667df09d9d6f09 --- /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:64a096beaa8f758c6c34aa2875e41851a2d98934e945ad93201a038592f22e6a +size 621200566 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..6d58df50017f055c191a994e4779f1787ae35b59 --- /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:608dc196e7589bafb1706d5132e3070564ed97ae1827dd31c85857e5e21b1c1e +size 464955973 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..5947b128903f071dca6de4f75ba3957c9bb3a055 --- /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:682da2bb6c3e14467719c9cc784b5fb7913100a045ee117ea4ab4249d11abc5a +size 500043132 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..2d97d445887c64e4b5ca0aa0d5e3894534a02bf6 --- /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:efba4e341fc6f754ed6cb91e3da95c9990a419f339b0f3595901e5833311be59 +size 521257393 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..fdc1dad0e0b6b2e4bbd489abeb804221df96e182 --- /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:037b923ef7937a52c72228b9b0a80b49a5737e7da36737663392d850bc636bba +size 547776466 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..b5feec6639a729f01cacb63ab45dd3eaaa23ac6e --- /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:d4c91b1e0b006c1b667f34d2f05a7785aa21c0cadaeff940d71d664b336a6739 +size 443592130 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..bb0b1c36dbe341249020e91041c5d31ba851f068 --- /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:41d92accf35387068a06d37846f33e8137ee5b684cc537518f165129e61e9c07 +size 653612609 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..ed4bba7c36657d368515631d9b7ca6b98d243565 --- /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:457577a120f28802696a9074f30290af1d2202a55654f0c0a507580c989b1928 +size 1282567765 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..2d01e96fda7f42814ab2f82279a40c3a6f295431 --- /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:1dc1687c5ca554a09bd803f44826da7677d9256acda07455a87526d3c59cf2fc +size 427156270 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..29403e682e00f4d62431403443c56114ecc69039 --- /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:f8703d9d543d792a25bf3ce3b672b3d6f4776d4a8557945501d8e753105002e8 +size 372396880 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..6fa8f7dc8bf300c805c14ce8e680e599ed3b874d --- /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:6cc481ab56701f54be37ab2674412650c10924aea9e16ae97e12a6290b365cc3 +size 427591839 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..2712d85924f7fcc809dd8775e1a50a33df713201 --- /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:3ce3bb87f5d71a67ea270876a8339bf440a7b9a60ffb49da7c578510ada252fd +size 466032192 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..dbca9e8bac967b4d150c36ae3ed097c78e73501f --- /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:3ebdde215d2d25612ec6e5f39539d0c56107664b3828e2d7c4a677099e28dc00 +size 562399565 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..2eb19e023bf6033232a868b9405b36f07cf50bf3 --- /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:4ceeaf3824c6ed00af44eefe073ed8245d3d4913becca5bf1f31f52a3a0cb9e9 +size 918748682 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..a8d611fc2bfc73d198758774bfff5b45471ed515 --- /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:e89e63f5bd1b59111f5a1a1b56cadc2dba2a0095851f823d77c7485c07fe2b1c +size 847769435 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..28aada57c87090e4526fe9f42484445d53a7dfe1 --- /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:50c4f2a4c0565cf0b1521de18c7b655bc5c230b5fcde40bb0679da58e7f5d7d6 +size 497721829 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..e1c0ba8bca8323d4dd395193e237bbb43f88ccb5 --- /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:cad7d292d6af1a813788fa345ffc0fc3a726d75b7d2038fbc84abe361c883b77 +size 663564353 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..19f825c77f06f75225894d7ccf43c4d4ed04d754 --- /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:c96fe2031d7e1bc4651ccf1804d3ada5a5c5f5ae7e1e14ffd1ec2a9629c9517c +size 595537197 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..de9224db330a1a3c982e92e7f1c0bb3618e5b029 --- /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:96a2dac5bea876ce072243edb23c4fe8f13b8f3b9c0a031920f6c337196db068 +size 527165400 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..238fe2e70c18db4fa0f639ee64f03a52567605be --- /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:713c17554397f9a86ded6a8f6bd3fb5269220eb2b128267d6d3ac2809602ee4d +size 359256458 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..414d4aa7030de096a875929291f88a9f410c2cd7 --- /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:a6ad6ea4057a1c9defd80de3b3dbd60bc0e1f84eee0b1f11fb813ce11ee692e7 +size 454120575 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..780270d6d6207dce85c4a0254bf02c2b2c9ec956 --- /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:13ebb5971f91c9c6f3ceee15bc0ab1fd8587e20993fcfd85498239a430f079a4 +size 561392256 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..14d58a600c72047762e36ff3324e6e52afa9de94 --- /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:81be1a9bde03ee009cb26b7ad9b33c1ab51f0fa27d2639f03c379a048db572ce +size 557604199 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..d5a9e98f6fe19e1d02f5a32144e941d527eb9988 --- /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:765ea6f4c791f9e046101eb90baaa9ea934ca59114e18eea0b9296c2fa80c964 +size 462127505 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..823b75ba5f1e1af24ed252e001f06c7b26ca0a48 --- /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:09dd39543d0262c8ed34ca03b374a94977bb5fc1a4e5595c457a585ecc499a8f +size 455105455 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..22b91076738635d3944f18095fde4cc7f2eae84a --- /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:1c7b4c04837432bad8fc53961493c8bcdf0c298667be43c900f2478b528c0d78 +size 423596525 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..f456fb00e03b32e1fcda55da5810d0c853ae530a --- /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:e0638d59af37c889cd893190e38cc437fd90f1dc40937473a26d922158ae2b50 +size 486175257 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..2e3879077da92ec54713ae224c98a0dbc97e9bbf --- /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:5e851cd726d1b80b5c6338c6c536e67295af7a3c4309ded8293136ddbe271c64 +size 373772858 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..97397724edba08081ad734756b6288a8ef925b9c --- /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:1c65286f72ed64894621b84172c99bf542d79467427e05a35388cc83e0f7612b +size 606354666 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..d456efd0418000754223ed605f9aaae7487304fc --- /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:7074a972aad2b54124e8e7c58ec2ac650bd02f0b57cc88ad4286f5c4b88442a4 +size 522396232 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..c7e7fc4ad73a4c2423374a0f7dc07f7a66426984 --- /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:91e36def955720903585e63c2a35e74bd01de5724d1985deb1172720fa171b8f +size 618060610 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..f9a9558f36975300dfca5ad29ea42b2f2f3d0251 --- /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:4276822be4ced3a54ee55c0d1d37400669042214d794a24ccfd2bb6e03179bf0 +size 414176441 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..2e619114ec46bdc67242db8c98b24e8dd65bed5b --- /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:08dbf91d7fd85409bd4d58eed9832bb1838128c0b790b7d4c54101680847b5fe +size 565938574 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..674ebb27dd11f225ba31fbf575671e1e587c2c0f --- /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:acd94191fa148dff3fbcf741372dc743af0db7e2b5897540efb7eed6af2e80f0 +size 516375365 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..a02e2ec8e98cbd0cdb0bf4bb33f2c36d5d5760f5 --- /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:2dbbc0e8e6d92a3b7b8a73660c542c75c5b939b00695381cf268891c15d05d84 +size 824568891 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..9a65fd40eea9faa63ffb5018112f7cb99f72c04b --- /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:de167e65d37799583793c0a524cb63eaa9da62edd15330bb762288b0411f2229 +size 428237183 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..55fd664ac316d2bd32d7e21149c8a71c022686d9 --- /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:42c4b0500a2dba9eea7823ffdb2768ebdacf83a088c130c247264ddc05756c45 +size 459160736 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..625ab49f3092742c7330491cee68866d2e57a92a --- /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:2312210e56f81877436a663f880ee3c0b419cf8de446f512cfe9cc4fa27bd099 +size 369939735 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..e078a210a0624970a29095ed71e23b1b09924925 --- /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:11362314c71e6bc6e33f0bf02afd33c82136f6b4571a0a2f6249bef46ff015e0 +size 474143189 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..ee66271817f9663f2d593d32b5b1e636b3c8aed1 --- /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:e8c92eaf236cfcf2b730efa3fc8481804a617b88d81dad534bfc46f77e827762 +size 415148802 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..fe3c0555f2fce8553e48894e2e9cdf16d1d6fd08 --- /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:6908e72102f922124a20f1a1eac8c8833093ab27a50108187a72318f3910650f +size 572096361 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..584eec41f5596e8e31ca6ef0e6a37288fab84c0c --- /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:14292b81094dd91c92f305f6650387fe25df94e374777eca245fa996fddd7c52 +size 615735091 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..ab8f7ba1d3492e986884644a0754aaee4f026587 --- /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:4c9bdb399f57706bd99f0ba21177569e67e92a884207305b0063251046d14664 +size 464168173 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..09fd30c8cae7e19d9d6eb25d7eb176ed370d97ee --- /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:b33a728c7e1c4f53fc2759b419bfdff324c803d7b080e6522d72cb994cd63ba6 +size 478126866 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..c93a63ae45aff3d407a07532ab2ab623ad40e07d --- /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:480e10eff143c4383440f1313bf1975fea6b643efa20871f9704eb6e8f707b6c +size 633821031 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..71805b2c35d4802fde6cfc46cfd6f569d969336b --- /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:d13b55edf1a7cb393e1f9f9de22060b9800ec197a634af34bfe16825c48a2ae7 +size 594631942 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..908c2187a7ce6ea5bd9f2ab04680094cf66440d2 --- /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:c7b404f43913a303b5df0ea3a3c7bb5367253c8bd6ba278c7b92027577fd0c76 +size 419449899 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..49f77f63ad055aad1fd4bbc75d0ea8072d0ad4af --- /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:5fbd9512f10464cc0b53b0f6fedb051aae3773513abd9e85f604bb81721cb9e2 +size 588719772 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..ba7b20efbff1e168266778f1c681c091f42dc942 --- /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:cfee36aeebcf9ecd7bc68db0f6266790ccb37602229ac087a851dd3d291c12b8 +size 504796595 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..2a96c43851c412a67aae9b78f913b54ce8ead61b --- /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:b2f8bae5318f5fca8b9b8179cecca62e13da8653599012437f5addc459bedbd2 +size 430738696 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..aac9ffa578fa993d2f12fec9755277e4eddc62df --- /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:12fe390671543a71af8e32fd425aba595e8fc8a6f906ad15828b0a89de35880f +size 433639084 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..88ac599c11044151a1757d14bf87897332166ff5 --- /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:98a0d04dc624fdff56e3e3d6311c3712ce072a3521639185b3ccc3a2c211d97f +size 505951251 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..729416a0bc41efa0e679843bb61d98f5244a5e43 --- /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:6d49f09435d24ff41cea9fa8e11cc2f0234d0e50caa54a459c591dbff2faa029 +size 395030909 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..644814f23535c9904a36ff6d984de8649510f76e --- /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:d0ab591d3498577956708230282a403b7389f126bd691620833c91d5be8051fe +size 502824959 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..0e02843457231fc1bee1407e52ba46c147539c07 --- /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:0f9336ae57ab75cbdf929ae11b8fc2c0b3f5720139b480608656f37c9abdddb4 +size 530347669 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..8f75bf28e387af635512f59ba948171e67e20407 --- /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:b507de1ed9653195bc2a7740c27db4bad09c6aaaea9087706a8b708f03dcc3ee +size 479529775 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..3d7ed0e29c204a08ce8a619655d73a632d156ef3 --- /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:656fe11da1f2f0c568c9df94af0a879b465b2a019ab9d291821de463d6e7cfd8 +size 637091883 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..3f20d16d19af1850d20ea2a9579b9066d9ca0e66 --- /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:0e4fafa618d0a418196147cda6d2f2a66b96cb6f3f5827e21fcd1f2169f41fc9 +size 382322558 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..e15037e859e9c02f71f6ca5e6ef78b510d1fadb9 --- /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:ef2feb39de5d2266181e0774d5a9070072f259393b19599d0518c7bd051db4a6 +size 485811998 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..355652ef08c031d33d3533fe3b5070cd392843e3 --- /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:c73195aed95da911a27a20f2edee3b2da29ea44a245a5a6025c2f1c54235590b +size 578444003 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..5263310b22ebf2c5564c6ceef010aa08ab4ea7d5 --- /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:1c7032f8adf8402f18344705a5cc36d8caf0b9cc0da1b496d8bba8ff8e46fbd6 +size 425262508 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..e44bc79ed302f5566af0abaca8a331ea7a9c68ab --- /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:4dbe4ef9585594a53dd652ee3d8a2002e0269239f7e6d0454445578e5c2e8a09 +size 503960286 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..4d70a4fb802bc45ae241e4544f4ad02a50932b57 --- /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:d9b8ed60d425f3fc4a57b09b6e2b430c7e4a2b8d4d6dd53f1eead92b7a9608ac +size 494680765 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..cefc15f634e017503552d05a4c81066fc6c3fc23 --- /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:446cbd75a4135ec235acd44fd4a0e2c5b5de9c418baa37f1d23d9296131a6296 +size 560601756 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..86319954e4131dafec93607ff7d93cadf98a8a22 --- /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:5772bfb33a980e1922e268bedd421e2ec8c6343040be563e6621e7a0cc21463f +size 615877659 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..8aa70aa077808c36850b162a2ad939f0aca09b1f --- /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:c8c88c1e559656cf4ccd02cf440270adef08ced1940d0e3ae1b11db4188cec05 +size 518266775 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..bdf925c5806e3b78e6150633bd90f1d19cd2c6a4 --- /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:c3ed2a79d7b731fc4afc93500b0d798f783748f9cbc0d664175608ce89275aa0 +size 710157531 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..9684e9291a0455926ac6f71a1812ee4cc7b4318d --- /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:288295ef1976cbd44a7270b2792aa4ab005094b823b501db6c5be511ddd1a5c6 +size 631242891 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..3a1e47dda45cd028c90aeb0c34cf16c3de89c366 --- /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:c386b150c07b74d506f1a4329c998ea9aeab8da8560907b6105f4ea3e12ad2be +size 470342791 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..ce1bc2dc26ff420d5f18dcfdd760a932510cbec7 --- /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:5879125a24013d3d995b405a5fbc827d68299f8dbc490aa18192f8172fd6a5d3 +size 585928254 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..7a0def2be3adaa58b3e02ba0de8ef350991f7d84 --- /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:f848aa432ace2601e38afdaf978ec77f474040b4d43246d620194cd0cd2c3773 +size 758504722 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..628c03af9853cbdef15026f28023da8ba8834235 --- /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:d661b262c9c4481f16f630412a7eefdae0b8fd899d38225288aa5121e480ef1b +size 944797704 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..9a3bada9b1655f66bf50c645495140f641940e7e --- /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:3da7ea10d0ea5331d08ce02cc17a20a6baa941f44b476fba885ebca6be040d18 +size 470456762 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..60de9567821c01af872d2478209a8454693bcb4f --- /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:24b9cf00197b100bd02d562afc34a460ecc796f31b7232ccdb471c8d9783fdd4 +size 614686686 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..9a524931f6a4bcb722e9496c923aebebeb0ecdf5 --- /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:a39f6e069d4f9564cdf6fff6c40d2e8ade86d376013a5b3c9ca5b6e6a952c4ac +size 386622304 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..03819c037a3827c7cdce398828b3a447bd84af69 --- /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:f6aba634f13fef2f7ee8fab609e220ceca3a532c9f3a77f9ab155e25fc08fdcb +size 533661839 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..accafcbac7831bc93534d125b57f04e42cab9e02 --- /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:c6bb66312dfa7d452253a0b397ffdaba12da8651a38464fe8f90b85af81d0f03 +size 358178149 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..0dd2b1f354b048e183e23321d3a915203129be04 --- /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:9d7d9bdd7d347f89c5d6febc4c598fb59370cf75d21907657bdb9b604090c3ca +size 400100700 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..4f93f7c8c0c69f1f88bab0c89cfbe6e1a36a73fc --- /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:9be55cc6a1b213051ffae17aba1976f14c540937c8a2a3dcd389bfc4c4701fe9 +size 1310560227 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..77fea83bd3360899cd6c76ac17dbf1032c0acee7 --- /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:cb597874c202081bb46d45254147d4a231e7f6e9ca6d32218ea5a296f373a880 +size 690359368 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..b6ebb60b35c1a7e10be4b7e677c382f16211ab0c --- /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:adbd1dbf6193bf97c0e8acae0a8604d296ef9fbde98f2f398e7e1cbcf618b041 +size 452058620 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..384363308784f8731c8390982edda439e0c17561 --- /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:791f05bbf268df35a824c80f82defef6bacb7d878f292ba9cbfc0710d8b7e2df +size 596871182 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..74fa331dcdaf21a5e1a2e90ef41b99eb18ea90f9 --- /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:b80fed957e62ba9ff4e10f0f4ba34cf77a01faed0ac44d2881e0c93fc61161f2 +size 421777298 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..300a591d03286e82d7fa2d06a5b201e6dc169ce7 --- /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:2ca6ca3cecad100f46332f0ee2cf2c041ade1676d791b23e7a6b27fbb288900d +size 663596551 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..e579736da153fdad2a8083c336ceebb5fdc20e0a --- /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:33a16d4798cf547c5fd37ee3c200434a31322e7ff6d5b49f53d7baf2986de65a +size 452031333 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..2714a0e6639a505c6771fbee63166347309de39c --- /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:e2c667fad3ca513d9fb9e179962a5b4ff578e7e778e49a90859aec055c47a6a5 +size 496484783 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..7ec840915a0db465f91bf49e17ab2b7c8c70623f --- /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:de2e42929d91c5612ea7f367ed10faf31aec254cc3769ebc1a701190a02472d6 +size 405654004 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..07e92cd5118364acd3208be4ae50a4dce52d75d4 --- /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:15ac4a193c7573806188d3050d19dce331a83b09879dc1054ece5a528514e985 +size 462027159 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..78047aab374e6ed03c99a5e0f15332fa5345cb09 --- /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:9cb70b9d0780f99fe2503c98c6fdf231fe98f72e9af1e9af95ab363e6163fdd0 +size 659029935 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..8925d063ea705ea820957ccebed91ad7034247f1 --- /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:12aa8215d92e86c1d6d9cce2537b206a0f1e7ac52f6a4576a716b70e5c671938 +size 456210378 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..1c7f4900ad1577d09ed41adc1bf73a80463d8c25 --- /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:601bb5085d620737bcd8f3aaa629af8c50c8426c2307dacb0ecd03a625eab6f4 +size 724390413 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..4823199d253961bf1861366c9fecd62c376efd25 --- /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:5c1bae7708d256b4f3a8d8569cd3c65a46095771e6de8151b2c92e2e7c034f34 +size 572713228 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..f5975e8f4f22663446000705225acd5acfe4a915 --- /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:2ff74ce05b446e67321dd587f98bf05507bd3909f9bc3571d6acfdf03c94ac93 +size 366495518 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..bfd02dd13c942deb1670b5ae1fe8120017db285a --- /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:b2004e5713b3f6259055201b30c2f2fff6d8fb0b9510713070cf208396e76497 +size 755651331 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..5a299d2d6fb92e82f17db391f1db86617f743917 --- /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:2aac0bbc7e71a3892ed0e2e684d096a47f2ce6fffb81482ea9e85eb787710999 +size 505297117 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..5e601a7bf32565c9bf938fd16bddcd04fae4d554 --- /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:e1756f295488eb6a58b796f4446a7deae7998c3dda5f18b3130ff770806f8a4e +size 647031149 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..fad037a1f939fe9b4dcef25d99e3f1432d8cd8c3 --- /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:5832fd637cff359e26c1ebd0fa3f266092a586ea470490d9a78bde018cd796ec +size 470248925 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..5a6561d2dbc71be74fe5dd92041d0c395c68e47d --- /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:cf2293a5f6c44a605e75f134041c0009b47977a75a0c857fc44272aa13ec7293 +size 501960842 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..3b3c4ceec58c5f4c4dfead16247db069805af056 --- /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:9b1b7dcaf5f34dc2992283803f8695b62f5150562d6de7354bb777b4cde7058d +size 788695488 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..d467457b7c9602f7e3cb78c37f08ec7478ee5d19 --- /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:3af5e95979e1a61bd40d4b94f01c265b498e2b2f0ea01741baf9d2771e078edc +size 569917377 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..36317f4c87f5d4da05d017c95a07d3dbfdfe2a4c --- /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:92111d271c4ee8981af0586a71e1e48fe2fc217cb051aedf36b598dddbb70c82 +size 550326382 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..9f13367fafd0b612e1cb3a0ca88c428c908c051e --- /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:14951fa5a51136e0d5c827052065c9fcf4e9ca04f340fb09d8bf7645063f0fa1 +size 693834124 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..b573518b177de2bb08aceeb23d91b1b4742e4e26 --- /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:fb8d115292f017af9219c444cd96e5129d6ae130b8c90bfb214b3ca612c2713b +size 426785567 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..ab42239320c49546cd810d3464cdc181458cac94 --- /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:bbfc015fa34776cad2b304588a342731151da7fd6eef1699c406b091c50823f0 +size 489387012 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..afd8606f72aa8acb8fd1830412a07bdc29675402 --- /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:ebc85a3c1cbcf83d9833b48e9b5c8e4ade483656f543211def31dc5159d2579f +size 610060454 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..34a7d23fc41ef33790b088d088d15296a5f227cc --- /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:187452a8e7b0ef485578f0a40fc43a5213cf1cc80eee72bc35ccc1eddfa08ce6 +size 1015217615 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..c820a2fbe25905e6c5047c6a0e56025a7c007b93 --- /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:f036449b123a527c9d51ef035d93df838672a8d871db17b05c69045c1dcdc34a +size 560314120 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..565c497f9fc2e6dd5f0ecdc66c2e20e2defabd77 --- /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:6a8fe0cef06db113cac2750c37f42f41cd9d61abddb57d05421214718496e260 +size 1057398393 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..8d785471a8673795005dc6a99e022a129e9575e9 --- /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:3a047ec2c52534168ada98eaabd270bf8a20a9040325396049f88ba94c2fd268 +size 418616837 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..c47ff3bcc55a4a0ec673337a8424eec95cf9bb93 --- /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:d106063f6b2692c92a6db1b2c18a439421df38a7b8169ded114567cbb8592214 +size 546122758 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..02f051100b1185ecf2abea0e1c415fe22bd97857 --- /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:d4cc39d899e184db2caff86281d68eed469a28066dc9498d68999ee76ccbc970 +size 633478902 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..9944d3d75fca7db1d9fd26187450ddc298b41e7d --- /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:d3532794293aa219d6097ce3b756c62f307a10724ba176783baeea3462083987 +size 484544026 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..4c7560a907d0a8f5b4e37019c4fe8bddcdb901f1 --- /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:03946d9957772eeafd0ed09d06ad27d68b51686fe6f80372789461437889cf55 +size 813759680 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..c77096a758fb1ccbad166e9240a9e427fa402886 --- /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:3e88b5806037f48366763b515c0eec32bc40b2061e2f03d17f8e7a0a1f0135f2 +size 475785004 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..62560b14c93607a3eaf663735fb3b360f8273bb1 --- /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:08141f340872f936a2c0d31003c8ce0a629ae574a1ae7e6e62160c65476755a7 +size 542416494 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..363363acc22b33b1c9b0c80af44801f6dcf93817 --- /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:32768be8f832b5a0688bfa6c347b442315520bbd207ed9992f9a21f88cbd9dd2 +size 521797994 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..651f905a4cf2b659303af0d6a72ae8e9122c9056 --- /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:4a115b4484ee023f5b35a48a946e37e6e383880d2e80e79c58e2b03d41447628 +size 593707612 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..fc31ce96d6143f0544846c655a2a2af6ed185a7f --- /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:324bb7b51d2f75484185e05f3f91b47b7bee5a107511ec5a80be89d2268ccc3f +size 347986268 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..e38132fc5990bdc0780d45fb4e5b279ed8ef6910 --- /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:e77aa2504a808c0d67d37f89ca5af2ca12452002586afc0ee55e1744814913b9 +size 1224543526 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..d7718b7bcc25a3861aa2e121574071e8bf1fb722 --- /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:aa034a5907d25657e5831e2545499e0a724076287ea78e1c022e58a1c7966f8e +size 370475046 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..258e8ef5c8bffa02c039bdeb388f19050da56c89 --- /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:d6ff4005a59a87187ea82f73290fa2af92c88da03829acdcb391df99bf4ef634 +size 497749610 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..a6bbde7bc611cf1f491645477e17c39ef200410c --- /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:eb9d9b6b1693f815229f95aee4e88bfc3c76d72b0fe402b7643b624eff0ad565 +size 416436503 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..cb1db46e793d53f7561a35a2dd0d0d3bdec22dea --- /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:8548f7965e3581bbf68c5ef0f31f05aec1b9c2199e13a68ae8321fa62ec71c38 +size 412119990 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..8afbaad8eb1cb8244073da0bd402047069aa852d --- /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:a0e5d82ede4609c373d29e71b545dca432153ae8a3f21d7114de9b3116a50877 +size 557993820 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..b843bcabae8ed39942ec93be1caa7810f0eee66e --- /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:018579fedab08d04ca304f7f63676e673a134ff6a77f223474b434ae24c6a760 +size 597818493 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..8005c7b2e657e643a76570d50a42f003cb8d4598 --- /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:fc375a01412d3ec77c380beb1b7673528aee0dc753d4898cff3f4e51a2c9d0ea +size 761214670 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..3dfe8e114ed916c5e774c2f5dfe922834699f65b --- /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:48cde62a5d5f42765032ab2ad0e4d6e52df77f8c1d31f69ed4a46165024d534b +size 424588307 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..82161ff681dc738420485f0e636376956022171c --- /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:31b96590eb0dacbaabbe1ff5096b0fd579c13c59db4edd7fa822f6b5fb326e13 +size 454339215 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..67a8e55fb4b1ca2f62e3355a854d670e16f35abc --- /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:d411a7f71beba7a5f4df14661648d80917851e66edca7c5d15a43ba04abbfd59 +size 614086455 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..5013d401c5c84137300ae1aa21aa9a8511943ca3 --- /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:d4b95cd9085dbf1b6c2fa6c683301465d2515a34ca0af8560bf8769c45b3630c +size 605462733 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..24fe0c3cc315d69d71128cfa3597a6c455c30066 --- /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:8dbd5c1e866fdcd0d9d3634211f60813d39a801c50960435bc79950846d363f1 +size 561652194 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..fadd82e7a48f02f87738f1801fdb78eaddc6364b --- /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:c1214e16bef95954b9f2e9fd872231c1f79353e9532802e0740abaee27b8f2ef +size 394297426 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..fc5dc3ad8efa09acd8c14c4a148d82c7f4632269 --- /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:8df99d4097cc35538519e0b759717d42b2264d58b0e822a0c009e3f24327c3cd +size 397481395 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..c6fc7aa9d1debe089e974a11ffd958247626311d --- /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:5a69e26ba43deef5cf7a4a9fa25e56ea5301cea2822fe23a86c55e14e03deaca +size 661115822 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..2382d76518ed147f0fb55706c9922faee641c177 --- /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:e933088c2a3f7a4d05bc7be9fa21476718d20410e93c45c58d99b53ae7b1c6cb +size 720798905 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..8b819f632e43e52f7f4fd09dc798b512674a6ea3 --- /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:ad6d58e94a5242bde5961349dc827fb1b1ad08311d1a9e2806bfee23cf37b3b7 +size 473607072 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..8472c09fe5c1cbbbaceed61a78adcf10a4797be9 --- /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:1c042469a31f93955c15e28ae464487e2080d15e5c960dc99f69ee0dba32d686 +size 502811389 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..a4990ec68900a759803d221a4e5988956a4dad84 --- /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:aac8d7dc4b00ff69d93c043eaa75d3512b5b86b955a5cff487a6f182de6537cf +size 445008736 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..7dc88af560bc91da7b0d282b13d8ff039059b992 --- /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:de4b3d8e17367e600e6e7fb5d5d1e8ce2da65548bd404912ac8b0ffae1598c3c +size 605526819 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..ddb73d522eb8a682f40d3a7483fcd99fca0001d9 --- /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:b8bb5d29231180ad42068f83352f8cc440fc7f023530919d292d139210911ffb +size 769389471 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..27c3109d110cee6118f2e0fcdc287e3bfa80909b --- /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:e1897ff37e1b46c0658e8090444fa22a36545b70bb2b2b98b68ffa126a682edb +size 453656425 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..504826ec814613a5f23dc922f5f7c72ff2af198a --- /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:114cb67c593baad15609b76ddf3b2df225d265a8d7ce4b5d797cd95fc742ff44 +size 720029761 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..d1490ee569b6676452628ffa31f9992f74446ee2 --- /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:f6ac329d0473b7ec4d7469fb6e265b7c945001881f4cbbca7a5ceec13cbd1007 +size 480331026 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..849eaac398adfb56d1159a579ae9ca395e98f9ac --- /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:aaa8d29e5ff99bdec1bc6df03b5569ef86f191fd09d268b89ad03d2a7cf1cfc5 +size 548598334 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..ed5ff717352fd86624ad5ce03dd648c0de5d569c --- /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:b4b894655b3d12f94804141942c187c1d33a53093578a80df95332f1cc74ccb8 +size 506975267 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..2ea4260ad462d7b898c8aaa25ef9dd86f0d51d1b --- /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:575cf8fa71b65223ae56dc87ae7e5b7b8ef0065ab5aebb12f5bcae8679ff58a4 +size 519881761 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..53ee87511bfc97939ff65dec2e547533d0dfdac2 --- /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:b92a2223a7813786ac5088b35f7e386f9d22d32c712511c414a71b982ed3060e +size 605474957 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..e5d3cc8a864fb51b3a5263f3722cd792a4b2fd10 --- /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:4d7fea294d47c0491aa70e06ffa06928cc3000b79031c319629852abd49271c1 +size 807281256 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..04043d37f0cb88274da367b8c64c0294f8c64dcd --- /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:caacae9668e25de0d25e16e001e2978eaa25f6bedd627f1c93c5e5adb3d67340 +size 461232791 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..0c08897f533ba955029816774a9ae4d625402bbf --- /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:60ee99c5321c74dfc87c6c8833600170ecb4c0c467709145bae944666a4016ee +size 624120707 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..9bb45306d29296c3ddf59264e7a1a8aa11694b2b --- /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:dd289545ecae21b1e5843d7c6ffa52df47c1411bdeaf05d82e5d7d7706229178 +size 567857273 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..8e7ba403699128bb6b7d9220a2cf3c8abf75b6be --- /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:7e98dac817f6d5f114d33324a0f1f27347693bd502b13b377c381c037ab28985 +size 555591834 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..e6410c17541c5cfd468c31124d7326fc8b6f09ec --- /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:3550b1f1485a41f4e15716a4f8f243a8adf629f5ceacaa8f86ff4f745437a05d +size 599690728 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..a19fac80cc42618d2dff70d066d0dc965b8708ef --- /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:5c9a4cd3eaf90323d9f7efec72b5e8fd619155ae2f51165b47fa725929630f55 +size 453168064 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..ebb936b65271e270d493c123d220b59c117ec8f4 --- /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:462507b918441ee65d9d25e526c148117f53d789cf6ab706011ab7ae57e0dcb8 +size 521111693 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..dfa1453c106115e4fd71ebe2049f7a805a672a37 --- /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:320e85f4f0442a34d2472b861e5fc0aaeff49b0a84357fb38eb7503319d94665 +size 725949819 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..476e1f8c2b4cc690eca3d0b015bff23bd453473b --- /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:5893b47309a4c04d97e642419c056925eac62c48915b9bc6795e1334295c946e +size 488387337 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..096ea36939fe19e5ae66cc9ea55ea5c07f0083f7 --- /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:d94ea5c93b28c07df8630964eb36f527ff4cc447644fe0b372795499ecaaef51 +size 379924980 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..35cd3272c87ff02a827c57ba4327ef44db15ea4d --- /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:0d5909a5bfcd289d1e4d19d8f2ab26b8b811fe5f2aa81907a43656aed49a1a91 +size 396648314 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..0fec9c9d211f6c958fb2858b0888aba9164c72b5 --- /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:a8fff376c9fcb9be573a09c3c35f0316f68dfb77100b39258de18659ac6a204e +size 387491700 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..a4738a21e879bda18ebbf01d6398c5536fad8851 --- /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:0c577670f6666f8ecc79c2eb58d75bb3a7711e29aca3f1de1e141d7becba532d +size 449300184 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..6ca66dbda67e3e5ddcba8e731b3e6e34bcc9153d --- /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:6b558b40edccb6d1c3a53f8f0021b2d3d7198bc10db6d40ba1d945cb4423989c +size 745784726 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..8077fb3bb6f9d27196448f272feb9754e22e6585 --- /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:0921488f722929a1eb37885f4114b2a6021c6493a0453f22cf256605ebcf3f32 +size 546574502 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..4e9a7d617343dec08cee7bcd0ce359cd04078094 --- /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:4aa68b19ee6d3c8fc8857a1f93c2cbd6e49027a8644633cc6fa8eb6db4ecf4ce +size 375391666 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..84222bf7da4918e3388775013e6fcdd2cd5b0c8c --- /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:45e2a249b31269be5655c2aef5c7eb28765c028c01707d363734efe56655284e +size 469644899 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..95a52ba8e36ebb1b004a5382a58886f42e30b73b --- /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:c24e1977f1574b48e4b8725eeb4a36c49ae4bcd05e6f98c4e5bf833874adedc7 +size 563716322 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..93f49693944e9ce9ff55ed269debacd47e0cc860 --- /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:d95d77db125105e1a8e669051afac92a532ebb0f09c4fedbc31494bef94cf507 +size 802293515 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..9c5b7b2f31e2638a1f4818710381915387f7aa4f --- /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:aeabdd227a7077390bec9895e630366c7dba89d24eb9e42b78b3051e1e54a0b0 +size 682668378 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..5e2bc2935c349e066442cfed46fce04e26362217 --- /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:f5e3f484c15f9e6041a43abc0ddefe4a6e6ca4440de4e40a77af365736929b29 +size 655778025 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..b71da369a539ccf88c373d4ae29fb6d1a3360706 --- /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:6ec79486c11d22e3e082303081a6c6eb52ea2940b9e25f1193024c7000d7ed7e +size 720084093 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..2e861269b4ddda96647f2bcc48f7338bd3d2cff3 --- /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:2f5ede9b661f4741b841ca31add1a73d17dda492018868e2e95e0b6363ed3744 +size 481617542 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..2227e42d9cd8b55c2488c7794636670243be6673 --- /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:b16f26a95bd5f85a8387e6ec37d0b88e612f359a8be96f868c45675fda7dc303 +size 422206834 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..8e9f46f4652cdcf30aa11c643f316f97dde7454d --- /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:0739d75192614d5e8fb6b9810c053ba158bfaf0436403734cfd6463c0497078b +size 440030870 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..1566b94be607806f35629e8e1fb707f02ab16cb8 --- /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:1a992475e2cd82579ec343d90331d7ce134bb48b37fc7d21ecf11da28440f597 +size 422645683 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..99c351241c958f3e68cdf048af9620b3b4f47541 --- /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:0b6887fdd4babb10f7e69668951e8588a594595888f25369541dee3e643f9c80 +size 1140390646 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..e43a5e8a17275640e095687f6d305e5cd6be8cf5 --- /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:50efe11a55c96e707dd4d0a5eeac2f625a2284437487052f7704b96cee6d7d6f +size 439205056 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..c7d6f5d4f386b4c7d7decd46bf3004222da2e295 --- /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:8e8113d38dcdb1a851996e1e67c0c128a0b44222882d63d1fab7b633bcfc9b3b +size 428343035 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..1a482ebf4ab4a7c72adca58dc79a1935982abdb6 --- /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:dd1f5d8518f8e030de5be0ad890ecdd0f8f47ca24eddf41e6a739dad5acf3c42 +size 409212015 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..e5f90793128b68c0178ba6a09447f49b3b721f2e --- /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:42f0b6175eb0436619bee73f7a204d34f42413077f5259bad05859794416e935 +size 459689267 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..f312d37135cd62dfc94f95eb8c669a7d0c8d6f88 --- /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:3b081e458c634e3e621606242d9526287213ab80cbcfe50351a63e25e7f44936 +size 471999517 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..38eef16e574d3a6bda3938d431b215374eeb7cbc --- /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:7062f965159cd4d15d1d6ad754c8c353e90da62074a9a7888dc418b8eb5c377c +size 383871421 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..382c1c49fdfcbb1056fac0782bba403a28415fdf --- /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:80b915b9b4f0b3cd00b28edba290681f19b6866eaac679915d723da3ad2f78d4 +size 469404100 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..9c0a13efe0b9c3cd13f0df578fb8ab762fedfb68 --- /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:a5d6afde80654ddabf3840ef893d9e4c35665cd2783b60bde0acde727eca584d +size 419056142 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..84b984810c9cbd4603b3891cd83bf56d51f55a29 --- /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:2918247a8587d8049ebd88e6e16f43afe66b8170af09c84c1173bad8344b7b60 +size 542602952 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..aa12edba380eab9d8e635185cf27a2b5ca6124c7 --- /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:5ff2876ed0fd0671b0d64f68e6ed1dcd31d970427e9e9a3546f2ffa82499a14a +size 412538504 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..e1dbbd4c6aa748a086f82f47e06445ecf1f91507 --- /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:6628911a8bcabe4d7d813481b1346759bd2506ba6a78f596dc8f01783d91e15a +size 514978944 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..e987929ab6608c736621d566bd3ba731ad9c7e3a --- /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:105cbe664ebca9713ad5fcf1eb3af9a886d77a393af985ab605657d65dc25ba7 +size 457855884 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..fed7c4f6b90b1b87a45c4ab32c83b0661fabf528 --- /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:9301121bfaf4fc2ea8848ea24e25a2f4019fa2444c7544bb10edfdedf1650580 +size 402143999 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..a6399a2eb9994116ee4fb29eb29406664d5346aa --- /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:1717eb0657fc4c3e7982a11224e7591829ad78a65337de26a9126981214b1c44 +size 737418486 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..89acff3ae891d14f2fa8ba578d51e7a958e26718 --- /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:47dd1f5a8ff0a09fb04bc2457dee5dc63ae02c6026c194ea6d45cfd40034883d +size 481509090 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..1aac7d593a2879f1556975558d39d7ed70e0b5cd --- /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:f3645a707ca7ac915d99fc63ab74b244a9ea239c39323499474b92747c075442 +size 652758297 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..27e3c11929cfad356b3519861667a28c352868ad --- /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:6fd01793971bab9af180354b822c34070b9f6a26b549f30ee686ef1bdc92ed1b +size 479165891 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..8e51e983ebdf0612044722993a007c8ca3400240 --- /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:85b1379c7fa697950e7a331d32b004c9c46b900304867fd853f22dda55e4dd4d +size 380665324 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..3ac56e49fe636b69ec93cc75429f3739869d85ef --- /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:82351e30efee740e14a1f22e95e0501abff1430350cc3490c16ba08aae797d01 +size 575812959 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..35999d70190de26367f49eed7c224a6a054eaa21 --- /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:529b2c71f3f57cfcf765ef4357dfbf4bca680f2affda28ca7fbbc5054bc113d9 +size 754863009 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..c29606569aba8641e12122e9696b2c3c9177cbd9 --- /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:a90e6a6ffde22051391511dd3b41d803f2af316d41f81ab45d6042405138429e +size 557930141 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..e23c1b9ebf24552dafe4aefc20689d67292cc8d2 --- /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:37e7cdd63ead8e2eefc2b80239d0b5e20ff01eb09488599cea5fe53c5352aefe +size 712544672 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..1e2b614d8f99a5af5fdb38356f6366fa325f0bbc --- /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:898c8c6e9449379a7cfc24dfdaf00bf03fce4acb173b1f63b05dc5fc0080bc9b +size 497044133 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..fedf44322dcfed373d40d99f4e1f3e762e4cbf78 --- /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:cfb94a047041232e99ed41836b74f8e363acf4e6503ba9228c7e34e021caa95c +size 496915311 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..31ce11412ee5dbc8f4028c3cc6cffd366e704914 --- /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:35e8357ac408312ef6f036226ef7a3ab2ea3a90bc038899585ae6aa8830e04d7 +size 610842250 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..97ca9fecca5a570ef7ffc30539d859cc1003a5cd --- /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:ab4cec1373a55d01467131c120c49cc595bc43de50304db40c0706a648bc2bf6 +size 478071537 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..3002da1c404a98255a194d1d45c30462e7d189a4 --- /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:89ace25afc50c11f9cfb8a1e557288d6511d431f5fd7c4989dc03060c1437c1d +size 509720313 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..7d4ea3c8490a06e4c17da74e80c93e74fa42ccb0 --- /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:68076ab9075cd0fab09250f59b76e7d1848a1820d6a9a77f503a45e9d4babee5 +size 449012306 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..a4299c946826805727d625171cfacff411508018 --- /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:2e23fe2a7ecf47f0e1b635a6e9e927b462b8a7961fb65331b960f055bfcb6d50 +size 478281642 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..5c3a51afef4132e066047fc6db69e93133547142 --- /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:1dda27991bb21edaecda97919d82becaac71a01298b5bde0a461ff910c0d416a +size 631071955 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..133d2567606ea270a0d01da5e99de6407e3281a7 --- /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:6583c7d9dbb93e038da6dc5d6f6dd32913d036826ae1824a36253b56ac190015 +size 460899121 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..28af9ed8f9aaaf210999e92c0354cdee37179a15 --- /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:3dc0c3e34975218fb144436538e36723c886e37f8f2969ef668362455ddbe04d +size 455086188 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..d583a95414d1c6b1ca8cb156c50a5b5184cb85a6 --- /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:ae8d2a5a556e4a5e72fdb05d33b2f3b801b4829677b5a5a80f3671dbfc005a59 +size 350380985 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..3b3cc16aaa38a69df88c074df87968810f46b776 --- /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:a737540892dfa809062282ef03c2b228f01d3e903731b8a0cbc203024500f28e +size 458938026 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..5011f43dcf1540a5c3fe81fc59fd7c6bbf1a9631 --- /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:4229028cec219089cde817675effe4639b2b6adbee58e26d2ad8c1af6dd8e9eb +size 723745168 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..7fd2c6dd5d0e18bb0af350185354bcda9b1a1b1b --- /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:00eacb8811c44369a895fae25a149e2bc70bd4aa5ba17ecfae7886f456987ae4 +size 568649049 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..0da3c06806d32487204b89bdc81fe4c2ce39e20d --- /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:65445acb55553d2c9a7ca08f30e187748b0429f00cfe0c95cc9db2227029be7c +size 563145075 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..6ed60fd356b0a6b8297ccec0bff3343607a0e5e7 --- /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:85e6ef2a152a43d33a5d5b5adf23010808794dda525fc0ac4f2d11ef8de69128 +size 510612244 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..00ee9a37cf9e7ef2c4634ba99c83ce64afdc5063 --- /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:f15ef796b9e61e5bebd6b6e9564aad86b70b9a8bb6473190ad6e0a1824241766 +size 499154566 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..cb5fc6c9b16d82847a3914c0c8c2c29eb664844b --- /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:d6c7e58cd949b03bd826792c6c669bc356f2c13a1b5ae9e4502b007a24b25320 +size 528976739 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..9526db0bbe81798c7bd0d3436623f4ae39679ef7 --- /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:8a677c088926bf89ac9593491dbb4d7836f168c81f9b143a7c17b25674fd6bdf +size 903391126 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..cdc42cf269b95ab98d08236d9ec74eeafb465445 --- /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:2e0bcfddeb072e5d660a7ebc2fb19a035ccad498f04078dd14d2234978e7b469 +size 409370867 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..570077517d950f60da25315b0a8116d0c43a4dc4 --- /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:8d3914b34a94e280b076d18561f503f8a640ee6ff03d116a02bc897caeefa334 +size 437702996 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..ef3d20623c2a3fa5047a571c84c9f80fe00db9b9 --- /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:288152fa35c96358e05f6984021a18c4dff0866f3994d085088033c78edcf888 +size 508650355 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..ce8533e0042b6453d01e272f071b3b0f747a9439 --- /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:46a9536ffbf3a1c778f089bcc46e4bed7007a2704405e5b398be9be3d1f7767c +size 485746837 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..83c4611b825aa98991354cbfb51e2999fb9fe3c6 --- /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:900d098e52d68fa3d736c92ea9d629bd09c2a7f711c53ea2c4ff59b973a08534 +size 564373840 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..0237bd0610aa26c5f196eb102974bc5b981571a3 --- /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:f630bc749a870fa4614f8d7b093df4d7078504b741da520d621b4eb2eff76491 +size 645418619 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..62a03a48b06b1cc62c3397d803ddec2ec257b220 --- /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:a07a2f8f6b1741e8c4e696e68426de34e9c0f36c00c224a2c35b977e1c75dbd4 +size 489239362 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..217fb69299a5ad3cce30836bcee57173103eff33 --- /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:048881281bf5bf51a07b8209bead056dd2d52352a2bdb157babdc8f65bbd42f6 +size 451553111 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..123bd76199428905bd5d90e217fe7956b45aae3f --- /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:d49798dc82e62fd1e235888f230346fab3686a64874e47ad6bc5cccef9541ff7 +size 523630290 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..ba181ee348e97df0fdc9e9dcfa7f33e6af31f477 --- /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:b928d2d2d2114443531dbab0d5d1d46cfacb96ef50be9e0a1e1bc4b6d8426268 +size 417706206 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..8c81237e1eb450f679f52c8b985e65bdbe4afcb8 --- /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:1fd83ea5aefc499d941960e298ea4d1cfa9ae3cde3df4fdb5757427a836f0d72 +size 713782724 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..ba32dd0c1517200b9ec532838cb83a1cbf996d20 --- /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:03efd0bbf61fde641a78df073d0b1d1874e214ded660bb7b90cfa75474fd7127 +size 497510316 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..edca01f12554c1a3456b2c0647831da2452f0e56 --- /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:c295cc826d4155d0a82953678ac220f8d9b24be6ee83381ba10124250eee4985 +size 582317691 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..b692aae06c1478e1761136f884c810a6caf5b2ef --- /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:06d5fa9a3cade180eea4c0ad58e57a5e60b6a8cb8053ca8b32ec9149b73a5f96 +size 1052370550 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..c00457d9918be4aeac5499bcebe23afa142f4b38 --- /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:6bae03257edaebd7e4e1c0ecae1ce75d216395d377af3659bb6ccac80cfd146c +size 454275613 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..45ab8b87cff9d471beedfbfcfc6f1226113e3d1e --- /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:71eac965e909eb789a6a877e79ad53d27d4007d70fc66a4e0e9b631c70596f4e +size 848078904 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..e11d664a594ab558ccbb3dae3099cac65f25016c --- /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:0a14b96edbc5cecea567c291d7608eea80abc9dbdd4dc0fdeb0b33925c060d8e +size 436332721 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..ee48b77e174bcc6821db94590b5f36c66562a418 --- /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:a37f54378a729f85d101a4aafa5fea9bf1bd70796aa538ca95aed46e48aaba0d +size 430830580 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..baa5fa33794f3b61cd0b03c192a4f2f9bbcb5ce4 --- /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:45b1df0b201ed846698726ae26562d6d3f32cae1c883df47e7cedd63b5c6e4e2 +size 661378086 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..e6d7161ef3b843b4b9a1bd79ef0dbbcdb3909553 --- /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:2371c2a6ddbc0889a63d330c4140eea7afc4e9bbc6ef70a9919961a1b94118a0 +size 628351060 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..b220f59fdc2e91ff9384cf1e750da473c6929893 --- /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:d25ad5c4ce0c28af017178a3c9231588eee7067be8d60ca07284ada8e6b9a6b4 +size 379579099 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..2325116d2c84b9e7ba75ced81093c254c2b2fb83 --- /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:c100c37dd465f803498c31d4543d3699d7faa494ce710bab7d9db58f784e4adf +size 991383845 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..ac25b61d5f0c9dfb9d83481524e7dc6929432e4f --- /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:c845e7a1225af3c792c3e6b40026d5c4ee0af010c7970eb6b12932a96655a25b +size 360444987 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..e80ab161281d0d493f332a622454e4c700b9fea5 --- /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:822e2536410b87003d1fe1374d20aca3fc13602596fb1d4675053c18518d020f +size 577781358 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..783c5c7baf753a9d7f210b1132b0cc4f472168ec --- /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:6074f26320f601b8e0f0d7a71087e533e46d022c3aeb5adbc7a5f4f992bb0850 +size 393605125 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..0cab4015187167cab0b1b149c22bf3b3aa378b8c --- /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:db43827407098dafab17c1e96422265acf6ba2accac6adf17ee89fac68aec4b2 +size 646842054 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..5ca6ab21d1676a077e28ffb1d7f13587fa3208ce --- /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:d8c1c4df188216e58ef44743b91cbe56544d36f01c387d230d29c9eaf9d3884c +size 421315320 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..2c06936b9edca214ff8975b833164a6081086231 --- /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:daed5ce516d264429a6ffa22c52bf45ad40aa0b91285185f7a79b5b55bd81ee8 +size 849937876 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..f9432c41fb03236e6d8b5a96b1c4c65f5a8c5885 --- /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:035d825b22a709577031f6f074b7b9a27e2a85d91644fcdba94b544f7a93debc +size 417907377 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..806ad493dcd360d56d493bf20a97110be0afe903 --- /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:68295445369fe40d35654fa17ba96bb3eec092f218983421556f8703c50445af +size 585554767 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..683bde4b069f43c356b52af27e356a6417fe8646 --- /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:746609047ecaf5d4dd3bcf332ff785a9c31255d67a8c5f7dfcf61c04ecfb8d25 +size 1081180975 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..919652c9a00287042679e95c1ecad2b953101b1e --- /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:cb37a5989ac8ec8f025b84356872fdc03a99a7705b2ec221169e8a7d608480ba +size 580526461 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..6553385cdd99be8f927b3e55bb54faa385e20003 --- /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:a3f363c74919e30b13c8014f9175df4002a96481ed5e53c04ed1e8df205bfdb3 +size 600590097 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..3648c336564fbfdbf8919984e5c6d48f44dc90da --- /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:a834413d64478ddfab87e733ec7ee1a8bbb6f43cc402ea886fed13ce6a186c5f +size 544056061 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..c8ed8c556b9785b5e264834435ea6e4b9ac92e74 --- /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:563143b1609cb38e427428e76a34f5e5c6a0d2c06c7ad8028d7839f70af3d7ad +size 646639260 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..4ec760493484fba5fe8360172fc949d8e22061e8 --- /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:7db886b3d646fec225f27063d586d650cffd31e16692292535f7408fc0916ae5 +size 535266136 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..031e89245681a959367d7950645ab0e796d08c54 --- /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:20ccaffbd47d31dbe9609a813ceafdc389fc2563d625909835ae7914ed67850a +size 444661037 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..a89d46c70330ec12b1f909c35cf2cf743bf77e15 --- /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:8f32fccc16361817199b2c96a698e70188eaa315525bd5900e1017ada7881c62 +size 444811955 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..f365734444a6a51feff70dd6bfa95a4941ca1ee7 --- /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:95f83625ddca2eb4e51b499cdb60d64153c1c5dd53be09e787ee7f21fcf7af8c +size 598646362 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..e054888090746448190917256f172d1ec397793c --- /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:b62f9f7e5f00140b038030dab1b8903672d66bafc4a253b82b483eb60f3c4995 +size 543262793 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..ed8d57dff331765bd69a532b8c424524ebe243a0 --- /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:945f7f90ca8bcd88352b9d7045fc1afe2d3e7938a7889ce73030d5e09f6d3b4a +size 399048909 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..049667dfdc14b2b315e8a58d6488320190c98db9 --- /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:6aa14a73eb059dc9d2c017a1f163ce64551182dfaa9e439ab620fffaf7cc1adc +size 486339224 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..9063fb6d629c3e5b1f4f9161ea64461307be0680 --- /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:be2412b0513f8a99e4f7cc25d8bc78783c450fcfadad3e4d1743a3264edcedc0 +size 464415484 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..5038c5b424e03625d18880a6f1209f53be952559 --- /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:46f961e517f709d45be0330ea2d696a574682b37105e5e6cc96078bf31ff21e9 +size 541207915 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..346ccdf5dabc2579f0963442f828378206654118 --- /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:ed58eb836503aab3d1ca4baaa48634061ddf149d52d6dc8aa144e370f25b5039 +size 585827805 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..beff07a750f925e1b35112656712440df88c610e --- /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:1726a6753cde167fba9963ca9255e5e394f3b7dde1e9711a8f29e7470d40c569 +size 390602059 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..dfc319b05ae47a3ba8075e6ffa6db08984b20bc3 --- /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:ddf4f3c386538d3ba3c5baf4a8de653a4d6aad7232d1296a2642e541c511e1f2 +size 492309910 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..72d67704333bb040881310bfab5ce6414fe906bd --- /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:a48d93f0a51d82f2ea5661d6a9c87bcdb8a7b6acdaf3c7cb080c2bc6294b60a4 +size 539594809 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..63024ed7fe98667b623c6f61892b9d5e7ad716f2 --- /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:99579cd13160afddcfb1608aa00747a758f1ee8d922b65896c390bb290139155 +size 1004367364 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..cbea7f8b7619f9b7c939b28b45ae879f56df2271 --- /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:d2342cd4865a11cdd825cf91a1d63fda581f5007cc9cfc93df1d6582753896eb +size 706311544 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..47f4f256e36b396232802b50e96ac5de4f1da98e --- /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:57da2f0151b5dc69bc1790da41d36476189ed85d269216f4c8cd44b5388da3f9 +size 494730921 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..6c0cf124528214d5fd397687358b30bd8456c32d --- /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:189953168d2c03d76df233b85a404fdda49cd7c669ceb3f5c20b4923ec89b45d +size 503423614 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..8062a8f80c692beaea8953780802ab62b39f3e3b --- /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:bdcfff7347ad5a6b9f7abb15292934f1037836343f54ae2846a95c01025c0b0f +size 592256472 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..93581a2860146acd2b24f2f31cf4a2bf7f67717d --- /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:3e35d179a4e38a864fc985604ab2865adfdf5e6486cc09ace1211b69f6108474 +size 667672911 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..abe2e0ddcd65c5cb5a90538531f06c60167018f1 --- /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:eae98e614471fbec07e6176394768fd14cc46804c43e5a300fad18accdbd0ccd +size 814509505 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..7c83d3525333be0cc9ed1c126f42198ee1903552 --- /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:cdcec5a6f8ab144416bbf6b90648e8f1e26c1ca5889633187dfdbf5d16740bc7 +size 1007112184 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..4f918ddb26ba9fd7986a76a8e3c5c56898448a68 --- /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:28a83e6a1e03b97bbfcf4902a5bd8cea6d6c11fce65de3274ff4351cd457d428 +size 460749644 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..88d19b97dc28f1c4f6f809be43e82ae4e50f6116 --- /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:f4ed889139e93570a0ecaef2a6178f21fc992b3dc7a3c8cb61564afb289daa8b +size 466763441 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..3167f29a302e36ccd9198e22c63c695d40c67a1e --- /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:c443cd46999a785e1cd3f20eeb4beab6ae48cfdc6ef7a7c942e283036978fade +size 539473163 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..928cddd5b9e4e42a5e59c9cb636ce29adc0c735d --- /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:94743fe89e65758c04dcd1a232970c89bf1e2d6f54f84846ed0e88b8659e59af +size 560222422 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..a3a732714f24a7fb23a586b003587ec60c64d440 --- /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:cb320c86c323cd5e15c15917902e4798420126b3c080ad3928612d7799725fac +size 526280707 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..e41233fee4bf2322e80ee12f1bb6227e501cf90d --- /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:912f1ea07bcacbf60a1d3252f6f1c71395eaca18a1fb9127d788f240667ce4b4 +size 514048421 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..de834be1d14bd16ec3d23bb61d42cc1b0e36d6d5 --- /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:33973c1ee2c12ce0b57c4fc2d984b24023b5d0499269e6db53608f3de21034e1 +size 461362292 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..499737ba8311efc95a4587e4729995f997457b59 --- /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:9d7f060eb243afbfc0fd6cffcdc9aa8f67040d817ba708d59e20171d64bd93d0 +size 522879381 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..21be51958064abdc44d37818341a652dd6dda506 --- /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:e645e4b9721f006f8b572781f46805951697f7e4b2cda3dcabbd2cf4c2f5c7e0 +size 410895440 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..a23e9028549cec3bea0f2be06e9c85433ee03321 --- /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:b7d5fe4bb15c78af19ab2b0211f49241606bdb8f9fe6a351ed760d24c4a5f8d2 +size 374417962 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..f81186c4237bb9339f283ab529a1e8c459527feb --- /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:0e4648b3fbf47ffa95466371ffb6711e1cff454de5722e7b08c3020b5184fe18 +size 432696307 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..5ce7848aa7b99895604fcd5cfa8ee01bfc0d8684 --- /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:6e429931d824a42d860e71d8c1de48a47c08d4fac26d2c4d1bf452afe7373d45 +size 493654390 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..f053f9012761ccd4340757c98acd678c2d3c5a71 --- /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:7d6c30d038cbf7c25a5e112f40e2181c2ce808dd28bca2e57782e84d3e1114c5 +size 460099624 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..76d4024e4c98009d1d8eccf808aba496cd61b38b --- /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:b93311352725fb44d5a91099c956fc1a96982ecf5d6ca04398cf18abf1b41a71 +size 517161316 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..2e32fffd7e2bd00da1f7b19a21106c5d0efa1e9c --- /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:424c70560f75c23beb6b07b5cc6244726484e159ceca3e9cda394ebfd9752ccd +size 555989944 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..b35c3a312a10f962a592f9ec5e7ab71e83c6ecbe --- /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:a31cb14fd1ef01492b2757c5991c6a8fc624a511681e34c976c8edb8e4c17829 +size 424294831 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..968d66a31003b59933b291b701e63a29f56f83d6 --- /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:4f9785cce7e43bb8615f3570b7bdf30591942289bd16aaac799e7ca20c2d6dbd +size 1220017468 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..ea8c64778872bfe1ff7ad070054d814334fafe59 --- /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:9818aa8608b9a4906eba55eb0b4c4c55fbcaa25a1a6cd266543fbcd084bca713 +size 464714818 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..feada3a058c1e5591ba576c8c8bfa6dda7933bdc --- /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:80a6a3d71e9e7c94731a3072a034a1968c758f429922f4a5df274c15b22a43a1 +size 559432773 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..a268c48c1345f15bc43e9809fe96354866f61581 --- /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:db1388d87e6c73a6e9589441eaa6e2413de703b8884caee1e3625734293f797c +size 527759262 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..e727fdbf6e1cfb7e821ca10df9e8085fd9b51c64 --- /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:e8b8971edf0231261ae77c468b49a2e282a52d9a6925b9c6be8353e75038753c +size 505806255 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..1485355ab3cfa0a4c6c7977ecb13b788c53e9b66 --- /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:1d113bbb9aed71c2288a04a25d87fe46a17f46d0e7f1aab1d32d805fda0b4e28 +size 426073319 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..ddc3e55eba919f4502eeb81ca35589737e281d6e --- /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:af316f44166b094d4287058e0cfb77b77398f46e6f7be8312c9aba5dc462f5f2 +size 605104789 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..117b01a5e151e8eb9ddc10630007da3651f0aaf2 --- /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:4fecea26286d2a1896f66de594b755aea9ae6a42e3ac26c113526c5bf2e82552 +size 450486607 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..6e54615cd60ae7b52e5b8120e58642a20edc9c59 --- /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:86d08571e96541dc2641ed41884643ffdde71eeaec618557fb6f8184ace346de +size 1040117682 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..7b9e960c3b14464e949df08fba597e9feff8f895 --- /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:a1ecf4a7fd9ff26bbb07e92ec937055c9cd5e474a851cc26cf41c58f14e82144 +size 445680179 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..9a8a79a4fb4109bf6b959b43d97b0a8e56e05435 --- /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:a1c62fe0f20124a30ef32e9cc4fe60188d296db06037bfa353c1fecae94f141d +size 408186833 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..6928c8d831c29bba473133a4807fefc00e4bd4a0 --- /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:ce1ecd83b0db20f5316fa6a76d370c7b022acd39d3738605b898ea0224d9c73d +size 485152374 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..e725cabbbb5d8b3e449452c52b64fdc32c1dfb8b --- /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:01f38d2314829988ff245f1f0d9edb8a6efde91c520289a064ec4178063d9472 +size 685373259 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..f4f45d3de239a82db8350c6bec2a0d31bf7740ed --- /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:c2573d06f7cea2fbf1e4345d4a7d60236f8466885d9000b31499d6841475222b +size 639008047 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..c66662a541750cc2df33a13307fb356481fcea24 --- /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:7e719a6fc580df25ccec1b1746ba6ca0074ad2b8b849479d86f0f35bca32002b +size 623967972 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..92550b95488b7f9747683704f4d9bba5ab728243 --- /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:90fc27c1bd66977220bad5a62946d97d84272aa5c03ee7175a917873b8235d35 +size 624613948 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..49bffe416521567890808c628cc959f2f7c45a6b --- /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:9d788e373ed579ef1e5e51bcfb703a42262b5dc715c7ea3af75c256f3bf96f0d +size 419138011 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..ce938fed6da40aabc17d25eda3ecda3704a5ceb2 --- /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:2a7aea79600511d38e95919137ca34ce4d8105a8c83b5736aded3ca791ab87a1 +size 394518217 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..6adf61da0bcc2c5c628bf593e710484ef689ca55 --- /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:481295531c57058ecad476dbdd47051022faf26a0b524ae1d6fec2d4d81aaead +size 466508695 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..3d1c43bff29431e97e89d521059afb2936fe2759 --- /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:99c1b40265a5909ba0e7afeeee55a7d7e68513af54371c2ea7318feb20cbde30 +size 524659545 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..f8d4a6ebf8e29ac2b4a1006bc46969e3f09d9d0e --- /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:ee7050f6894ca75d186536f1f43cbd5a193212568b492ffe3f716a33da5231c9 +size 583798595 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..f3437d00bef47a5796abc82eabb6e2f5b221eef3 --- /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:7681d074bececa5006c8bb23a2da2ff5a76a165f56b9f3af6db2eb33ab49e74d +size 380160929 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..fb52eb71543f81fec4e64bf22406adab9b8f98db --- /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:205c2f15f8c6d32ba6d727faa6f5eff4a1a11eec947c41ec3a3827ce628aa6c5 +size 457950392 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..4a214c18143f85e973e87aedbb21f42e481392b5 --- /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:75756fdd5898ae7cf862dd05715a3e444cd69d10df8e6f7e797657019245f787 +size 440661276 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..41b01b611bba1db8dcdf6b817ca6d8bb6312ff8c --- /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:acf74f53864474d749ee8f613b14053050c71456edf09f5a3d22f94ab118d1f5 +size 450476881 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..552bbb8ebc6892ac0d6076853d403473f8874209 --- /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:cf4ec144f5f0f4acd2c8859510da028acc7e588fc5d1ee8eaadf28ab6caee6e7 +size 488631758 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..e246f1eaa08efbc1b6b096a3512f402f55603301 --- /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:6d5da35bb20dea72a3bfb26840157a6e850551ff7dc965bec03c9b8fd78e796f +size 489472097 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..9d7b70526f9b8c09d4a11ad68d3621a3908d07a7 --- /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:83a554c0c8fd259064cac4077beb9e281f1ab50411b2dcd939a523d2aeb0b073 +size 470623380 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..5ba268173d8f00849baccb8eea310a3e92ccee77 --- /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:4c2135b102955e14f19d45c2ab5f518c6e6ae9f5f229cb8d1fc30a07fe957d17 +size 786090156 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..096eedbb7cebd61cf59289c2cfb3462e2766c773 --- /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:d4f709ca37251f4dcc9938f9fbf7a0298dd90cd767673c5fbeb3bcf7641f5878 +size 526619225 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..565744ee6b34960cb5b253ae224feff4d503a8f7 --- /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:8f507a37c534496929c6d2aae285a314f046e3b5e2dbf4dea3cac18f9aa0e84d +size 581890073 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..3a92b144413007418b392054522d95d215555e71 --- /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:45b8d52ca657123e5ab6ba123681b992bf7bed7ac30d7c93f4c0ed9a9c19e2ee +size 565522475 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..177e0c983e01eb97e98c9a04cd4c1a0cec45501c --- /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:51410d2fa48d43cf810d9550069a527ba4bc6188ebdc4c58d6026e54af9bfb84 +size 567208400 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..c06277416840da9f0fa22e9bb33b78a5c1e535be --- /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:bf97b52a187a40e6de0f462f703760e53fa58eecce7a211a9e605e180fefe7bf +size 762100069 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..a6fec55f26a73309309098c1dd539db747630706 --- /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:d08e2bc74925dd564302d8b9720222f05072ee21a83f8228f5d9b94c824cf711 +size 665726948 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..a1d13d48f2630cef77997429dc84eaf9e22aac55 --- /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:71cfab8eb10b96065e976f75d7e396b347c4848030c7bb300ceb7a3da95ef416 +size 501373402 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..9931418522e0f1e1129dc3dd729dc27d6429780d --- /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:d2f3ac1fb3804d81e25f494dcae802b94f3d42e4d795c53dc65002597b12cce5 +size 835716935 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..98c616b3f06e82e4a8a6a02ddf71162e4bf9c9fc --- /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:c6bd5af377998305b3f36fcc457e2943a2f356451403e5087d2c18ad72413dff +size 516733567 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..7cd99529b8d95f18ef2a347e45914c9cfc644b4c --- /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:44b471589fc4e40eb48ea594359873078787e67c84e535d3aed11390b44dba6b +size 442834879 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..303b168c07662a8348db233f0e1582b997d5d30f --- /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:f448e8f44ebba088a5995eb13244c48c9767e9b35d4c8a7ffd6e893a15e206bd +size 488082413 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..46343df83d36cb4584e0f9405c5fd66ff190e8fb --- /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:dc1585f6e54fe22e710a9203adb53ac85e9bf8954198f9cdb80ed570cb6735f2 +size 540785720 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..6a2e34563f58fa358163bbc38aecfcf939f2aaa5 --- /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:9e5603938d8ed5205a33a063d58ea6774a1a6e0221bdd35c2e60c9ed7d698b4f +size 545454154 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..786f1c18a9925a81cd26470a9c6f259c6a4fbc00 --- /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:50df348ba49f1ba5897fba63d21196090e9a598e275862dac811dba144feda09 +size 607990806 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..03ba8615f94044340954afae9c37a7c2dc6ca60f --- /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:55b8498f8bf681928ceb2de88ffb66fe3da9997a670b9712af1ca2cab0243a4e +size 487667513 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..608e4d1e3e55da5a4463ee48989c9ada3ee442a6 --- /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:e8cc57c8e76c688970697097e1fff3622fc7b0b3d5236ede403f06e73e5388d4 +size 705321456 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..614d70d1362c67b2cda75fe227e840e16f56b4fa --- /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:c0e15e81945a262356ced3f5c4d97d099aaaa72f496373557a64ec119e2392ae +size 477883257 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..7d0c605b95d4b92eadcf3f6dcf6a5ca26491f84f --- /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:59f0a099387c41787724af31de077cff2843b602d8695eab1174785d2e650809 +size 432983805 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..544737a5ce9523f62b513969ee50244104deb7d0 --- /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:0344a87be1e5a9ae3dfc7af46bf5370d4ccaa62b2be42dcd28aa3b98724774dc +size 575952657 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..015d6381967c50dd1d1b5cfe2a171b9a44d5efc2 --- /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:ca15bbf4132cd4baa0180831b054a393482601b05f38dce1336ac834c5b714fc +size 500046727 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..534b698b053d4c5eef60d93c0ebf89a456180856 --- /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:ec1a0ee6bbf3e7bf1d0093c29a9749f0bd173e004edcc214f07c2d16b2ea8292 +size 661374120 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..fdde3af11807819dbdba9e0f3b350ddb62e37d73 --- /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:22be63eff5976c1754f8642726528c83a9e869f2299bdc68489d69619f06bbeb +size 564280322 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..a847d737d49966de60df259f4cf04ae0066bad92 --- /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:02456afd82b18f83ead017b42e984e3b1871e45c7cda03bb0dadadce4d3dcdb9 +size 962707181 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..4fb4365a1f833d19b82601ec74d78fa198a55ab3 --- /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:ec3fc3b0b9ff0980dc4552ede1df28a7d33b55f28116e02852140affcc6b27e3 +size 513495092 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..559e04d8cfd08873b7a05f947fac25e97824075a --- /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:1c581d77e9f1b003c6b9e0ddfd62ef328832ddc4ce0b9570e590bba7b0f11515 +size 471760743 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..ba1b8544a11fc2c999eefbb5b9593d9de3cc75ff --- /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:cd9b3caf2614dfc4f35238169487bea19a4fa6bf665f12862b86980e096f0c1f +size 1303446114 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..2fd55bcebeb7eef4a37ddd343bbe63143e77b4b2 --- /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:1709ffd2d01e63cd9739c86a428145072ef51c289e49031338c228bb42113e30 +size 465170453 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..4b5ad1dfe29773d008c9f29f620e512566897327 --- /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:597aeb88493e3bbd5a08274be2396d840ae1a9d79bebcb624687c419c84519c5 +size 617482296 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..a16a3614c3d4835f85c3e69f9cbe11d7ae31162e --- /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:16cca0629e4b9fed9b6aad948712df2b4f033a48375a1fa5bc3ba0db8a0a2b6b +size 467985366 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..d2a81d0af11044951e82ab61113ccfa8ef781666 --- /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:2db9a45c6d87919d9b47e869fdfb72c21729fa6d92959852287fe1fc587be309 +size 414129045 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..b77a0110ed09b9e0f0bb5b4af4cb190aa40e156b --- /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:279fc92147540c0d154421422891c58a635f15733c653e67fe100f9681e3935e +size 397102203 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..4e40da8781d397c4fcb9e39fb3c00f9ef3d8d56b --- /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:6c4bec745ee850c80cb5b1603f9ec1c6b01fa86032f2a45898c5175acd41dc5c +size 836093453 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..8c516b6e1b948cfc13c8256405a73a102a53ba31 --- /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:f1b98e23f94e70bcd8cdec1af7d15df003ebc3b1fa43216a00dc8af62054583e +size 402425452 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..20c36cac5d3b844fe66a3da8e17951781162dfef --- /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:32790863d2891db7770ee060e1be322c6752882dd1bc6f9f20c9cf4975c80adc +size 759799086 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..dfd82cd7ec6bb94441597bf5065b6885a0a6e5bb --- /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:bb0e4d67cbd63dad02e61ff1872609c73691a54ddaad1b999d069439ae42ec87 +size 413418553 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..96126d061ecc884caaf72e76f618fa64795a6df4 --- /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:4d61e7a4e4aea663646b777a82ede7501277e4699b75b0f3c9224342d8718604 +size 1004230883 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..a786932ae7a5bcdd2619f79937f3a37e82be0338 --- /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:bdd8bc6067a0113758a18598909d03a8f81e76c91487a319603f0ca0229e839f +size 424889586 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..a320553bdd1fe6d3b529e4099039eca188f85f3b --- /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:a1a0b9b9558a127659898a1ddd59c6be3ea18c537eb0778b502ab571dff1f3a6 +size 474945186 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..c2f4b4986189700e9f3e3ae0c3ecfadf39e815a3 --- /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:b0b6b1b541fa3f4949e2764180412890650565e813f00d9e4d9aae999eea33aa +size 554129705 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..96e58883a04436be0d59bb23777b6740888353bd --- /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:af83a624936b141eb26cc44bc9e39d2b6184a66088f2940d00e065fbbb938f90 +size 434414901 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..351033386361fd0477f06f80680138729a4bb651 --- /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:016dff23f4a1934f349259c489d04f818ea1f0bf831d6074d14a5d23fa99c809 +size 659390688 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..53d547c75c38d93bcaef2c9caad57593f77ac7d5 --- /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:d56991f90105627b7c74e12be3e396f869190072c12b9b8d3419f0943cc9f72a +size 526387771 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..ab9540a98292ac74324e19c13a18373984c0dd0e --- /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:fcd374598abd5c2cb021a9275d46a0576996bba716364f13b600051569532952 +size 475203310 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..7006aa6e34b10acf8f2fffa2ffe0cb5645e6996f --- /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:8a5c37903555dbf3dd09ca37200f43f7950589fdf605a58f210f0c2ce00deb08 +size 595743089 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..0a34e3dc8fcf1962d292e1ea797bfdf49b29ea39 --- /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:0103b6e066ef77b937c478b20c66c93bd784fe5f53b03d0cb4af153048ae29db +size 658977386 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..92af9d1e7cee538dd5a311c22f3b540f89972746 --- /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:587f0ef540922484add7f64edab7d72600216b332172037c6236a53ae1709993 +size 499893807 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..4892124c1fc0a82100f45a28d9cc1331a2ada115 --- /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:75ca65196b6dce378b13032023b7ad643d400a74e8072e77f541805b9d06f7f7 +size 640287841 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..b0d87277cada2a30fe251b9efce81e85261a813f --- /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:dbdf2cf29f9249949fb0eba3a52ab142ed8f7856fc6747d944dfe8ab94e4f52c +size 502690224 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..21f979abb9abb789648a534e6859f52d16f432c5 --- /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:8c630bc4fbcfa16958212a0273feb2822af9f34d7b73652dfc5f6312dfcff73d +size 454033697 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..65bf0012ee20a8b11c7517156f99bbe71ebb7521 --- /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:809784c24ddb4c00618409bb57d22a23c1a4c72a85672896afe84f2df3226009 +size 993912214 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..63252726a59fa7161aabd1fb7ee1ac08c8e1a574 --- /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:f52ce3e5a30ebf62e6ccd444d44ea05295148e8c7e9dd75f06ad02b97aa0e621 +size 473652077 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..147d6854cc2c1b4078121e2f9b6673f8540af493 --- /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:db382b1cde43f838b454352bafacc22add53b1a537e14199c1fcd7a352cb0f4f +size 395451630 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..09b4bbfec5f316a96fccf05a6a10b6ac6bf8a5ad --- /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:60c5859a5b5ca367c8710854afb2151ee2856dc1bd7082ee0a05b32207e6eed9 +size 407529359 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..9b6301b0ee8de292b135fb0edf62ee3033973d4e --- /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:4f5a97b82d54d7f58b4fac253bf8b46019453cad135151e235793af4c2e098e4 +size 495849281 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..16de609b6a810fe0155e797832dad18e2bc0a980 --- /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:be51710cd2176de5b92b4bea8f0cdcec90f9af40ee20141d361ad506e3540fa9 +size 563004888 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..b69a0680c15bb8efcba6764737bf73a27e850fe2 --- /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:16b37903b479c9ea6a81143a116df3218f6aeb8fc1124e61cf2be59b1bebd6e2 +size 878047929 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..0cd4f85e8bbb79595141257ed5e36617afc8b684 --- /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:63f17e9beac5870e100de43ca7da62eff3e6cbfb4ac757c96be988e3b3cf854d +size 431707506 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..9285077ec3ade79fc2ead525fe0b33b4e4a50ad6 --- /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:d9c0d88bf21e370dcd37687eb508bfbf12ded747d7c2c175193a6bc56484c4ff +size 488013855 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..6b993570bd5273f90365729035088ca541da38fa --- /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:c7f770a4720c1911d40678c303369cd1b8d4cc19d45c169d28ef004c8644be62 +size 1282512398 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..b1baf4e5764a8b69f69f2f976f2a179c33bbde8e --- /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:15088799445983e650c46133a3d43750c1f9d37fa7a489ccbc10cde0e389bf4d +size 584335874 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..daf07ccdc08534096165c1d0af4e9285b7335f51 --- /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:2349545229024dedcee98fdeb0ca1b467023bd25ab414ba74126ee628d973682 +size 527402448 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..0e8433cf3107f2f08edb588029f8532a04dea47e --- /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:ad8f3d4aaca88e89449afb984be10ac6012a97f8692c50ec9146832e80ee2f5a +size 458651107 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..5f3941942fdb7e8e558858b764c89b0b8c4e51e7 --- /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:de2f2fedb2b925ad96f6d023495edf4b82ddd7fdb968dd756cdc22020acb6e26 +size 653793447 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..54012a09ca1168c48480a09496f09c70b17ffc87 --- /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:ce8cf655f0782a5b45727f6cda1b68ad6de1173b72121e8542bc37f595ab52f8 +size 721544217 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..a15da554da8fa84716697e39f26140c8801d993f --- /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:5c94012d2fb6723b34cefa84219e37f931a39151d6b9ecfca8d5a381616d4da7 +size 456184184 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..6c8a56c07d6dc4b07fe6b053c4f1d6732594dc98 --- /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:d8b6f4983e371f7ab4b5e29b87682848d5d774acc021ae9ec15b442fc619d98f +size 621185802 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..1df4ba23289dbbfe6e38184a9dc0a166ee4f8435 --- /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:1609a5c12fc8b2439a2374ff282e6758b1c66c9b9b6773cb0d8de06f4c240448 +size 453169068 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..c1fc3b561a931e440a58647e712d13fd9c2fd1fa --- /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:f6376e71f11eb92c5b963facb0b89be9d1025eb71c43bae97810e90930e2354c +size 440997534 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..a74a891e622fbe052d8aa5da6e68ecbb4c2db4b8 --- /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:bedc48da108509c2ea8304a872f4a36963befc72a41e744d9e45e54750203773 +size 580978942 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..ff7fc684203dd719e3b2ac6ae6bcaaa9ef4e677a --- /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:1bdc93cae47fc3e9843b4720d3254474b2b86c7556e31ce659e57041d9088242 +size 440390747 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..04e999e59f99ee09925a5f9264f5782f8262432c --- /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:31a116309bc15f71dcf2ff38a188ad6a8e02b5d24a3a173d54b903ca6e7874f8 +size 458383183 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..6c263a70d26792dd8877e5c31a1572351518d3ec --- /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:3da1c4d5bc63b60d4763bdecfba32df911a52eda270b91537f4aea136de65a3b +size 613947005 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..10a8daba975710e2e7ca55e9b25c0bbab9a3b942 --- /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:6c983897b7d4b45124ab2da846d52ea0c811f07e7797a2690c061439e588d971 +size 736190639 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..309298f560a21fe4d5485b1971e3e957ca879cf5 --- /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:7945b2fb70100b49535d46ce728e5c18e610234b8ebde82c7f148cbb5c204d1b +size 508254015 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..92cf22d3bf0c59f14c1e3fa972c0ac065526a203 --- /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:b0f3448ecf6b7077064827a075a5312db8a4b46e2624774f527b118031ea6e78 +size 534674959 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..89a024b6483b7f089e997566a38ab359dd76b728 --- /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:175c05a75c7d2b52e8696a0a743b0d22e87ef4b965eced128a53409038f4d15a +size 436358924 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..9b9876e1255528d6e8a336a55f739ba9bd84174e --- /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:7d7954c782ebb07c5008a0ac98360cfa979a943f35eaf51e5a15d47adc54f8ec +size 534437517 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..0e00a5bb3added9e3c099bd4f7df70f76d33dc15 --- /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:c5f09ea551d3ad2aaaff9a4988cc6bd27eacd13a7f105382a899403d568d5220 +size 577013329 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..4f5a6e0a6051c8bb07adc444259e7b03bd1469a0 --- /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:baf6051aec47641c7c34a050cd3fd3582752706fba2b777ab5c577a7ec62d58b +size 331206305 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..5fab8074484dca0aca61db4ac52be1c1bfb55082 --- /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:b31c120ef8f3aee7a35288e3f5719c7a1bbb664a0646b8ff1dc7f89b9ca901c1 +size 393706899 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..4d30572cf992dd669ba64835c0e9b0cf53a7421d --- /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:be955891336c65ac7a2d8ad2df18c8a2a1b2fcaa57569d5bd8ad787132d092dd +size 714563700 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..df905d7931d8edd295afd2cea82cabba59322684 --- /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:ddabf2c29087d4c79892b89aa19b2cbc3e16a721df017392fa177db07cdabf28 +size 548099498 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..c8e0112f9c83a86eae7551355b735301e53418c1 --- /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:9286ccc98e180dc5d36176bb8cfbe639d53449613a3fa899c443995963f852a4 +size 524947924 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..bccdc73f75e20d0dc784b5adf9b317e8a1ac2dd5 --- /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:24893b8c8e40fbdee3b228eec52f788971c1909489168c964341f13f3e808dfc +size 500936310 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..5837c5c2b9126d97dbe1751d30de4c7d40957850 --- /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:5da489a7ad42b26628f25893d73efd46424b54e403de418de629fb190cac8dcf +size 612071073 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..4da06374f296d6b827e94bf6c12cbc4371a3fd92 --- /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:41814b7a01020bbaa92e961ef68be9f6e2e4066609fc5098888b82e38477d0be +size 436107517 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..a32a75cef17226cdca76cad5820ca9c502426804 --- /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:2930af5407dacb3d32bd539bfaabaf90d7a79138f25229d0194b0eb0401048ba +size 417620796 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..7ed0fc847e3077d7e02386a75bf7a007744f7f56 --- /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:8d87228e5d7eecbbacbac4d3f9cc4a8b945a1a6f8bb3312de14077cf88c96cbe +size 378052186 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..128c296740af3d9acbcfa8e0e7447d725a61bbe0 --- /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:528320981b58c01623e538e00d2ae1464716bd43ad4f153bcf526723629457f1 +size 506844302 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..036426ba2735839c4fe77f227ab05f2dd5586ebe --- /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:652c0e17d76646b04568569a9e6fccf215a87c46400312ab6f0c4781d34e810d +size 542547248 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..36e35ad6f7af68a2ec82a34237205e378d606119 --- /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:0b823174b9850a7b79b4523cea69d40bab33816e07710cb0df21c891e5e75391 +size 589837588 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..e9ccfd3111e7e44fc10c4e1fabbe6891d6909a6a --- /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:5f93b4f5ad15a699246ef3c92401192d077ad5893e0ec730030e03fd6ded37cd +size 366931495 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..92c7d7de2236a3d21fd7b965fcdae12e418fea07 --- /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:091499554ffff6fe15268c37124856684d5716e753a8756ce770bbce0d54bcda +size 412929532 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..397bfda2abf7bf5e7304886dc062982e0cfd69c5 --- /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:61aaf78e55d83885e8ddc6413a1b5be79fdfa66afebe7351c7743dee9741c0cf +size 631878044 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..2034623a21075282e392e17dc2c28d4247e552e6 --- /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:693ea1b6cf61e2214bc698dffcb60b12390c7439e3b60b39ab7391f5bf01ab68 +size 481518682 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..eca13ea3127c7785ec8660044a32dbdd07481b93 --- /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:dbfa58d7dbbd958e48ba7299259614460944238fd234aa3ff7b3e9637b91a4c6 +size 494451938 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..e584f82447744f9adc15fe2c1217704ccc82ffe5 --- /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:97e1eab24abb30b0beb6f7ead9eebb42e75b32d7917fe7e96d6baca1af2f5162 +size 747547867 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..a1d9996da480cc3b3b5fcb7d133e595edd7f146e --- /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:b4e04e63f2d4a2f14617f1a13582a0190262cbbffe3ad6b2d36669deb4f7fc16 +size 1102509459 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..fa528c0a6c77306b15859735ee6c78b7befb56f4 --- /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:04d7d750de25cabba5f1129d0fa1b16c098a19fb77f4caa07a7948e7b8800000 +size 521766566 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..0eb222ad56ee0d988a29c4a67161d18bb834ea88 --- /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:aa668e49ce5d0e8d8552625cbe6c4d560311ad249639d931a625720ebca0edb5 +size 590051410 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..11180caedf2a443b5ca5794e0008964399054369 --- /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:978ddf6ee96190b507656f9a2bdd42352dea2999c89552810ad174213df4cddb +size 751850823 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..bc43834f46739860c08b25ac8ce966c4bfb292d4 --- /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:218a06083ff0bbdaa3ef94f49dd0498269072fe3407f9f9d394ceb83e866d24b +size 1068688465 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..bc9845875e0890f00fbbb1132de7ab74ba814e81 --- /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:c13637b82d44967b8defde01729e6c0ddb50439e3dee47609709461b47c25b05 +size 528797534 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..5caeaf4539be2d86aee25897d60d6c0456ed3e16 --- /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:42324d5736a89e07b9f442f0aaa5087593952f006d877ba765477bfa42e6ba79 +size 496998744 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..7eef4fa2f5ea78c2eb6ebe635f6fd432c7271265 --- /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:099fea26dab26b9e73bc0f9afe4bd5f8e9ded0086d56a39c1b0ff43549eb443e +size 471995276 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..5f18ad339a89baf325b816ac8c07262f0bff69a2 --- /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:0f45c6d5f8ad418878a6eaf638005b75d60499acececebfdf24633cc8bd2d198 +size 594424274 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..357f9157b6222a4939b4dbe95390e98a6ca42842 --- /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:da78b788de40bfdc3e981bccf295c0fbbba64ed90a405d3c07535f69e9c71f89 +size 537450822 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..3db6c5e20a9a1e23a50288017c19832ca2c1b83e --- /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:be0bc5dce25cc4fc2d255812e35c0c37d826b65bbcd5baed95a341587fc96939 +size 447013079 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..ac779e90d9754843b884d6ecebfe21fd06b9fb05 --- /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:990d72531e178ea7408d87545d6f351d05c681bc190394d61c90fc08137d1078 +size 397519950 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..913b28295c604f427a4b99bbda5aee1bb244d548 --- /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:acaceaed047a3a3af9018ccfc1dcc9950273e5b695f4c8fec48d10271128839a +size 683501100 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..03a232d35ecfca426ef096ce9422da95532c1eaa --- /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:b2a5dd31020c9dec98743704df4a36eb5344aa53351da0f4e01ac32a609e4bc4 +size 523611696 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..90d7a2524a09eb300717d1de54c2ece193f29398 --- /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:84b429033bddc14c5ef2615aadf1da4944f2628f83c19ce65a8462fc096206ed +size 473406541 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..c70103c6e8d3b8db2160cf478eaa1170514ae59f --- /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:bfa50bc1cca4bac0086e51c24fe4a1d3636a5c213b0bf8c960f926cb1c587989 +size 497121634 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..0a180b3176b05d3ae20ce1f045e890f7f0e3b0f9 --- /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:791fc5aa2b21a5071a6d0353140f6f83ed75c92810ebac9b188b75aeae2dcc3b +size 460779637 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..a618acdae8d4f92242dd87c21188757042de063f --- /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:b638c7eab14fc4300323d3fb09c6e1118f6999c50285aa7d4f80fb6211508868 +size 724359670 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..8001fb55a0307e6ff38425681edf254b2514adae --- /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:840cf595457eb65ce3fc2f5fee2777df79bf3541fec8b79846e8aa7bed71255a +size 413626938 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..482088745fdc04335e17a9cb36efca5c8c198696 --- /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:1cb0a54bd455c18254a76108bbe8959d53359f9e731f08deb1cb2d56cf14ae50 +size 351324779 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..e429c9bfd85becc41b157d1fdf9565e4cdb65633 --- /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:a942ba951b4df0876da9879fc1a7187bfd7c8b9bc6b380d9734eac98257838ef +size 595690781 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..47bc5d7a2d78c2ed7ad419a62f5fe74084914fae --- /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:9b57192d27013ae5102ae00cc21cbf53ca9bc0023748073654c3189eb68c8808 +size 434519898 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..706d6a324f3a56da2a67e1650ea86fecc3120121 --- /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:1117ed800beeba6424e69b17eff83f6c2feb0bce5788627a656731029a55ecc3 +size 628402373 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..5d2c2a82146bba5457bb88f3fc6de121e1c0f26c --- /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:e21c6b5eaf86c82888072fd00a7f61b5b22723fff23cbdb4ac198cd6e35cb0d2 +size 423977971 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..52a950830ff63f3df0c77141ba45042533ad9c62 --- /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:0d4c9fd5ca49fa2f375903e0c0d983e9a26d9709c259a715c47aef2e498044cd +size 507956320 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..6507fd32d090ca0d77e38e57fd6280fe4d210863 --- /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:71e2e83df51d96dd1b7c25006db5c31a6f7026fb3358bdbbf07ec612fb5f5059 +size 475825016 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..07060f4955048c7c7c17b80c44ef4aeab9dde2ab --- /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:45bc06da8754ce8c5e860ee0733e276d57bdd1e046a34d603970b4771a11c731 +size 421822986 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..c55702076dc9cb650b98f1a6a7e12a1c90fb4b45 --- /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:e20c1c6502faf432acb48391f4326e966762eb262c714a6c0b063ee6b751e805 +size 411719907 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..d5da630706833fb62401eae31bf98f3b51e53ff1 --- /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:db85b431f18f640d7a16dbc9eab76aba047ed30431d0ec703cb253341a7565d7 +size 484359902 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..356a30e3b1f42e872edca71388f6be28538102b7 --- /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:68a49dac428bb3853787685aa94baa22bc0e5150f0b73b377024bfad7db7b900 +size 1273357044 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..500424b585800fc43f74387ed69679aeaaa172c5 --- /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:5bc4f9bf3b65f3b015284853efd350fc1cf9a73ef55efbbcebbf307960fae9e9 +size 431154877 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..6187191921fa38526f91eb04989b2d29974b39dc --- /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:fb5f8e016f4336c0ed54a8104046eb50226f4cd6272a5b93458c98ccb8e582d6 +size 637950571 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..a9ed758b798e234d00493b44cd813a1fc2fba447 --- /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:1f63f9730e564642b8b0eb1d0f19247aa48bc444e0d162c699036c23c57dee61 +size 508943374 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..402c6e17d8e5979fd94bbe032a46abc4a0213f4d --- /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:d277024fd590c30b9c34d085bad421d75032cffc1185c36425d892e87c2c7b1f +size 472086897 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..9ad04323ac122bed52c4cbba8a15b37a09bfc879 --- /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:5602b2b765730dbca9a0d47cb06e8cab25d8bbb8d0b4a7a1d486592b3df3c24f +size 468672114 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..a4f7f474ec5c7c349cc9d27b5826130796cb88cd --- /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:d2c73367d61ca8c67068cbca14731281959f03e087711df016cc8e8e98c83503 +size 497145423 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..b53c629e5eb532b850fe9a35726d34f31bfced57 --- /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:23082da0668a287f2cf6a9e6bd90e8b8aed516591569e6c397186f24255ca34d +size 828704344 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..ba5a6be580cf191cd44f80be34da0e26f1340f85 --- /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:12fd9c78282cdd9983e1e5309cf568e198c89302f849ac9fef84574bc5bcf7a9 +size 671311803 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..22d13793f5247f60b871b0ce6243236e194921c4 --- /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:4a3df6e8db784bf32b6674dcc0a5150c1d66507753e8ec6b47fd62625557856d +size 491636856 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..c8920e2a15c2e32aebc4423f1b07bd4230bb83dd --- /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:118e0f4c699fc5354c1dc76c328046443b55c39e078e6653ca7aae8619324395 +size 385388608 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..6846d7e515662498d9c3d6c3f4b015bbae620049 --- /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:f15e51ae1a9b5ab6f843e0e09064ac159c16dc768a832bf0e1c338a08791513c +size 958884150 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..70ff906c17fa4e006de934ba0c799a13bccb50cf --- /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:34da8fd9d2a55e1c811837e040b8bfee369095a05ff7b4a75576bfede16896f7 +size 411118416 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..332290c8a644221b5edc55ee660f2be755c0eb35 --- /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:6926b7f67ce117e6436851b921f8b6dbf229a7c137a1ad9115a8f374f69e0e10 +size 559646270 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..d8a596eeacad1b8b01acf2d79ae380a2125dfe95 --- /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:8e8fb68777d6d13732a7e3b74b0272be177fbe92a15f1cd1ec03a0d52199b43d +size 540451995 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..ac0ef649b33d8aeba9abdc6703d74bb5470c0a57 --- /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:58f482175df374ef8d20df40a1d6bdbc21013671f9e3952407832f38c095a683 +size 619282952 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..3b297496082fc6da555844de1dfea73c05953840 --- /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:dfb5a6ff76c102e0e05046b3a6c89cd10679cdb7222018159d571031bb11be0d +size 495289817 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..936cc35269962e0767369d21787841f2fe6d3378 --- /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:c1c837239268fbafdab24d235b4bf5e1aa8f373ed9401975378add57248ebc9c +size 443191451 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..9b75178ea226693e036895b9145b3cd107a96bbb --- /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:83fd2c84beed12c11bbee58f9df3e4dfb9fa9de401157eb05360925f0e087933 +size 744457558 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..ea14b461895a122c1bd6f5befa3655999647a400 --- /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:9779ea54ba57cd70dc76b106cd8a6d4ef9be3d45b2fb90b9c27ab390f14b5e11 +size 716043356 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..0856399bc51ef89b1e249fa757befb0f773b43cc --- /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:fd01dbffdb4d8246f50251d2f6b93e39ac6fa268b151eb298b83cea1f7d7ce5b +size 398738966 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..e865480f0ad6bda18d3b47fa24f220ae3a7ff462 --- /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:d54b9fd7928849b459678d30c98ffd77485f927616c906a526e87b0c5cb7b02d +size 455051756 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..c81efaebdf17dd48b74e6bcac4911091fa43fa31 --- /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:7aa6354a726d34ea7ced8365f5088c02ba2e38cd8a01b7ebf6890f9ca9815afc +size 409023456 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..55e998f5790acb61ba2f01f3d79ee6c3a3d62fbd --- /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:118860e08e25b79e8d95b08ef66a93818c9a433abb6d66611e4ae6db329094f3 +size 449168388 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..8b203f00c4d947b4f41277ddd63cff3a9a75873d --- /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:3080ff7ee1fd5e92c9ee309564936d363f9054e4872aba9dd1b75e4f39279ee3 +size 425287991 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..cdc95d0fad53af1f0e9558168b838c1e8daa9529 --- /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:6224c6676b0e0b6874ac20274cd6a488a7e0e5963a5775f8ff8c56c096ba7de5 +size 521854037 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..a31f9ac772293a4ee65f6322ee72bbbf79d9b7f9 --- /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:fda13336c9a972471a3d2b643d267aff6dab3fb6309534ec0a9b410104dc6cec +size 673172867 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..7c83989356e53ae9979aacb293b80bc591e65e9e --- /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:37e9a0eed31a594f21346708cacc2bb9e4c76819459a0370eb2875232c73b627 +size 560869449 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..f1c0580579ff787d7497d71998636a6754f28732 --- /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:53e114a54723201fcba75b3128e76be7bc6a4be95d1d0cf1dcebe28f46352824 +size 614996615 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..e4013ef590a9b7993c703acd2ef953d13376ef2d --- /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:bfa14ba7c7407992ae985c26242429cf651048e165b1a211e7a7ddeb16f43f2c +size 670654185 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..c9ff8178622085b38f7c4b285d76b1c2ee1ad8e7 --- /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:77c3995755cc76a0b2adc41230159908a0cd67dc70a3e823b675d12ee7bc9525 +size 334789741 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..15d7037a1c969c5bd77cb3a1d03941fc26f937ec --- /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:84705b254ede108f68ffe9e42331e911922f193d38de024b45b33bc250d8a20c +size 691573126 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..32d7893c05f0cf2af38e22f9dfc2213b1f1095b1 --- /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:548f6e7288153f878e99d27699205e3099a0fe1c4f9c1b34fa361c751fefbfe2 +size 955350394 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..840fae271e5419c7e39484e4c8e65ecb257888ab --- /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:d41ddef594122c24bec7678a3c816550e67a47c3a5158fcc4e513a64be655b16 +size 411981559 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..a61dd4260b00793fb890cc5855855bc623f0d733 --- /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:d5038a950e3d620f0684788e504a8cd730e77a66fb129bafb29d9aab16fad835 +size 589516227 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..cd8494e70b2c2d5a7631e66ba2022e64d7993315 --- /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:ffee65c9fa04ace52918fc498550e7babce1ed7469333baf024e0f0df0cf2baa +size 1133662487 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..ac33ac65f343d9c7853b12aac29d977b33db1a9f --- /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:c0dade8af8845c7c8bddbaed8d8fa0fb8eb1301b6266cf1861caed4e6a09aa6f +size 565177843 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..a619747a790678f5238954d36ba24458a7cf3b57 --- /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:80991e7ac2a58d6307fe4d8ddeac4f233b93980a5dd59e80e3a6f66aa2237dc1 +size 686747934 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..d05b909f7cd729dd3c1673852278fc86bd70a12f --- /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:e41f4b25ad44658d13aef8d21975ff7bd0fecccb7b31d585aad6693e0c156866 +size 585490649 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..e3792b7b084c60e013d986ae8fbcddcb15059237 --- /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:b2e0c5faa7e5f1ce0c5af7f5e53a75e1c0b8446df56ae968390ffec1cdfdf76c +size 521155099 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..b1c01be19eeb0c468273ecc07f2cd248ff0a52c1 --- /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:5b002b512251a6dc87070bb83253772e92191ec65153332836eed11d0f0086a5 +size 583908396 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..16f8fab007d6f9b9f41db38569329081aaafb10d --- /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:55604af34587e1c230922ef1f26fa17866fcf7dbe314af19b4cde4792e983928 +size 662663510 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..48420c3da98a9c4e555783c6b196632ab3313cbd --- /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:e60b8c90326edbbdd6c10b7b023aa9bf9ccef815c0a823d81a5fcf79f866e4f6 +size 393246169 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..2932387fb49afb51d6167d66b605c5aae3e55dbf --- /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:64bba7a4d32d669c559aa4743cabe759eb0f765733dcfc01c32f982f3e02f0ca +size 478899357 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..576ff227ddf336a3fb3be1b288771c6194b79a3f --- /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:a2af380ce3ab386954a9c8db1b35a2d870825435dfc1710e4979c6a51a84abe7 +size 408534274 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..da074a1ab318178ec6095a3ff627cb6401c88e56 --- /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:943017df065224ed2a43753e4721d60ea14377419edccd34ec7b2c5efdd2a81b +size 522733907 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..a546d184176520f94f127c8c6c19cd282fa56f68 --- /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:24777c8203f29f46aec7ef883937130d74dafa76f21413be2aeafee7bcc5da55 +size 500946848 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..c029006a84b0fa0bd4f5529528fdac7de4523078 --- /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:070ba49f0d9f6e52058e1a7ffc69ba0fdf76bbf8bf7d1a59014612b11095ddce +size 490371668 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..d91377ea1d7db756c7ec5f810665ae9916d11502 --- /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:b1cb0a2b5050a1fa146f61d1ed9b8b7c561d5754013dddc010b36f94de3f5fbb +size 410452580 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..87470e97bb5ed8457169269579dd55ec247347e0 --- /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:bdf776dc834174274a15d8749edcee69f06ff75e2c5dae0d5ae6274a20e6868b +size 926093624 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..885c2ec2b5dac8959024c9abb19c8da74d8efb94 --- /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:6244d4a925ffef9367b7f073ba55637546f0addd366a10a1f1026351183bd016 +size 425594156 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..e4d6b568b0be944c9613edd5d2520ec76fbf9c5c --- /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:4803f6f9dac0963d608d31d096439a43b289b12573fc4abb0bc375520b7e3436 +size 834528913 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..b43622ad8aa5c46bdb442a6dc23c879ace338266 --- /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:adc4af4806737710d4fe18efede9d98743bc7b89e055f141b66c0c58f882faad +size 600262269 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..79d76f303c477f3d0bbeda3d165503b8dd770f97 --- /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:6c1cfc7b56967a8fbeb4cdaf10a8dee6b637bca475001b075e9b1fce40507987 +size 1010072498 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..f9a857cb7ee5af984639f8e507476d60e9b00d42 --- /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:ec1c5b1d26d93a7eda0f07506178b909f48e0423fb05a1c8fd77bc1661c4648b +size 387187302 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..699745f6cdad36365712992a14302a6aa9b90593 --- /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:dd1e952493ae4ec71fbb5fab0a3ebc7ae2d3c7b338ab0e5ad3b6ddf97188c191 +size 469062468 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..5701da03e8968d99165d8f2764a0935e26640d9e --- /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:f6e17f8b403df837a20a4f4eb5002690ed0b5e8220cbd198e376c01fc206144b +size 586600645 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..a9c501ed47e454013d6b167a21fdcf9c8c86557c --- /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:6933c8abc6f31715d89ba3f185cffd82d0a3f3e318524fa36b2e29410a071fb4 +size 473961160 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..db5ea0ec47e1e4c22ceda44808e0044a1f03221a --- /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:e69a86cc128ce5ef0b4ec68bba918a8d2fd177905441ef6c103ecfa40c43c864 +size 375487054 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..3c9f1d69e23acacd9ce143cf392d0b428d7dfe85 --- /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:0425716b432c07769c30394ac464b38bbf9c8975c1c217b677cd6b2512ab5583 +size 505482476 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..9aa6bb44bb1c8da4141c4d5faa7a1ba66f48283e --- /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:bb0200e7f8a49887ee760d3373ac60df945e016e2857c29ffc88775d783b3115 +size 546381034 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..369aa74cc0916ad92c415e7f1f4e3657fc90a658 --- /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:5b56f05a8ecdd80742d782f7413b07d9c5894a4362cce778b3b8ef3ccb97427a +size 529541371 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..ce6b48b3c955c9cb4ab7c254176121f1f705cea1 --- /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:c775fff7e21405072af42ef917230853059e7521bc6737967ddad3ff3c8c073c +size 477235024 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..7ed2b0c1024ba15dd5ddd4d4cb855a53c53b8b4f --- /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:7dc8f0bbc992a61256db4532c67b84c585726fbb2d44f48ec29516fa57e07425 +size 1113265325 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..7e41114107ebff81e8c568bfed66a1825acfad97 --- /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:be84f9783f922e5a839c01d9f58d18cde5a7bd4b5863dccc2e64a0b797b044a2 +size 680377237 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..520947ff0601744ccc45ff94d758b57745bcdf72 --- /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:43dfe714bb69ce6be0e7aad4083923751145316d2b23050d6fed916f9371c48b +size 1242696277 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..1ffbe311d82246bf3069a551f696bca8da651fcb --- /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:830a8e611e9757eb20d62a76fc35a3595f9dfb1bd6c2c757dd3378489908498b +size 822044540 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..fee4e3b56b983b910e8b8f6899002c96a559a324 --- /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:57bafc373fbd24bc4166c58d03450dbfc08e7824ce4554354651e352293e7a65 +size 486623614 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..0a1bec8d163dce80c00c8b57057c5b23423b1a51 --- /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:0e31b90b9bcdf5ab0b8ae3ed1bdcc58a63466ba56f58c6359db6d2ac944543f2 +size 502881055 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..a80966f2d444bdbf1c2653743a97a072efd9885a --- /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:b5f3805b9675a1ceaadc2a582d31449e55828960695a0386d4c99afe80fc1313 +size 427532313 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..96d6493736c0e9e0978abfb19ba6bda4eb6a884c --- /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:59f7d85695b611c76dfd78c7d5f4734841b1103fec6645c3fc5dd1abe081ecf5 +size 707550728 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..71667fdd5a4b4d89b8c456d7a28708a6d1ac88dc --- /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:38a140a55f05b0333d195bdbdf65394ddcc637dc5a2229fcf3f4a14632b42a71 +size 417716128 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..72ad747bd15376f8505aadd559b74c35c82b014c --- /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:0159d468227d212138b86deacadb2b60c95406304dd975491e0af3ca4ab81075 +size 752143422 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..f9c89cde3f576ea478a39d843ef595d62c940888 --- /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:28e29692b3a51c2efcbf63cd6e0e7904cc6abd1b02abbc449cd787f92b0424d5 +size 591099656 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..a9233ef1773fbac330d276f75743ef0326c8c44c --- /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:e7e0ff7373ec393d5125cb1664533bc1bd86aad568578e311010481fd837106a +size 483063480 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..aa2b5f697205a0045a17ef32a78fdeb746f9d530 --- /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:a12f76fec0e7d95674c3087305a2745a3e2a2d8196a9f1c894c09a996bd98b08 +size 540619393 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..1cfe25b36df25bda2f12a6cdf363bfc6a44bb241 --- /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:5a825494b618312716c0c4c53fc0fd54193155ceb2310fc618e6cca80bb9940e +size 791881400 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..ec7fd126618548e395dfffb7b16d55ac5cf394b1 --- /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:0cd0cfd8ed6f68482c45621c48c65acf3f42fd14575f0e654eacce2ff0ba5736 +size 739229176 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..2613d3792b65798c4d3051ec4db794d36b4ed84a --- /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:b2220aeda33b893de3a991b675305533e00bcb5d4bc08035c930f8c6e01aa6c0 +size 409589077 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..9ed1bd308405ca21eb233a98f9ede6b8a7f1908a --- /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:00576bb387188e1d2e66e76efd99caeea5863d865dbd084d178e0efcb294808a +size 734617038 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..79d7e23847e7cb72b5e6efc4811286bc5df9271c --- /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:09928f78690bc2e5c903373db970243395e031de1e597c98d324c29826bc77be +size 487388848 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..4785afda05084bfa9171da17ee000ebc0b8d9ea5 --- /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:85d54d8bf29b1135150d36567a18d3f6f2b0fe090e9be0a9bf5a33558e06031c +size 400519679 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..e6e6e3f4891d919b3e41bb5dbc94233cd0a8f352 --- /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:35dc4df294a6517aac5bd0eac4ec5fce6729b3b63318a9bbbb01620639cad844 +size 476452078 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..f4e71135157497ea8668967aab1d82d021653d69 --- /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:3b10d567557d80b2e1097680285c315342aac96637b8c19c17206687e02f1232 +size 569186565 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..e88a1c6f4fe9f285c4e16780bc2b1cc753445157 --- /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:c14c949650aacbcf4820e67bb135d3da3c3c50be2530054f7db98120d8df195b +size 484528469 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..f48eab13e0a09734f67546f3b1b58e4f0973bb7c --- /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:d88046e6156def082e7317d001eca3890001343d04f59f42acd0839a7d1bca41 +size 525266853 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..27b7ebe34ea14fb90b9839a0ba1bbfd4bae9f669 --- /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:dd307c3c7a641aebf07f13d9616c5423d1c89ae57530f1a73d75334cfa2b5ea8 +size 934339472 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..42c8f16664ca4ce901746deebaeabd94e8cb5ac8 --- /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:b34402b936b47ac2158c335496d532f4838806dbaf318d9ecad1f01c68690f8b +size 441040484 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..93e1a1877e2b323db3f837eeb5a6caf0126a7f2d --- /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:fe77d39c2054d6455d1baa97d46309ecf2b05b217ca4f9cd233274a4169bb1cc +size 599668485 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..320b4fb64fdcf1d3042ae8177227db74fa97167d --- /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:2aae65910ddcfa1a9fea40db004260b6cec08985d0897b83ddd6f3b5d48cc112 +size 568612746 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..7b6217c11cacbc0d55ba083201f20e17daa55128 --- /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:d96d4e667de5c24d166baccc1f797f683ae6e437cbc62705abd3998a8a8b28c0 +size 942950383 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..2c09d3249befaab5e55df796d92ed96c1e090c75 --- /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:49ae791df57e8b7f01ee46e33d31b27ba2d98cb30668ef6f832834cf9d66ef2a +size 459039403 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..ef55ff5dad41985c743eb73cc0391098e4c67500 --- /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:d3d7d75d501e0077e655ba8acb6625d5e1ed209bc64b0eef96b0a43260642627 +size 355160418 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..6d5910f9f54c09eabe6ea00b646c53f9a39e44ec --- /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:133cfcc77245f75d55a5482b10f4d3731de88019d173f488067ff490508d48fd +size 450384597 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..cd6330fab993959071984670288345923b8b6d72 --- /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:2f10df791ec593d0e726ae957ef1ae2d6a92129813ffc69bfe63b97046f04bdd +size 522094372 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..52d39d84bc9fd7c24b8229318742c2b872a381c6 --- /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:f244561a46c8bf26b0fafffa88ee1e5eab9345c14a2c421836e3661aa9e25059 +size 432252412 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..2a3bfaa49cd27c4ece464a851cf10c2fc258278c --- /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:448209c5d510afd5ff5edc5779e48666bc7e87c00fd1303283f74f4ed3c7b74a +size 420256465 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..59921751d09f4eecb8e2d254c19ec06b80e8a971 --- /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:1742c4147f89ad41524c2ead2fe98f2e364529509bb2c1c4653b526eeb1680a1 +size 615630617 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..f36efb5da8773253a0733491a061d80037659598 --- /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:fa170254b491ea01843f251611bf13a937ea5c3b86f39ddf4023fc87dbd2b67e +size 785327782 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..bc8e22507f58e65f209c0d7f358e994185ad80ce --- /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:7242a5346851bd4e43dc66c9de67e078414a82eb81aecf91a15067a995a09c63 +size 593358339 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..3db65df36f466e760f5a5a31412687f5615ace7a --- /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:2f55fee33a28c18cfa3cde9fd86915f0b049a47a3f6c7a6ff7b6a5ca671b3dcb +size 632105322 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..e5f12bf12a1c737baf57ef490be55e8196f96787 --- /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:1952f42bb0e5504481da8bf2549b7ddc1a1e68b6f775aa7e9c2ac7cd74512830 +size 476047155 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..3ec9719b7e6008005a37729c8ed2d5702b0c5238 --- /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:e98577f9c04ddd3e2386864da5294e94f973a551a1bd6f6c66811ce8745159cd +size 373204851 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..24ffec996a5b14b750d41871ca322d8ae013778b --- /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:750a2aff8a56727e632bfcefdc1033972567bf4eee64debf761fc912f007eb88 +size 663743175 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..57fd208383a3553be653f4dd06b03181428b55e6 --- /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:4e99de7e56d2cebc301afc313e42f2a4a79efe5eef473bd8e07a69dd541bb369 +size 1146556813 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..344bfca331eb2ca30b4052b7933627afb9f2cca1 --- /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:b519f90d42c51af3d1ca5204c57b5bdab547ca4a2f30a3cf68064b14a14b34be +size 674934122 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..1fdd2894ed645b8a0764c6488f444d35cb958a18 --- /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:a2dcd18c428c5e42fec39685912f0f2f4bfcda000f5325a7c8bfa1e96e63170d +size 454148012 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..995ef7f5201d414286d5dca9057f7ccc35dac2d7 --- /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:e0e7b61b6a9836e19031fd8a58dbc215743f082cc4b8f202d950a1b012f8daed +size 851273820 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..71015ec518a43b8bf13027677cf66cdb6b8ce149 --- /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:8b06c58158ff23c1b09c496dcba947bce35749c86656798c7411ad7a560c938a +size 708315580 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..f3936e34f1ef6efc531fa26d57285e327ba74fa0 --- /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:3c5525be129e1cfa46299b7f84006afd4907212fad1a29198054b9e3d8094541 +size 818597519 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..b9b341cf2b5b72f65ff842f4a405c6a8438bf3fd --- /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:a3305d5906d30ef70f89068436ce95792049829eef2b69f6259373cd3a473dd7 +size 794836633 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..73dfd5fb59970db3913584f13d96f5d15cd03778 --- /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:ddc08182032b013e158a07c185d63a4222764fb9964678faff1bc61da587059b +size 974975345 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..529211b28174a9783d46a68748d8e1fc6beb890c --- /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:950a0fa8a3dee08606b13990ae5819ee892df01b982138d01df43d11438c939f +size 466947169 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..71dda97703a1d19d73eb458b01abf3621b6aa66a --- /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:5bd6f8f9e55d7e0304c6fac5dd5a097f44fd6af5bbe6d417cfce90ada193b0c1 +size 418671347 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..ed46691742adc73c771788b9b44fb10945f46ecf --- /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:fa0a35c47ff08c09da8e6e44e67f373a2d99c2b8ac300e54549a1eafd02b66ea +size 426100743 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..dac026067375ae1f8991d04ae3a29c67c4504400 --- /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:f61cdd53831f9636a50ee3f91b794fc582147857a1e87542f5620bc6f2ef8107 +size 924931717 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..837be4561fb067f222c6dbc7fe70635baeed75c5 --- /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:79d59fa3fa11717c556f82f13ebe47745cecae6fccf877491cbb898979937ef4 +size 410231219 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..5e2754e41a70793eb7bc549734d72d7826522b2b --- /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:eacd6a631d8752f2f16698eb780e99c394f72e59216cebea2bbf367f54e39871 +size 413506693 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..238ff0908c790be349e41ff816a07d57cc8dc4f0 --- /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:b3ba34a1219b7d023558a5624fdac730b76e8af1c31191f0b0c3ecfc6abc87d0 +size 937135757 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..be517a9f7ed56740923450d390735a8435f20264 --- /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:95471838bd7592877393f39dc507e8ca6a7a80c0fb88e485c1bfd084fe721bf3 +size 648771314 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..f19687920991c493a95b5bf81514d55174ada5c1 --- /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:f0541f13c93d76839f2bb9d6220fccc598f53c998054ee5a22bcf5b1bf180efb +size 421977491 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..a11cfdc166e67d56ae92f9b258cefc0f61f4e057 --- /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:6b5ec1640d73425a5c4de5a09dbe5eb834bac210fd2a1ccb15209bc488c10b42 +size 666489916 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..108ae9a2b6652f7e2fd7a58bf533353f3cb324ec --- /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:b2bf24a0c50f17d5079bb1026eb4a4ede855f510838db1b73359e2f2691b3992 +size 490764418 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..abbb5d04b7cf5f44aefba9aaf0ab62d9769c8acd --- /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:bc58f41d79cb58764a03286e71859521d01b2a6ac154217acd546c9cc2daddc6 +size 427823544 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..876b2fa3a2e3604e040133e0412f832e237d4075 --- /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:db5432e397c7fe4bfd12f32286f219ad1ca0f29a239b81e235aad9693c950236 +size 638407639 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..eed30760b611f67ee1c48767e6d7f8bbeaa40906 --- /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:cc0fd2a3bfa5260fddfa621d76c1b0e02ddeef13829f4fa2221e91f5f273b53f +size 617075318 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..807a7074ee3555d6d07bf6f34170e7d42b26a8a7 --- /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:29b32e59a44e2f894c7b62a6f95b41b62a32f83820b845b818cf7f4884f49e40 +size 458130511 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..e890f34190e7dfac171d9878273f59e35e19103a --- /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:24043df53390bf6830fdba27aa115dd8edc5e489022055b11b1e3868ba2358eb +size 499445956 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..e6f9eb9f80988bdb1b92f17bb6a3d19f83fd7da5 --- /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:bdc3f1d1008e6ae7fe6a6a878d3b2784a496872d72ff1426ce5426534ab0e3b0 +size 429465440 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..12bd8af1c91ad15b29c765c1f77b41f78f196288 --- /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:d70828aed391ff450be8c74ed7bb704cff8b7d012ff89502051cd8b7e7c26f40 +size 479746920 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..5f749399da6559d5e78c6ff10f42b99a9f35b5d2 --- /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:0d12a45752882867ddb4be3e3c4fbb2c049588dbc13a547119140322c25c965d +size 608846939 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..1d768344027bcfca39ac4d3e072fa4d060a31e96 --- /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:05426c8d511c7ca899295c570208b5cc64f45839f8e05c159ebc9bbc326eb8e2 +size 667022061 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..f38f15fb3529f3424dbabcb8686a43e784399e4c --- /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:c4a07999d2679fdf291e566b8596934db685778ea73e935fad1f1c0355b332dd +size 531677608 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..6ede13e96b1c8c00b5e815414843c5841dcc7eea --- /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:98b14d372808b61d2c72f11d26d891749555089377e6441728b45cce49925362 +size 888550071 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..ed6986f52bdbfd9652579092f309a4d050e653f8 --- /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:c699510941dce2f778305518805d13912cee7df12e18899c859c93aaeef56ab5 +size 633217989 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..743a483d147300fbb76202d08068ef1131ace616 --- /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:0bd19764fe56810499f521170d1583e9236ffcf9f555a1d2e05904de12e32677 +size 806592439 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..127dc0c28fdf045268318753ca34464e0d8d5f5d --- /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:f42249f5c0c191a84ad19d91f1ba0038aba1f40ab3402ec57fc665ee6d4a4904 +size 368250192 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..876f4bbc6f8694998efe9a5e675797108004f9ac --- /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:1caa2e321a7fa6ca0eab53e8fa2f62c776c62a814ba842d866214ba30ae8cd21 +size 466891551 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..b24d7a7df89c497ff5b8617cbab6da833396578d --- /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:c4dc5e7fe19487c7ab0aca5e4fe4a8712116d97c477e08953164a511792644a4 +size 370148286 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..02357345dd02fd1fdb94619c8459324c83e5f6e2 --- /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:418abb9e153b0a947c5c97ff14fb8086a3a137682dbc8f628216bc3400e7ffd8 +size 655023036 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..330aca73dc1cafa6ebb91aa9dd75da7ecb560768 --- /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:fd432a449f385798078315277096a9fdaaf07a83d73534429b00f9f223114dd4 +size 559137290 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..3a98b18e16b343c161a530d923ef71d7ac71c19b --- /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:da371c52d34ccc2a73e3245331a3214b46e1aa6f626979bd1350bd9a15ff72e2 +size 489668679 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..1de1c327f78870f4ff13f81722bd8c64f4b603e9 --- /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:b17da15d51f3d83d5465cc7ad3904638a6cdb3a64a3a85b3d1397cf64d3d5151 +size 883786793 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..86d01ccc9ae4ec2394704469d508be3f62af863c --- /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:e8228c41f7b0ac1fcfdd09462895de0bacbd73341b2a96a253a00ca9e4bde866 +size 510759744 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..5285db6db6529cdb4b1a2f00004ba92ec26059d2 --- /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:b9cb8a62765ab03a4c004d86a070b732f8b4a7b87e6b984330381bacc88e8f25 +size 424116851 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..667d8bc9b70854479f3eda3d1d80caeb6d2b1c26 --- /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:5b21c6a01363f77eace764006da60a8aad3fcc72fb28e4edaa09740fd2b337d6 +size 499183623 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..11f4ca88d17f5a8968af37147abfd56fb3032a0b --- /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:f88507da50ff2fca4e30bb17425abe729e86504eb551b6306a240f1883b3c903 +size 430214069 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..453a66524f41d3cd432f59e3985232086ed174b6 --- /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:4b728463a57439ea4fad5161629aa94ee8d5e9cf12fa6faaf40f8ce1add54609 +size 695488079 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..b7134081af8682b0716950a7e93d45df3b3a20b3 --- /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:0627b39e8018852361964296b58a1356f53bde5aa577a9ab9a70f59ea68f6a22 +size 596907844 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..7a4c5efa6a360d3fb03b5f86171faa23e13daba4 --- /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:b410cefb4dab05f73bbd323e2fc6801f909a3850789e1541bdf3547e6da167f7 +size 590357305 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..5c04c714de2afdc7a70664857d4a97ae3a1fd273 --- /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:d63f6ce4dbc599909bf2e361fc69fcc0050e422e275500f3b3ab322224348bdb +size 456240268 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..120e45f2780824b5cb9a28be65600da460b7b53d --- /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:8777bc31884bfe65bf51f8210fa7e2ce3ce4c97d0adb20ca4e96aeda8befd6f0 +size 494135622 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..92c8f6b63c4934e3362f3dedd7162e13499507e2 --- /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:46294a292fa48f28fe1d4e700a215ebcb91cdd5a86a70275db00b5fdf7d1d1b8 +size 478726135 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..ff62c164119d073a48f0228da317e2831ea4a5d8 --- /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:b2ee5be9fdb5c6d0f574228bd07149cae57bfe03371864f6aae57f59b6ba48d4 +size 486713172 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..6e4bd097fde63975e3ddb5cacdb9caec121351ff --- /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:252a27d5898ceffb667d8c4ee99ebfe607b3884918e4ac0a1c14c737e061f32c +size 405173882 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..4d0dc0ca894827e743a450fa9b7cbfb607f1fad1 --- /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:ebb40942fcbd131888e810abade9c47cbb44a47f674a4ef5b49fc89e6a3f32d8 +size 489572714 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..8d26b0d3f515fad65bd9c773d1dd7e0df0189f28 --- /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:9da312825e48a4fcdfb3fafd0e1aa0737815c9f4823ec437fb449657b63bb2e2 +size 427261211 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..4913cb7233bf4cbc0e67ae74689d6aa94f7de6d8 --- /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:76733d4132bedb00d3f5e2f6ead4d23847b7e0523f1cb0c46628628b8b4b4217 +size 715872993 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..4302fe31938ea92d69fab6043895e4f1b82729b8 --- /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:b05d27e7bf5a00d5060ef5f5445daf25df17009907738cb69c71fe465763d678 +size 403779972 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..d49091954a71442bd4270137b3801c5e9ccaa4cc --- /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:a3d5ca28b3e3b003144a6ba99956ec6582700912b4b78dd7223d2cdd48fa889b +size 947071718 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..c67d2518eba08746ed556d7ccb4638430a59903d --- /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:b1cd3e25798e9bb48c6937962f550ebbc321d0958b08094020326c653a475e17 +size 446843817 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..3c50abfa326c80d8cf1bc0fe281f2b9dd1c627d0 --- /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:7b203e5e6896d7759ecd58508f15a0d39e18c2a2659c94f836e060fb9f494149 +size 572013183 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..a24ff514366724d91ee6291a4b6a4367863b6adf --- /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:37bd7c103ce7db09532552495a28048ad79a64dfefcf000c649cf331b425e52d +size 755845381 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..baa89762d7da87b5545a15396264845680624c5a --- /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:c22b7efd8dc739216e2a097c54d8bbf4279857c836ed652860ceec5bda38ed16 +size 412544764 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..9adbd7046351126d783f89ab7c06f9bd1f9d5f6f --- /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:134f0590a3971658186840c4e75733b7a8bcaef9e0fd536d5efadba48c782014 +size 585489311 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..6201a85fd71812b2f4b15d388ea26c16b2a5c4db --- /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:3e9380db8a676dd469dc4ffd5e1e4d0250e1a2edf024cebdb4f154c64389210f +size 440835842 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..7dde04704ecc8da13011f1194a775fe870cda74d --- /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:c1641351460d116baf205119b9538cf6fb54bb6c2c05b1ba0887537cb4dca6dc +size 697651438 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..3a7882980acff0ddc970e8426fa1116732cf0179 --- /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:1fe77b8fbbcb7dac83547c23f666130a294c88cf0beecafc7f8b53d4c8f490e4 +size 582469370 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..2b884a67714aa79d611d0599400b16865c9d3292 --- /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:539417652fe5135b36622fd278a981e587d837de79444b5081d3f4dcf7e4c05d +size 1115215515 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..a93cf1c58c3222fcb23063d4c6a62cac3bbaabc8 --- /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:2b93ab4d1680c07425489253ccd67e2a6d555ef722e383b91a5433b364f6f8cc +size 434562192 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..e29e5ca6cd0ad06d69ceaa130a9c6251a6826a39 --- /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:049a31f9a35e65916804bb5b5b693b97910b15c6377286b95d0a13ec43831fba +size 508305045 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..c5565bf2a76d5db4efffc466a57604eddd7e2602 --- /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:fa4dd95e515edbe93f819b34d98e833808ffd4bb2f9dad8ee8fe5f4f6a697e66 +size 449571668 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..6442d3da0d5e8485eafc96a40cb8ddb80af4d2c4 --- /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:b037ed9b24710c1131f7c6e795f5e1d671b6175cc7370863e299acd928f9286a +size 688139813 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..6b3396965e63569e65e202e5d0ede57eed31ba52 --- /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:a017959e640031f868a156b0b6f678e0e5c1b0876bfd1e0ec4ab146f6378af52 +size 447401581 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