Dataset · Tabular classification
sports-trends-dataset
by Ruslan Magana Vsevolodovna ruslanmv/sports-trends-dataset
The data backbone of Ruslan Magana Sports Intelligence — refreshed automatically every day. Large data never lives in GitHub — it lives here, partitioned by sport / date / layer. - Raw is append-only and immutable — full provenance back to the source API.
Dataset Card
By Ruslan Magana Vsevolodovna, published under mit, revision a4210392c023.
TL;DR — A continuously-updated, medallion-architecture data lake for football, basketball, tennis and cricket: immutable raw ingests, cleaned/standardized layers, an engineered feature store, and ready-to-train chronological splits in partitioned Parquet. Built to be leakage-safe and reproducible.
Pairs with thesports-trends-models repo.
What's inside (medallion layout)
Large data never lives in GitHub — it lives here, partitioned by sport / date / layer.
raw/<sport>/provider=<p>/date=YYYY-MM-DD/fixtures.json # immutable ingest (source of truth)
bronze/ silver/ # cleaned + standardized records
gold/
features/<feature>/sport=<sport>/date=.../part.parquet # engineered feature store
training/<sport>/{train,validation,test}.parquet # chronological, leakage-safe splits
inference/tomorrow/date=YYYY-MM-DD/inference_input.parquet
quality/{leakage_report,schema_validation,...}.json # automated data-quality reports
registry/{dataset_manifest,latest_versions}.json # versioning + production pointers
- Raw is append-only and immutable — full provenance back to the source API.
- Bronze/Silver normalize to one canonical schema with stable IDs and de-duplication.
- Gold is analytics/ML-ready: a feature store plus train/validation/test splits.
- ML data is partitioned Parquet (by sport/date/layer) — never one giant CSV.
Engineered features (gold)
Every feature is computed leakage-safely — for a given fixture, only matches with
date < fixture.match_date are used:
| Feature | Description |
|---|---|
| Elo rating | Self-correcting team/player strength, updated after each result. |
| Recent form | Rolling performance over the last N matches. |
| Head-to-head | Historical record between the two sides. |
| Rest days | Fatigue / fixture congestion. |
| Home advantage | Venue effect (+ host-nation & neutral-venue handling for the World Cup). |
| League / tournament strength | Competition-level context weighting. |
| Stage importance | Group → knockout → final weighting for tournaments. |
| Social interest | Popularity signal (used for ranking, not core outcome). |
The prediction label is the realized match outcome (home/draw/away or 2-way per sport).
Data quality & leakage prevention
- Chronological splits. Training data is ordered by time — train precedes validation precedes test. No random shuffling across the time boundary.
- Leakage assertions. Automated checks (
quality/leakage_report.json) verify feature/label disjointness and chronological ordering; a regression test plants a future blowout and confirms pre-match features are unchanged. - Schema validation. Records are validated against the canonical schema
(
quality/schema_validation.json). - Versioned manifests.
registry/dataset_manifest.jsonrecords version, timestamp, sports covered, layers present, and quality counts.
Load the data
import pandas as pd
from huggingface_hub import hf_hub_download
REPO = "ruslanmv/sports-trends-dataset"
# Ready-to-train football split (chronological, leakage-safe)
train = pd.read_parquet(hf_hub_download(REPO, "gold/training/football/train.parquet", repo_type="dataset"))
print(train.shape)
print(train.head())
Or stream everything for a sport with thedatasets library:
from datasets import load_dataset
ds = load_dataset("ruslanmv/sports-trends-dataset", data_files="gold/training/football/*.parquet")
Update cadence
| Cadence | What refreshes |
|---|---|
| Every 30 min | Live/today fixtures + raw partitions. |
| Daily | Inference window, regenerated features, tomorrow's predictions. |
| Weekly | Rebuilt training datasets feeding model retraining. |
All updates run automatically via GitHub Actions.
Sources, license & intended use
- Sources. Aggregated from free sports APIs and public-domain feeds (e.g. OpenFootball for World Cup data), normalized into a common schema. Raw partitions retain provider provenance.
- License. MIT for this dataset's structure, schema, and engineered features. Please respect the terms of the underlying upstream providers for the raw factual data.
- Intended use. Sports analytics, ML research, education, and powering the ruslanmv.com/sports-trends dashboard.
- Not betting advice. Provided for information and entertainment only.
Citation
@dataset{magana_sports_trends_dataset_2026,
author = {Ruslan Magana Vsevolodovna},
title = {Sports-Trends: A leakage-safe multi-sport match data lake},
year = {2026},
url = {https://huggingface.co/datasets/ruslanmv/sports-trends-dataset},
note = {Live dashboard: https://ruslanmv.com/sports-trends/}
}
Structure
default 800 rows
| Split | Rows | Size |
|---|---|---|
| train | 800 | 72.4 KB |
Details
- Repository
- ruslanmv/sports-trends-dataset
- Publisher
- Ruslan Magana Vsevolodovna
- Task category
- Tabular classification
- Tags
- sports, sports-analytics, football
- Size category
- 10K<n<100K
- Languages
- en
- Revision
- a4210392c023c1cf09db3215a676affb877faf1a
- Last updated
- 2026-09-18
Files
1,127 files, 14.2 MB in total.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| gold/features/match_features/sport=all/date=2026-06-29/part.parquet | Data | 16.9 KB | 47a326424bc9 |
| gold/features/match_features/sport=all/date=2026-06-30/part.parquet | Data | 16.2 KB | 10ff8e6fd1e5 |
| gold/features/match_features/sport=all/date=2026-07-01/part.parquet | Data | 16.2 KB | 8777825178ff |
| gold/features/match_features/sport=all/date=2026-07-02/part.parquet | Data | 16.3 KB | 35331d370431 |
| gold/features/match_features/sport=all/date=2026-07-03/part.parquet | Data | 16.4 KB | 92d9317c799c |
| gold/features/match_features/sport=all/date=2026-07-04/part.parquet | Data | 16.4 KB | b0742038533c |
| gold/features/match_features/sport=all/date=2026-07-05/part.parquet | Data | 16.3 KB | c69321c485d7 |
| gold/features/match_features/sport=all/date=2026-07-06/part.parquet | Data | 15.9 KB | a0bcaf985008 |
| gold/features/match_features/sport=all/date=2026-07-07/part.parquet | Data | 16.4 KB | 94b913828805 |
| gold/features/match_features/sport=all/date=2026-07-08/part.parquet | Data | 16.4 KB | d2548a3b28d5 |
| gold/features/match_features/sport=all/date=2026-07-09/part.parquet | Data | 16.3 KB | e0465f8c47df |
| gold/features/match_features/sport=all/date=2026-07-10/part.parquet | Data | 16.3 KB | 93a07e71c4ce |
| gold/features/match_features/sport=all/date=2026-07-11/part.parquet | Data | 16.3 KB | 52b1d2be7cb8 |
| gold/features/match_features/sport=all/date=2026-07-12/part.parquet | Data | 16.3 KB | 6b9a3bc2b5e8 |
| gold/features/match_features/sport=all/date=2026-07-13/part.parquet | Data | 15.8 KB | 44a8c5ef1bb6 |
| gold/features/match_features/sport=all/date=2026-07-14/part.parquet | Data | 16.3 KB | 66edc2cc5044 |
| gold/features/match_features/sport=all/date=2026-07-15/part.parquet | Data | 15.8 KB | 6025c61ae70e |
| gold/features/match_features/sport=all/date=2026-07-16/part.parquet | Data | 16.3 KB | d51925014423 |
| gold/features/match_features/sport=all/date=2026-07-17/part.parquet | Data | 16.3 KB | 89865b7734f7 |
| gold/features/match_features/sport=all/date=2026-07-18/part.parquet | Data | 16.3 KB | aeee5f4be8b0 |
| gold/features/match_features/sport=all/date=2026-07-19/part.parquet | Data | 16.3 KB | 7324cfea84c9 |
| gold/features/match_features/sport=all/date=2026-07-20/part.parquet | Data | 15.9 KB | 28088b4e0b12 |
| gold/features/match_features/sport=all/date=2026-07-21/part.parquet | Data | 16.3 KB | 087e99cb5f33 |
| gold/features/match_features/sport=all/date=2026-07-22/part.parquet | Data | 16.3 KB | d94b5d97d8f3 |
| gold/features/match_features/sport=all/date=2026-07-23/part.parquet | Data | 16.3 KB | cf4f0fd44ac1 |
| gold/features/match_features/sport=all/date=2026-07-24/part.parquet | Data | 16.3 KB | 12c9d7e9f4c2 |
| gold/features/match_features/sport=all/date=2026-07-25/part.parquet | Data | 16.3 KB | 15e914851180 |
| gold/features/match_features/sport=all/date=2026-07-26/part.parquet | Data | 16.3 KB | faab69bfb5ed |
| gold/features/match_features/sport=all/date=2026-07-27/part.parquet | Data | 15.8 KB | aa24c3673158 |
| gold/features/match_features/sport=all/date=2026-07-28/part.parquet | Data | 16.4 KB | 9f83330eecfd |
| gold/features/match_features/sport=all/date=2026-07-29/part.parquet | Data | 16.4 KB | 4ba1a93c8725 |
| gold/features/match_features/sport=all/date=2026-07-30/part.parquet | Data | 16.4 KB | f0b8d53456fe |
| gold/features/match_features/sport=all/date=2026-07-31/part.parquet | Data | 16.4 KB | 00a2174a591e |
| gold/features/match_features/sport=all/date=2026-08-01/part.parquet | Data | 16.4 KB | f018abb8e7c3 |
| gold/features/match_features/sport=all/date=2026-08-02/part.parquet | Data | 16.4 KB | 6993964295c2 |
| gold/features/match_features/sport=all/date=2026-08-03/part.parquet | Data | 15.8 KB | f9846b464cba |
| gold/features/match_features/sport=all/date=2026-08-04/part.parquet | Data | 16.4 KB | e5c6d735ad4f |
| gold/features/match_features/sport=all/date=2026-08-05/part.parquet | Data | 16.4 KB | 1a4902ee2a1e |
| gold/features/match_features/sport=all/date=2026-08-06/part.parquet | Data | 16.4 KB | 2f0c45e9b420 |
| gold/features/match_features/sport=all/date=2026-08-07/part.parquet | Data | 16.4 KB | 912f09d5a8fb |
| gold/features/match_features/sport=all/date=2026-08-08/part.parquet | Data | 16.4 KB | 8f8b47d2b4ef |
| gold/features/match_features/sport=all/date=2026-08-09/part.parquet | Data | 16.5 KB | 3b96e2825f2e |
| gold/features/match_features/sport=all/date=2026-08-10/part.parquet | Data | 15.9 KB | d016557f2bec |
| gold/features/match_features/sport=all/date=2026-08-11/part.parquet | Data | 16.4 KB | db822a559be9 |
| gold/features/match_features/sport=all/date=2026-08-12/part.parquet | Data | 16.4 KB | 11e428060347 |
| gold/features/match_features/sport=all/date=2026-08-13/part.parquet | Data | 16.4 KB | 79246e75e78a |
| gold/features/match_features/sport=all/date=2026-08-14/part.parquet | Data | 15.8 KB | 7f17b9ab2645 |
| gold/features/match_features/sport=all/date=2026-08-15/part.parquet | Data | 16.4 KB | ad933c7979d0 |
| gold/features/match_features/sport=all/date=2026-08-16/part.parquet | Data | 16.9 KB | cd86363f4ca2 |
| gold/features/match_features/sport=all/date=2026-08-17/part.parquet | Data | 15.8 KB | 4387abecc27e |
| gold/features/match_features/sport=all/date=2026-08-18/part.parquet | Data | 15.8 KB | ce52064eb96b |
| gold/features/match_features/sport=all/date=2026-08-19/part.parquet | Data | 16.4 KB | 79fed8a1f1da |
| gold/features/match_features/sport=all/date=2026-08-20/part.parquet | Data | 15.9 KB | 6b1e08729a03 |
| gold/features/match_features/sport=all/date=2026-08-21/part.parquet | Data | 15.8 KB | add4f30f9d97 |
| gold/features/match_features/sport=all/date=2026-08-22/part.parquet | Data | 16.4 KB | 22adafdc0389 |
| gold/features/match_features/sport=all/date=2026-08-23/part.parquet | Data | 16.4 KB | 5a8e6238d957 |
| gold/features/match_features/sport=all/date=2026-08-24/part.parquet | Data | 15.9 KB | 789500f00335 |
| gold/features/match_features/sport=all/date=2026-08-25/part.parquet | Data | 16.9 KB | bfa9b70777f9 |
| gold/features/match_features/sport=all/date=2026-08-26/part.parquet | Data | 16.4 KB | 08f8a16fb51a |
| gold/features/match_features/sport=all/date=2026-08-27/part.parquet | Data | 16.1 KB | 5f53a2d0db7c |
| gold/features/match_features/sport=all/date=2026-08-28/part.parquet | Data | 16.5 KB | daa9577635dc |
| gold/features/match_features/sport=all/date=2026-08-29/part.parquet | Data | 16.4 KB | a302dc1d4a19 |
| gold/features/match_features/sport=all/date=2026-08-30/part.parquet | Data | 16.4 KB | 659171ab2054 |
| gold/features/match_features/sport=all/date=2026-08-31/part.parquet | Data | 16.4 KB | 1e966a1d8c02 |
| gold/features/match_features/sport=all/date=2026-09-01/part.parquet | Data | 16.4 KB | 1af6c5f73131 |
| gold/features/match_features/sport=all/date=2026-09-02/part.parquet | Data | 15.9 KB | 0b5c546beb13 |
| gold/features/match_features/sport=all/date=2026-09-03/part.parquet | Data | 15.9 KB | 98fa6746c91a |
| gold/features/match_features/sport=all/date=2026-09-04/part.parquet | Data | 16.4 KB | 46ad3013c007 |
| gold/features/match_features/sport=all/date=2026-09-05/part.parquet | Data | 16.4 KB | 9a1cf7677860 |
| gold/features/match_features/sport=all/date=2026-09-06/part.parquet | Data | 16.3 KB | a787d7d47da4 |
| gold/features/match_features/sport=all/date=2026-09-07/part.parquet | Data | 15.8 KB | 64769b333a1c |
| gold/features/match_features/sport=all/date=2026-09-08/part.parquet | Data | 16.3 KB | 8467d3d8c2b4 |
| gold/features/match_features/sport=all/date=2026-09-09/part.parquet | Data | 16.3 KB | 2d810060088b |
| gold/features/match_features/sport=all/date=2026-09-10/part.parquet | Data | 16.0 KB | ab38504aaeb5 |
| gold/features/match_features/sport=all/date=2026-09-11/part.parquet | Data | 15.8 KB | 291c7cee5747 |
| gold/features/match_features/sport=all/date=2026-09-12/part.parquet | Data | 16.4 KB | 007ecbd4e2a0 |
| gold/features/match_features/sport=all/date=2026-09-13/part.parquet | Data | 16.3 KB | 0551ad2a4a06 |
| gold/features/match_features/sport=all/date=2026-09-14/part.parquet | Data | 16.4 KB | 67646618418b |
| gold/features/match_features/sport=all/date=2026-09-15/part.parquet | Data | 16.4 KB | 8118ab83edd1 |
| gold/features/match_features/sport=all/date=2026-09-16/part.parquet | Data | 16.4 KB | 2ebe0666a6c5 |
| gold/features/match_features/sport=all/date=2026-09-17/part.parquet | Data | 16.0 KB | 19782a24c206 |
| gold/features/match_features/sport=all/date=2026-09-18/part.parquet | Data | 16.4 KB | d1edd35efc63 |
| gold/inference/tomorrow/date=2026-06-29/inference_input.parquet | Data | 19.6 KB | f85b3ebc74fd |
| gold/inference/tomorrow/date=2026-06-30/inference_input.parquet | Data | 18.6 KB | d20349f64224 |
| gold/inference/tomorrow/date=2026-07-01/inference_input.parquet | Data | 18.6 KB | 495ad7c3b639 |
| gold/inference/tomorrow/date=2026-07-02/inference_input.parquet | Data | 18.8 KB | 9d9da356d640 |
| gold/inference/tomorrow/date=2026-07-03/inference_input.parquet | Data | 18.9 KB | 289aa4c1df42 |
| gold/inference/tomorrow/date=2026-07-04/inference_input.parquet | Data | 18.9 KB | 0cdbac9088db |
| gold/inference/tomorrow/date=2026-07-05/inference_input.parquet | Data | 18.9 KB | c36bc42722c6 |
| gold/inference/tomorrow/date=2026-07-06/inference_input.parquet | Data | 18.3 KB | 038d7618929b |
| gold/inference/tomorrow/date=2026-07-07/inference_input.parquet | Data | 18.9 KB | 717218164536 |
| gold/inference/tomorrow/date=2026-07-08/inference_input.parquet | Data | 18.9 KB | a249b7256596 |
| gold/inference/tomorrow/date=2026-07-09/inference_input.parquet | Data | 18.8 KB | ede7b6d73850 |
| gold/inference/tomorrow/date=2026-07-10/inference_input.parquet | Data | 18.8 KB | 35241305d196 |
| gold/inference/tomorrow/date=2026-07-11/inference_input.parquet | Data | 18.8 KB | 1f39b3ddfeab |
| gold/inference/tomorrow/date=2026-07-12/inference_input.parquet | Data | 18.8 KB | 5c4471c5c75c |
| gold/inference/tomorrow/date=2026-07-13/inference_input.parquet | Data | 18.0 KB | 5391740b03dc |
| gold/inference/tomorrow/date=2026-07-14/inference_input.parquet | Data | 18.8 KB | a545da2240ad |
| gold/inference/tomorrow/date=2026-07-15/inference_input.parquet | Data | 18.2 KB | d285598dab3e |
| gold/inference/tomorrow/date=2026-07-16/inference_input.parquet | Data | 18.8 KB | 0a395f1bd213 |
| gold/inference/tomorrow/date=2026-07-17/inference_input.parquet | Data | 18.8 KB | 6767c3e25d05 |
| gold/inference/tomorrow/date=2026-07-18/inference_input.parquet | Data | 18.8 KB | c668c8fba65b |
| gold/inference/tomorrow/date=2026-07-19/inference_input.parquet | Data | 18.9 KB | b7885b952231 |
| gold/inference/tomorrow/date=2026-07-20/inference_input.parquet | Data | 18.2 KB | 545a3572393c |
| gold/inference/tomorrow/date=2026-07-21/inference_input.parquet | Data | 18.8 KB | 19793b05ac19 |
| gold/inference/tomorrow/date=2026-07-22/inference_input.parquet | Data | 18.8 KB | ca6e9d88cc77 |
| gold/inference/tomorrow/date=2026-07-23/inference_input.parquet | Data | 18.8 KB | c5fc1b703659 |
| gold/inference/tomorrow/date=2026-07-24/inference_input.parquet | Data | 18.8 KB | 812c13537bdc |
| gold/inference/tomorrow/date=2026-07-25/inference_input.parquet | Data | 18.8 KB | 47137c060f4e |
| gold/inference/tomorrow/date=2026-07-26/inference_input.parquet | Data | 18.9 KB | e34ae7598df4 |
| gold/inference/tomorrow/date=2026-07-27/inference_input.parquet | Data | 18.1 KB | d4f4888f208d |
| gold/inference/tomorrow/date=2026-07-28/inference_input.parquet | Data | 19.0 KB | 63479f5d8a67 |
| gold/inference/tomorrow/date=2026-07-29/inference_input.parquet | Data | 19.0 KB | de659975ba6c |
| gold/inference/tomorrow/date=2026-07-30/inference_input.parquet | Data | 19.0 KB | af23754824a7 |
| gold/inference/tomorrow/date=2026-07-31/inference_input.parquet | Data | 19.0 KB | 78c7229b53cb |
| gold/inference/tomorrow/date=2026-08-01/inference_input.parquet | Data | 19.0 KB | ef263606be7d |
| gold/inference/tomorrow/date=2026-08-02/inference_input.parquet | Data | 19.0 KB | 4e5431c287d2 |
| gold/inference/tomorrow/date=2026-08-03/inference_input.parquet | Data | 18.1 KB | 7f5a5f4cf0f1 |
| gold/inference/tomorrow/date=2026-08-04/inference_input.parquet | Data | 19.0 KB | d28d1d99936a |
| gold/inference/tomorrow/date=2026-08-05/inference_input.parquet | Data | 19.0 KB | 8a61707d317c |
| gold/inference/tomorrow/date=2026-08-06/inference_input.parquet | Data | 19.0 KB | c9bb532999dc |
| gold/inference/tomorrow/date=2026-08-07/inference_input.parquet | Data | 19.0 KB | 3c37968a407b |
| gold/inference/tomorrow/date=2026-08-08/inference_input.parquet | Data | 19.0 KB | be2690e4afbf |
| gold/inference/tomorrow/date=2026-08-09/inference_input.parquet | Data | 19.1 KB | d381e0d4b5d0 |
| gold/inference/tomorrow/date=2026-08-10/inference_input.parquet | Data | 18.2 KB | 51a27097ed93 |
| gold/inference/tomorrow/date=2026-08-11/inference_input.parquet | Data | 19.0 KB | 3b6263c58bb8 |
| gold/inference/tomorrow/date=2026-08-12/inference_input.parquet | Data | 19.0 KB | 4d16f2110f93 |
| gold/inference/tomorrow/date=2026-08-13/inference_input.parquet | Data | 18.9 KB | a127b3447fa3 |
| gold/inference/tomorrow/date=2026-08-14/inference_input.parquet | Data | 18.1 KB | 191899c89bf5 |
| gold/inference/tomorrow/date=2026-08-15/inference_input.parquet | Data | 19.0 KB | 764f72afaaae |
| gold/inference/tomorrow/date=2026-08-16/inference_input.parquet | Data | 18.1 KB | 7ef45c60357b |
| gold/inference/tomorrow/date=2026-08-17/inference_input.parquet | Data | 18.1 KB | a4df879a7176 |
| gold/inference/tomorrow/date=2026-08-18/inference_input.parquet | Data | 18.1 KB | 78e40a89d2a8 |
| gold/inference/tomorrow/date=2026-08-19/inference_input.parquet | Data | 18.9 KB | f1ae0b75b68a |
| gold/inference/tomorrow/date=2026-08-20/inference_input.parquet | Data | 18.2 KB | 6b94aaeb2c34 |
| gold/inference/tomorrow/date=2026-08-21/inference_input.parquet | Data | 18.0 KB | cd9a680ad9f5 |
| gold/inference/tomorrow/date=2026-08-22/inference_input.parquet | Data | 19.0 KB | 2920d23b4769 |
| gold/inference/tomorrow/date=2026-08-23/inference_input.parquet | Data | 19.0 KB | 53ceb7ea0c51 |
| gold/inference/tomorrow/date=2026-08-24/inference_input.parquet | Data | 18.2 KB | bda691cfe058 |
| gold/inference/tomorrow/date=2026-08-25/inference_input.parquet | Data | 19.0 KB | a4ca8edd28fe |
| gold/inference/tomorrow/date=2026-08-26/inference_input.parquet | Data | 19.0 KB | de4c2a494253 |
| gold/inference/tomorrow/date=2026-08-27/inference_input.parquet | Data | 18.4 KB | 1b1d23e6a7e8 |
| gold/inference/tomorrow/date=2026-08-28/inference_input.parquet | Data | 19.1 KB | 5351657d7c88 |
| gold/inference/tomorrow/date=2026-08-29/inference_input.parquet | Data | 19.0 KB | 155f61794836 |
| gold/inference/tomorrow/date=2026-08-30/inference_input.parquet | Data | 19.0 KB | 9df72c1c1586 |
| gold/inference/tomorrow/date=2026-08-31/inference_input.parquet | Data | 19.0 KB | 6568b248070c |
| gold/inference/tomorrow/date=2026-09-01/inference_input.parquet | Data | 18.9 KB | 03a5b2646c17 |
| gold/inference/tomorrow/date=2026-09-02/inference_input.parquet | Data | 18.1 KB | 4ada9042e796 |
| gold/inference/tomorrow/date=2026-09-03/inference_input.parquet | Data | 18.2 KB | 4883815f8171 |
| gold/inference/tomorrow/date=2026-09-04/inference_input.parquet | Data | 18.9 KB | f8307124f01b |
| gold/inference/tomorrow/date=2026-09-05/inference_input.parquet | Data | 18.9 KB | 63f84c4da38d |
| gold/inference/tomorrow/date=2026-09-06/inference_input.parquet | Data | 18.9 KB | 4bd772f759dc |
| gold/inference/tomorrow/date=2026-09-07/inference_input.parquet | Data | 18.1 KB | ef342d194220 |
| gold/inference/tomorrow/date=2026-09-08/inference_input.parquet | Data | 18.9 KB | d37129487988 |
| gold/inference/tomorrow/date=2026-09-09/inference_input.parquet | Data | 18.8 KB | 4a857b9fae9c |
| gold/inference/tomorrow/date=2026-09-10/inference_input.parquet | Data | 18.3 KB | 659d46df034c |
| gold/inference/tomorrow/date=2026-09-11/inference_input.parquet | Data | 18.1 KB | f906429d3502 |
| gold/inference/tomorrow/date=2026-09-12/inference_input.parquet | Data | 19.0 KB | ca45d3233089 |
| gold/inference/tomorrow/date=2026-09-13/inference_input.parquet | Data | 18.9 KB | 20924b9c693f |
| gold/inference/tomorrow/date=2026-09-14/inference_input.parquet | Data | 18.9 KB | a09a514a00c2 |
| gold/inference/tomorrow/date=2026-09-15/inference_input.parquet | Data | 19.0 KB | f2aa9b059453 |
| gold/inference/tomorrow/date=2026-09-16/inference_input.parquet | Data | 19.0 KB | b832d29aaefc |
| gold/inference/tomorrow/date=2026-09-17/inference_input.parquet | Data | 18.4 KB | 3ea321e16e9b |
| gold/inference/tomorrow/date=2026-09-18/inference_input.parquet | Data | 18.9 KB | ab3a903f6d0d |
| gold/training/basketball/test.parquet | Data | 18.2 KB | 753c9de848b2 |
| gold/training/basketball/train.parquet | Data | 22.6 KB | 6ffdc1d4db49 |
| gold/training/basketball/validation.parquet | Data | 18.2 KB | 92b675bb4e36 |
| gold/training/cricket/test.parquet | Data | 17.0 KB | 7007b531cf36 |
| gold/training/cricket/train.parquet | Data | 21.3 KB | b6a716c06868 |
| gold/training/cricket/validation.parquet | Data | 17.0 KB | e650e14e8936 |
| gold/training/football/test.parquet | Data | 19.4 KB | b21cff979eb5 |
| gold/training/football/train.parquet | Data | 23.9 KB | c7034c4157cc |
| gold/training/football/validation.parquet | Data | 19.4 KB | f2e0a58be1bd |
| gold/training/tennis/test.parquet | Data | 17.0 KB | fcca5a796ef5 |
| gold/training/tennis/train.parquet | Data | 21.4 KB | 955851686e43 |
| gold/training/tennis/validation.parquet | Data | 17.0 KB | 45c97f1f56c1 |
| predictions/baseball/date=2026-06-30/predictions.parquet | Data | 22.1 KB | 1d1f5cabde6e |
| predictions/baseball/date=2026-07-01/predictions.parquet | Data | 22.1 KB | 54ff5d9f2363 |
| predictions/baseball/date=2026-07-02/predictions.parquet | Data | 22.1 KB | cd85e48016d2 |
| predictions/baseball/date=2026-07-03/predictions.parquet | Data | 22.1 KB | a9aceff195f4 |
| predictions/baseball/date=2026-07-04/predictions.parquet | Data | 22.2 KB | e200c1958486 |
| predictions/baseball/date=2026-07-05/predictions.parquet | Data | 22.1 KB | abeab7684b39 |
| predictions/baseball/date=2026-07-06/predictions.parquet | Data | 22.1 KB | 63862f0ad142 |
| predictions/baseball/date=2026-07-07/predictions.parquet | Data | 22.1 KB | 65574bf0e6d8 |
| predictions/baseball/date=2026-07-08/predictions.parquet | Data | 22.1 KB | 2495cc3c27be |
| predictions/baseball/date=2026-07-09/predictions.parquet | Data | 22.2 KB | 99555069a80e |
| predictions/baseball/date=2026-07-10/predictions.parquet | Data | 22.1 KB | 886e266790de |
| predictions/baseball/date=2026-07-11/predictions.parquet | Data | 22.1 KB | 61a2c27d2e96 |
| predictions/baseball/date=2026-07-12/predictions.parquet | Data | 22.1 KB | 1ef9106bb9d9 |
| predictions/baseball/date=2026-07-13/predictions.parquet | Data | 22.1 KB | 0a1ce52f2d28 |
| predictions/baseball/date=2026-07-14/predictions.parquet | Data | 22.1 KB | 740bf27fbb09 |
| predictions/baseball/date=2026-07-15/predictions.parquet | Data | 22.1 KB | b91d61e42668 |
| predictions/baseball/date=2026-07-16/predictions.parquet | Data | 22.1 KB | 92344f5df316 |
| predictions/baseball/date=2026-07-17/predictions.parquet | Data | 22.1 KB | 4a6f0da2f01c |
| predictions/baseball/date=2026-07-18/predictions.parquet | Data | 22.1 KB | c47665ae9f5f |
| predictions/baseball/date=2026-07-19/predictions.parquet | Data | 22.1 KB | c90f5b03d35e |
| predictions/baseball/date=2026-07-20/predictions.parquet | Data | 22.1 KB | 818e41059da0 |
| predictions/baseball/date=2026-07-21/predictions.parquet | Data | 22.1 KB | d28c826c6984 |
| predictions/baseball/date=2026-07-22/predictions.parquet | Data | 22.1 KB | 15a1cf13efdc |
| predictions/baseball/date=2026-07-23/predictions.parquet | Data | 22.2 KB | 4216c2f8f668 |
| predictions/baseball/date=2026-07-24/predictions.parquet | Data | 22.1 KB | 4e3f65501cc2 |
| predictions/baseball/date=2026-07-25/predictions.parquet | Data | 22.1 KB | eb758f9796f7 |
| predictions/baseball/date=2026-07-26/predictions.parquet | Data | 22.1 KB | 32d6fd34a10c |
| predictions/baseball/date=2026-07-27/predictions.parquet | Data | 22.1 KB | 05bcd590feae |
| predictions/baseball/date=2026-07-28/predictions.parquet | Data | 22.1 KB | 878e98a2c42e |
| predictions/baseball/date=2026-07-29/predictions.parquet | Data | 22.1 KB | bbe473b87898 |
| predictions/baseball/date=2026-07-30/predictions.parquet | Data | 22.1 KB | 3bfa64c6ccc8 |
| predictions/baseball/date=2026-07-31/predictions.parquet | Data | 22.1 KB | e6f2ac6bf5ba |
| predictions/baseball/date=2026-08-01/predictions.parquet | Data | 22.1 KB | cddb53b50271 |
| predictions/baseball/date=2026-08-02/predictions.parquet | Data | 22.1 KB | fa2ea2f20197 |
| predictions/baseball/date=2026-08-03/predictions.parquet | Data | 22.1 KB | f5b5498991b6 |
| predictions/baseball/date=2026-08-04/predictions.parquet | Data | 22.1 KB | 11299d4c5696 |
| predictions/baseball/date=2026-08-05/predictions.parquet | Data | 22.1 KB | 8ef6e5df7c46 |
| predictions/baseball/date=2026-08-06/predictions.parquet | Data | 22.1 KB | aaa72d180895 |
| predictions/baseball/date=2026-08-07/predictions.parquet | Data | 22.1 KB | ec1356b6383a |
| predictions/baseball/date=2026-08-08/predictions.parquet | Data | 22.1 KB | e7ef720294c4 |
| predictions/baseball/date=2026-08-09/predictions.parquet | Data | 22.1 KB | b92ffa6b25b6 |
| predictions/baseball/date=2026-08-10/predictions.parquet | Data | 22.1 KB | eb9ff336c26c |
| predictions/baseball/date=2026-08-11/predictions.parquet | Data | 22.1 KB | c84f7a0bf477 |
| predictions/baseball/date=2026-08-12/predictions.parquet | Data | 22.1 KB | c00ace976fc6 |
| predictions/baseball/date=2026-08-13/predictions.parquet | Data | 22.1 KB | a469c2725e8a |
| predictions/baseball/date=2026-08-14/predictions.parquet | Data | 22.1 KB | b8efe2d97977 |
| predictions/baseball/date=2026-08-16/predictions.parquet | Data | 22.1 KB | f08f086811f5 |
| predictions/baseball/date=2026-08-17/predictions.parquet | Data | 22.2 KB | bf9c77916a2d |
| predictions/baseball/date=2026-08-19/predictions.parquet | Data | 22.1 KB | 5e5d90475707 |
| predictions/baseball/date=2026-08-22/predictions.parquet | Data | 22.1 KB | 4ce46d335442 |
| predictions/baseball/date=2026-08-23/predictions.parquet | Data | 22.1 KB | ea88a0af564b |
| predictions/baseball/date=2026-08-24/predictions.parquet | Data | 22.1 KB | 2fdba507f657 |
| predictions/baseball/date=2026-08-25/predictions.parquet | Data | 22.1 KB | dc00fb8587cf |
| predictions/baseball/date=2026-08-26/predictions.parquet | Data | 22.2 KB | 5270ff76f30f |
| predictions/baseball/date=2026-08-27/predictions.parquet | Data | 22.1 KB | ca3be5cc38c9 |
| predictions/baseball/date=2026-08-28/predictions.parquet | Data | 22.1 KB | eb0367073351 |
| predictions/baseball/date=2026-08-29/predictions.parquet | Data | 22.1 KB | 11b50c9b64c2 |
| predictions/baseball/date=2026-08-30/predictions.parquet | Data | 22.1 KB | 065e2072554a |
| predictions/baseball/date=2026-08-31/predictions.parquet | Data | 22.1 KB | ef8fba0010c5 |
| predictions/baseball/date=2026-09-01/predictions.parquet | Data | 22.1 KB | 3d39d2ea9e71 |
| predictions/baseball/date=2026-09-02/predictions.parquet | Data | 22.1 KB | 1b20e54dddf2 |
| predictions/baseball/date=2026-09-03/predictions.parquet | Data | 22.1 KB | 75e5b3eb1699 |
| predictions/baseball/date=2026-09-04/predictions.parquet | Data | 22.1 KB | d1e1bfdcfd0c |
| predictions/baseball/date=2026-09-05/predictions.parquet | Data | 22.1 KB | c771f5072928 |
| predictions/baseball/date=2026-09-06/predictions.parquet | Data | 22.1 KB | 6a2c5d490353 |
| predictions/baseball/date=2026-09-07/predictions.parquet | Data | 22.1 KB | ccdf6879ea36 |
| predictions/baseball/date=2026-09-08/predictions.parquet | Data | 22.1 KB | 0ebbc9f3df13 |
| predictions/baseball/date=2026-09-09/predictions.parquet | Data | 22.1 KB | f8ce904fa419 |
| predictions/baseball/date=2026-09-11/predictions.parquet | Data | 22.1 KB | b10da5e8b75f |
| predictions/baseball/date=2026-09-12/predictions.parquet | Data | 22.1 KB | 6a3cb65a980b |
| predictions/baseball/date=2026-09-13/predictions.parquet | Data | 22.1 KB | e01c0dcb1789 |
| predictions/baseball/date=2026-09-14/predictions.parquet | Data | 22.1 KB | 1e369722003a |
| predictions/baseball/date=2026-09-15/predictions.parquet | Data | 22.1 KB | 42eadbe70703 |
| predictions/baseball/date=2026-09-16/predictions.parquet | Data | 22.1 KB | 29f2c9621bae |
| predictions/baseball/date=2026-09-17/predictions.parquet | Data | 22.1 KB | 3e5b8cfefd79 |
| predictions/baseball/date=2026-09-18/predictions.parquet | Data | 22.2 KB | 427011524e9c |
| predictions/basketball/date=2026-06-30/predictions.parquet | Data | 22.5 KB | f447d28a6d11 |
| predictions/basketball/date=2026-07-01/predictions.parquet | Data | 22.5 KB | 3a9396eba87f |
| predictions/basketball/date=2026-07-02/predictions.parquet | Data | 22.5 KB | 056ffed07a2e |
| predictions/basketball/date=2026-07-03/predictions.parquet | Data | 22.5 KB | 9cdce50fd1f5 |
| predictions/basketball/date=2026-07-05/predictions.parquet | Data | 22.5 KB | db4a34f236fa |
| predictions/basketball/date=2026-07-06/predictions.parquet | Data | 22.5 KB | 9f26d9e5e206 |
| predictions/basketball/date=2026-07-07/predictions.parquet | Data | 22.5 KB | 6261ca20f462 |
| predictions/basketball/date=2026-07-08/predictions.parquet | Data | 22.5 KB | ac3226da484e |
| predictions/basketball/date=2026-07-09/predictions.parquet | Data | 22.5 KB | cc5f49f1515a |
| predictions/basketball/date=2026-07-10/predictions.parquet | Data | 22.5 KB | ab2cfeba7682 |
| predictions/basketball/date=2026-07-11/predictions.parquet | Data | 22.5 KB | 34ba66fd9f0c |
| predictions/basketball/date=2026-07-12/predictions.parquet | Data | 22.5 KB | 2f9052e89d73 |
| predictions/basketball/date=2026-07-13/predictions.parquet | Data | 22.5 KB | 07fb63041dca |
| predictions/basketball/date=2026-07-14/predictions.parquet | Data | 22.5 KB | 83da94a30deb |
| predictions/basketball/date=2026-07-15/predictions.parquet | Data | 22.5 KB | 8a5e66edfd81 |
| predictions/basketball/date=2026-07-16/predictions.parquet | Data | 22.5 KB | f2ae5885911f |
| predictions/basketball/date=2026-07-17/predictions.parquet | Data | 22.5 KB | f402d8334d18 |
| predictions/basketball/date=2026-07-18/predictions.parquet | Data | 22.5 KB | 3faf71596c63 |
| predictions/basketball/date=2026-07-19/predictions.parquet | Data | 22.5 KB | a88de33997c3 |
| predictions/basketball/date=2026-07-20/predictions.parquet | Data | 22.5 KB | f01d0538c383 |
| predictions/basketball/date=2026-07-21/predictions.parquet | Data | 22.5 KB | 7cc65daa233c |
| predictions/basketball/date=2026-07-22/predictions.parquet | Data | 22.5 KB | 8c227dd47255 |
| predictions/basketball/date=2026-07-24/predictions.parquet | Data | 22.5 KB | d405375f0917 |
| predictions/basketball/date=2026-07-25/predictions.parquet | Data | 22.5 KB | 0ca7db3ba802 |
| predictions/basketball/date=2026-07-26/predictions.parquet | Data | 22.5 KB | 178cc5c78216 |
| predictions/basketball/date=2026-07-27/predictions.parquet | Data | 22.5 KB | 3082454aeddc |
| predictions/basketball/date=2026-07-28/predictions.parquet | Data | 22.5 KB | c26e24fee903 |
| predictions/basketball/date=2026-07-29/predictions.parquet | Data | 22.5 KB | 63424b7397cd |
| predictions/basketball/date=2026-07-30/predictions.parquet | Data | 22.3 KB | ad9d4279cd88 |
| predictions/basketball/date=2026-07-31/predictions.parquet | Data | 22.5 KB | ea29c26dd1e3 |
| predictions/basketball/date=2026-08-01/predictions.parquet | Data | 22.5 KB | d553aeb2bbfe |
| predictions/basketball/date=2026-08-02/predictions.parquet | Data | 22.2 KB | 53c69b0da594 |
| predictions/basketball/date=2026-08-03/predictions.parquet | Data | 22.5 KB | 16177ce63dc1 |
| predictions/basketball/date=2026-08-04/predictions.parquet | Data | 22.2 KB | 2d309ef8855b |
| predictions/basketball/date=2026-08-05/predictions.parquet | Data | 22.5 KB | 2eef40408a12 |
| predictions/basketball/date=2026-08-06/predictions.parquet | Data | 22.5 KB | f36058b89c63 |
| predictions/basketball/date=2026-08-07/predictions.parquet | Data | 22.5 KB | bba4f407c994 |
| predictions/basketball/date=2026-08-08/predictions.parquet | Data | 22.5 KB | a1827aadaeff |
| predictions/basketball/date=2026-08-09/predictions.parquet | Data | 22.5 KB | 76c4e927799a |
| predictions/basketball/date=2026-08-10/predictions.parquet | Data | 22.5 KB | 10b39f79d783 |
| predictions/basketball/date=2026-08-11/predictions.parquet | Data | 22.5 KB | 1b037585694d |
| predictions/basketball/date=2026-08-12/predictions.parquet | Data | 22.5 KB | 8dfdccdeefa6 |
| predictions/basketball/date=2026-08-13/predictions.parquet | Data | 22.5 KB | e874da464dbc |
| predictions/basketball/date=2026-08-14/predictions.parquet | Data | 22.5 KB | 2995a30f62c0 |
| predictions/basketball/date=2026-08-16/predictions.parquet | Data | 22.5 KB | 99d43c9e83f4 |
| predictions/basketball/date=2026-08-19/predictions.parquet | Data | 22.2 KB | ee5fd7f677c3 |
| predictions/basketball/date=2026-08-22/predictions.parquet | Data | 22.5 KB | 780724731b59 |
| predictions/basketball/date=2026-08-23/predictions.parquet | Data | 22.5 KB | c94f1ed8b515 |
| predictions/basketball/date=2026-08-24/predictions.parquet | Data | 22.5 KB | 5b166dd84668 |
| predictions/basketball/date=2026-08-25/predictions.parquet | Data | 22.2 KB | cb21613563fc |
| predictions/basketball/date=2026-08-26/predictions.parquet | Data | 22.2 KB | 5234768eaf34 |
| predictions/basketball/date=2026-08-27/predictions.parquet | Data | 22.5 KB | 2fd0ca8a052b |
| predictions/basketball/date=2026-08-28/predictions.parquet | Data | 22.5 KB | 16c49d21ce33 |
| predictions/basketball/date=2026-08-29/predictions.parquet | Data | 22.5 KB | 1745d2304034 |
| predictions/basketball/date=2026-08-30/predictions.parquet | Data | 22.5 KB | f51ac4956557 |
| predictions/basketball/date=2026-08-31/predictions.parquet | Data | 22.2 KB | 7dc4ae7fd634 |
| predictions/basketball/date=2026-09-01/predictions.parquet | Data | 22.2 KB | 98a79c15ccca |
| predictions/basketball/date=2026-09-02/predictions.parquet | Data | 22.5 KB | 3287ff83f928 |
| predictions/basketball/date=2026-09-03/predictions.parquet | Data | 22.5 KB | b53567c425e1 |
| predictions/basketball/date=2026-09-04/predictions.parquet | Data | 22.5 KB | ba70746fbe01 |
| predictions/basketball/date=2026-09-05/predictions.parquet | Data | 22.2 KB | 957e80163647 |
| predictions/basketball/date=2026-09-06/predictions.parquet | Data | 22.5 KB | e0787412972a |
| predictions/basketball/date=2026-09-07/predictions.parquet | Data | 22.5 KB | 47b1bc4d1702 |
| predictions/basketball/date=2026-09-08/predictions.parquet | Data | 22.5 KB | 3cde32bd60c7 |
| predictions/basketball/date=2026-09-09/predictions.parquet | Data | 22.5 KB | db31624cd3d9 |
| predictions/basketball/date=2026-09-11/predictions.parquet | Data | 22.5 KB | 31b51a6ccfaa |
| predictions/basketball/date=2026-09-12/predictions.parquet | Data | 22.5 KB | e1237a8831d6 |
| predictions/basketball/date=2026-09-13/predictions.parquet | Data | 22.5 KB | d3c14753f8d8 |
| predictions/basketball/date=2026-09-14/predictions.parquet | Data | 22.5 KB | d088899c69c9 |
| predictions/basketball/date=2026-09-15/predictions.parquet | Data | 22.5 KB | f4813c498281 |
| predictions/basketball/date=2026-09-16/predictions.parquet | Data | 22.5 KB | 168012e2d17b |
| predictions/basketball/date=2026-09-17/predictions.parquet | Data | 22.5 KB | 11ef093ad5d8 |
| predictions/basketball/date=2026-09-18/predictions.parquet | Data | 22.2 KB | dc59ff9011bc |
| predictions/cricket/date=2026-06-30/predictions.parquet | Data | 22.5 KB | 1ec2db2c8cc9 |
| predictions/cricket/date=2026-07-01/predictions.parquet | Data | 22.5 KB | c6256e134561 |
| predictions/cricket/date=2026-07-02/predictions.parquet | Data | 22.5 KB | ae127dae347b |
| predictions/cricket/date=2026-07-03/predictions.parquet | Data | 22.5 KB | a20d4765df53 |
| predictions/cricket/date=2026-07-05/predictions.parquet | Data | 22.5 KB | f9522981b4de |
| predictions/cricket/date=2026-07-06/predictions.parquet | Data | 22.5 KB | a96d96231db5 |
| predictions/cricket/date=2026-07-07/predictions.parquet | Data | 22.5 KB | 4c9081e6c86f |
| predictions/cricket/date=2026-07-08/predictions.parquet | Data | 22.5 KB | ac1824a10e5d |
| predictions/cricket/date=2026-07-09/predictions.parquet | Data | 22.5 KB | d7e5fd5c94c9 |
| predictions/cricket/date=2026-07-10/predictions.parquet | Data | 22.5 KB | 6b4af1b1bfc8 |
| predictions/cricket/date=2026-07-11/predictions.parquet | Data | 22.5 KB | 990e38c9f04a |
| predictions/cricket/date=2026-07-12/predictions.parquet | Data | 22.5 KB | a8ff71c53667 |
| predictions/cricket/date=2026-07-13/predictions.parquet | Data | 22.5 KB | a945b02e8617 |
| predictions/cricket/date=2026-07-14/predictions.parquet | Data | 22.5 KB | 476f14cdea79 |
| predictions/cricket/date=2026-07-15/predictions.parquet | Data | 22.5 KB | f5b5e32fa617 |
| predictions/cricket/date=2026-07-16/predictions.parquet | Data | 22.5 KB | fd6c9099f26d |
| predictions/cricket/date=2026-07-17/predictions.parquet | Data | 22.5 KB | 49775c6693ab |
| predictions/cricket/date=2026-07-18/predictions.parquet | Data | 22.5 KB | 8ef6c834e650 |
| predictions/cricket/date=2026-07-19/predictions.parquet | Data | 22.5 KB | 1b4515b39ef4 |
| predictions/cricket/date=2026-07-20/predictions.parquet | Data | 22.5 KB | f0de4c9329c0 |
| predictions/cricket/date=2026-07-21/predictions.parquet | Data | 22.5 KB | 7779247f7604 |
| predictions/cricket/date=2026-07-22/predictions.parquet | Data | 22.5 KB | a299e84cdc1a |
| predictions/cricket/date=2026-07-24/predictions.parquet | Data | 22.5 KB | c0ed4e0227c7 |
| predictions/cricket/date=2026-07-25/predictions.parquet | Data | 22.5 KB | 2413c99190f8 |
| predictions/cricket/date=2026-07-26/predictions.parquet | Data | 22.5 KB | da21bfc031f7 |
| predictions/cricket/date=2026-07-27/predictions.parquet | Data | 22.5 KB | 214f3e3c6260 |
| predictions/cricket/date=2026-07-28/predictions.parquet | Data | 22.5 KB | c105a79fba1a |
| predictions/cricket/date=2026-07-29/predictions.parquet | Data | 22.5 KB | 3408eb27b22f |
| predictions/cricket/date=2026-07-31/predictions.parquet | Data | 22.5 KB | 3d895b529541 |
| predictions/cricket/date=2026-08-01/predictions.parquet | Data | 22.5 KB | 9517937e6845 |
| predictions/cricket/date=2026-08-02/predictions.parquet | Data | 22.5 KB | fcc699b42a05 |
| predictions/cricket/date=2026-08-03/predictions.parquet | Data | 22.5 KB | 19a56186cded |
| predictions/cricket/date=2026-08-04/predictions.parquet | Data | 22.5 KB | f624a765618c |
| predictions/cricket/date=2026-08-05/predictions.parquet | Data | 22.5 KB | ccc5c821f13b |
| predictions/cricket/date=2026-08-06/predictions.parquet | Data | 22.5 KB | e67d0774838f |
| predictions/cricket/date=2026-08-07/predictions.parquet | Data | 22.5 KB | be497c574bcd |
| predictions/cricket/date=2026-08-08/predictions.parquet | Data | 22.5 KB | fefacb7e843a |
| predictions/cricket/date=2026-08-09/predictions.parquet | Data | 22.5 KB | 30cfe39f542c |
| predictions/cricket/date=2026-08-10/predictions.parquet | Data | 22.5 KB | d0a73da02ef4 |
| predictions/cricket/date=2026-08-11/predictions.parquet | Data | 22.5 KB | 652506402d19 |
| predictions/cricket/date=2026-08-12/predictions.parquet | Data | 22.5 KB | 6e6539c608ad |
| predictions/cricket/date=2026-08-13/predictions.parquet | Data | 22.5 KB | 23debb1f7dda |
| predictions/cricket/date=2026-08-14/predictions.parquet | Data | 22.5 KB | 09a788bac7d2 |
| predictions/cricket/date=2026-08-16/predictions.parquet | Data | 22.5 KB | 2fc159350518 |
| predictions/cricket/date=2026-08-19/predictions.parquet | Data | 22.5 KB | cb0c15ad2d35 |
| predictions/cricket/date=2026-08-22/predictions.parquet | Data | 22.5 KB | 0c5a78de98a8 |
| predictions/cricket/date=2026-08-23/predictions.parquet | Data | 22.5 KB | 9600387cd193 |
| predictions/cricket/date=2026-08-24/predictions.parquet | Data | 22.5 KB | ecbd79a23f84 |
| predictions/cricket/date=2026-08-25/predictions.parquet | Data | 22.5 KB | 4c8a9ffc689b |
| predictions/cricket/date=2026-08-26/predictions.parquet | Data | 22.5 KB | 35b5fa6c7cd9 |
| predictions/cricket/date=2026-08-27/predictions.parquet | Data | 22.5 KB | 0b66312a0cce |
| predictions/cricket/date=2026-08-28/predictions.parquet | Data | 22.5 KB | c7f34025650d |
| predictions/cricket/date=2026-08-29/predictions.parquet | Data | 22.5 KB | 81ffae306e8b |
| predictions/cricket/date=2026-08-30/predictions.parquet | Data | 22.5 KB | f4000debbcd1 |
| predictions/cricket/date=2026-08-31/predictions.parquet | Data | 22.5 KB | 247c8d783aca |
| predictions/cricket/date=2026-09-01/predictions.parquet | Data | 22.5 KB | cff79576e05c |
| predictions/cricket/date=2026-09-02/predictions.parquet | Data | 22.5 KB | eb20d3d9c42f |
| predictions/cricket/date=2026-09-03/predictions.parquet | Data | 22.5 KB | f2ddc1351d18 |
| predictions/cricket/date=2026-09-04/predictions.parquet | Data | 22.5 KB | 354703f6b056 |
| predictions/cricket/date=2026-09-06/predictions.parquet | Data | 22.5 KB | 8a25c686203d |
| predictions/cricket/date=2026-09-07/predictions.parquet | Data | 22.5 KB | 655c5403819a |
| predictions/cricket/date=2026-09-08/predictions.parquet | Data | 22.5 KB | 473b1baf9dd5 |
| predictions/cricket/date=2026-09-09/predictions.parquet | Data | 22.5 KB | 747b933bcff8 |
| predictions/cricket/date=2026-09-11/predictions.parquet | Data | 22.5 KB | 1868f1871db3 |
| predictions/cricket/date=2026-09-12/predictions.parquet | Data | 22.5 KB | 32efaaf05108 |
| predictions/cricket/date=2026-09-13/predictions.parquet | Data | 22.5 KB | a77790a7e3b3 |
| predictions/cricket/date=2026-09-14/predictions.parquet | Data | 22.5 KB | 8aa146303804 |
| predictions/cricket/date=2026-09-15/predictions.parquet | Data | 22.5 KB | ba62928e2e13 |
| predictions/cricket/date=2026-09-16/predictions.parquet | Data | 22.5 KB | 474dad3f9c4d |
| predictions/cricket/date=2026-09-17/predictions.parquet | Data | 22.5 KB | 97b048a01f87 |
| predictions/cricket/date=2026-09-18/predictions.parquet | Data | 22.5 KB | 9e1aa98b913f |
| predictions/esports/date=2026-06-30/predictions.parquet | Data | 22.1 KB | 85b76e77a31f |
| predictions/esports/date=2026-07-01/predictions.parquet | Data | 22.1 KB | 455d7c4af91b |
| predictions/esports/date=2026-07-02/predictions.parquet | Data | 22.1 KB | 3aa1f42b9c9c |
| predictions/esports/date=2026-07-03/predictions.parquet | Data | 22.1 KB | 28a6beb73ce6 |
| predictions/esports/date=2026-07-05/predictions.parquet | Data | 22.1 KB | e3c01226a1f0 |
| predictions/esports/date=2026-07-06/predictions.parquet | Data | 22.1 KB | 975b7ad2b241 |
| predictions/esports/date=2026-07-07/predictions.parquet | Data | 22.1 KB | aa69f360a2d2 |
| predictions/esports/date=2026-07-08/predictions.parquet | Data | 22.1 KB | 99af746cd284 |
| predictions/esports/date=2026-07-09/predictions.parquet | Data | 22.1 KB | 3f932434e681 |
| predictions/esports/date=2026-07-10/predictions.parquet | Data | 22.1 KB | d4a1dab30e32 |
| predictions/esports/date=2026-07-11/predictions.parquet | Data | 22.1 KB | 3791e58b2198 |
| predictions/esports/date=2026-07-12/predictions.parquet | Data | 22.1 KB | 73bf56e1fc36 |
| predictions/esports/date=2026-07-13/predictions.parquet | Data | 22.1 KB | 773c62b41e8a |
| predictions/esports/date=2026-07-14/predictions.parquet | Data | 22.1 KB | ccc68b47f79b |
| predictions/esports/date=2026-07-15/predictions.parquet | Data | 22.1 KB | 3032aec85607 |
| predictions/esports/date=2026-07-16/predictions.parquet | Data | 22.1 KB | e8303afade26 |
| predictions/esports/date=2026-07-17/predictions.parquet | Data | 22.1 KB | d46197e08d1f |
| predictions/esports/date=2026-07-18/predictions.parquet | Data | 22.1 KB | a05548c8069e |
| predictions/esports/date=2026-07-19/predictions.parquet | Data | 22.1 KB | f4c2c4c15484 |
| predictions/esports/date=2026-07-20/predictions.parquet | Data | 22.1 KB | 3c14c2766483 |
| predictions/esports/date=2026-07-21/predictions.parquet | Data | 22.1 KB | f175375bf729 |
| predictions/esports/date=2026-07-22/predictions.parquet | Data | 22.1 KB | 2722c9f58e04 |
| predictions/esports/date=2026-07-24/predictions.parquet | Data | 22.1 KB | cea520cbccd7 |
| predictions/esports/date=2026-07-25/predictions.parquet | Data | 22.1 KB | 4251326f6b52 |
| predictions/esports/date=2026-07-26/predictions.parquet | Data | 22.1 KB | 507395614081 |
| predictions/esports/date=2026-07-27/predictions.parquet | Data | 22.1 KB | 3b48976d9778 |
| predictions/esports/date=2026-07-28/predictions.parquet | Data | 22.1 KB | e5b1a3a873b5 |
| predictions/esports/date=2026-07-29/predictions.parquet | Data | 22.1 KB | 6927ff9ce2e4 |
| predictions/esports/date=2026-07-31/predictions.parquet | Data | 22.1 KB | c96514b0cf0b |
| predictions/esports/date=2026-08-01/predictions.parquet | Data | 22.1 KB | 44edb1ca6a98 |
| predictions/esports/date=2026-08-02/predictions.parquet | Data | 22.1 KB | f19cbfeadbe0 |
| predictions/esports/date=2026-08-03/predictions.parquet | Data | 22.1 KB | 7d3c5b4f2bbf |
| predictions/esports/date=2026-08-04/predictions.parquet | Data | 22.1 KB | 84215f9d7598 |
| predictions/esports/date=2026-08-05/predictions.parquet | Data | 22.1 KB | b3c7620827c0 |
| predictions/esports/date=2026-08-06/predictions.parquet | Data | 22.1 KB | 77d04ac08caa |
| predictions/esports/date=2026-08-07/predictions.parquet | Data | 22.1 KB | ce04f0e54391 |
| predictions/esports/date=2026-08-08/predictions.parquet | Data | 22.1 KB | eed928c1fdab |
| predictions/esports/date=2026-08-09/predictions.parquet | Data | 22.1 KB | 694387f88039 |
| predictions/esports/date=2026-08-10/predictions.parquet | Data | 22.1 KB | ea7ea18d8aa3 |
| predictions/esports/date=2026-08-11/predictions.parquet | Data | 22.1 KB | 33a0a8cb7e15 |
| predictions/esports/date=2026-08-12/predictions.parquet | Data | 22.1 KB | f8b7e4d9c6df |
| predictions/esports/date=2026-08-13/predictions.parquet | Data | 22.1 KB | 0ef3ded39f68 |
| predictions/esports/date=2026-08-14/predictions.parquet | Data | 22.1 KB | f0b5fb6d85be |
| predictions/esports/date=2026-08-16/predictions.parquet | Data | 22.1 KB | 033d7801fc98 |
| predictions/esports/date=2026-08-19/predictions.parquet | Data | 22.1 KB | adc918c85291 |
| predictions/esports/date=2026-08-22/predictions.parquet | Data | 22.1 KB | f9332e2f94d4 |
| predictions/esports/date=2026-08-23/predictions.parquet | Data | 22.1 KB | eb2af424814c |
| predictions/esports/date=2026-08-24/predictions.parquet | Data | 22.1 KB | 1e325bf4df2b |
| predictions/esports/date=2026-08-25/predictions.parquet | Data | 22.1 KB | b3c397c605a4 |
| predictions/esports/date=2026-08-26/predictions.parquet | Data | 22.1 KB | 3e2465398970 |
| predictions/esports/date=2026-08-27/predictions.parquet | Data | 22.1 KB | 0f10fe53a74c |
| predictions/esports/date=2026-08-28/predictions.parquet | Data | 22.1 KB | 0b23fa5fcfa1 |
| predictions/esports/date=2026-08-29/predictions.parquet | Data | 22.1 KB | 76e014f5d7da |
| predictions/esports/date=2026-08-30/predictions.parquet | Data | 22.1 KB | 818ad23ba0e1 |
| predictions/esports/date=2026-08-31/predictions.parquet | Data | 22.1 KB | 7832c99ffeef |
| predictions/esports/date=2026-09-01/predictions.parquet | Data | 22.1 KB | fa6280efc8bc |
| predictions/esports/date=2026-09-02/predictions.parquet | Data | 22.1 KB | 188fa599fd51 |
| predictions/esports/date=2026-09-03/predictions.parquet | Data | 22.1 KB | 7662abab765a |
| predictions/esports/date=2026-09-04/predictions.parquet | Data | 22.1 KB | 8540574327f6 |
| predictions/esports/date=2026-09-06/predictions.parquet | Data | 22.1 KB | 54016151e051 |
| predictions/esports/date=2026-09-07/predictions.parquet | Data | 22.1 KB | d8dc766a941c |
| predictions/esports/date=2026-09-08/predictions.parquet | Data | 22.1 KB | 2d608bc1c66d |
| predictions/esports/date=2026-09-09/predictions.parquet | Data | 22.1 KB | 64c2f5705ac2 |
| predictions/esports/date=2026-09-11/predictions.parquet | Data | 22.1 KB | db99cc195c75 |
| predictions/esports/date=2026-09-12/predictions.parquet | Data | 22.1 KB | a81e11750d15 |
| predictions/esports/date=2026-09-13/predictions.parquet | Data | 22.1 KB | d6e5e7654b68 |
| predictions/esports/date=2026-09-14/predictions.parquet | Data | 22.1 KB | 3b18b91db018 |
| predictions/esports/date=2026-09-15/predictions.parquet | Data | 22.1 KB | 29541deb18ae |
| predictions/esports/date=2026-09-16/predictions.parquet | Data | 22.1 KB | 524bcf385c84 |
| predictions/esports/date=2026-09-17/predictions.parquet | Data | 22.1 KB | d7df59a7cdc4 |
| predictions/esports/date=2026-09-18/predictions.parquet | Data | 22.1 KB | 0b857fd3ed27 |
| predictions/football/date=2026-06-29/predictions.parquet | Data | 23.1 KB | 63919837ea75 |
| predictions/football/date=2026-06-30/predictions.parquet | Data | 23.1 KB | dcf8c4d598fa |
| predictions/football/date=2026-07-01/predictions.parquet | Data | 23.1 KB | 1e770c352a5d |
| predictions/football/date=2026-07-02/predictions.parquet | Data | 23.2 KB | ef222a1496e3 |
| predictions/football/date=2026-07-03/predictions.parquet | Data | 23.4 KB | 1ac829b405b8 |
| predictions/football/date=2026-07-04/predictions.parquet | Data | 23.4 KB | a3ecd0f7b251 |
| predictions/football/date=2026-07-05/predictions.parquet | Data | 23.4 KB | 995f5ba63610 |
| predictions/football/date=2026-07-06/predictions.parquet | Data | 22.9 KB | 328912c729c4 |
| predictions/football/date=2026-07-07/predictions.parquet | Data | 23.4 KB | 33aed8662425 |
| predictions/football/date=2026-07-08/predictions.parquet | Data | 23.4 KB | 00b7a2126aa0 |
| predictions/football/date=2026-07-09/predictions.parquet | Data | 23.4 KB | 399d36379e7d |
| predictions/football/date=2026-07-10/predictions.parquet | Data | 23.4 KB | a1c5e2124108 |
| predictions/football/date=2026-07-11/predictions.parquet | Data | 23.4 KB | d4be982e2f94 |
| predictions/football/date=2026-07-12/predictions.parquet | Data | 23.4 KB | 1069f49d5f00 |
| predictions/football/date=2026-07-13/predictions.parquet | Data | 22.7 KB | c4f55e770b2d |
| predictions/football/date=2026-07-14/predictions.parquet | Data | 23.4 KB | ac64083e7d35 |
| predictions/football/date=2026-07-15/predictions.parquet | Data | 23.5 KB | 35db65568774 |
| predictions/football/date=2026-07-16/predictions.parquet | Data | 22.8 KB | d0e0c2665c69 |
| predictions/football/date=2026-07-17/predictions.parquet | Data | 23.4 KB | 7eb0785893dd |
| predictions/football/date=2026-07-18/predictions.parquet | Data | 22.8 KB | 7ec49d731432 |
| predictions/football/date=2026-07-19/predictions.parquet | Data | 23.4 KB | bc32f7cd4208 |
| predictions/football/date=2026-07-20/predictions.parquet | Data | 22.8 KB | a87ed3ac33e6 |
| predictions/football/date=2026-07-21/predictions.parquet | Data | 22.8 KB | 6722710edd1a |
| predictions/football/date=2026-07-22/predictions.parquet | Data | 23.4 KB | 2e5fb38e9d0e |
| predictions/football/date=2026-07-23/predictions.parquet | Data | 23.4 KB | afdca858e1ea |
| predictions/football/date=2026-07-24/predictions.parquet | Data | 23.4 KB | 6e8862711aee |
| predictions/football/date=2026-07-25/predictions.parquet | Data | 22.8 KB | 277ae77070bf |
| predictions/football/date=2026-07-26/predictions.parquet | Data | 23.4 KB | e049aeabdace |
| predictions/football/date=2026-07-27/predictions.parquet | Data | 22.8 KB | 6c7b7a0c7e03 |
| predictions/football/date=2026-07-28/predictions.parquet | Data | 23.4 KB | 7c025ed4e40e |
| predictions/football/date=2026-07-29/predictions.parquet | Data | 23.4 KB | 66ee7ad63766 |
| predictions/football/date=2026-07-30/predictions.parquet | Data | 23.4 KB | 7244190a7900 |
| predictions/football/date=2026-07-31/predictions.parquet | Data | 23.4 KB | 7e37b2d04adb |
| predictions/football/date=2026-08-01/predictions.parquet | Data | 23.4 KB | 0a1e74fbe4f2 |
| predictions/football/date=2026-08-02/predictions.parquet | Data | 23.4 KB | 03dec9ef028b |
| predictions/football/date=2026-08-03/predictions.parquet | Data | 22.8 KB | 845cbf077856 |
| predictions/football/date=2026-08-04/predictions.parquet | Data | 23.4 KB | 376b84592012 |
| predictions/football/date=2026-08-05/predictions.parquet | Data | 23.4 KB | c3771750acbd |
| predictions/football/date=2026-08-06/predictions.parquet | Data | 23.4 KB | 1791761d4c50 |
| predictions/football/date=2026-08-07/predictions.parquet | Data | 23.4 KB | 184cef198d14 |
| predictions/football/date=2026-08-08/predictions.parquet | Data | 23.4 KB | 72c84938bbcd |
| predictions/football/date=2026-08-09/predictions.parquet | Data | 23.4 KB | 0c16873e2ed1 |
| predictions/football/date=2026-08-10/predictions.parquet | Data | 22.8 KB | aec069dff64b |
| predictions/football/date=2026-08-11/predictions.parquet | Data | 23.4 KB | a1baf4c7d2dd |
| predictions/football/date=2026-08-12/predictions.parquet | Data | 23.4 KB | 883ca592ea65 |
| predictions/football/date=2026-08-13/predictions.parquet | Data | 23.4 KB | 2b4ed40a5711 |
| predictions/football/date=2026-08-14/predictions.parquet | Data | 22.8 KB | 9c0cf9a56cf4 |
| predictions/football/date=2026-08-15/predictions.parquet | Data | 23.4 KB | 9e0a9a3f7611 |
| predictions/football/date=2026-08-16/predictions.parquet | Data | 23.4 KB | ef8be9c1f336 |
| predictions/football/date=2026-08-17/predictions.parquet | Data | 22.7 KB | e09d34011594 |
| predictions/football/date=2026-08-18/predictions.parquet | Data | 22.8 KB | 497aeda03157 |
| predictions/football/date=2026-08-19/predictions.parquet | Data | 23.4 KB | 0f1ac4fcec0f |
| predictions/football/date=2026-08-20/predictions.parquet | Data | 22.9 KB | 42ac8421fb18 |
| predictions/football/date=2026-08-21/predictions.parquet | Data | 22.7 KB | 7d93350d7e5d |
| predictions/football/date=2026-08-22/predictions.parquet | Data | 23.3 KB | 280d2ed380fa |
| predictions/football/date=2026-08-23/predictions.parquet | Data | 23.3 KB | 7bf0292b2375 |
| predictions/football/date=2026-08-24/predictions.parquet | Data | 22.8 KB | f738af04aedc |
| predictions/football/date=2026-08-25/predictions.parquet | Data | 23.3 KB | 18dec811d913 |
| predictions/football/date=2026-08-26/predictions.parquet | Data | 23.4 KB | f9ee4889a798 |
| predictions/football/date=2026-08-27/predictions.parquet | Data | 23.1 KB | 2ae9fabfd879 |
| predictions/football/date=2026-08-28/predictions.parquet | Data | 23.5 KB | cfda1978cede |
| predictions/football/date=2026-08-29/predictions.parquet | Data | 23.3 KB | dfe364c3138c |
| predictions/football/date=2026-08-30/predictions.parquet | Data | 23.3 KB | 01a89aee8f5f |
| predictions/football/date=2026-08-31/predictions.parquet | Data | 23.3 KB | 62a58597f863 |
| predictions/football/date=2026-09-01/predictions.parquet | Data | 23.2 KB | 4419a89bd6e8 |
| predictions/football/date=2026-09-02/predictions.parquet | Data | 22.8 KB | de1242a35707 |
| predictions/football/date=2026-09-03/predictions.parquet | Data | 22.9 KB | f7cfe33ddbd4 |
| predictions/football/date=2026-09-04/predictions.parquet | Data | 23.3 KB | 8749e37ebcff |
| predictions/football/date=2026-09-05/predictions.parquet | Data | 23.3 KB | 866430cd8494 |
| predictions/football/date=2026-09-06/predictions.parquet | Data | 23.2 KB | 5e240a283fe5 |
| predictions/football/date=2026-09-07/predictions.parquet | Data | 22.8 KB | ec27b95f4f1d |
| predictions/football/date=2026-09-08/predictions.parquet | Data | 23.2 KB | d5397226be22 |
| predictions/football/date=2026-09-09/predictions.parquet | Data | 23.2 KB | 36667d0ba4f0 |
| predictions/football/date=2026-09-10/predictions.parquet | Data | 22.9 KB | cb45c4972458 |
| predictions/football/date=2026-09-11/predictions.parquet | Data | 22.8 KB | 9a711be2be73 |
| predictions/football/date=2026-09-12/predictions.parquet | Data | 23.3 KB | 584254912348 |
| predictions/football/date=2026-09-13/predictions.parquet | Data | 23.2 KB | 7ec69f349cb5 |
| predictions/football/date=2026-09-14/predictions.parquet | Data | 23.3 KB | 67782862c02a |
| predictions/football/date=2026-09-15/predictions.parquet | Data | 23.3 KB | 46be14a2c7b6 |
| predictions/football/date=2026-09-16/predictions.parquet | Data | 23.3 KB | 5bdae1f1d192 |
| predictions/football/date=2026-09-17/predictions.parquet | Data | 23.1 KB | 2ac095f9c5c5 |
| predictions/football/date=2026-09-18/predictions.parquet | Data | 23.3 KB | 5d7ea3b7a1cd |
| predictions/tennis/date=2026-06-30/predictions.parquet | Data | 22.6 KB | cd037374a10c |
| predictions/tennis/date=2026-07-01/predictions.parquet | Data | 22.6 KB | c8e37ababeec |
| predictions/tennis/date=2026-07-02/predictions.parquet | Data | 22.6 KB | e0cdad6313d6 |
| predictions/tennis/date=2026-07-03/predictions.parquet | Data | 22.6 KB | 4fd82b4e479f |
| predictions/tennis/date=2026-07-05/predictions.parquet | Data | 22.6 KB | 59cc91c0589f |
| predictions/tennis/date=2026-07-06/predictions.parquet | Data | 22.6 KB | b29e89030581 |
| predictions/tennis/date=2026-07-07/predictions.parquet | Data | 22.6 KB | 8bf777582cde |
| predictions/tennis/date=2026-07-08/predictions.parquet | Data | 22.6 KB | 4f755ee99d34 |
| predictions/tennis/date=2026-07-09/predictions.parquet | Data | 22.6 KB | fc86c946bc91 |
| predictions/tennis/date=2026-07-10/predictions.parquet | Data | 22.6 KB | 32d16571ea49 |
| predictions/tennis/date=2026-07-11/predictions.parquet | Data | 22.6 KB | 0f2cc18cc694 |
| predictions/tennis/date=2026-07-12/predictions.parquet | Data | 22.6 KB | c3371aec308b |
| predictions/tennis/date=2026-07-13/predictions.parquet | Data | 22.6 KB | 9b27b4a60407 |
| predictions/tennis/date=2026-07-14/predictions.parquet | Data | 22.6 KB | d7b2c643e7a6 |
| predictions/tennis/date=2026-07-15/predictions.parquet | Data | 22.6 KB | 1b74597cf9f7 |
| predictions/tennis/date=2026-07-16/predictions.parquet | Data | 22.6 KB | 3ff11243d013 |
| predictions/tennis/date=2026-07-17/predictions.parquet | Data | 22.6 KB | fd69026fbe75 |
| predictions/tennis/date=2026-07-18/predictions.parquet | Data | 22.6 KB | a71054356393 |
| predictions/tennis/date=2026-07-19/predictions.parquet | Data | 22.6 KB | ce746f57de38 |
| predictions/tennis/date=2026-07-20/predictions.parquet | Data | 22.6 KB | 2d2159f69e02 |
| predictions/tennis/date=2026-07-21/predictions.parquet | Data | 22.6 KB | ee61519d1ed7 |
| predictions/tennis/date=2026-07-22/predictions.parquet | Data | 22.6 KB | eb253d806bb8 |
| predictions/tennis/date=2026-07-24/predictions.parquet | Data | 22.6 KB | 1abf4e14e01e |
| predictions/tennis/date=2026-07-25/predictions.parquet | Data | 22.6 KB | 63d2d1a6d689 |
| predictions/tennis/date=2026-07-26/predictions.parquet | Data | 22.6 KB | f6bc7328b226 |
| predictions/tennis/date=2026-07-27/predictions.parquet | Data | 22.6 KB | 4c208bb593a1 |
| predictions/tennis/date=2026-07-28/predictions.parquet | Data | 22.6 KB | 6756e542d364 |
| predictions/tennis/date=2026-07-29/predictions.parquet | Data | 22.6 KB | 2ba6c9c2479d |
| predictions/tennis/date=2026-07-31/predictions.parquet | Data | 22.6 KB | 3424d77428c6 |
| predictions/tennis/date=2026-08-01/predictions.parquet | Data | 22.6 KB | 6a5a1febe038 |
| predictions/tennis/date=2026-08-02/predictions.parquet | Data | 22.6 KB | 32634f25d8a8 |
| predictions/tennis/date=2026-08-03/predictions.parquet | Data | 22.6 KB | fb751d58fe69 |
| predictions/tennis/date=2026-08-04/predictions.parquet | Data | 22.6 KB | 3e56c8a82769 |
| predictions/tennis/date=2026-08-05/predictions.parquet | Data | 22.6 KB | 24739cdc4adf |
| predictions/tennis/date=2026-08-06/predictions.parquet | Data | 22.6 KB | 7d9ccc1fbc2c |
| predictions/tennis/date=2026-08-07/predictions.parquet | Data | 22.6 KB | 365ca0991aa5 |
| predictions/tennis/date=2026-08-08/predictions.parquet | Data | 22.6 KB | ef297a96ad0d |
| predictions/tennis/date=2026-08-09/predictions.parquet | Data | 22.6 KB | 195a3a17ebd6 |
| predictions/tennis/date=2026-08-10/predictions.parquet | Data | 22.6 KB | 7f32818676ac |
| predictions/tennis/date=2026-08-11/predictions.parquet | Data | 22.6 KB | e31375416c69 |
| predictions/tennis/date=2026-08-12/predictions.parquet | Data | 22.6 KB | fcdcbe4d6350 |
| predictions/tennis/date=2026-08-13/predictions.parquet | Data | 22.6 KB | ca463a4976ac |
| predictions/tennis/date=2026-08-14/predictions.parquet | Data | 22.6 KB | 942ece4e57bc |
| predictions/tennis/date=2026-08-16/predictions.parquet | Data | 22.6 KB | 0aee5cd905d4 |
| predictions/tennis/date=2026-08-19/predictions.parquet | Data | 22.6 KB | 6e46e4fe2189 |
| predictions/tennis/date=2026-08-22/predictions.parquet | Data | 22.6 KB | 1625eb2fecaa |
| predictions/tennis/date=2026-08-23/predictions.parquet | Data | 22.6 KB | ebd8f129afcc |
| predictions/tennis/date=2026-08-24/predictions.parquet | Data | 22.6 KB | 787cf46ea85e |
| predictions/tennis/date=2026-08-25/predictions.parquet | Data | 22.6 KB | b3b7da602aca |
| predictions/tennis/date=2026-08-26/predictions.parquet | Data | 22.6 KB | 8b46cd585327 |
| predictions/tennis/date=2026-08-27/predictions.parquet | Data | 22.6 KB | 857d919e49dd |
| predictions/tennis/date=2026-08-28/predictions.parquet | Data | 22.6 KB | 8edc99df9a50 |
| predictions/tennis/date=2026-08-29/predictions.parquet | Data | 22.6 KB | 5c6a3a1be7aa |
| predictions/tennis/date=2026-08-30/predictions.parquet | Data | 22.6 KB | b435d69adafe |
| predictions/tennis/date=2026-08-31/predictions.parquet | Data | 22.6 KB | 56544b2b6474 |
| predictions/tennis/date=2026-09-01/predictions.parquet | Data | 22.6 KB | 6d3d2ea26707 |
| predictions/tennis/date=2026-09-02/predictions.parquet | Data | 22.6 KB | 26938ad45eec |
| predictions/tennis/date=2026-09-03/predictions.parquet | Data | 22.6 KB | d1b9da9fa8ca |
| predictions/tennis/date=2026-09-04/predictions.parquet | Data | 22.6 KB | b280f010cf33 |
| predictions/tennis/date=2026-09-06/predictions.parquet | Data | 22.6 KB | 486a4a7d622f |
| predictions/tennis/date=2026-09-07/predictions.parquet | Data | 22.6 KB | 3c94d89b030c |
| predictions/tennis/date=2026-09-08/predictions.parquet | Data | 22.6 KB | 78b6e18f0ccf |
| predictions/tennis/date=2026-09-09/predictions.parquet | Data | 22.6 KB | a156af02929a |
| predictions/tennis/date=2026-09-11/predictions.parquet | Data | 22.6 KB | d917fbbc4fc1 |
| predictions/tennis/date=2026-09-12/predictions.parquet | Data | 22.6 KB | 0b25a75aa323 |
| predictions/tennis/date=2026-09-13/predictions.parquet | Data | 22.6 KB | 9179e186b477 |
| predictions/tennis/date=2026-09-14/predictions.parquet | Data | 22.6 KB | 272525859926 |
| predictions/tennis/date=2026-09-15/predictions.parquet | Data | 22.6 KB | 0ea20367652a |
| predictions/tennis/date=2026-09-16/predictions.parquet | Data | 22.6 KB | 11e4fb318934 |
| predictions/tennis/date=2026-09-17/predictions.parquet | Data | 22.6 KB | 30ea52fb8d08 |
| predictions/tennis/date=2026-09-18/predictions.parquet | Data | 22.6 KB | 07c61d4237d6 |
| quality/leakage_report.json | Data | 968 B | — |
| quality/model_performance.json | Data | 103 B | — |
| raw/baseball/provider=fallback/date=2026-06-28/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-06-29/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-06-30/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-01/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-02/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-03/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-04/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-05/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-06/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-07/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-08/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-09/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-10/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-11/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-12/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-13/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-14/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-15/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-16/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-17/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-18/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-19/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-20/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-21/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-22/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-23/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-24/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-25/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-26/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-27/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-28/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-29/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-30/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-07-31/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-01/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-02/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-03/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-04/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-05/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-06/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-07/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-08/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-09/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-10/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-11/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-12/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-13/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-14/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-15/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-16/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-17/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-18/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-19/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-20/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-21/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-22/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-23/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-24/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-25/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-26/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-27/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-28/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-29/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-30/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-08-31/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-01/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-02/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-03/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-04/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-05/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-06/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-07/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-08/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-09/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-10/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-11/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-12/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-13/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-14/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-15/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-16/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-17/fixtures.json | Data | 1.7 KB | — |
| raw/baseball/provider=fallback/date=2026-09-18/fixtures.json | Data | 1.7 KB | — |
| raw/basketball/provider=fallback/date=2026-06-27/fixtures.json | Data | 1.2 KB | — |
| raw/basketball/provider=fallback/date=2026-06-28/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-06-29/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-06-30/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-01/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-02/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-03/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-04/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-05/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-06/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-07/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-08/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-09/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-10/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-11/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-12/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-13/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-14/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-15/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-16/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-17/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-18/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-19/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-20/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-21/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-22/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-23/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-24/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-25/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-26/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-27/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-28/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-29/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-30/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-07-31/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-01/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-02/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-03/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-04/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-05/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-06/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-07/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-08/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-09/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-10/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-11/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-12/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-13/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-14/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-15/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-16/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-17/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-18/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-19/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-20/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-21/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-22/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-23/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-24/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-25/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-26/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-27/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-28/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-29/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-30/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-08-31/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-01/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-02/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-03/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-04/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-05/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-06/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-07/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-08/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-09/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-10/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-11/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-12/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-13/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-14/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-15/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-16/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-17/fixtures.json | Data | 2.3 KB | — |
| raw/basketball/provider=fallback/date=2026-09-18/fixtures.json | Data | 2.3 KB | — |
| raw/cricket/provider=fallback/date=2026-06-27/fixtures.json | Data | 1.2 KB | — |
| raw/cricket/provider=fallback/date=2026-06-28/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-06-29/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-06-30/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-01/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-02/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-03/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-04/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-05/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-06/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-07/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-08/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-09/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-10/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-11/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-12/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-13/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-14/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-15/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-16/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-17/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-18/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-19/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-20/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-21/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-22/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-23/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-24/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-25/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-26/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-27/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-28/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-29/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-30/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-07-31/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-01/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-02/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-03/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-04/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-05/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-06/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-07/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-08/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-09/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-10/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-11/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-12/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-13/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-14/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-15/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-16/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-17/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-18/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-19/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-20/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-21/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-22/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-23/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-24/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-25/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-26/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-27/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-28/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-29/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-30/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-08-31/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-01/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-02/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-03/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-04/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-05/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-06/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-07/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-08/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-09/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-10/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-11/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-12/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-13/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-14/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-15/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-16/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-17/fixtures.json | Data | 1.8 KB | — |
| raw/cricket/provider=fallback/date=2026-09-18/fixtures.json | Data | 1.8 KB | — |
| raw/esports/provider=fallback/date=2026-06-28/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-06-29/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-06-30/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-01/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-02/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-03/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-04/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-05/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-06/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-07/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-08/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-09/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-10/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-11/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-12/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-13/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-14/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-15/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-16/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-17/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-18/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-19/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-20/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-21/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-22/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-23/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-24/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-25/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-26/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-27/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-28/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-29/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-30/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-07-31/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-01/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-02/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-03/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-04/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-05/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-06/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-07/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-08/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-09/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-10/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-11/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-12/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-13/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-14/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-15/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-16/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-17/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-18/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-19/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-20/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-21/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-22/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-23/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-24/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-25/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-26/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-27/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-28/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-29/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-30/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-08-31/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-01/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-02/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-03/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-04/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-05/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-06/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-07/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-08/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-09/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-10/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-11/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-12/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-13/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-14/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-15/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-16/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-17/fixtures.json | Data | 1.7 KB | — |
| raw/esports/provider=fallback/date=2026-09-18/fixtures.json | Data | 1.7 KB | — |
| raw/football/provider=fallback/date=2026-06-27/fixtures.json | Data | 1.8 KB | — |
| raw/football/provider=fallback/date=2026-06-28/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-06-29/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-06-30/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-01/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-02/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-03/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-04/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-05/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-06/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-07/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-08/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-09/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-10/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-11/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-12/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-13/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-14/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-15/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-16/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-17/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-18/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-19/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-20/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-21/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-22/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-23/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-24/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-25/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-26/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-27/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-28/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-29/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-30/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-07-31/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-01/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-02/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-03/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-04/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-05/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-06/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-07/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-08/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-09/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-10/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-11/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-12/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-13/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-14/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-15/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-16/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-17/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-18/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-19/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-20/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-21/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-22/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-23/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-24/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-25/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-26/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-27/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-28/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-29/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-30/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-08-31/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-01/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-02/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-03/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-04/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-05/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-06/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-07/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-08/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-09/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-10/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-11/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-12/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-13/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-14/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-15/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-16/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-17/fixtures.json | Data | 3.0 KB | — |
| raw/football/provider=fallback/date=2026-09-18/fixtures.json | Data | 3.0 KB | — |
| raw/tennis/provider=fallback/date=2026-06-27/fixtures.json | Data | 1.2 KB | — |
| raw/tennis/provider=fallback/date=2026-06-28/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-06-29/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-06-30/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-01/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-02/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-03/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-04/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-05/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-06/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-07/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-08/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-09/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-10/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-11/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-12/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-13/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-14/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-15/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-16/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-17/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-18/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-19/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-20/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-21/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-22/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-23/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-24/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-25/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-26/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-27/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-28/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-29/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-30/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-07-31/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-01/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-02/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-03/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-04/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-05/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-06/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-07/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-08/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-09/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-10/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-11/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-12/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-13/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-14/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-15/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-16/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-17/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-18/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-19/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-20/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-21/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-22/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-23/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-24/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-25/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-26/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-27/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-28/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-29/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-30/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-08-31/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-01/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-02/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-03/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-04/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-05/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-06/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-07/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-08/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-09/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-10/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-11/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-12/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-13/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-14/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-15/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-16/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-17/fixtures.json | Data | 2.5 KB | — |
| raw/tennis/provider=fallback/date=2026-09-18/fixtures.json | Data | 2.5 KB | — |
| registry/dataset_manifest.json | Data | 576 B | — |
| README.md | Documentation | 6.8 KB | — |
| .gitattributes | Repository | 2.5 KB | — |
License and Download
- License
- mit
- Access
- No access gate
Released by Ruslan Magana Vsevolodovna through its official repository on Hugging Face. Read the license.