nfl
Datasets
All datasets matching “nfl”nfl-stats-2021-2025
NFL stats 2021-2025
Per-season parquet files sourced from the nflverse
data releases via nflreadpy. One folder
per dataset, one file per season, manifest.csv at the root with row counts.
Load a single dataset:
from datasets import load_dataset
pbp = load_dataset("dismalnow/nfl-stats-2021-2025", "pbp")
Or read directly with polars/pandas/duckdb from the parquet files.
Datasets
dataset
files
rows
depth_charts
5
149,906
injuries
5
29,151
ngs_passing
5… See the full description on the dataset page: https://huggingface.co/datasets/MikeySports/nfl-stats-2021-2025.nfl-stats-2021-2025
NFL stats 2021-2025
Per-season parquet files sourced from the nflverse
data releases via nflreadpy. One folder
per dataset, one file per season, manifest.csv at the root with row counts.
Load a single dataset:
from datasets import load_dataset
pbp = load_dataset("dismalnow/nfl-stats-2021-2025", "pbp")
Or read directly with polars/pandas/duckdb from the parquet files.
Datasets
dataset
files
rows
depth_charts
5
149,906
injuries
5
29,151
ngs_passing
5… See the full description on the dataset page: https://huggingface.co/datasets/dismalnow/nfl-stats-2021-2025.yahoo_answers_qaYahoo Non-Factoid Question Dataset is derived from Yahoo's Webscope L6 collection using machine learning techiques such that the questions would contain non-factoid answers.The dataset contains 87,361 questions and their corresponding answers. Each question contains its best answer along with additional other answers submitted by users. Only the best answer was reviewed in determining the quality of the question-answer pair.NFL-Multi-Market-Timestamped-Odds-Team-Stats
🏈 NFL Multi-Market — Timestamped Odds & Team Stats (2018–2026)
Free sample — 18 games, 26,169 timestamped snapshots, eight Super Bowls.
Every NFL archive on the market gives you one closing number per game.
The full dataset gives you the entire line history: 2,816,380 timestamped snapshots
across 2,242 games, two named books and three markets — pre-match and in-running,
with the live score and the game clock on the same row as the price.
→ Get the full archive — 2,816,380… See the full description on the dataset page: https://huggingface.co/datasets/oliviersportsdata/NFL-Multi-Market-Timestamped-Odds-Team-Stats.nfl-object-detection
Dataset Labels
['helmet', 'helmet-blurred', 'helmet-difficult', 'helmet-partial', 'helmet-sideline']
Number of Images
{'valid': 1989, 'train': 6963, 'test': 995}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("keremberke/nfl-object-detection", name="full")
example = ds['train'][0]
Roboflow Dataset Page… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/nfl-object-detection.nfl
