dharits3 commited on
Commit
f6ad756
·
verified ·
1 Parent(s): cf50926

v2.1.0 — named + enriched release (513,655 rows x 27 cols, 10 stats sidecars)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. CITATION.cff +18 -19
  2. DATASHEET.md +286 -224
  3. DISCLOSURE_RISK.md +210 -116
  4. ETHICS_REVIEW.md +270 -104
  5. LEGAL_NOTES.md +165 -118
  6. LICENSE +4 -3
  7. MANIFEST.json +1757 -0
  8. OFFICIAL_COMPARISON.md +10 -1
  9. OPT_OUT.md +56 -40
  10. README.md +257 -109
  11. RELEASE_NOTES.md +188 -1
  12. by_sport/README.md +45 -17
  13. by_sport/acro_tumbling/CODEBOOK.md +13 -38
  14. by_sport/acro_tumbling/all.csv +0 -0
  15. by_sport/acro_tumbling/all.parquet +2 -2
  16. by_sport/acro_tumbling/women/all.csv +0 -0
  17. by_sport/acro_tumbling/women/d1.csv +0 -0
  18. by_sport/acro_tumbling/women/d2.csv +0 -0
  19. by_sport/acro_tumbling/women/d3.csv +152 -152
  20. by_sport/baseball/CODEBOOK.md +24 -38
  21. by_sport/baseball/all.csv +0 -0
  22. by_sport/baseball/all.parquet +2 -2
  23. by_sport/baseball/men/all.csv +0 -0
  24. by_sport/baseball/men/d1.csv +0 -0
  25. by_sport/baseball/men/d2.csv +0 -0
  26. by_sport/baseball/men/d3.csv +0 -0
  27. by_sport/baseball/stats.csv +0 -0
  28. data/ncaa_all_sports_rosters_2025-26.parquet → by_sport/baseball/stats.parquet +2 -2
  29. by_sport/basketball/CODEBOOK.md +31 -46
  30. by_sport/basketball/all.csv +0 -0
  31. by_sport/basketball/all.parquet +2 -2
  32. by_sport/basketball/men/all.csv +0 -0
  33. by_sport/basketball/men/d1.csv +0 -0
  34. by_sport/basketball/men/d2.csv +0 -0
  35. by_sport/basketball/men/d3.csv +0 -0
  36. by_sport/basketball/stats.csv +0 -0
  37. by_sport/basketball/stats.parquet +3 -0
  38. by_sport/basketball/women/all.csv +0 -0
  39. by_sport/basketball/women/d1.csv +0 -0
  40. by_sport/basketball/women/d2.csv +0 -0
  41. by_sport/basketball/women/d3.csv +0 -0
  42. by_sport/beach_volleyball/CODEBOOK.md +13 -38
  43. by_sport/beach_volleyball/all.csv +0 -0
  44. by_sport/beach_volleyball/all.parquet +2 -2
  45. by_sport/beach_volleyball/women/all.csv +0 -0
  46. by_sport/beach_volleyball/women/d1.csv +0 -0
  47. by_sport/beach_volleyball/women/d2.csv +0 -0
  48. by_sport/beach_volleyball/women/d3.csv +176 -176
  49. by_sport/bowling/CODEBOOK.md +13 -38
  50. by_sport/bowling/all.csv +0 -0
CITATION.cff CHANGED
@@ -1,29 +1,28 @@
1
- # Citation metadata (CFF 1.2.0). Citation is REQUESTED, not legally required —
2
- # the data are CC0 (see LICENSE).
3
  cff-version: 1.2.0
4
- message: "If you use this dataset or its build pipeline, please cite it as below."
5
  type: dataset
6
  title: "NCAA All Sports Rosters 2025-26: An Individual-Level Dataset Across All Divisions"
7
  authors:
8
  - family-names: "Shah"
9
  given-names: "Dharit"
10
- email: "dharits3@gmail.com"
 
 
 
 
 
11
  abstract: >-
12
- Individual-level roster data for all 28 NCAA championship and emerging sports,
13
- all three divisions, both genders, for the single 2025-26 athletic year
14
- de-identified (no names, no per-athlete demographic predictions), with hometown,
15
- high school, position, and class fields as published on official school athletics
16
- sites, validated against the NCAA's official sponsor lists. Version 2.0.4 corrects US territory origin/state labeling (AS/GU/VI/MP/PR)
17
- and documents full conference population (514,696 athletes across 1,087 schools).
 
18
  keywords:
19
  - NCAA
20
  - college athletics
21
- - sports rosters
22
- - participation
23
- - social science
24
- license: CC0-1.0
25
- url: "https://huggingface.co/datasets/dharits3/ncaa-college-athlete-rosters-2025-26"
26
- repository-code: "https://github.com/Dharit13/NCAA_2025-26-Season-Dataset-Analysis"
27
- version: "2.0.4"
28
- doi: "10.57967/hf/9512"
29
- date-released: "2026-07-18"
 
 
 
1
  cff-version: 1.2.0
2
+ message: "If you use this dataset, please cite it as below."
3
  type: dataset
4
  title: "NCAA All Sports Rosters 2025-26: An Individual-Level Dataset Across All Divisions"
5
  authors:
6
  - family-names: "Shah"
7
  given-names: "Dharit"
8
+ version: "2.1.0"
9
+ date-released: "2026-08-14"
10
+ doi: "10.57967/hf/9512"
11
+ license: CC0-1.0
12
+ repository: "https://huggingface.co/datasets/dharits3/ncaa-college-athlete-rosters-2025-26"
13
+ url: "https://huggingface.co/datasets/dharits3/ncaa-college-athlete-rosters-2025-26"
14
  abstract: >-
15
+ Individual-level roster records for all 28 NCAA championship and emerging
16
+ sports across Divisions I, II, and III for the 2025-26 athletic year:
17
+ 513,655 named athlete rows from 1,087 schools, with school-published bio
18
+ fields (name, height, weight, major, previous school, hometown, high school)
19
+ and per-sport season-stats sidecar files for 10 sports. Compiled from
20
+ official school athletics-site rosters and validated against NCAA sponsor
21
+ lists. CC0 1.0; citation requested.
22
  keywords:
23
  - NCAA
24
  - college athletics
25
+ - rosters
26
+ - student-athletes
27
+ - sports analytics
28
+ - higher education
 
 
 
 
 
DATASHEET.md CHANGED
@@ -1,16 +1,22 @@
1
- # Datasheet — NCAA All Sports Rosters 2025-26
2
 
3
  A datasheet (after Gebru et al., *Datasheets for Datasets*) for the cross-sport master
4
  release: individual-level rosters for **all 28 NCAA championship + emerging sports**, all
5
- three divisions, both genders, one athletic year (2025-26). Companion documents:
6
- [README.md](README.md), [data/CODEBOOK.md](data/CODEBOOK.md),
7
- [OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md), [ETHICS_REVIEW.md](ETHICS_REVIEW.md),
8
- [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md), [LEGAL_NOTES.md](LEGAL_NOTES.md),
9
- [OPT_OUT.md](OPT_OUT.md).
10
-
11
- All counts below are from the **build of 2026-07-06** (`metadata.json`) and will be
12
- **refreshed at the final build** two recovery passes (pipeline-dropped athletes; missing
13
- sponsor-cell sweep) are still landing small upward revisions.
 
 
 
 
 
 
14
 
15
  ---
16
 
@@ -25,6 +31,19 @@ stratification — for the whole NCAA, in a single coherent year. It is also the
25
  individual-level count of 2025-26 NCAA participation until the NCAA's own report lands
26
  (~Sept 2026).
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  **Who created the dataset and on behalf of which entity?** Dharit Shah
29
  (dharits3@gmail.com), independent researcher. No institution, no team.
30
 
@@ -44,78 +63,113 @@ as published on the athlete's own school's official athletics website. An athlet
44
  sports' rosters (e.g. cross country + track) appears once per sport, with per-sport
45
  `athlete_id`s — the same convention the NCAA uses in its participation reports.
46
 
47
- **How many instances are there in total?** **514,696 rows** (Men 290,969 / Women 223,727)
48
- across **1,087 schools** and 28 sports (v2.0.4, 2026-07-18 territory-origin fix).
49
- Per-sport row counts are in `metadata.json`. One deliberate redundancy:
50
- **`track_indoor` and `track_outdoor` share source rows** schools publish one track &
51
- field roster; the indoor sport is materialized from the shared scrape and independently
52
- reconciled against the indoor sponsor lists (1,639 overlapping school-gender teams,
53
- distinct `tfi_`/`tfo_` ids). Never dedupe across sports blindly.
54
 
55
  **Does the dataset contain all possible instances or is it a sample?** It attempts the
56
- census of published rosters and holds **91.7% of the NCAA's reported athlete
57
- participations, 96.9% of sponsor-list teams, 98.5% of Division I** (v2.0.4 current;
58
- 514,696 / 560,992). The shortfall is decomposed, not hand-waved
59
- ([OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md)): (1) ~3.1% of sponsor-list team cells
60
- missing (small D2/D3 and emerging-sport programs that publish no scrapeable roster);
61
- (2) published-roster vs reported-squad-size official figures are season-cumulative
62
- compliance counts including walk-ons/scout-team/mid-season cuts who never appear on the
63
- public website (at D1 football, ~1 in 5 reported participants is never published);
64
- (3) vintage the official baseline is 2024-25. **Selection skews:** missing teams
65
- concentrate in small non-D1 programs, so D1 is overrepresented relative to the true
66
- universe; unpublished squad members (disproportionately walk-ons) are absent by
67
- construction.
68
-
69
- **What data does each instance consist of?** 19 columns (public tier): `athlete_id`,
70
- `sport`, `athletic_year`, `season`, `division`, `gender`, `conference`, `school`,
71
- `position_raw`, `position_group`, `class_year_raw`, `class_standing`, `hometown_raw`,
72
- `hometown_city`, `hometown_state`, `origin`, `high_school`, `high_school_is_academy`,
73
- `source_url`. Full semantics in [data/CODEBOOK.md](data/CODEBOOK.md). An enriched
74
- analysis tier (`analysis/`, 54 columns; **research-only, not distributed** — see §6)
75
- adds hometown- and school-level SES/geography joined from public sources (Census ACS,
76
- IPEDS, College Scorecard, Opportunity Insights MRC) all merged variables are area- or
77
- institution-level, none are per-athlete attributes. **v2.0** adds a high-school
78
- public/private/religious/prep-academy classification (NCES CCD + PSS federal censuses;
79
- `hs_category` and companions) and Census-validated town income & population (ACS 2022;
80
- `town_census_income`/`town_census_population`), the latter replacing a previously
81
- mis-scaled `hometown_population`. These too are place/school-level, never per-athlete.
82
- The town-income proxy was validated by variance decomposition (captures 98-100% of
83
- ZIP-level income variation for towns under 50k), and a coverage-bias audit confirmed the
84
- athletes lacking usable geography are only ~3.7% poorer than those retained (bias
85
- conservative). See `DATASET_RELEASE_NOTES.md`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
 
87
  **Is there a label or target associated with each instance?** No. This is an
88
  observational roster dataset, not a prediction task.
89
 
90
- **Is any information missing from individual instances?** Yes, where the source roster
91
- omitted it: field completeness varies by sport (hometown typically >95%, high school
92
- ~90-95%, position/class near-complete; per-sport figures in each
93
- `dataset_release/<sport>/` datasheet). `hometown_state` is populated only for domestic
94
- athletes. Missing values are empty strings in CSV, typed nulls in Parquet.
95
 
96
- **Are relationships between individual instances made explicit?** Partially. `athlete_id`
97
- joins each row to the per-sport restricted and analysis tiers. Cross-sport identity of
98
- multi-sport athletes is **not** linked (ids are per-sport), except that the
99
- indoor/outdoor track overlap is documented at the team level.
100
 
101
- **Are there recommended data splits?** No task splits. Natural analysis strata
102
- (`sport`, `division`, `gender`) are explicit columns; per-sport releases carry
103
- per-division/gender splits.
104
 
105
  **Are there any errors, sources of noise, or redundancies?** Yes: (1) the track
106
  indoor/outdoor shared-row design above; (2) roster-page noise — schools vary in position
107
- vocabularies (a few list height in `position_raw`), hometown formatting, and class
108
- notation; raw fields are preserved alongside standardized ones; (3) residual
109
- misparses survive at low rates despite an 11-check verification battery and a
110
- label-integrity audit per sport; (4) `conference` is fully populated on the public tier
111
- (`Independent` is intentional for true / sport-specific independents). Known sport-specific
112
- limitations (skiing's unsplittable coed tail, STUNT's unpublished tail) are documented in
113
- the per-sport codebooks.
 
 
 
 
114
 
115
  **Is the dataset self-contained, or does it link to external resources?** Self-contained.
116
  `source_url` points to the originating roster page (live, Wayback snapshot, or school
117
  roster API) for provenance; those pages may change or disappear, which does not affect
118
- the data. The analysis tier's external joins are baked in at build time.
119
 
120
  **Does the dataset contain data that might be considered confidential?** No. Every field
121
  was published by the athlete's institution on its public, logged-out athletics website.
@@ -127,211 +181,218 @@ otherwise cause anxiety?** No.
127
  gender, as published) and `origin` (domestic/international, derived from the published
128
  hometown). Age is not present; `class_standing` is academic, not demographic.
129
 
130
- **Is it possible to identify individuals from the dataset?** **Yes, by linkage this
131
- dataset is de-identified, not anonymized.** Distributed files contain no names, contact
132
- information, jersey numbers, or profile URLs. But a row's quasi-identifiers
133
- (school + sport + position + class + hometown + high school) will often match exactly one
134
- athlete on the corresponding public source roster, which remains online and is pointed to
135
- by `source_url`. Re-identification recovers only what the school already published; it is
136
- nonetheless a documented residual risk, `hometown_*`/`high_school` are retained
137
- deliberately as research-critical quasi-identifiers, and users are asked not to attempt
138
- re-identification. See [ETHICS_REVIEW.md](ETHICS_REVIEW.md).
139
 
140
  **Does the dataset contain data that might be considered sensitive in any way?** **Not in
141
  the distributed files.** No race/ethnicity, religion, health, financial, biometric, or
142
- contact data. Two things exist upstream and are never distributed: (1) **named rosters**
143
- live only in per-sport `restricted/` folders in the research repo, shareable solely under
144
- a data-use agreement (the ICPSR two-tier model: public file without sensitive variables +
145
- DUA-gated restricted file); there is no cross-sport named tier at all. (2) **BISG
146
- race/ethnicity predictions** were generated for the research analysis; they are inferred
147
- probabilistic attributes about individuals, so they are **research-only and are not
148
- distributed in any tier**. Published race/ethnicity results are aggregates with **N<10
149
- suppression**.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
 
151
  ---
152
 
153
  ## 3. Collection process
154
 
155
  **How was the data associated with each instance acquired?** Scraped from each school's
156
- official athletics-site roster page — directly observable, institution-published data;
157
- nothing reported by or inferred about the athletes themselves. Sources were
158
- server-rendered CMS pages (predominantly Sidearm Sports and PrestoSports), school roster
159
- APIs, and, for pages that had rolled to the next season or resisted scraping,
160
- **season-verified Wayback Machine snapshots**. Every row carries its `source_url`.
 
 
 
161
 
162
  **What mechanisms or procedures were used to collect the data, and how were they
163
- validated?** A reproducible pipeline (`2_scripts/`): (1) athletics-domain resolution,
164
- reused across sports; (2) a season-pinned static scraper (`scrape_sport.py`) with
165
- landed-URL/title season gates, school-identity checks, gender disambiguation for shared
166
- slugs, and WAF-aware fetching; (3) a **recovery ladder** for the tail — headless Chromium
167
- rendering, academic-year URL variants, homepage-nav slug discovery, Wayback snapshots
168
- each result re-verified before keeping; (4) **reconciliation against the official NCAA
169
- directory** (`reconcile_official.py`): every sport's captured teams are matched name- and
170
- domain-level to the NCAA's own per-sport sponsor lists (web3.ncaa.org memberList), which
171
- also supplies authoritative division labels and flags never-attempted schools and
172
- mislabel risks. Each per-sport release passed an 11-check battery (id uniqueness, tier
173
- parity, PII-clean public tiers, split parity, sourcing, label-integrity, coverage). The
174
- whole build was benchmarked against the NCAA's published participation report
175
- ([OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md)).
 
 
 
 
 
 
 
176
 
177
  **If the dataset is a sample, what was the sampling strategy?** Not a sample by design —
178
- attempted census of the official sponsor lists. Non-capture is availability-driven (no
179
- published roster / undiscoverable URL), not sampled; the missing-cell list ships as
180
- `coverage_missing.csv`.
181
 
182
  **Who was involved in the data collection process and how were they compensated?** The
183
  author alone, unpaid, using LLM-assisted tooling (Claude Code) to write and run the
184
  pipeline.
185
 
186
- **Over what timeframe was the data collected?** In-season across the 2025-26 athletic
187
- year: fall-2025 sports scraped/verified against `2025` season pages, winter sports
188
- `2025-26`, spring sports `2026`, with rolled pages recovered from fall-dated archives.
189
- Collection and recovery ran through July 2026. The data are point-in-time roster
190
- snapshots, not season-cumulative.
191
 
192
- **Were any ethical review processes conducted?** **No institutional IRB.** The author is
193
- an independent researcher not covered by the Common Rule; research on public data of this
194
- kind would in any case be exempt under 45 CFR 46.104(d)(4)(i). Treating that exemption as
195
- a floor rather than clearance, a documented **self-review against Zimmer's (2010) four
196
- concerns** (consent, identifiability, harm, "already public") was conducted and shapes
197
- the release design — see [ETHICS_REVIEW.md](ETHICS_REVIEW.md).
198
 
199
  **Did you collect the data from the individuals directly, or obtain it via third
200
  parties?** Via third parties: the athletes' own institutions, which publish rosters on
201
  their official public websites. Scraping was logged-out access to public pages (the
202
  posture US courts have held outside the CFAA — *hiQ v. LinkedIn* (9th Cir. 2022), *Meta
203
- v. Bright Data* (2024); caveats and full analysis in [LEGAL_NOTES.md](LEGAL_NOTES.md)).
204
 
205
- **Were the individuals notified about the data collection?** **No.** The ~510,000
206
- athletes were not notified. The data are facts their institutions had already published
207
- about them in a directory-like form.
208
 
209
- **Did the individuals consent to the collection and use of their data?** **No consent was
210
- sought or obtained.** Athletes typically consent to their school's publicity practices,
211
  not to third-party aggregation. This is stated plainly rather than excused; the
212
- compensating controls are the de-identified public tier, the non-distribution of names
213
- and inferred attributes, and a standing removal process.
214
 
215
  **If consent was obtained, was a mechanism provided to revoke it?** N/A for consent, but
216
  an **opt-out/removal mechanism exists regardless**: any athlete (or their representative)
217
- can request removal of their row(s), honored in the next published version —
218
- see [OPT_OUT.md](OPT_OUT.md).
219
-
220
- **Has an analysis of the potential impact of the dataset on data subjects been
221
- conducted?** Yes, informally: the identifiability and harm analysis in
222
- [ETHICS_REVIEW.md](ETHICS_REVIEW.md) (linkage re-identification, aggregation beyond the
223
- source context, inferred-attribute risk) drove the tier design, the BISG
224
- non-distribution rule, and N<10 suppression. No formal DPIA (no GDPR nexus assessed;
225
- US-published data about US college rosters).
226
 
227
  ---
228
 
229
  ## 4. Preprocessing / cleaning / labeling
230
 
231
- **Was any preprocessing/cleaning/labeling of the data done?** Yes:
232
-
233
- - **Contamination filtering** coaches, staff-directory entries, and non-athlete rows
234
- removed (`is_non_athlete()`); a final cross-sport pass (2026-07-06) dropped 14
235
- residual staff rows (`sanitize_report.txt`).
236
- - **Deduplication** exact and (school, name, hometown) within-roster duplicates
237
- removed; label-integrity audits removed rosters duplicated under wrong school names.
238
- - **Standardization** — `class_standing` (Fr/So/Jr/Sr/Gr/UNK), sport-specific
239
- `position_group`, `hometown_city`/`hometown_state` parsed (USPS), `origin`
240
- domestic/international, `high_school_is_academy` flagged. Raw fields (`*_raw`)
241
- retained alongside every standardized field.
242
- - **Official-list reconciliation** division labels and team inclusion reconciled to the
243
- NCAA sponsor lists; club programs excluded; overcaptures quarantined.
244
- - **PII sanitization for release tiers** names/contact/profile URLs stripped from
245
- public and analysis tiers; ~380 scrape-debris field values scrubbed (leaked
246
- names/emails/phones/social text) with a per-row log (`sanitize_report.txt`); the
247
- shipped build's audit is clean forbidden-column check PASS across all 56 tier files,
248
- 0 regex hits for email/phone/SSN (`pii_audit.txt`).
 
 
 
 
 
 
249
 
250
  **Was the "raw" data saved in addition to the preprocessed data?** Yes — raw scrapes,
251
- per-school CSVs, and run logs are preserved in the research repo (`outputs/`), enabling
252
- full reprocessing. They are not distributed (they contain names).
253
 
254
- **Is the software used to preprocess/clean/label the data available?** Yes — the pipeline
255
- (`2_scripts/`: scraper, recovery ladder, reconciliation, deliverable builder,
256
- `build_cross_sport_master.py`) is released with the project.
257
 
258
  ---
259
 
260
  ## 5. Uses
261
 
262
  **Has the dataset been used for any tasks already?** Yes, by the author: talent-geography
263
- and SES analyses per sport (each `dataset_release/<sport>/analysis/FINDINGS.md`) e.g.
264
- divisional SES stratification, recruiting-distance gradients, prep-academy pipelines,
265
- state-level talent belts — and the official-vs-scraped participation benchmark
266
  ([OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md)).
267
 
268
- **Is there a repository that links to papers or systems that use the dataset?** Not yet;
269
- citations will be tracked on the dataset's Hugging Face page.
270
-
271
  **What (other) tasks could the dataset be used for?** Sports-economics and
272
  sociology-of-sport research (access, stratification, Title IX-adjacent participation
273
- analysis), geographic/migration analysis via `hometown_*` joins to Census data,
274
- institutional research via `school` joins to IPEDS/Scorecard/MRC (public sources,
275
- joinable by key), a 2025-26 baseline for longitudinal roster studies, and record-linkage
276
- methods research.
 
277
 
278
  **Is there anything about the composition or collection that might impact future uses?**
279
- Yes: (1) **roster snapshot ≠ squad size** — do not treat counts as compliance-report
280
- participation figures (91.7%; relationship decomposed in OFFICIAL_COMPARISON.md);
281
- (2) **track indoor/outdoor share source rows** pick a unit of analysis before
282
- cross-sport dedup; (3) missing teams skew small/non-D1 weight or restrict accordingly;
283
- (4) `hometown_*`/`high_school` are quasi-identifiers any derived release should
284
- preserve the de-identification posture and N<10 suppression for small cells;
285
- (5) position vocabularies are sport-specific — use `position_group` with the per-sport
286
- codebooks.
287
-
288
- **Are there tasks for which the dataset should not be used?** **Yes:**
289
- re-identification of individuals or linkage back to named rosters beyond what the source
290
- institutions publish; per-athlete demographic inference (e.g. name- or geography-based
291
- race prediction — the reason BISG outputs are not distributed); evaluation, ranking,
292
- recruiting, or any decision-making about individual athletes; and any commercial use of
293
- athletes' identities (NIL-adjacent uses). These are stated as conditions of use in the
294
- release documentation.
295
 
296
  ---
297
 
298
  ## 6. Distribution
299
 
300
- **Will the dataset be distributed to third parties?** Yes — the **public de-identified
301
- rosters tier only** (19 columns). The enriched analysis tier is **research-only and is
302
- not distributed** (owner decision 2026-07-07); its joined variables all come from public
303
- sources (IPEDS, Scorecard, Census ACS, Opportunity Insights) that any user can re-join
304
- by `school`/`hometown_*` key. Named restricted tiers stay in the research repo under
305
- per-sport data-use terms and are never posted to any archive. BISG outputs are never
306
- distributed at all. (Zenodo is explicitly ruled out for anything restricted — its terms
307
- bar non-anonymized personal data.)
308
-
309
- **How will the dataset be distributed?** On the **Hugging Face Hub** (CSV + Parquet, this
310
- documentation alongside), with the build pipeline in the accompanying code repository. A
311
- **DataCite DOI** is minted via Hugging Face **at release** — minted last, because a DOI
312
- locks the repo against deletion/rename; per-record removal remains possible via file
313
- commits (see OPT_OUT.md).
314
-
315
- **When will the dataset be distributed?** After the final recovery merge and count
316
- refresh (expected July 2026). Status at this writing: built, battery-verified,
317
- PII-audited, unpublished.
318
 
319
  **Will the dataset be distributed under a copyright or other IP license?** **CC0 1.0**,
320
- with a **citation request** (not a legal condition). Rationale: the contents are facts,
321
- which are uncopyrightable in the US (*Feist v. Rural*), so attribution licenses over the
322
- data would likely be unenforceable; CC0 is the norm at Dryad/Figshare/Dataverse and
323
- satisfies FAIR R1.1. Citation: Shah, Dharit (2026). *NCAA All Sports Rosters 2025-26: An
324
- Individual-Level Dataset Across All Divisions.* [Data set].
325
 
326
  **Have any third parties imposed IP-based or other restrictions on the data?** No. The
327
  underlying facts are not copyrightable; collection was logged-out scraping of public
328
- pages. Some athletics sites publish terms of use; no agreement was entered (no login, no
329
- clickwrap).
330
 
331
  **Do any export controls or other regulatory restrictions apply?** None known. FERPA
332
- binds institutions, not third-party researchers, and the fields here mirror
333
- directory-type information the institutions chose to publish; this is documented as an
334
- open policy question, not a settled defense, in [LEGAL_NOTES.md](LEGAL_NOTES.md).
335
 
336
  ---
337
 
@@ -343,28 +404,29 @@ via the Hugging Face repo and the project code repository.
343
  **How can the owner/curator/manager be contacted?** dharits3@gmail.com, or issues on the
344
  dataset's Hugging Face page.
345
 
346
- **Is there an erratum?** An `ERRATA.md` will be maintained in the dataset repo from
347
- v1.0: confirmed data errors, affected rows/versions, and the fixing version.
348
 
349
- **Will the dataset be updated?** Yes. (1) **Correction releases** for errata and removal
350
- requests, version-bumped with changelogs. (2) A planned **2026-27 reproduction** using
351
- the released pipeline, published as a separate season dataset the DOI is
352
- version-scoped, so each season/version remains citable as consumed.
 
353
 
354
  **If the dataset relates to people, are there applicable limits on the retention of the
355
  data?** No statutory limit, but a standing **per-record removal process**: any athlete
356
- can request deletion of their rows ([OPT_OUT.md](OPT_OUT.md)); removals are applied in
357
- the next version via file commits (DOI-compatible) and logged in the errata without
358
- naming the requester.
 
359
 
360
  **Will older versions continue to be supported/hosted/maintained?** Hugging Face
361
  preserves version history via git revisions; superseded versions remain accessible for
362
  reproducibility, except that rows removed by opt-out are removed from the tip and noted
363
- in errata (prior git revisions are the platform's retention behavior, documented in
364
- OPT_OUT.md).
365
 
366
  **If others want to extend/augment/build on the dataset, is there a mechanism?** Yes —
367
  CC0 permits anything; the full pipeline is released for reproduction or extension to
368
- future seasons; derived-work authors are asked to keep the de-identification posture and
369
- suppression rules of §5. Contributions/corrections via Hugging Face discussions or
370
- email.
 
1
+ # Datasheet — NCAA All Sports Rosters 2025-26 (v2.1.0)
2
 
3
  A datasheet (after Gebru et al., *Datasheets for Datasets*) for the cross-sport master
4
  release: individual-level rosters for **all 28 NCAA championship + emerging sports**, all
5
+ three divisions, both genders, one athletic year (2025-26). Companion documents in this
6
+ release: [data/CODEBOOK.md](data/CODEBOOK.md), [by_sport/README.md](by_sport/README.md),
7
+ [OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md), [LICENSE](LICENSE),
8
+ [metadata.json](metadata.json), [MANIFEST.json](MANIFEST.json). The v2.0.5 governance
9
+ documents (ethics review, disclosure-risk analysis, legal notes, opt-out process) carry
10
+ forward unchanged and are distributed alongside the dataset repository.
11
+
12
+ All counts below are from the **build of 2026-08-14** (v2.1.0, `metadata.json`).
13
+
14
+ **What changed in v2.1.0.** The dataset is now **named**: `first_name` and `last_name`
15
+ are public columns. Six enrichment columns were added (`major`, `previous_school`,
16
+ `height_raw`/`height_in`, `weight_raw`/`weight_lbs`), and **10 sports gained per-sport
17
+ season-stats sidecar files** joined on `athlete_id`. Row count moved 514,696 → **513,655**
18
+ (−1,041 junk rows removed; see §4). The schema is now **27 columns** (the 19 v2.0.5
19
+ public columns + 8 new).
20
 
21
  ---
22
 
 
31
  individual-level count of 2025-26 NCAA participation until the NCAA's own report lands
32
  (~Sept 2026).
33
 
34
+ **Why is v2.1.0 a named release?** Two reasons. (1) Every value in the file is a
35
+ **school-published fact**: names appear on the same public, logged-out roster pages as
36
+ every other field, published by the athlete's own institution in a directory-like form.
37
+ The v2.0.x de-identified posture withheld names while shipping quasi-identifiers
38
+ (school + sport + position + class + hometown + high school) that already resolved most
39
+ rows to a unique athlete on the public source page pointed to by `source_url` — a
40
+ protection that was largely formal. (2) Names enable **external linkage** — to transfer
41
+ portals, professional drafts, record books, later seasons, and other public sports data —
42
+ which is where much of the research value of an athlete-level census lies. The
43
+ compensating controls are unchanged: no inferred attributes are distributed (§2, §6), use
44
+ conditions prohibit evaluation/ranking of individuals and NIL-adjacent commercial use of
45
+ identities (§5), and a standing per-record opt-out applies (§7).
46
+
47
  **Who created the dataset and on behalf of which entity?** Dharit Shah
48
  (dharits3@gmail.com), independent researcher. No institution, no team.
49
 
 
63
  sports' rosters (e.g. cross country + track) appears once per sport, with per-sport
64
  `athlete_id`s — the same convention the NCAA uses in its participation reports.
65
 
66
+ **How many instances are there in total?** **513,655 rows** (Men 290,510 / Women 223,145)
67
+ across **1,087 schools** and 28 sports; D1 185,086 / D2 124,660 / D3 203,909. Origin:
68
+ domestic 459,068 / international 43,853 / unknown 10,734. Per-sport row counts are in
69
+ `metadata.json` and the coverage table below. One deliberate redundancy: **`track_indoor`
70
+ and `track_outdoor` share source rows** schools publish one track & field roster; the
71
+ indoor sport is materialized from the shared scrape and independently reconciled against
72
+ the indoor sponsor lists (distinct `tfi_`/`tfo_` ids). Never dedupe across sports blindly.
73
 
74
  **Does the dataset contain all possible instances or is it a sample?** It attempts the
75
+ census of published rosters. Coverage against the NCAA's own participation figures is
76
+ decomposed, not hand-waved, in [OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md): the gap
77
+ is missing small non-D1 team cells, published-roster vs reported-squad-size (compliance
78
+ counts include walk-ons and mid-season cuts never published on the website), and vintage.
79
+ Selection skews: missing teams concentrate in small non-D1 programs; unpublished squad
80
+ members (disproportionately walk-ons) are absent by construction.
81
+
82
+ **What data does each instance consist of?** **27 columns**: the 19 v2.0.5 public
83
+ columns (`athlete_id`, `sport`, `athletic_year`, `season`, `division`, `gender`,
84
+ `conference`, `school`, `position_raw`, `position_group`, `class_year_raw`,
85
+ `class_standing`, `hometown_raw`, `hometown_city`, `hometown_state`, `origin`,
86
+ `high_school`, `high_school_is_academy`, `source_url`) plus 8 new: `first_name`,
87
+ `last_name`, `major`, `previous_school`, `height_raw`, `height_in`, `weight_raw`,
88
+ `weight_lbs`. The physical column order is locked with the identity/bio columns
89
+ following `athlete_id` (see [samples/data_dictionary.csv](samples/data_dictionary.csv)
90
+ for the exact order); raw + parsed pairs ship together by policy
91
+ (`height_raw`/`height_in`, `weight_raw`/`weight_lbs`). Full semantics in
92
+ [data/CODEBOOK.md](data/CODEBOOK.md).
93
+
94
+ **Stats sidecars (new in v2.1.0).** 10 sports additionally ship a per-sport season-stats
95
+ file `by_sport/<sport>/stats.{parquet,csv}` with **sport-specific columns by design**
96
+ stat vocabularies differ per sport and are never merged into one wide file. Sidecars join
97
+ to the main file on `athlete_id`. **205,132 athletes (39.9%) have ≥1 stat row.** See
98
+ [by_sport/README.md](by_sport/README.md) and each sport's `by_sport/<sport>/CODEBOOK.md`.
99
+
100
+ **Per-sport coverage** (share of rows non-null; from
101
+ [samples/sport_summary.csv](samples/sport_summary.csv)):
102
+
103
+ | Sport | Athletes | height % | weight % | major % | prev. school % | Stats rows |
104
+ |---|---:|---:|---:|---:|---:|---:|
105
+ | acro_tumbling | 1,099 | 55.4 | 0.0 | 33.2 | 10.2 | — |
106
+ | baseball | 38,033 | 90.1 | 76.8 | 32.3 | 33.8 | 27,470 |
107
+ | basketball | 32,614 | 89.0 | 36.8 | 31.3 | 30.8 | 26,818 |
108
+ | beach_volleyball | 1,678 | 81.3 | 0.0 | 27.2 | 31.6 | — |
109
+ | bowling | 804 | 39.1 | 0.0 | 34.0 | 15.0 | — |
110
+ | cross_country | 28,178 | 30.2 | 5.5 | 30.9 | 13.4 | — |
111
+ | equestrian | 1,017 | 26.3 | 0.0 | 36.2 | 14.6 | — |
112
+ | fencing | 1,212 | 42.6 | 9.2 | 28.5 | 0.4 | — |
113
+ | field_hockey | 6,300 | 79.8 | 0.0 | 44.4 | 11.7 | 5,439 |
114
+ | football | 72,512 | 90.3 | 89.3 | 25.7 | 23.7 | 34,982 |
115
+ | golf | 13,447 | 38.8 | 8.7 | 28.7 | 19.3 | — |
116
+ | gymnastics | 2,031 | 53.7 | 1.4 | 21.8 | 17.6 | — |
117
+ | ice_hockey | 7,529 | 87.2 | 44.8 | 14.7 | 35.8 | 6,345 |
118
+ | lacrosse | 29,221 | 86.3 | 41.4 | 39.6 | 13.5 | 24,789 |
119
+ | rowing | 5,763 | 42.7 | 0.6 | 26.8 | 4.8 | — |
120
+ | rugby | 824 | 57.4 | 0.0 | 17.6 | 4.5 | — |
121
+ | skiing | 500 | 21.2 | 2.8 | 25.8 | 14.6 | — |
122
+ | soccer | 54,537 | 84.9 | 27.4 | 36.8 | 24.7 | 42,750 |
123
+ | softball | 20,661 | 80.6 | 0.0 | 34.9 | 22.4 | 17,160 |
124
+ | stunt | 1,046 | 33.6 | 0.0 | 25.4 | 25.5 | — |
125
+ | swimming | 20,808 | 33.6 | 5.0 | 30.3 | 9.5 | — |
126
+ | tennis | 14,019 | 51.1 | 8.5 | 32.6 | 17.2 | — |
127
+ | track_indoor | 60,816 | 24.1 | 4.7 | 27.2 | 11.7 | — |
128
+ | track_outdoor | 64,231 | 24.9 | 4.9 | 27.9 | 12.3 | — |
129
+ | triathlon | 321 | 38.3 | 0.0 | 29.6 | 7.5 | — |
130
+ | volleyball | 21,394 | 90.2 | 4.4 | 37.3 | 22.5 | 17,767 |
131
+ | water_polo | 2,333 | 71.6 | 23.0 | 40.3 | 17.6 | 1,612 |
132
+ | wrestling | 10,727 | 33.5 | 49.6 | 33.4 | 15.1 | — |
133
+
134
+ Overall: `first_name` 100%, `last_name` 99.5% (2,542 mononym athletes),
135
+ `height_in` 62.2%, `weight_lbs` 30.0%, `major` 30.9%,
136
+ `previous_school` 19.5%, `high_school` 92.5%.
137
 
138
  **Is there a label or target associated with each instance?** No. This is an
139
  observational roster dataset, not a prediction task.
140
 
141
+ **Is any information missing from individual instances?** Yes, wherever the source page
142
+ omitted it see the missingness section below, which governs interpretation of every
143
+ coverage figure in this document. Missing values are empty strings in CSV, typed nulls in
144
+ Parquet.
 
145
 
146
+ **Are relationships between individual instances made explicit?** `athlete_id` joins each
147
+ row to its sport's stats sidecar. Cross-sport identity of multi-sport athletes is **not**
148
+ linked (ids are per-sport); with names now public, users can construct such links
149
+ themselves, subject to the use conditions in §5.
150
 
151
+ **Are there recommended data splits?** No task splits. Natural analysis strata (`sport`,
152
+ `division`, `gender`) are explicit columns; `by_sport/` carries per-gender and
153
+ per-division CSV splits.
154
 
155
  **Are there any errors, sources of noise, or redundancies?** Yes: (1) the track
156
  indoor/outdoor shared-row design above; (2) roster-page noise — schools vary in position
157
+ vocabularies, hometown formatting, and class notation; raw fields are preserved alongside
158
+ standardized ones; (3) `previous_school` is source-labeled and heterogeneous (college /
159
+ junior or club team / high school, depending on the school — see the codebook); (4) one
160
+ deliberate id collision is retained: `ih_1d6230318867` and its `_2` suffix at Beloit are
161
+ two **different** ice-hockey athletes who share a name (goalie Jr / defense Sr) an id
162
+ collision, not a duplicate; (5) known limitations: WMT-platform schools partially covered
163
+ (Stanford/UCLA/Penn State bio pages); Sidearm goalkeeper/pitching stat lines that render
164
+ only via JS are not captured everywhere; Presto combined "Sacks-YDS" football columns are
165
+ left unsplit; the track-family
166
+ (indoor/outdoor/XC) name-bridge rejoin rate is 83.3–83.5% (adjudicated; remainder
167
+ enrichment left null); ice-hockey goalie `minutes` is unreliable.
168
 
169
  **Is the dataset self-contained, or does it link to external resources?** Self-contained.
170
  `source_url` points to the originating roster page (live, Wayback snapshot, or school
171
  roster API) for provenance; those pages may change or disappear, which does not affect
172
+ the data.
173
 
174
  **Does the dataset contain data that might be considered confidential?** No. Every field
175
  was published by the athlete's institution on its public, logged-out athletics website.
 
181
  gender, as published) and `origin` (domestic/international, derived from the published
182
  hometown). Age is not present; `class_standing` is academic, not demographic.
183
 
184
+ **Is it possible to identify individuals from the dataset?** **Yes directly. v2.1.0 is
185
+ a named release.** `first_name`/`last_name` are public columns, as published by each
186
+ athlete's institution. This replaces the v2.0.x de-identified posture, whose
187
+ quasi-identifiers already resolved most rows to a unique athlete on the public source
188
+ roster (see §1 for the rationale). What the dataset adds is aggregation and linkability,
189
+ not new facts about any individual; the use conditions in §5 and the opt-out in §7 are
190
+ the corresponding controls.
 
 
191
 
192
  **Does the dataset contain data that might be considered sensitive in any way?** **Not in
193
  the distributed files.** No race/ethnicity, religion, health, financial, biometric, or
194
+ contact data. Locked governance policy: **BISG race/ethnicity predictions, income/SES,
195
+ Census-tract, and mobility-report-card joins are research-only and appear in no
196
+ distributed file.** Published race/ethnicity results are aggregates with N<10
197
+ suppression. A PII audit of every staged file in this release is clean.
198
+
199
+ ---
200
+
201
+ ## 2a. Missingness is a publication convention
202
+
203
+ **Schools choose what to publish.** A null in this dataset ordinarily means the school
204
+ did not publish the field, not that the scrape missed it. The clearest case is women's
205
+ weight: **many schools do not publish weights for women's teams** — softball 0%, field
206
+ hockey 0%, volleyball ~4% — so near-zero weight coverage in those sports is a fact about
207
+ publication norms, not scrape failure. The same logic runs the other way: football
208
+ publishes weight almost universally (89.3%), and wrestling publishes weight (49.6%) more
209
+ readily than height (33.5%) because athletes compete by weight class. Roster-card sports
210
+ (football, baseball, basketball, hockey) publish height routinely; time-based sports
211
+ (track, swimming, cross country) mostly do not. `major` and `previous_school` appear only
212
+ where a school's roster template includes them.
213
+
214
+ Consequences for users: **columns are never dropped for low coverage** — per-sport rates
215
+ are documented instead ([samples/sport_summary.csv](samples/sport_summary.csv)); coverage
216
+ comparisons across sports or genders measure publication conventions before they measure
217
+ anything about athletes; and modeling missingness as random is wrong — it is structured
218
+ by sport, gender, division, and website platform.
219
 
220
  ---
221
 
222
  ## 3. Collection process
223
 
224
  **How was the data associated with each instance acquired?** Scraped from each school's
225
+ official athletics website — directly observable, institution-published data; nothing
226
+ reported by or inferred about the athletes themselves. v2.1.0 layers a **re-scrape of
227
+ school-published roster, bio, and stats pages (June–August 2026)** on top of the v2.0
228
+ roster scrape: the v2.0 row universe was retained (minus the junk rows of §4) and each
229
+ sport's rosters were re-visited to capture names, bio fields (height, weight, major,
230
+ previous school), and season statistics. Sources were server-rendered CMS pages
231
+ (predominantly Sidearm Sports and PrestoSports), school roster APIs, and season-verified
232
+ Wayback Machine snapshots. Every row carries its `source_url`.
233
 
234
  **What mechanisms or procedures were used to collect the data, and how were they
235
+ validated?** The v2.0 pipeline (athletics-domain resolution; season-pinned scraper with
236
+ season gates, school-identity checks, and gender disambiguation; recovery ladder;
237
+ reconciliation against the official NCAA per-sport sponsor lists) is described in the
238
+ v2.0.5 datasheet and remains the foundation. The v2.1.0 enrichment was verified per
239
+ sport, and **every one of the 28 sports was signed off** with three independent layers:
240
+
241
+ 1. **Internal battery** structural, range, and cross-field checks (id uniqueness and
242
+ join integrity, height/weight plausibility ranges, raw↔parsed agreement, per-sport
243
+ stat-column constraints).
244
+ 2. **Adversarial live-page verification** for each sport, 9–11 independent agents
245
+ re-scraped ~25 stratified athletes against the live school pages and compared
246
+ field-by-field; **~3,000 field-level checks total across sports, with zero
247
+ wrong-value findings in signed-off sports** — all discrepancies found were
248
+ under-capture (a published value the pipeline missed), never a wrong captured value.
249
+ 3. **External record-book cross-checks** — for each stats sport, 5–6 athletes checked
250
+ against independent sources (e.g. collegehockeyinc.com, NCAA record books).
251
+
252
+ Full per-sport log: `docs/enrichment/VERIFICATION_LOG.md` in the research repository.
253
+ The roster universe itself was benchmarked against the NCAA's published participation
254
+ report ([OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md)).
255
 
256
  **If the dataset is a sample, what was the sampling strategy?** Not a sample by design —
257
+ attempted census of the official sponsor lists. Non-capture is availability-driven, not
258
+ sampled.
 
259
 
260
  **Who was involved in the data collection process and how were they compensated?** The
261
  author alone, unpaid, using LLM-assisted tooling (Claude Code) to write and run the
262
  pipeline.
263
 
264
+ **Over what timeframe was the data collected?** Rosters in-season across the 2025-26
265
+ athletic year (fall 2025 spring 2026, recovery through July 2026); enrichment and stats
266
+ re-scrape June–August 2026. The data are point-in-time roster snapshots plus
267
+ season-final statistics, not season-cumulative compliance counts.
 
268
 
269
+ **Were any ethical review processes conducted?** No institutional IRB (independent
270
+ researcher; public-data research of this kind is in any case exempt under 45 CFR
271
+ 46.104(d)(4)(i)). A documented self-review against Zimmer's (2010) four concerns
272
+ (consent, identifiability, harm, "already public") was conducted for v2.0 and revisited
273
+ for the named release; it shapes the governance policy in §2 and §6 and the opt-out in
274
+ §7.
275
 
276
  **Did you collect the data from the individuals directly, or obtain it via third
277
  parties?** Via third parties: the athletes' own institutions, which publish rosters on
278
  their official public websites. Scraping was logged-out access to public pages (the
279
  posture US courts have held outside the CFAA — *hiQ v. LinkedIn* (9th Cir. 2022), *Meta
280
+ v. Bright Data* (2024)).
281
 
282
+ **Were the individuals notified about the data collection?** No. The athletes were not
283
+ notified. The data are facts their institutions had already published about them in a
284
+ directory-like form.
285
 
286
+ **Did the individuals consent to the collection and use of their data?** No consent was
287
+ sought or obtained. Athletes typically consent to their school's publicity practices,
288
  not to third-party aggregation. This is stated plainly rather than excused; the
289
+ compensating controls are the non-distribution of inferred attributes, the use
290
+ conditions of §5, and the standing removal process of §7.
291
 
292
  **If consent was obtained, was a mechanism provided to revoke it?** N/A for consent, but
293
  an **opt-out/removal mechanism exists regardless**: any athlete (or their representative)
294
+ can request removal of their row(s) via dharits3@gmail.com, honored in the next published
295
+ version.
 
 
 
 
 
 
 
296
 
297
  ---
298
 
299
  ## 4. Preprocessing / cleaning / labeling
300
 
301
+ **Was any preprocessing/cleaning/labeling of the data done?** The v2.0 pipeline's
302
+ contamination filtering, deduplication, standardization, official-list reconciliation,
303
+ and PII sanitization are described in the v2.0.5 datasheet and carry forward. New in
304
+ v2.1.0:
305
+
306
+ - **Junk-row removal (−1,041 rows; 514,696 → 513,655).** 845 platform dual-render
307
+ duplicate rows (identical athletes emitted twice by the "firehawk" template, carrying
308
+ `_N`-suffixed `athlete_id`s) and 196 header-artifact rows (a column header such as
309
+ `Ht.`/`Cl.`/`Wt.` scraped as an athlete name). No real athletes were removed.
310
+ - **Name repairs** (all inherited from the v2.0.x source data; every change logged in an
311
+ internal ledger): **1,562** `'Last,'`/`'First'` comma-swap fixes; **407**
312
+ jersey-number-in-`first_name` fixes (real name parsed out of `last_name`; 80
313
+ height/weight values recovered from mashed UCLA baseball bio strings in the same
314
+ pass); **2** trailing-comma strips; **1** manual fix (Alleda Hawron, Western New
315
+ England track).
316
+ - **One deliberate keep:** `ih_1d6230318867`/`_2` at Beloit are two different athletes
317
+ who share a name (goalie Jr / defense Sr) an id collision retained, not a duplicate.
318
+ - **Null-literal cleanup** **2,142** junk placeholder strings (`<NA>`, `nan`, `N/A`,
319
+ `null`, `None`) replaced with true nulls: 2,129 `weight_raw` values (concentrated in
320
+ acro & tumbling and STUNT), 12 `high_school`, 1 `hometown_city`. This is why those
321
+ two sports' weight coverage reads 0.0%. Alongside the removed duplicate rows, **4**
322
+ orphaned stats-sidecar rows (ids with no surviving roster row) were dropped.
323
+ - **Parsing** — `height_in` (float inches) and `weight_lbs` (integer pounds) parsed from
324
+ the as-published `height_raw`/`weight_raw` strings, which are retained unchanged.
325
 
326
  **Was the "raw" data saved in addition to the preprocessed data?** Yes — raw scrapes,
327
+ per-school CSVs, run logs, and the v2.1 fix ledger are preserved in the research repo,
328
+ enabling full reprocessing.
329
 
330
+ **Is the software used to preprocess/clean/label the data available?** Yes — the
331
+ pipeline is released with the project.
 
332
 
333
  ---
334
 
335
  ## 5. Uses
336
 
337
  **Has the dataset been used for any tasks already?** Yes, by the author: talent-geography
338
+ and SES analyses per sport, and the official-vs-scraped participation benchmark
 
 
339
  ([OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md)).
340
 
 
 
 
341
  **What (other) tasks could the dataset be used for?** Sports-economics and
342
  sociology-of-sport research (access, stratification, Title IX-adjacent participation
343
+ analysis); geographic/migration analysis via `hometown_*`; institutional research via
344
+ `school` joins to IPEDS/Scorecard; a 2025-26 baseline for longitudinal roster studies;
345
+ and newly practical with names **record linkage** to transfer portals, drafts,
346
+ record books, and future seasons, plus roster-construction and performance analysis via
347
+ the stats sidecars.
348
 
349
  **Is there anything about the composition or collection that might impact future uses?**
350
+ Yes: (1) roster snapshot ≠ compliance squad size ([OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md));
351
+ (2) track indoor/outdoor share source rows — pick a unit of analysis before cross-sport
352
+ dedup; (3) missing teams skew small/non-D1; (4) **missingness is a publication
353
+ convention** (§2a) coverage differences are publication norms first; (5)
354
+ `previous_school` is source-labeled, not standardized; (6) position vocabularies are
355
+ sport-specific use `position_group`; (7) stats sidecars are sport-specific by design —
356
+ do not union them.
357
+
358
+ **Are there tasks for which the dataset should not be used?** **Yes:** per-athlete
359
+ demographic inference (e.g. name- or geography-based race prediction the reason BISG
360
+ outputs are never distributed); evaluation, ranking, recruiting, or any decision-making
361
+ about individual athletes; harassment or contact of athletes; and any commercial use of
362
+ athletes' identities (NIL-adjacent uses — the CC0 dedication covers the data compilation
363
+ and grants **no** name/image/likeness or publicity rights). These are stated as
364
+ conditions of use in the release documentation.
 
365
 
366
  ---
367
 
368
  ## 6. Distribution
369
 
370
+ **Will the dataset be distributed to third parties?** Yes — the 27-column named public
371
+ tier and the 10 per-sport stats sidecars, exactly as staged here. Research-tier
372
+ variables (BISG race predictions, income/SES, tract, mobility joins) are **never
373
+ distributed in any file** (locked policy). The PII audit of every staged file is clean.
374
+
375
+ **How will the dataset be distributed?** On the **Hugging Face Hub** (canonical; CSV +
376
+ Parquet, this documentation alongside), DOI **10.57967/hf/9512**, with a Kaggle mirror
377
+ and the build pipeline in the accompanying code repository.
378
+
379
+ **When will the dataset be distributed?** v2.1.0, built 2026-08-14.
 
 
 
 
 
 
 
 
380
 
381
  **Will the dataset be distributed under a copyright or other IP license?** **CC0 1.0**,
382
+ with a **citation request** (not a legal condition). The contents are facts,
383
+ uncopyrightable in the US (*Feist v. Rural*). CC0 covers the data compilation only; it
384
+ grants no NIL/publicity rights in any athlete's identity. Citation: Shah, Dharit (2026).
385
+ *NCAA All Sports Rosters 2025-26: An Individual-Level Dataset Across All Divisions.*
386
+ [Data set]. doi:10.57967/hf/9512.
387
 
388
  **Have any third parties imposed IP-based or other restrictions on the data?** No. The
389
  underlying facts are not copyrightable; collection was logged-out scraping of public
390
+ pages; no terms were agreed to (no login, no clickwrap).
 
391
 
392
  **Do any export controls or other regulatory restrictions apply?** None known. FERPA
393
+ binds institutions, not third-party researchers, and the fields mirror directory-type
394
+ information the institutions chose to publish; documented as an open policy question,
395
+ not a settled defense, in the v2.0.5 legal notes.
396
 
397
  ---
398
 
 
404
  **How can the owner/curator/manager be contacted?** dharits3@gmail.com, or issues on the
405
  dataset's Hugging Face page.
406
 
407
+ **Is there an erratum?** Confirmed data errors, affected rows/versions, and the fixing
408
+ version are logged in the dataset repo's errata.
409
 
410
+ **Will the dataset be updated?** Yes. (1) Correction releases for errata and removal
411
+ requests, version-bumped with changelogs (this release, v2.1.0, is itself the named +
412
+ enriched successor to v2.0.5). (2) A planned 2026-27 reproduction using the released
413
+ pipeline, published as a separate season dataset the DOI is version-scoped, so each
414
+ season/version remains citable as consumed.
415
 
416
  **If the dataset relates to people, are there applicable limits on the retention of the
417
  data?** No statutory limit, but a standing **per-record removal process**: any athlete
418
+ (or their representative) can request deletion of their rows (dharits3@gmail.com);
419
+ removals are applied in the next version via file commits (DOI-compatible) and logged in
420
+ the errata without naming the requester. This matters more, not less, in a named
421
+ release.
422
 
423
  **Will older versions continue to be supported/hosted/maintained?** Hugging Face
424
  preserves version history via git revisions; superseded versions remain accessible for
425
  reproducibility, except that rows removed by opt-out are removed from the tip and noted
426
+ in errata.
 
427
 
428
  **If others want to extend/augment/build on the dataset, is there a mechanism?** Yes —
429
  CC0 permits anything; the full pipeline is released for reproduction or extension to
430
+ future seasons; derived-work authors are asked to honor the §5 use conditions and N<10
431
+ suppression for small demographic cells. Contributions/corrections via Hugging Face
432
+ discussions or email.
DISCLOSURE_RISK.md CHANGED
@@ -1,120 +1,214 @@
1
- # Disclosure Risk Assessment — NCAA All Sports 2025-26
2
-
3
- **Written indirect-identifier risk assessment** (ICPSR frame) for the public and analysis
4
- tiers of the cross-sport master. **Current tip: v2.0.4 — 514,696 rows, 1,087 schools**
5
- (2026-07-18). Assessment written against the Gate-0 final build of **2026-07-08
6
- (515,393 rows / 1,089 schools)**; post-review removals changed counts, not the
7
- quasi-identifier inventory or treatment decisions. Companion:
8
- [ETHICS_REVIEW.md](ETHICS_REVIEW.md). Ground truth used here: `data/CODEBOOK.md`,
9
- `pii_audit.txt` (clean: forbidden-column check PASS across all 56 tier files; 0 regex hits
10
- for email/phone/SSN in free-text columns), `sanitize_report.txt` (per-row log:
11
- staff-directory rows dropped, leaked `high_school` values scrubbed).
12
-
13
- **Headline, stated up front:** the public tier is **de-identified, not anonymized**.
14
- Re-identification by linkage to the source roster pages is trivial — by design, since every
15
- field is an institution-published fact and `source_url` points at the page. The assessment
16
- therefore turns on what a successful linkage *yields*, not on whether it is possible.
17
-
18
- ## 1. Quasi-identifier inventory
19
-
20
- Direct identifiers (names, contact info, photos, bio links) are absent from all distributed
21
- tiers removed at sanitization and enforced by the forbidden-column audit. What remains:
22
-
23
- | Field | Uniqueness contribution | Note |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  |---|---|---|
25
- | `school` | High (partitions to ~15–120 athletes) | 1,087 values |
26
- | `sport` + `gender` | High (partitions to one team, ~10–120 rows) | with school: the roster itself |
27
- | `position_raw` / `position_group` | Medium–high within team | often 1–5 per team |
28
- | `class_year_raw` / `class_standing` | Medium within team | 6 bins |
29
- | `hometown_city` / `hometown_state` / `hometown_raw` | High | frequently unique within a team |
30
- | `high_school` (+ `high_school_is_academy`) | High | frequently unique within a team |
31
- | `origin` | Low | 3 bins |
32
- | `source_url` | **Total** direct pointer to the named source page | provenance field |
33
- | `athlete_id` | None externally (surrogate) | joins to restricted tier **inside this repo only** |
34
-
35
- school × sport × gender × class × position × hometown is unique for the large majority of
36
- rows. This is not disputed; it is the premise of the analysis below.
37
-
38
- ## 2. The linkage attack
39
-
40
- Take any row open `source_url` (or search "{school} {sport} roster 2025-26", or the
41
- Wayback capture) → match on position + class + hometown + high school → read the name.
42
- Cost: under a minute, no skill, no auxiliary dataset. **The attack succeeds essentially
43
- always** while the source page is live or archived.
44
-
45
- ## 3. Why the attack yields no new information
46
-
47
- The linkage target — the school's own roster page — is the very page that **already
48
- displays the name next to every quasi-identifier in the row**. An attacker who completes
49
- the linkage learns nothing about the individual they did not have on screen at the moment
50
- of linkage. The dataset's marginal content over its sources is:
51
-
52
- - cross-school **aggregation** (the population, not any person), and
53
- - **place-level context** in the analysis tier IPEDS/Scorecard/Opportunity Insights
54
- facts about the *school* and census-style medians about the *hometown city*
55
- (`school_pct_pell`, `mrc_par_median`, `hometown_median_household_income`, `dist_mi`,
56
- `income_band`, ...). All are public statistics about places and institutions,
57
- attachable by anyone from the same public keys; none is an individual-level attribute
58
- or inference.
59
-
60
- No distributed tier contains a sensitive attribute to *unlock* by re-identifying: no race
61
- (BISG outputs are research-only, never distributed), no income, no contact info, no DOB,
62
- no injury/eligibility status. Linkage recovers a name the source already published,
63
- attached to facts the source already published.
64
-
65
- ## 4. The genuine residual risk
66
-
67
- **A future reader, after the source rosters go offline.** Schools prune old rosters
68
- (though Presto-era season pages persist for years, and Wayback holds captures); a reader
69
- in 2036 could hold a quasi-unique row for a person whose roster entry is no longer
70
- casually findable. Even then the row contains only 2025-26 roster facts — but the dataset
71
- would at that point be *preserving* publicity the school had let lapse. Mitigations:
72
-
73
- - **Opt-out**, honored per-record indefinitely (repository-level removal path established
74
- before DOI minting, since the DOI locks the record against deletion).
75
- - **No sensitive attributes** in any distributed tier the payoff of future linkage stays
76
- fixed at "was on a roster, played this position, from this town."
77
- - Documented warning in CODEBOOK/DATASHEET: do not attempt re-identification.
78
-
79
- Accepted as residual: it cannot be eliminated without destroying the quasi-identifiers
80
- that are the dataset's research value (§6).
81
-
82
- ## 5. Aggregate-tier rules
83
-
84
- Published aggregates (including any research-only BISG summaries that surface in papers)
85
- follow: **suppress cells with N<10**. One suppressed cell in a margined table is
86
- recoverable by subtraction — a school × sport × race table with published school × sport
87
- totals leaks every lone suppressed cell. Therefore, prescriptively:
88
-
89
- - **Complementary suppression:** whenever a cell is suppressed, suppress at least one
90
- complementary cell in each margin that would otherwise recover it; or
91
- - **Coarsen instead:** collapse race bins (or class/position bins) until every cell
92
- clears N≥10, so no suppression is needed. Preferred for school × sport × race tables,
93
- where single-suppression is near-certain at team sizes.
94
-
95
- No aggregate release ships with exactly one suppressed cell in any margined dimension.
96
-
97
- ## 6. Treatment decisions (ICPSR menu: retain / recode / suppress / remove)
98
-
99
- | Field | Decision | Justification |
100
  |---|---|---|
101
- | Names, contact info, photos, bio text | **Removed** (sanitization) | Direct identifiers. 14 staff-directory rows dropped; leaked emails/phones/social text scrubbed from free-text fields (`sanitize_report.txt`); absence enforced by `pii_audit.txt` forbidden-column check. |
102
- | BISG per-athlete race predictions | **Never distributed** (research-only) | The only sensitive inferred attribute in the project; attaching it to a linkable row is the one outcome every other control exists to prevent. |
103
- | `hometown_city` / `hometown_state` / `hometown_raw` | **Retain as published** | Core research value (geographic origin, access). Institution-published. Coarsening to state would gut origin analysis while linkage remains trivial via the remaining fields — cost without benefit. |
104
- | `high_school` (+ `_is_academy`) | **Retain as published** | Core research value (pipelines, academy routes). Institution-published. Same cost/benefit as hometown. |
105
- | `class_year_raw` / `class_standing` | **Retain as published** | Needed for cohort/eligibility analysis; institution-published; low marginal uniqueness given hometown is already carried. |
106
- | `position_raw` / `position_group` | **Retain as published** | Sport-structural variable; institution-published. |
107
- | `school`, `sport`, `division`, `conference`, `gender`, `season` | **Retain no treatment needed** | Institutional/structural, not personal. School-naming per se does not destroy anonymity (claim tested and refuted 0-3 — ETHICS_REVIEW). |
108
- | `origin` | **Retainno treatment needed** | 3-bin derivation of hometown; adds no uniqueness beyond it. |
109
- | `source_url` | **Retain, documented as the linkage vector** | Provenance is a FAIR requirement (R1.2) and the honest disclosure of the linkage path. Removing it would not impede the attack (a web search reproduces it) — it would only obscure provenance. |
110
- | `athlete_id` | **Retain (surrogate)** | Carries no external information; sport-prefixed random key. Join to named restricted tier exists only inside this repo; restricted tiers are never deposited externally. |
111
- | Analysis-tier place joins (`school_*`, `mrc_*`, `hometown_median_household_income`, `hometown_population`, `dist_mi`, `in_state`, `income`/`income_band`) | **Retain — no treatment needed** | Public place-level statistics keyed on already-carried fields; reproducible by any user from IPEDS/Scorecard/MRC; no individual-level content. |
112
-
113
- **Summary decision:** the public tier ships as-is under the de-identified-not-anonymized
114
- label; the analysis tier adds place-level context only; names and inferred sensitive
115
- attributes never leave the repo; aggregates follow §5. Reassessed at each annual release
116
- alongside ETHICS_REVIEW.md.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
 
118
  ---
119
- *Assessment written against Gate-0 final build 2026-07-08 (515,393 rows / 1,089 schools).
120
- Assessed 2026-07-07. Current tip: v2.0.4 (514,696 rows / 1,087 schools, 2026-07-18).*
 
 
1
+ # Disclosure Risk Assessment — NCAA All Sports Rosters 2025-26 (v2.1.0)
2
+
3
+ **Written disclosure-risk assessment for the v2.1.0 public release: 513,655 athlete
4
+ rows, 1,087 schools, 28 sports, NCAA D1/D2/D3, 2025-26 athletic year. Built
5
+ 2026-08-14.** Men 290,510 / Women 223,145. Companions:
6
+ [ETHICS_REVIEW.md](ETHICS_REVIEW.md), [OPT_OUT.md](OPT_OUT.md),
7
+ [LEGAL_NOTES.md](LEGAL_NOTES.md). Ground truth: the staged files under this
8
+ directory, [samples/data_dictionary.csv](samples/data_dictionary.csv), and the
9
+ PII audit run over every staged file (clean see §3).
10
+
11
+ **Headline, stated up front:** v2.1.0 distributes **identified records by
12
+ design**. `first_name` and `last_name` are public columns. The prior release
13
+ (v2.0.5) was de-identified, and its disclosure assessment asked whether rows
14
+ could be re-identified through quasi-identifiers. That question is now moot.
15
+ The questions this document must answer instead are:
16
+
17
+ 1. exactly what a named row does and does not reveal (§2);
18
+ 2. whether the sensitive research tier can be reconstructed from released
19
+ fields (§3 — it cannot);
20
+ 3. what third-party data can be joined to a named row and what the join yields
21
+ beyond what school sites already show (§4);
22
+ 4. which populations carry elevated stakes (§5); and
23
+ 5. what controls apply and what risk remains (§6–§7).
24
+
25
+ ## 1. What changed in v2.1.0 and why
26
+
27
+ - **Names are public.** `first_name` / `last_name` ship in every public file.
28
+ This is a deliberate, locked decision, not a leak: names are school-published
29
+ facts on public athletics rosters, and named records enable legitimate
30
+ external linkage — transfer tracking, honors and awards, draft outcomes —
31
+ that de-identified rows structurally blocked.
32
+ - **Eight new columns** over the 19 in v2.0.5: `first_name`, `last_name`,
33
+ `major`, `previous_school`, `height_raw`, `height_in`, `weight_raw`,
34
+ `weight_lbs` — 27 public columns total. Every addition is a roster/bio-page
35
+ fact or a deterministic parse of one.
36
+ - **Per-sport season-stats sidecars** for 10 sports (205,132 athletes, 39.9%
37
+ of rows), joined on `athlete_id`. Stats are institution/NCAA-published
38
+ season performance facts.
39
+ - **Row count:** 513,655 (v2.0.5: 514,696; −1,041 junk rows removed — 845
40
+ duplicate rows, 196 header artifacts).
41
+ - **What v2.0.5's assessment still buys us:** its central finding — that the
42
+ released fields carry no sensitive payload to unlock — is unchanged and now
43
+ load-bearing in the opposite direction: naming a row attaches a name to
44
+ facts the name's owner's school already published beside that name.
45
+
46
+ The honest cost of the change is stated in §4 and §7: naming removes the
47
+ per-row friction that de-identification imposed on bulk misuse. That friction
48
+ was under a minute per row (v2.0.5's own assessment: linkage "succeeds
49
+ essentially always"), but it was not zero, and this release trades it away.
50
+
51
+ ## 2. Inventory of released fields and their sensitivity
52
+
53
+ Every distributed field is an institution-published fact from a public
54
+ athletics roster, bio, or stats page. Nothing inferred, imputed, or
55
+ third-party-joined ships in any public file. Parsed variants
56
+ (`height_in`, `weight_lbs`, `hometown_city`, `hometown_state`,
57
+ `position_group`, `class_standing`, `origin`, `high_school_is_academy`) are
58
+ deterministic transformations of the published string, not inferences.
59
+
60
+ | Group | Columns | Sensitivity assessment |
61
  |---|---|---|
62
+ | Identity | `first_name`, `last_name` | **New in v2.1.0.** The name as the school published it. Highest-consequence fields in the release: they convert every other field from "attribute of an unnamed row" to "attribute of a named person." No middle name, no DOB, no photo, no contact vector accompanies them. |
63
+ | Surrogate key | `athlete_id` | Sport-prefixed random key; carries no external information. Joins the combined file to the stats sidecars, and is the removal key for opt-out. |
64
+ | Institutional | `school`, `sport`, `division`, `conference`, `gender`, `season`, `athletic_year` | Facts about teams and institutions, not persons. |
65
+ | Athletic | `position_raw`, `position_group`, `class_year_raw`, `class_standing`, `height_raw`, `height_in`, `weight_raw`, `weight_lbs` | Roster-card facts. Height present for 62.2% of rows, weight for ~30% — publication is a per-school convention, not a per-athlete signal. Height/weight of athletic-team members are expressly FERPA directory information ([LEGAL_NOTES.md](LEGAL_NOTES.md) §1). Physically descriptive but published precisely for public consumption. |
66
+ | Origin / pipeline | `hometown_raw`, `hometown_city`, `hometown_state`, `origin`, `high_school`, `high_school_is_academy`, `previous_school` | The fields that place a named person geographically. All appear on the source roster page beside the same name. `origin` is a 3-bin roster-listed derivation, **not citizenship**. |
67
+ | Academic | `major` | Directory information under FERPA ("major field of study"); present for 30.9% of rows, again by school convention. |
68
+ | Provenance | `source_url` | Points at the named source page. In v2.0.5 this was "the linkage vector"; in v2.1.0 it is plain provenance — the page it points to shows a superset of the row. |
69
+ | Stats sidecars | per-sport season statistics, 10 sports | Public performance facts (games, goals, times, etc.) joined by `athlete_id`. Named performance data is the standard published product of NCAA stats portals and Sports-Reference; the sidecar adds no field those sources lack. |
70
+
71
+ **Deliberately absent from every public file:** photographs, bio free text,
72
+ contact information of any kind, date of birth or age, jersey numbers, and
73
+ every research-tier field enumerated in §3.
74
+
75
+ ## 3. What is withheld, and why it cannot be reconstructed
76
+
77
+ The following exist only in a research tier that is **never distributed**
78
+ (locked policy):
79
+
80
+ - **BISG race/ethnicity predictions** (per-athlete);
81
+ - **home-community income / SES measures** attached to hometowns;
82
+ - **census tract identifiers**;
83
+ - **College Scorecard / Opportunity Insights mobility joins.**
84
+
85
+ Non-reconstructability, demonstrated:
86
+
87
+ 1. **No released column is derived from any withheld field.** The 27 public
88
+ columns and every sidecar column trace to a school-published string or a
89
+ deterministic parse of one. There is no residue — no band, no flag, no
90
+ ordering computed from BISG, income, tract, or mobility data anywhere in
91
+ the staged files.
92
+ 2. **The PII audit ran clean over every staged file**: a forbidden-column
93
+ check enumerating the research-tier fields, plus a contact-info pattern
94
+ scan (email/phone) over all free-text columns, found zero occurrences in
95
+ any distributed file.
96
+ 3. **The join key is one-way in practice.** `athlete_id` joins public files to
97
+ each other. The research tier lives outside the release; no distributed
98
+ artifact carries its values or its keys' payloads.
99
+
100
+ Two honest caveats, because "cannot be reconstructed" invites them:
101
+
102
+ - **A third party can run their own surname-based inference on the released
103
+ names.** True, and unpreventable for any named dataset — it is a property
104
+ of names, not of this release. What is protected is narrower and matters:
105
+ this project's predictions do not ship, are not endorsed, and cannot be
106
+ recovered from released fields; the project is not the distributor of any
107
+ individual-level demographic inference. Use guidance requests that users not
108
+ perform individual-level sensitive inference; under CC0 this is a stated
109
+ norm, not an enforceable condition, and it is labeled as such.
110
+ - **A third party can join public place statistics to `hometown_city`.** Also
111
+ true and also generic: the same keys are on the source roster page. Place
112
+ medians are facts about places; the research tier's SES attachments confer
113
+ no individual-level attribute even internally, and none of them ships.
114
+
115
+ ## 4. Linkage and mosaic analysis
116
+
117
+ What can be joined to a named row, and what the join yields:
118
+
119
+ | Auxiliary source | Join key | Marginal yield over the school's own site |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  |---|---|---|
121
+ | The source roster/bio page (`source_url`) | direct | **Negative** the source shows more (photo, bio, often jersey number) than the row does. |
122
+ | NCAA stats portals, Sports-Reference/College Basketball Reference, ESPN, 247Sports | name + school + sport | None per athlete these already publish the same named roster and performance facts. The sidecars are a convenience copy of the same class of data. |
123
+ | Social media | name + school + sport | Whatever the athlete publishes there; the dataset adds hometown/high-school confirmation an adversary would also find on the roster page. |
124
+ | Transfer portal coverage, draft databases, honors lists | name + school | This is the **intended legitimate linkage** outcome tracking. It works precisely because rows are named. |
125
+ | People-search / data-broker products | name + hometown | The genuinely uncomfortable join: name + `hometown_city` + `high_school` narrows a broker query toward family and home address. **The identical pairing appears on the source page**; the dataset's contribution is not the pairing but the enumeration capability below. |
126
+
127
+ **The mosaic finding.** Per individual, the release reveals nothing a school
128
+ site does not already show the row is a strict subset of the source page.
129
+ What the release genuinely adds is **bulk accessibility**: one file that can
130
+ enumerate, in one query, every listed athlete from a given town, high school,
131
+ or roster demographic slice across 1,087 schools. Capabilities that follow:
132
+
133
+ - mass solicitation (NIL/recruiting/commercial spam directed at named
134
+ athletes) mitigated by carrying **no contact vectors** of any kind;
135
+ - gambling-adjacent harassment target lists (names joined to performance
136
+ sidecars) — the same join is already the front page of every stats portal;
137
+ the dataset is a season snapshot, not a live feed, and carries no channel
138
+ to reach anyone;
139
+ - cross-school profiling of individuals over time — currently a single
140
+ athletic year (2025-26); multi-year concatenation is a future-release
141
+ decision that re-triggers this assessment (§6).
142
+
143
+ No mitigation makes bulk enumeration impossible without un-naming or
144
+ un-publishing the data; §6–§7 record what bounds it.
145
+
146
+ ## 5. Special populations
147
+
148
+ - **Minors.** Some first-year athletes are 17 at fall enrollment. No date of
149
+ birth is collected or carried in any tier, so they cannot be distinguished
150
+ — and in v2.1.0 they are **named**. Their rows carry the same
151
+ school-published facts as everyone else's; the elevated stake is that the
152
+ standing mitigations (no DOB, no contact info, no photos, guardian-operable
153
+ opt-out) are now protecting identified children.
154
+ - **Team IMPACT honorees.** Some rosters include Team IMPACT children —
155
+ chronically ill kids formally honored as team members — and schools list
156
+ them as athletes, occasionally with distinctive entries (e.g., very low
157
+ listed weights such as 90 lbs). They are **kept as published**: they are
158
+ genuine roster listings, and silently deleting them would misrepresent the
159
+ rosters. The disclosure consequences are noted explicitly: these are
160
+ **named minors**, and the honoring context carries an implicit health
161
+ signal. The dataset deliberately carries **no flag** identifying them —
162
+ constructing one would create a health-adjacent attribute the source never
163
+ published. A parent or guardian can have an honoree's row removed via
164
+ [OPT_OUT.md](OPT_OUT.md). Users doing anthropometric analysis should note
165
+ that these listings can appear as weight outliers.
166
+ - **International athletes.** `origin` = international is a roster-listed
167
+ fact, not citizenship or visa status. A named row locating an international
168
+ athlete's foreign hometown replicates the source page; no immigration,
169
+ nationality, or documentation attribute exists in any tier. Coverage
170
+ analysis should treat `origin` as the publication convention it is.
171
+
172
+ ## 6. Mitigations and controls
173
+
174
+ | Control | Content |
175
+ |---|---|
176
+ | Opt-out | Any listed athlete — or a parent/guardian, including for Team IMPACT honorees — can request row-level removal by `athlete_id` or name + school + sport. Removal covers the combined file **and** the stats sidecars and sample files, propagates to the next version on all three platforms (Hugging Face canonical, Kaggle mirror, GitHub), target turnaround 14 days. Full process: [OPT_OUT.md](OPT_OUT.md). |
177
+ | Public removals ledger | [RELEASE_NOTES.md](RELEASE_NOTES.md) carries a Removals section recording version and count of removed rows — never requester identity. The ledger starts empty at v2.1.0. |
178
+ | Excluded field classes | No photos, no bio text, no contact information, no birthdates or ages, no jersey numbers. These are absence-by-policy, enforced by the release battery's locked 27-column schema check plus the PII forbidden-column audit, not incidental gaps. |
179
+ | Research-tier firewall | BISG predictions, SES/income measures, tract identifiers, and mobility joins never leave the research tier (§3); the line is absolute and re-certified in [ETHICS_REVIEW.md](ETHICS_REVIEW.md). |
180
+ | License note | CC0 1.0 covers the **database compilation only**; it grants no name/image/likeness or publicity rights, and downstream users remain responsible for lawful use of names ([LICENSE](LICENSE), [LEGAL_NOTES.md](LEGAL_NOTES.md) §2). |
181
+ | Reassessment | This assessment is re-run at each annual release and out-of-cycle on any trigger: a new field, a new sidecar, multi-year concatenation, an opt-out dispute, or evidence of misuse. |
182
+
183
+ ## 7. Residual-risk statement
184
+
185
+ Accepted residual risks, named plainly:
186
+
187
+ 1. **Bulk enumeration of named individuals** (§4) is inherent to a named
188
+ release and is bounded, not eliminated, by the absence of contact vectors
189
+ and sensitive attributes.
190
+ 2. **Named minors are present and not individually distinguishable**,
191
+ including Team IMPACT honorees whose listing context implies a health
192
+ condition. The guardian opt-out is the operative control; it is reactive
193
+ by nature.
194
+ 3. **Persistence beyond the source page.** Schools prune rosters; this
195
+ dataset preserves 2025-26 listings after the source lapses. The payload
196
+ preserved is fixed at roster facts plus season statistics — no sensitive
197
+ attribute accrues to a stale row.
198
+ 4. **Downstream re-processing of names** (including demographic inference by
199
+ third parties) cannot be prevented under CC0. The project's controls end at
200
+ what it distributes; that boundary is stated rather than obscured.
201
+ 5. **Removal is forward-only.** CC0 copies made before a removal cannot be
202
+ recalled; removal guarantees absence from every subsequent version on
203
+ every platform.
204
+
205
+ These are accepted because the alternative controls — withholding names,
206
+ coarsening hometowns, or not releasing — either restore a de-identification
207
+ that v2.0.5's own analysis showed took under a minute to defeat, or destroy the linkage
208
+ value that motivates the release. The proportionality argument is made in
209
+ full in [ETHICS_REVIEW.md](ETHICS_REVIEW.md) (Named-release addendum).
210
 
211
  ---
212
+ *Assessed 2026-08-14 against the v2.1.0 staged build (513,655 rows / 1,087
213
+ schools / 28 sports). Supersedes the v2.0.5 quasi-identifier assessment,
214
+ whose treatment table remains the record for the de-identified releases.*
ETHICS_REVIEW.md CHANGED
@@ -1,126 +1,292 @@
1
- # Ethics Self-Review — NCAA All Sports 2025-26
2
-
3
- **Pre-release ethics review** for the cross-sport master dataset. **Current release tip:
4
- v2.0.4 — 514,696 athlete rows across 1,087 schools** (2026-07-18). This review was written
5
- against the Gate-0 final build of **2026-07-08 (515,393 rows / 1,089 schools)**; later
6
- errata (v2.0.1–v2.0.3) removed out-of-scope schools and corrected labels without changing
7
- the public-tier schema, the de-identification stance, or any ethics disposition below.
8
- Reviewer: Dharit Shah (dharits3@gmail.com), independent researcher, no institutional
9
- affiliation. This document **is** the ethics review see §4 for why that is the honest
10
- framing rather than a gap.
11
-
12
- Structured around the four concerns Zimmer (2010) raised against the T3 "Tastes, Ties,
13
- and Time" Facebook release the canonical case of an IRB-approved, "anonymized" roster-like
14
- dataset that was re-identified and withdrawn. Each section states the concern, how it applies
15
- here, and the disposition. Companion document: [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md)
16
- (field-level indirect-identifier assessment).
 
 
 
 
 
 
 
 
17
 
18
  ## 1. Consent
19
 
20
- **None was obtained.** No athlete was asked, and no athlete was notified. That is stated
21
- plainly, as the Gebru et al. datasheet standard expects for scraped-web data — the honest
22
- answer is "No," not a rationalization dressed as consent.
 
23
 
24
  Release proceeds anyway, on three grounds:
25
 
26
- - **Institution-published facts.** Every field in the public tier is a fact the athlete's
27
- own school published on its official athletics site, roster-by-roster, as a condition of
28
- the athlete's public-facing participation in NCAA sport. The dataset collects what schools
29
- chose to publish; it adds no fact about any individual (see DISCLOSURE_RISK §3).
30
- - **De-identified public tier.** Names never appear in any distributed file. Named rosters
31
- stay in per-sport `restricted/` folders in this repo and are never deposited anywhere.
32
- Per-athlete BISG race predictions are research-only and are never distributed in any tier.
33
- - **Opt-out.** Any athlete (or school) may request removal of their row(s); the process is
34
- documented in [OPT_OUT.md](OPT_OUT.md) (linked from the release README) and honored
35
- per-record at the repository level. Consent
36
- is not retroactively manufactured by this — opt-out is a mitigation, not a substitute —
37
- but it gives affected individuals a working lever, which T3's subjects never had.
 
 
38
 
39
  ## 2. Contextual expectations of privacy
40
 
41
- Nissenbaum's test: does moving the information violate the **norms of the context in which
42
- it was shared**? College athletes expect their roster entry — name, position, class,
43
- hometown, high school — on the public athletics site, in game programs, in media guides,
44
- and in press coverage. Public listing is the norm of this context, not a breach of it.
 
 
45
 
46
- What this release changes about the context, honestly assessed:
47
 
48
  | Contextual shift | Assessment |
49
  |---|---|
50
- | **Aggregation** (one school's page → ~515k rows; 515,393 at 2026-07-08 review / 514,696 as of v2.0.4) | Real shift: cross-school queries become trivial. But the aggregate reveals population patterns, not new individual facts — each row remains exactly what one school published. |
51
- | **SES/geography enrichment** (analysis tier — research-only, not distributed as of 2026-07-07) | Joins are **place-level aggregates only**IPEDS/Scorecard facts about the *school*, census-style medians about the *hometown city*. An athlete's row gains "the median household income of the city they told their school they are from," not their family's income. No individual-level attribute is inferred or attached in any distributed tier. |
52
- | **Research framing** (fan context → demographic research) | The purpose shifts from following a team to studying access and stratification in college sport. Mitigations answer this: analysis operates on de-identified rows; findings are reported as aggregates with N<10 suppression; the one genuinely sensitive derived attribute (BISG race prediction) is confined to research-only files precisely because attaching an inferred race to a locatable individual *would* breach contextual integrity. |
53
 
54
- **Disposition:** the context shift is acknowledged and bounded. The public tier contains
55
- nothing an athlete's own school did not publish about them; the enrichment adds context
56
- about *places and institutions*, not people.
 
57
 
58
  ## 3. Anonymization strategy
59
 
60
- **There is none, and the dataset does not claim one.** The public tier is
61
- **de-identified, not anonymized** the distinction is stated in the CODEBOOK, README,
62
- and datasheet. school + sport + position + class + hometown + high_school will often be
63
- unique; joining a row to the (public, live or archived) source roster page recovers the
64
- name trivially indeed `source_url` points straight at it. T3's fatal error was claiming
65
- anonymity while shipping quasi-identifiers; this release ships the quasi-identifiers and
66
- claims only de-identification.
67
-
68
- Why the quasi-identifiers are **retained rather than coarsened**: hometown, high school,
69
- and class year *are* the research value geographic origin, recruiting pipelines, and
70
- SES-linked access are the questions the dataset exists to answer — and every one of them
71
- is an institution-published fact. Coarsening them would destroy the dataset's purpose to
72
- defend against an "attack" that recovers only information the attacker's own linkage
73
- target already displays. Full field-by-field reasoning, the honest linkage-attack
74
- walkthrough, and the one genuine residual risk are in
75
- [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md).
76
 
77
  ## 4. Competence and process of ethics review
78
 
79
- - **No IRB.** The author is an independent researcher with no institutional affiliation.
80
- Under the Common Rule, an unaffiliated individual has no IRB obligation, and research on
81
- public data is in any case exempt under 45 CFR 46.104(d)(4)(i). **Exemption is a floor,
82
- not ethical clearance** — T3 *had* IRB approval and still failed. Regulatory exemption is
83
- therefore treated here as answering nothing.
84
- - **This document is the review.** Its competence rests on the named frameworks it applies
85
- Zimmer (2010), Nissenbaum contextual integrity, Gebru et al. datasheets, Google Data
86
- Cards (Human & Sensitive Attributes; Intentionality, covering inferred attributes like
87
- BISG), and the ICPSR two-tier disclosure model rather than on institutional sign-off
88
- it cannot obtain and will not simulate.
89
- - **Standing decisions this review certifies:** public tier de-identified (no names, no
90
- contact info, no per-athlete demographic predictions, ever); BISG outputs research-only,
91
- never distributed; enrichment place-level only; aggregates N<10-suppressed; named tiers
92
- never deposited on Zenodo (its terms bar non-anonymized personal data) or any external
93
- host; DOI minted last, with a per-record removal path in place first.
94
- - **Revisit:** this review is re-run at each annual release, and out-of-cycle on any
95
- trigger a new field, a new enrichment source, a change in tier boundaries, an opt-out
96
- dispute, or evidence of misuse.
97
-
98
- ## Minors
99
-
100
- Some first-year athletes are **17 at fall enrollment**. Schools publish their roster
101
- entries regardless of age the NCAA public-roster norm does not carve out 17-year-olds,
102
- and neither the scrape nor the release can distinguish them: **no date of birth is
103
- collected or carried in any tier**. The fields carried for a possibly-17-year-old are the
104
- same institution-published facts as for everyone else, in the same de-identified form.
105
- Age is therefore not a field-level risk, but it raises the stakes of the standing
106
- mitigations (no names, no inferred attributes, opt-out honored without question), and it
107
- is one reason the sensitive-attribute line no per-athlete race predictions distributed,
108
- everis absolute rather than negotiable.
109
-
110
- ## The T3 lesson, applied
111
-
112
- - **"Already public" does not discharge obligations.** Zimmer's core holding, adopted here
113
- in full. The public-facts argument in §1 carries weight only *because* it travels with
114
- de-identification, place-level-only enrichment, suppression rules, opt-out, and this
115
- review. Publicness is the starting point of the analysis, not the end of it.
116
- - **The refuted overreach, also on record.** Zimmer's further claim that naming the
117
- source school destroys anonymity by itself — was tested in this project's verification
118
- run and **refuted 0-3**. School names are retained. This review does not overstate risk
119
- to appear cautious: the honest position is that re-identification here is trivial *via
120
- linkage to the public source* (acknowledged, §3) and that school-naming per se adds
121
- nothing to it.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
  ---
124
- *Review written against Gate-0 final build 2026-07-08 (515,393 rows / 1,089 schools).
125
- Review date 2026-07-07. Current tip: v2.0.4 (514,696 rows / 1,087 schools, 2026-07-18).
126
- Next scheduled review: 2026-27 release.*
 
 
1
+ # Ethics Self-Review — NCAA All Sports Rosters 2025-26
2
+
3
+ **Ethics review for the cross-sport master dataset. Current release: v2.1.0 —
4
+ 513,655 athlete rows, 1,087 schools, 28 sports, built 2026-08-14.** Reviewer:
5
+ Dharit Shah (dharits3@gmail.com), independent researcher, no institutional
6
+ affiliation. This document **is** the ethics review see Part I §4 for why
7
+ that is the honest framing rather than a gap.
8
+
9
+ Structure: **Part I** carries forward the v2.0.5 review (written 2026-07-07
10
+ against the de-identified release) with its dispositions intact; statements
11
+ that v2.1.0 supersedes are marked inline rather than silently rewritten.
12
+ **Part II** is the dated named-release addendum: v2.1.0 makes
13
+ `first_name`/`last_name` public columns, and that decision is reviewed on its
14
+ own terms there. Companion: [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md).
15
+
16
+ ---
17
+
18
+ # Part I — v2.0.5 review, carried forward
19
+
20
+ Structured around the four concerns Zimmer (2010) raised against the T3
21
+ "Tastes, Ties, and Time" Facebook release — the canonical case of an
22
+ IRB-approved, "anonymized" roster-like dataset that was re-identified and
23
+ withdrawn. Each section states the concern, how it applies here, and the
24
+ disposition.
25
 
26
  ## 1. Consent
27
 
28
+ **None was obtained.** No athlete was asked, and no athlete was notified. That
29
+ is stated plainly, as the Gebru et al. datasheet standard expects for
30
+ scraped-web data — the honest answer is "No," not a rationalization dressed as
31
+ consent.
32
 
33
  Release proceeds anyway, on three grounds:
34
 
35
+ - **Institution-published facts.** Every field in the public release is a fact
36
+ the athlete's own school published on its official athletics site,
37
+ roster-by-roster, as a condition of the athlete's public-facing
38
+ participation in NCAA sport. The dataset collects what schools chose to
39
+ publish; it adds no fact about any individual.
40
+ - **De-identified public tier.** *[Superseded in v2.1.0 names are now
41
+ public columns; see Part II. The remainder of this ground survives: per-
42
+ athlete BISG race predictions are research-only and are never distributed
43
+ in any tier.]*
44
+ - **Opt-out.** Any athlete (or school) may request removal of their row(s);
45
+ the process is documented in [OPT_OUT.md](OPT_OUT.md) and honored
46
+ per-record. Consent is not retroactively manufactured by this opt-out is
47
+ a mitigation, not a substitute — but it gives affected individuals a
48
+ working lever, which T3's subjects never had.
49
 
50
  ## 2. Contextual expectations of privacy
51
 
52
+ Nissenbaum's test: does moving the information violate the **norms of the
53
+ context in which it was shared**? College athletes expect their roster entry —
54
+ name, position, class, hometown, high school, height/weight where the school
55
+ lists them on the public athletics site, in game programs, in media guides,
56
+ and in press coverage. Public listing is the norm of this context, not a
57
+ breach of it.
58
 
59
+ What release changes about the context, honestly assessed:
60
 
61
  | Contextual shift | Assessment |
62
  |---|---|
63
+ | **Aggregation** (one school's page → 513,655 rows) | Real shift: cross-school queries become trivial. But the aggregate reveals population patterns, not new individual facts — each row remains exactly what one school published. Re-examined for the named release in Part II §7. |
64
+ | **SES/geography enrichment** (research tier — never distributed) | Joins are place-level aggregates only — facts about the *school* and the *hometown city*, not the person. No individual-level attribute is inferred or attached in any distributed file. |
65
+ | **Research framing** (fan context → demographic research) | The purpose shifts from following a team to studying access and stratification in college sport. The one genuinely sensitive derived attribute (BISG race prediction) is confined to research-only files precisely because attaching an inferred race to a locatable individual *would* breach contextual integrity. |
66
 
67
+ **Disposition:** the context shift is acknowledged and bounded. The public
68
+ release contains nothing an athlete's own school did not publish about them;
69
+ the enrichment adds context about *places and institutions*, not people, and
70
+ does not ship.
71
 
72
  ## 3. Anonymization strategy
73
 
74
+ *[Superseded in v2.1.0. The v2.0.5 position was: the public tier is
75
+ "de-identified, not anonymized," quasi-identifiers are retained because they
76
+ are the research value, and linkage to the source page recovers the name
77
+ trivially. That analysis re-identification is minutes-deep by design is
78
+ precisely what Part II relies on when it concludes de-identification bought
79
+ friction, not protection. There is no anonymization claim in v2.1.0; rows are
80
+ identified by design and the assessment lives in
81
+ [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md).]*
82
+
83
+ T3's fatal error was claiming anonymity while shipping quasi-identifiers.
84
+ v2.0.5 shipped the quasi-identifiers and claimed only de-identification;
85
+ v2.1.0 ships the names and claims nothing it does not do.
 
 
 
 
86
 
87
  ## 4. Competence and process of ethics review
88
 
89
+ - **No IRB.** The author is an independent researcher with no institutional
90
+ affiliation. Under the Common Rule, an unaffiliated individual has no IRB
91
+ obligation, and research on public data is in any case exempt under 45 CFR
92
+ 46.104(d)(4)(i). **Exemption is a floor, not ethical clearance** — T3 *had*
93
+ IRB approval and still failed. Regulatory exemption is therefore treated
94
+ here as answering nothing.
95
+ - **This document is the review.** Its competence rests on the named
96
+ frameworks it applies Zimmer (2010), Nissenbaum contextual integrity,
97
+ Gebru et al. datasheets, Google Data Cards (Human & Sensitive Attributes;
98
+ Intentionality, covering inferred attributes like BISG), and the ICPSR
99
+ disclosure-review model rather than on institutional sign-off it cannot
100
+ obtain and will not simulate.
101
+ - **Standing decisions this review certifies** (as amended by Part II): BISG
102
+ outputs research-only, never distributed; SES/income, census-tract, and
103
+ mobility joins research-only, never distributed; aggregates in publications
104
+ N<10-suppressed; per-record removal path in place before DOI minting.
105
+ - **Revisit:** this review is re-run at each annual release, and out-of-cycle
106
+ on any trigger — a new field, a new enrichment source, a change in tier
107
+ boundaries, an opt-out dispute, or evidence of misuse.
108
+
109
+ ## 5. Minors
110
+
111
+ Some first-year athletes are **17 at fall enrollment**. Schools publish their
112
+ roster entries regardless of age the NCAA public-roster norm does not carve
113
+ out 17-year-olds, and neither the scrape nor the release can distinguish them:
114
+ **no date of birth is collected or carried in any tier**. Age is therefore not
115
+ a field-level risk, but it raises the stakes of the standing mitigations, and
116
+ it is one reason the sensitive-attribute line no per-athlete race
117
+ predictions distributed, everis absolute rather than negotiable.
118
+ *[v2.1.0 raises these stakes again minors are now named. Part II §6.]*
119
+
120
+ ## 6. The T3 lesson, applied
121
+
122
+ - **"Already public" does not discharge obligations.** Zimmer's core holding,
123
+ adopted here in full. The public-facts argument in §1 carries weight only
124
+ *because* it travels with the sensitive-attribute firewall, suppression
125
+ rules, opt-out, and this review. Publicness is the starting point of the
126
+ analysis, not the end of it. Part II §7 re-argues this for the named
127
+ release, where it bites hardest.
128
+ - **The refuted overreach, also on record.** Zimmer's further claim that
129
+ naming the source school destroys anonymity by itself was tested in this
130
+ project's verification run and refuted 0-3. School names are retained.
131
+
132
+ ---
133
+
134
+ # Part II — Named-release addendum (v2.1.0), 2026-08-14
135
+
136
+ v2.1.0 makes `first_name` and `last_name` public columns and adds `major`,
137
+ `previous_school`, and height/weight fields, plus season-stats sidecars for 10
138
+ sports (205,132 athletes, 39.9%). This addendum reviews that decision. It was
139
+ a locked, affirmative user decision, and this review's job is to state the
140
+ grounds honestly and stress-test them, not to ratify them by reflex.
141
+
142
+ ## 1. Rationale
143
+
144
+ Two grounds, in order of weight:
145
+
146
+ 1. **Names are school-published facts.** Every name in the release appears on
147
+ a public athletics roster the athlete's own institution published, beside
148
+ the same fields the row carries. v2.1.0 distributes no fact about any
149
+ person that their school did not.
150
+ 2. **Named records enable legitimate linkage.** Transfer tracking, honors and
151
+ awards, draft and professional outcomes — the research uses that motivate
152
+ a roster dataset — require joining records across sources by name.
153
+ v2.0.5's de-identification structurally blocked them while providing, by
154
+ its own assessment, only minutes of protection per row.
155
+
156
+ ## 2. The public-facts standard
157
+
158
+ The release holds itself to a bright line: **every distributed field is an
159
+ institution-published fact from a public athletics roster, bio, or stats
160
+ page**. Nothing inferred, imputed, or third-party-joined ships in any public
161
+ file. Parsed columns are deterministic transformations of published strings.
162
+ The PII audit enforcing this ran clean over every staged file. This standard
163
+ is what "named release" means here — it is republication with provenance, not
164
+ profiling.
165
+
166
+ ## 3. Precedent
167
+
168
+ Named distribution of exactly these facts is the industry and scholarly norm:
169
+
170
+ - **Commercial/reference:** Sports-Reference and College Basketball
171
+ Reference, ESPN, 247Sports, and the NCAA's own stats portals publish named
172
+ rosters, biographical roster facts, and season statistics for the same
173
+ athletes, at larger per-athlete depth (photos, recruiting rankings) than
174
+ this release.
175
+ - **The source institutions themselves:** every school athletics site
176
+ publishes name + position + class + hometown + high school + height/weight
177
+ as its standard public product.
178
+ - **Academic:** named athlete datasets — historical roster compilations,
179
+ draft and outcome panels built from the same reference sites — are in
180
+ routine scholarly use.
181
+
182
+ Precedent is not self-justifying (Part I §6: "already public" is a starting
183
+ point). Its role here is narrower: it establishes that the *norms of the
184
+ context* (Nissenbaum) treat named roster facts as public reference material,
185
+ and that this release does not create a novel exposure category.
186
+
187
+ ## 4. Proportionality
188
+
189
+ What v2.1.0 adds to the world, versus what it risks:
190
+
191
+ - **No new sensitive attributes.** The delta over v2.0.5 is names plus four
192
+ roster-card facts (major, previous school, height, weight — eight schema
193
+ columns counting raw/parsed pairs) and stats
194
+ sidecars — all already public per athlete. The delta over *the open web* is
195
+ zero fields per athlete; the release is an aggregation of already-public
196
+ pages, minus their photos, bios, contact routes, birthdates, and jersey
197
+ numbers.
198
+ - **The risk added is bulk accessibility, not new facts** — analyzed in
199
+ [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md) §4. The mitigations target that
200
+ risk specifically: no contact vectors to make a list actionable, no
201
+ sensitive attributes to make it discriminatory, an opt-out to make it
202
+ revocable per person, and a public ledger to make removals auditable.
203
+ - The proportionality claim, stated as a claim: the release's marginal risk
204
+ channel (bulk operations on names) is bounded by controls aimed at exactly
205
+ that channel, while its marginal value (population-scale, linkage-capable
206
+ roster research) cannot be had any other way. This review judges the
207
+ balance acceptable; it does not pretend the risk side is empty.
208
+
209
+ ## 5. The affirmative line: race and income stay research-only
210
+
211
+ Naming rows makes the sensitive-attribute firewall **more** load-bearing, not
212
+ less, and this addendum re-certifies it as absolute: **BISG race/ethnicity
213
+ predictions, home-community income/SES measures, census-tract identifiers,
214
+ and Scorecard/Opportunity Insights mobility joins are never distributed** in
215
+ any file, and no released column derives from them
216
+ ([DISCLOSURE_RISK.md](DISCLOSURE_RISK.md) §3). Attaching an inferred race or
217
+ an SES estimate to a *named* individual is the outcome every control in this
218
+ project exists to prevent. Third parties can run their own inference on names
219
+ — a property of names no release can revoke — but this project will not be
220
+ the distributor, the endorser, or the convenience layer for it.
221
+
222
+ ## 6. Minors and Team IMPACT honorees
223
+
224
+ - **Early enrollees:** some listed athletes are 17; no DOB is carried, so
225
+ they are named but not distinguishable. The controls that protect them are
226
+ the same absences that protect everyone (no DOB, no contact info, no
227
+ photos) plus a guardian-operable opt-out.
228
+ - **Team IMPACT honorees:** chronically ill children formally honored as team
229
+ members and listed on real rosters, sometimes with distinctive entries
230
+ (e.g., very low listed weights). Three decisions, each deliberate:
231
+ 1. **Kept as published** — they are genuine roster listings; silently
232
+ deleting them would misrepresent the rosters and would itself single out
233
+ ill children by editorial fiat.
234
+ 2. **Not flagged** — the dataset carries no column identifying them,
235
+ because constructing one would create a health-adjacent attribute the
236
+ source never published.
237
+ 3. **Explicitly covered by opt-out** — a parent or guardian can request
238
+ removal ([OPT_OUT.md](OPT_OUT.md)), and
239
+ [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md) §5 names their presence rather
240
+ than burying it.
241
+
242
+ ## 7. The Zimmer objection, taken head-on
243
+
244
+ The strongest objection to v2.1.0 is Zimmer's (2010): *"the data is already
245
+ public" does not justify redistribution*, because aggregation and context
246
+ shift change what the data is. This release does not dodge the objection by
247
+ reciting publicness; it answers it in three parts:
248
+
249
+ 1. **What aggregation actually changes here is accessibility, not
250
+ publicity.** Each fact was deliberately published to the open web by the
251
+ athlete's institution — publicity is not created by this release. What the
252
+ release creates is a collapse in search cost: from 1,087 sites to one
253
+ query; from per-page reading to bulk enumeration. That is a real,
254
+ morally relevant change — it is simultaneously the entire research value
255
+ and the entire marginal risk — and pretending it is neutral because "the
256
+ facts were public" would repeat T3's mistake in a new key.
257
+ 2. **T3's specific failures are not replicated.** T3 claimed anonymity it
258
+ could not deliver, shipped non-public attributes (private-network data
259
+ gathered by insiders), and offered subjects no recourse. v2.1.0 claims no
260
+ anonymity; ships only institution-published fields with the sensitive
261
+ tier firewalled; and offers standing, guardian-operable recourse with a
262
+ public ledger. The Zimmer critique lands on datasets that *add* exposure
263
+ while denying it; this release's added exposure is named, measured
264
+ (DISCLOSURE_RISK §4), and mitigated where it can be.
265
+ 3. **The mitigations are matched to the delta.** Since the delta is bulk
266
+ accessibility of names, the controls are: no contact vectors (a list
267
+ cannot reach anyone), no sensitive or inferred attributes (a list cannot
268
+ rank anyone by race or income from this data), no photos/DOBs (a list
269
+ does not become a dossier), opt-out with 14-day target propagating to all
270
+ platforms (any person can leave), and the removals ledger (the leaving is
271
+ verifiable). What remains — enumerability itself — is accepted and
272
+ recorded as residual risk (DISCLOSURE_RISK §7), because the only controls
273
+ that would remove it are un-naming or non-release.
274
+
275
+ ## 8. Opt-out as an ongoing consent mechanism
276
+
277
+ No consent was obtained (Part I §1); that fact does not improve with time.
278
+ What v2.1.0 changes is the weight the opt-out must carry: for a named
279
+ release, opt-out functions as the standing, ongoing consent mechanism — every
280
+ listed person (or their guardian) holds a permanent, no-questions-asked exit
281
+ covering the combined file, the stats sidecars, and the samples, on all three
282
+ distribution platforms, recorded in a public ledger
283
+ ([RELEASE_NOTES.md](RELEASE_NOTES.md), Removals). It remains a mitigation,
284
+ not consent — but it is now the release's central individual control, and its
285
+ 14-day target and cross-platform propagation are commitments this review
286
+ treats as release-blocking if broken.
287
 
288
  ---
289
+ *Part I written 2026-07-07 against the v2.0.x de-identified releases; carried
290
+ forward with superseding annotations. Part II written 2026-08-14 against the
291
+ v2.1.0 staged build (513,655 rows / 1,087 schools / 28 sports). Next
292
+ scheduled review: 2026-27 release; out-of-cycle on any trigger in Part I §4.*
LEGAL_NOTES.md CHANGED
@@ -1,17 +1,21 @@
1
- # Legal Notes — NCAA All Sports 2025-26 Dataset
2
 
3
  > **This is an informational summary by the dataset author (Dharit Shah,
4
  > dharits3@gmail.com, independent researcher). It is not legal advice, and no
5
- > attorney-client relationship is created by reading it.** It records the legal
6
- > analysis behind the release design so that users, archives, and schools can see
7
- > the reasoning. Where authority is unsettled, that is stated.
8
-
9
- Companion docs: [README.md](README.md) (release design, tiers),
10
- [OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md) (coverage). The dataset:
11
- individual-level rosters for all 28 NCAA sports, 2025-26, scraped from official
12
- school athletics sites; the **public tier is de-identified** (no names, no contact
13
- info, no per-athlete demographic predictions); named rosters stay in per-sport
14
- restricted folders and never leave the repo.
 
 
 
 
15
 
16
  ---
17
 
@@ -19,142 +23,185 @@ restricted folders and never leave the repo.
19
 
20
  **Statute/regs:** 20 U.S.C. § 1232g; 34 CFR Part 99.
21
 
22
- **Roster data is textbook directory information.** The regulatory definition of
23
- "directory information" at [34 CFR § 99.3](https://www.law.cornell.edu/cfr/text/34/99.3)
24
- expressly lists: name, photograph, major field of study, **"participation in
25
- officially recognized activities and sports," "weight and height of members of
26
- athletic teams,"** dates of attendance, degrees/honors, and most recent prior
27
- institution. That list reads like a roster page schema because roster pages are
28
- the canonical use case. Directory information may be disclosed without consent
29
- under [34 CFR § 99.31(a)(11)](https://www.law.cornell.edu/cfr/text/34/99.31),
30
- subject to the 99.37](https://www.law.cornell.edu/cfr/text/34/99.37) conditions:
31
- the school must give public notice of what it designates as directory information
32
- and a window for students to **opt out** in writing. Schools that publish rosters
33
- have made exactly this designation.
34
-
35
- **FERPA obligations attach to funded institutions, not to third-party re-users.**
36
- FERPA is a Spending Clause condition: it "applies to educational agencies or
37
- institutions that receive funds from programs administered by the U.S. Department
38
- of Education" ([DOE, Protecting Student Privacy FAQ](https://studentprivacy.ed.gov/faq/which-educational-agencies-or-institutions-does-ferpa-apply);
 
 
 
 
39
  overview: [CRS IF13155](https://www.congress.gov/crs-product/IF13155)). Its
40
  redisclosure limits ([§ 99.33](https://www.law.cornell.edu/cfr/text/34/99.33))
41
  bind parties that received education records *from an institution under a
42
- consent exception* — they do not reach an independent researcher who collected
43
- information the schools had already published to the open web under the
44
- directory-information exception. There is no FERPA private right of action even
45
- against schools (*Gonzaga Univ. v. Doe*, 536 U.S. 273 (2002),
46
- [oyez.org/cases/2001/01-679](https://www.oyez.org/cases/2001/01-679)); enforcement
47
- is DOE funding conditions on institutions.
48
-
49
- **Practical conclusion for this dataset:** the scraped roster facts were
50
- disclosed by the schools themselves under FERPA's directory-information
51
- exception, and FERPA imposes no obligation on this project's collection or
52
- redistribution of them. This dataset additionally strips names and contact
53
- information from everything it distributes, which is more restrictive than what
54
- FERPA permits schools themselves to publish.
55
-
56
- **The one residual edge:** a student who filed a § 99.37 directory-information
57
- opt-out should never have appeared on a public roster page at all. If one did,
58
- that is the **school's compliance failure, not a re-user's** — but such a person
59
- could exist in this data through no fault of their own. The dataset's opt-out
60
- process (see README / datasheet: email the author; per-record removal is
61
- supported across all published copies) covers this remainder: any athlete, or a
62
- school on an athlete's behalf, can have their rows removed without stating a
63
- reason.
64
 
65
  ## 2. Right of publicity / NIL
66
 
67
- **The right of publicity targets commercial appropriation of identity** — using
68
- a person's name/image/likeness to sell or endorse something — not the
69
  dissemination of factual information about them
70
  (overview: [Free Speech Center, MTSU](https://firstamendment.mtsu.edu/article/right-of-publicity/)).
71
- A statistical dataset of institution-published facts performs no endorsement and
72
- attaches no one's identity to any product; the public tier does not even contain
73
- names.
74
 
75
- **Controlling authority on athlete facts:** *C.B.C. Distribution & Marketing,
76
- Inc. v. Major League Baseball Advanced Media, L.P.*, 505 F.3d 818 (8th Cir.
77
- 2007), cert. denied, 553 U.S. 1090 (2008)
 
78
  ([opinion PDF via Yale ISP](https://law.yale.edu/sites/default/files/area/center/isp/documents/c.b.c._distrib._mktg._v._major_league_baseball_advanc.pdf);
79
- [Harvard L. Rev. note](https://harvardlawreview.org/wp-content/uploads/2008/02/CBC_v_MLBAM.pdf)).
80
- The First Amendment protected a *commercial* fantasy-sports product's
81
- unlicensed use of **players' actual names plus performance statistics**, because
82
- the information was "readily available in the public domain." A fortiori it
83
- protects a free, non-commercial, de-identified research dataset. For college
84
- athletes specifically: *Daniels v. FanDuel, Inc.*, 109 N.E.3d 390 (Ind. 2018)
85
- (certified question), aff'd, 909 F.3d 876 (7th Cir. 2018)
 
 
 
86
  ([Ind. opinion](https://law.justia.com/cases/indiana/supreme-court/2018/18s-cq-134.html);
87
  [7th Cir.](https://law.justia.com/cases/federal/appellate-courts/ca7/17-3051/17-3051-2018-11-29.html))
88
- — fantasy operators' use of **college players' names, pictures, and statistics**
89
- fell within the newsworthiness exception to Indiana's right-of-publicity statute,
90
- read broadly to cover "all types of factual, educational, and historical data."
91
-
92
- **State NIL statutes do not change this.** The 30+ state NIL laws (and the House
93
- settlement framework) govern *athletes' ability to be paid for endorsements* and
94
- schools'/NCAA's ability to restrict that they create no new cause of action
95
- against factual data compilations, and they inherit the right-of-publicity
96
- news/public-affairs exemptions (e.g., Cal. Civ. Code § 3344(d): "news, public
97
- affairs, or sports broadcast or account" is exempt;
 
98
  [ABA overview of NIL landscape](https://www.americanbar.org/groups/entertainment_sports/publications/entertainment-sports-lawyer/spring-2024/beginners-guide-ncaa-name-image-likeness-rights/)).
99
- Caveat honestly stated: right of publicity is **50-state common/statutory law
100
- with real variation**, C.B.C. and Daniels are one circuit and one state court,
101
- and the First Amendment boundary is contested at the margins (transformative-use
102
- splits). None of that margin plausibly reaches a names-free factual dataset.
103
-
104
- **Practical conclusion for this dataset:** redistributing institution-published
105
- roster facts — without names in the public tier, without commercial endorsement
106
- use does not implicate the right of publicity or state NIL statutes.
107
- **Nonetheless the README carries a no-endorsement clause**: because the data is
108
- CC0, downstream commercial use is permitted, and a downstream user who attached
109
- athlete identities to a product endorsement *could* create publicity-rights
110
- exposure for themselves. The clause puts them on notice that the license conveys
111
- no publicity or endorsement rights.
 
 
 
 
112
 
113
  ## 3. Scraping
114
 
115
  Collection was **logged-out scraping of public web pages**. The Ninth Circuit
116
  held the CFAA's "without authorization" concept inapplicable to publicly
117
- available, no-login data — *hiQ Labs v. LinkedIn*, 31 F.4th 1180 (9th Cir. 2022,
118
- on remand from the Supreme Court)
119
- ([opinion](https://cdn.ca9.uscourts.gov/datastore/opinions/2022/04/18/17-16783.pdf))
120
- reaffirmed in *Meta v. Bright Data* (N.D. Cal. 2024, applying hiQ to logged-out
121
- scraping; [order](https://www.courtlistener.com/docket/66686783/meta-platforms-inc-v-bright-data-ltd/)).
 
122
  **Caveats:** hiQ is one circuit and arose on a preliminary-injunction posture
123
  (the case later settled with judgment against hiQ on *contract* grounds);
124
- website terms-of-service claims are **civil breach-of-contract questions, not
125
- criminal access ones**, and this project never accepted any school site's ToS by
126
- account creation. Scraping was rate-limited against public pages of the very
127
- institutions whose disclosures FERPA authorizes.
 
 
128
 
129
  ## 4. Copyright
130
 
131
  **Facts are not copyrightable.** *Feist Publications v. Rural Telephone*, 499
132
- U.S. 340 (1991) ([opinion](https://supreme.justia.com/cases/federal/us/499/340/))
133
- — no "sweat of the brow" protection; a compilation gets at most **thin**
134
- protection for original *selection and arrangement*, which does not cover the
135
- underlying facts. Roster facts (name, position, height, hometown, high school)
136
- are facts; schools' arrangement of them is not reproduced here. The **US has no
137
- sui generis database right** (unlike the EU); Congress has repeatedly declined
138
- to create one. Consequence: neither the schools' pages nor this dataset's facts
139
- carry enforceable copyright in the data itself.
 
 
140
 
141
  ## 5. Why CC0 + citation request
142
 
143
- Because Feist leaves (at most) thin, uncertain rights in a factual compilation,
144
- **an attribution license (CC BY / ODC-BY) would assert conditions on rights that
145
- likely do not exist** — unenforceable and a known source of license-stacking
146
- friction. **CC0 1.0** waives whatever thin rights exist and is the default at
147
- Dryad, Figshare, and Dataverse for exactly this reason
148
  ([Dryad, "Why does Dryad use CC0?"](https://blog.datadryad.org/2011/10/05/why-does-dryad-use-cc0/),
149
  [CC0 FAQ](https://wiki.creativecommons.org/wiki/CC0_FAQ)). It also satisfies
150
- FAIR R1.1 (clear, machine-readable license) cleanly. Attribution is requested as
151
- a **scholarly-norms citation request** (see README), not a license condition
152
- the standard data-repository pattern. The restricted (named) tiers are not CC0;
153
- they are repo-internal under data-use terms and are never deposited anywhere
154
- (Zenodo's terms bar non-anonymized personal data; nothing named goes to HF
155
- either).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
 
157
  ---
158
 
159
- *Written 2026-07-07 against build 2026-07-06; legal citations verified against
160
- the sources linked above on that date.*
 
 
1
+ # Legal Notes — NCAA All Sports Rosters 2025-26 (v2.1.0)
2
 
3
  > **This is an informational summary by the dataset author (Dharit Shah,
4
  > dharits3@gmail.com, independent researcher). It is not legal advice, and no
5
+ > attorney-client relationship is created by reading it.** It records the
6
+ > legal analysis behind the release design so that users, archives, and
7
+ > schools can see the reasoning. Where authority is unsettled, that is stated.
8
+
9
+ The dataset: individual-level rosters for all 28 NCAA sports, 2025-26
10
+ athletic year 513,655 athletes, 1,087 schools, D1/D2/D3 — scraped from
11
+ official school athletics sites. **As of v2.1.0 the public release is
12
+ named:** `first_name`/`last_name` are distributed columns, alongside major,
13
+ previous school, height/weight, and per-sport season-stats sidecars. Every
14
+ distributed field is an institution-published fact from a public roster, bio,
15
+ or stats page; per-athlete demographic predictions and SES joins exist only
16
+ in a research tier that is never distributed. Companions:
17
+ [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md),
18
+ [ETHICS_REVIEW.md](ETHICS_REVIEW.md), [OPT_OUT.md](OPT_OUT.md).
19
 
20
  ---
21
 
 
23
 
24
  **Statute/regs:** 20 U.S.C. § 1232g; 34 CFR Part 99.
25
 
26
+ **Roster data — including names — is textbook directory information.** The
27
+ regulatory definition at [34 CFR § 99.3](https://www.law.cornell.edu/cfr/text/34/99.3)
28
+ expressly lists: **name**, photograph, **major field of study**,
29
+ **"participation in officially recognized activities and sports," "weight and
30
+ height of members of athletic teams,"** dates of attendance, degrees/honors,
31
+ and **most recent previous educational institution**. That list reads like a
32
+ roster page schema because roster pages are the canonical use case — and it
33
+ now also reads like this dataset's v2.1.0 schema: name, major, previous
34
+ school, height, and weight are distributed fields precisely because they sit
35
+ inside the enumerated directory-information categories the schools themselves
36
+ invoked when publishing them. Directory information may be disclosed without
37
+ consent under [34 CFR § 99.31(a)(11)](https://www.law.cornell.edu/cfr/text/34/99.31),
38
+ subject to the [§ 99.37](https://www.law.cornell.edu/cfr/text/34/99.37)
39
+ conditions: the school must give public notice of what it designates as
40
+ directory information and a window for students to **opt out** in writing.
41
+ Schools that publish rosters have made exactly this designation.
42
+
43
+ **FERPA obligations attach to funded institutions, not to third-party
44
+ re-users.** FERPA is a Spending Clause condition: it applies to educational
45
+ agencies and institutions receiving Department of Education program funds
46
+ ([DOE, Protecting Student Privacy FAQ](https://studentprivacy.ed.gov/faq/which-educational-agencies-or-institutions-does-ferpa-apply);
47
  overview: [CRS IF13155](https://www.congress.gov/crs-product/IF13155)). Its
48
  redisclosure limits ([§ 99.33](https://www.law.cornell.edu/cfr/text/34/99.33))
49
  bind parties that received education records *from an institution under a
50
+ consent exception* — they do not reach an independent researcher who
51
+ collected information the schools had already published to the open web under
52
+ the directory-information exception. There is no FERPA private right of
53
+ action even against schools (*Gonzaga Univ. v. Doe*, 536 U.S. 273 (2002),
54
+ [oyez.org/cases/2001/01-679](https://www.oyez.org/cases/2001/01-679));
55
+ enforcement is DOE funding conditions on institutions.
56
+
57
+ **Practical conclusion for this dataset:** the scraped roster facts — names
58
+ included — were disclosed by the schools themselves under FERPA's
59
+ directory-information exception, and FERPA imposes no obligation on this
60
+ project's collection or redistribution of them. v2.1.0 distributes names but
61
+ still less than what schools publish: no photographs, no biographical text,
62
+ no contact information, no birthdates.
63
+
64
+ **The one residual edge — sharper in a named release:** a student who filed a
65
+ § 99.37 directory-information opt-out should never have appeared on a public
66
+ roster page at all. If one did, that is the school's compliance failure, not
67
+ a re-user's but such a person could now appear *by name* in this data
68
+ through no fault of their own. The dataset's opt-out process
69
+ ([OPT_OUT.md](OPT_OUT.md)) covers this remainder: any athlete, a
70
+ parent/guardian, or a school on an athlete's behalf can have the rows removed
71
+ without stating a reason, with a 14-day target and a public removals ledger.
72
 
73
  ## 2. Right of publicity / NIL
74
 
75
+ **The right of publicity targets commercial appropriation of identity** —
76
+ using a person's name/image/likeness to sell or endorse something — not the
77
  dissemination of factual information about them
78
  (overview: [Free Speech Center, MTSU](https://firstamendment.mtsu.edu/article/right-of-publicity/)).
79
+ A statistical dataset of institution-published facts performs no endorsement
80
+ and attaches no one's identity to any product.
 
81
 
82
+ **Controlling authority on named athlete facts now directly on point.**
83
+ *C.B.C. Distribution & Marketing, Inc. v. Major League Baseball Advanced
84
+ Media, L.P.*, 505 F.3d 818 (8th Cir. 2007), cert. denied, 553 U.S. 1090
85
+ (2008)
86
  ([opinion PDF via Yale ISP](https://law.yale.edu/sites/default/files/area/center/isp/documents/c.b.c._distrib._mktg._v._major_league_baseball_advanc.pdf);
87
+ [Harvard L. Rev. note](https://harvardlawreview.org/wp-content/uploads/2008/02/CBC_v_MLBAM.pdf)):
88
+ the First Amendment protected a *commercial* fantasy-sports product's
89
+ unlicensed use of **players' actual names plus performance statistics**,
90
+ because the information was readily available in the public domain. In the
91
+ de-identified releases that holding applied a fortiori; for v2.1.0 —
92
+ athletes' actual names plus roster facts and season statistics, distributed
93
+ free and non-commercially it is the fact pattern itself, at a weaker level
94
+ of commercial exploitation than the use the Eighth Circuit protected. For
95
+ college athletes specifically: *Daniels v. FanDuel, Inc.*, 109 N.E.3d 390
96
+ (Ind. 2018) (certified question), aff'd, 909 F.3d 876 (7th Cir. 2018)
97
  ([Ind. opinion](https://law.justia.com/cases/indiana/supreme-court/2018/18s-cq-134.html);
98
  [7th Cir.](https://law.justia.com/cases/federal/appellate-courts/ca7/17-3051/17-3051-2018-11-29.html))
99
+ — fantasy operators' use of **college players' names, pictures, and
100
+ statistics** fell within the newsworthiness exception to Indiana's
101
+ right-of-publicity statute, read broadly to cover "all types of factual,
102
+ educational, and historical data."
103
+
104
+ **State NIL statutes do not change this.** The 30+ state NIL laws (and the
105
+ House settlement framework) govern *athletes' ability to be paid for
106
+ endorsements* and schools'/NCAA's ability to restrict that they create no
107
+ new cause of action against factual data compilations, and they inherit the
108
+ right-of-publicity news/public-affairs exemptions (e.g., Cal. Civ. Code
109
+ § 3344(d): "news, public affairs, or sports broadcast or account" is exempt;
110
  [ABA overview of NIL landscape](https://www.americanbar.org/groups/entertainment_sports/publications/entertainment-sports-lawyer/spring-2024/beginners-guide-ncaa-name-image-likeness-rights/)).
111
+ Caveat honestly stated: right of publicity is 50-state common/statutory law
112
+ with real variation; C.B.C. and Daniels are one circuit and one state court,
113
+ and the First Amendment boundary is contested at the margins
114
+ (transformative-use splits). A free, non-commercial factual compilation sits
115
+ well inside the protected core those cases mark out; the margin matters for
116
+ **downstream commercial users**, addressed next.
117
+
118
+ **The license line, stated explicitly:** the dataset is released under
119
+ **CC0 1.0** ([LICENSE](LICENSE)), and **CC0 covers the database compilation
120
+ only. It does not grant, waive, or license any name/image/likeness or right
121
+ of publicity in any listed athlete.** Those rights belong to the athletes and
122
+ are not the maintainer's to convey. A downstream user who puts athlete names
123
+ to commercial or endorsement use — merchandising, advertising, implied
124
+ endorsement of a product — bears their own compliance burden under the
125
+ publicity and NIL law of every relevant state. This note is carried in the
126
+ release documentation as a no-endorsement clause; it puts downstream users on
127
+ notice that the license conveys no persona rights.
128
 
129
  ## 3. Scraping
130
 
131
  Collection was **logged-out scraping of public web pages**. The Ninth Circuit
132
  held the CFAA's "without authorization" concept inapplicable to publicly
133
+ available, no-login data — *hiQ Labs v. LinkedIn*, 31 F.4th 1180 (9th Cir.
134
+ 2022, on remand from the Supreme Court)
135
+ ([opinion](https://cdn.ca9.uscourts.gov/datastore/opinions/2022/04/18/17-16783.pdf))
136
+ reaffirmed in *Meta v. Bright Data* (N.D. Cal. 2024, applying hiQ to
137
+ logged-out scraping;
138
+ [order](https://www.courtlistener.com/docket/66686783/meta-platforms-inc-v-bright-data-ltd/)).
139
  **Caveats:** hiQ is one circuit and arose on a preliminary-injunction posture
140
  (the case later settled with judgment against hiQ on *contract* grounds);
141
+ website terms-of-service claims are civil breach-of-contract questions, not
142
+ criminal access ones, and this project never accepted any school site's ToS
143
+ by account creation. Scraping was rate-limited against public pages of the
144
+ very institutions whose disclosures FERPA authorizes. The move to named
145
+ distribution changes nothing in this section: the facts doctrine and the
146
+ access analysis do not depend on which lawfully collected fields ship.
147
 
148
  ## 4. Copyright
149
 
150
  **Facts are not copyrightable.** *Feist Publications v. Rural Telephone*, 499
151
+ U.S. 340 (1991)
152
+ ([opinion](https://supreme.justia.com/cases/federal/us/499/340/)) — no "sweat
153
+ of the brow" protection; a compilation gets at most **thin** protection for
154
+ original *selection and arrangement*, which does not cover the underlying
155
+ facts. Roster facts (name, position, height, weight, hometown, high school,
156
+ major) are facts; schools' arrangement of them is not reproduced here. The US
157
+ has no sui generis database right (unlike the EU); Congress has repeatedly
158
+ declined to create one. Consequence: neither the schools' pages nor this
159
+ dataset's facts carry enforceable copyright in the data itself. Unchanged by
160
+ the named release — a name is as much a fact as a hometown.
161
 
162
  ## 5. Why CC0 + citation request
163
 
164
+ Because Feist leaves (at most) thin, uncertain rights in a factual
165
+ compilation, an attribution license (CC BY / ODC-BY) would assert conditions
166
+ on rights that likely do not exist — unenforceable and a known source of
167
+ license-stacking friction. **CC0 1.0** waives whatever thin rights exist and
168
+ is the default at Dryad, Figshare, and Dataverse for exactly this reason
169
  ([Dryad, "Why does Dryad use CC0?"](https://blog.datadryad.org/2011/10/05/why-does-dryad-use-cc0/),
170
  [CC0 FAQ](https://wiki.creativecommons.org/wiki/CC0_FAQ)). It also satisfies
171
+ FAIR R1.1 (clear, machine-readable license) cleanly. Attribution is requested
172
+ as a scholarly-norms citation request, not a license condition. Two limits of
173
+ CC0, both stated in the release documentation rather than left implicit:
174
+
175
+ - **CC0 waives the maintainer's rights in the compilation; it conveys no
176
+ third-party rights** — not the athletes' publicity/NIL rights (§2), and
177
+ not any right to misuse names in ways other law forbids.
178
+ - **CC0 makes use conditions unenforceable**, so the release's use guidance
179
+ (no individual-level sensitive inference, no re-identification-adjacent
180
+ misuse) is a stated norm, not a term. See
181
+ [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md) §3.
182
+
183
+ The research tier (BISG predictions, SES/income joins, tract identifiers,
184
+ mobility joins) is not CC0; it is repo-internal, never distributed, and never
185
+ deposited anywhere.
186
+
187
+ ## 6. The opt-out mechanism as a good-faith control
188
+
189
+ No law surveyed above requires a removal process for republished
190
+ directory-information facts. One exists anyway
191
+ ([OPT_OUT.md](OPT_OUT.md)): row-level removal keyed on `athlete_id`, covering
192
+ the combined file, the stats sidecars, the per-sport splits, and the sample
193
+ files ("every distributed artifact" per OPT_OUT.md), propagating to the next version on
194
+ all three distribution platforms (Hugging Face, Kaggle, GitHub), 14-day
195
+ target, recorded in a public removals ledger
196
+ ([RELEASE_NOTES.md](RELEASE_NOTES.md), Removals section — empty at v2.1.0).
197
+ Legally it functions as a good-faith control: it operationalizes the § 99.37
198
+ residual (§1), gives named individuals — including parents/guardians of
199
+ listed minors — a working remedy no statute obliges, and evidences the
200
+ non-exploitative character of the release should any margin question in §2
201
+ ever be tested.
202
 
203
  ---
204
 
205
+ *Rewritten 2026-08-14 for the v2.1.0 named release, carried forward from the
206
+ 2026-07-07 notes; legal citations were verified against the sources linked
207
+ above as of the original writing.*
LICENSE CHANGED
@@ -19,9 +19,10 @@ Scope notes (informational, not additional conditions):
19
  commercial or endorsement purposes; rights of publicity and NIL rights
20
  are unaffected and remain with the individuals.
21
  - CONDITIONS OF USE (ethical, stated in the release documentation): do not
22
- attempt re-identification of individuals; do not use the data for
23
- decisions about individual athletes; preserve the de-identification
24
- posture and small-cell suppression in derived releases. See DATASHEET.md
 
25
  §5 and ETHICS_REVIEW.md.
26
  - The BUILD PIPELINE (source code) is licensed separately under the MIT
27
  License (repository root LICENSE file).
 
19
  commercial or endorsement purposes; rights of publicity and NIL rights
20
  are unaffected and remain with the individuals.
21
  - CONDITIONS OF USE (ethical, stated in the release documentation): do not
22
+ attempt individual-level inference of sensitive attributes (race,
23
+ ethnicity, income, or similar) from the released fields; do not use the
24
+ data for decisions about individual athletes; honor removals recorded in
25
+ the opt-out ledger (OPT_OUT.md) in derived releases. See DATASHEET.md
26
  §5 and ETHICS_REVIEW.md.
27
  - The BUILD PIPELINE (source code) is licensed separately under the MIT
28
  License (repository root LICENSE file).
MANIFEST.json ADDED
@@ -0,0 +1,1757 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package": "ncaa-college-athlete-rosters-2025-26",
3
+ "version": "2.1.0",
4
+ "built": "2026-08-14",
5
+ "n_files": 298,
6
+ "total_bytes": 610830671,
7
+ "rows_consolidated": 513655,
8
+ "files": [
9
+ {
10
+ "path": "CITATION.cff",
11
+ "bytes": 1125,
12
+ "sha256": "bbedb1e52354c8112efd1131e1a8246795121758b7bd3f80810b2888661d8cff"
13
+ },
14
+ {
15
+ "path": "DATASHEET.md",
16
+ "bytes": 25771,
17
+ "sha256": "017714425b5133b9c7b461d193c8f9f67f11abf8322d31402966ed00da2723bf"
18
+ },
19
+ {
20
+ "path": "DISCLOSURE_RISK.md",
21
+ "bytes": 15314,
22
+ "sha256": "f0907397044b6196457e036a281c380fa0996c742adeef389d530a01ac706ed4"
23
+ },
24
+ {
25
+ "path": "ETHICS_REVIEW.md",
26
+ "bytes": 16624,
27
+ "sha256": "7e88a4dec92b5b0c440898a7486219609cb6da13d24f748fffa7d1ada6751f8c"
28
+ },
29
+ {
30
+ "path": "LEGAL_NOTES.md",
31
+ "bytes": 12740,
32
+ "sha256": "6ada72eea9fb57b8b282700b1f48dc00a8725ee697f4f9f67382f8e8a68141ec"
33
+ },
34
+ {
35
+ "path": "LICENSE",
36
+ "bytes": 8708,
37
+ "sha256": "e217ccde1396fc3a092bfecd83ff2499b4343b9cb30032a8f43c4a481f1c0d81"
38
+ },
39
+ {
40
+ "path": "OFFICIAL_COMPARISON.md",
41
+ "bytes": 6944,
42
+ "sha256": "e73f50ff5f95ac4df7e3cd0fc68526b4ced7f0d80acd4740a211de59298d6978"
43
+ },
44
+ {
45
+ "path": "OPT_OUT.md",
46
+ "bytes": 3877,
47
+ "sha256": "5007d780ed2cb4e4b1117572693c5defe6c741aae35b6e114ad33950a972486d"
48
+ },
49
+ {
50
+ "path": "README.md",
51
+ "bytes": 20988,
52
+ "sha256": "5acd663e0a7fbf52809397c873c4b466cc8227b9d1f81cf433ff6ca346790cb4"
53
+ },
54
+ {
55
+ "path": "RELEASE_NOTES.md",
56
+ "bytes": 18105,
57
+ "sha256": "94522cd8d363807f07119a438cacd38d219f063c8299b40cda0b9c63decedc86"
58
+ },
59
+ {
60
+ "path": "by_sport/README.md",
61
+ "bytes": 2298,
62
+ "sha256": "63b64dbf4042f42eee07ba0faee5440ada9582f062365626a960dc265c63efd3"
63
+ },
64
+ {
65
+ "path": "by_sport/acro_tumbling/CODEBOOK.md",
66
+ "bytes": 1009,
67
+ "sha256": "0655a8773a0dfdd855f80d30fbaa73bf1eb9c19f2384d97a254c8afdd9da9df6"
68
+ },
69
+ {
70
+ "path": "by_sport/acro_tumbling/all.csv",
71
+ "bytes": 292667,
72
+ "rows": 1099,
73
+ "sha256": "e20481cd7bfb9b72613e8b7a86c1130b3150163e6ef0d3f9fae3a2a973c444cc"
74
+ },
75
+ {
76
+ "path": "by_sport/acro_tumbling/all.parquet",
77
+ "bytes": 90921,
78
+ "rows": 1099,
79
+ "sha256": "e1644e68e78d3f4db0280e104f47a2bdc6d903e3530a4857cb84ecec12e25dc5"
80
+ },
81
+ {
82
+ "path": "by_sport/acro_tumbling/women/all.csv",
83
+ "bytes": 292667,
84
+ "rows": 1099,
85
+ "sha256": "e20481cd7bfb9b72613e8b7a86c1130b3150163e6ef0d3f9fae3a2a973c444cc"
86
+ },
87
+ {
88
+ "path": "by_sport/acro_tumbling/women/d1.csv",
89
+ "bytes": 99236,
90
+ "rows": 383,
91
+ "sha256": "0273a52229295fc44fd5e408d5c396fe54fa2e2e3b7ba8d9ab7919a4e0d7b805"
92
+ },
93
+ {
94
+ "path": "by_sport/acro_tumbling/women/d2.csv",
95
+ "bytes": 154473,
96
+ "rows": 565,
97
+ "sha256": "0cb17a3529e9929f3a07ab1bbb3f9cf13c91fec08cb29a7098e31344a4be3422"
98
+ },
99
+ {
100
+ "path": "by_sport/acro_tumbling/women/d3.csv",
101
+ "bytes": 39580,
102
+ "rows": 151,
103
+ "sha256": "52d0636c83d641896eca7533af44366012ee262d2d26b88c1d4d3b51979af765"
104
+ },
105
+ {
106
+ "path": "by_sport/baseball/CODEBOOK.md",
107
+ "bytes": 1612,
108
+ "sha256": "24f3a15d6080aa7643cce105ca0e13d86b493769707f08bb97b1db275bfb8cd9"
109
+ },
110
+ {
111
+ "path": "by_sport/baseball/all.csv",
112
+ "bytes": 9877848,
113
+ "rows": 38033,
114
+ "sha256": "7f97b236e8c724267e2697d3391ca7f7ddd68eec461aabd63b2b4af0c969acbe"
115
+ },
116
+ {
117
+ "path": "by_sport/baseball/all.parquet",
118
+ "bytes": 1910204,
119
+ "rows": 38033,
120
+ "sha256": "44681d09a6bd3a78a102fba8e61de51f54753a364520454d77d11b0c2594f9bd"
121
+ },
122
+ {
123
+ "path": "by_sport/baseball/men/all.csv",
124
+ "bytes": 9877848,
125
+ "rows": 38033,
126
+ "sha256": "7f97b236e8c724267e2697d3391ca7f7ddd68eec461aabd63b2b4af0c969acbe"
127
+ },
128
+ {
129
+ "path": "by_sport/baseball/men/d1.csv",
130
+ "bytes": 2903927,
131
+ "rows": 11670,
132
+ "sha256": "0d11692a76f866a2f9aef73982133de566788f9f7dbdc8d1d094a9c302d8a127"
133
+ },
134
+ {
135
+ "path": "by_sport/baseball/men/d2.csv",
136
+ "bytes": 2865800,
137
+ "rows": 10699,
138
+ "sha256": "c3e6c8573415ce296e3f3da2178375467331653cf6448d44b7386acc2dd24b53"
139
+ },
140
+ {
141
+ "path": "by_sport/baseball/men/d3.csv",
142
+ "bytes": 4108743,
143
+ "rows": 15664,
144
+ "sha256": "fa43df9aad516b27f3126f9198e6553f6cb27375e9d18f05c4f9a8c42e248069"
145
+ },
146
+ {
147
+ "path": "by_sport/baseball/stats.csv",
148
+ "bytes": 1988809,
149
+ "rows": 27470,
150
+ "sha256": "8ed33bba2e5a8443a6619d4dcc0c354ea3e4d7fb345845301d1c5c097e438899"
151
+ },
152
+ {
153
+ "path": "by_sport/baseball/stats.parquet",
154
+ "bytes": 982109,
155
+ "rows": 27470,
156
+ "sha256": "bd67e5fcb341f361c5546de06f1076f3efbb8b6e5377266beba324fcb2b08377"
157
+ },
158
+ {
159
+ "path": "by_sport/basketball/CODEBOOK.md",
160
+ "bytes": 1691,
161
+ "sha256": "00fd22ea8b212228b5d1936691a39841281057545e4d9c76f6c5002ebdf6b473"
162
+ },
163
+ {
164
+ "path": "by_sport/basketball/all.csv",
165
+ "bytes": 8768412,
166
+ "rows": 32614,
167
+ "sha256": "15b7bfd5386c79c3b3a45b3ecf169132819c3480028f01dba2daa6ec03353b8f"
168
+ },
169
+ {
170
+ "path": "by_sport/basketball/all.parquet",
171
+ "bytes": 1786322,
172
+ "rows": 32614,
173
+ "sha256": "f6981b507dea803149b170d80a893ab7af31fc336be5dacd792c72c6ce04e965"
174
+ },
175
+ {
176
+ "path": "by_sport/basketball/men/all.csv",
177
+ "bytes": 4674264,
178
+ "rows": 17346,
179
+ "sha256": "5a7925817645ecb3cf955b0f8eb2b291da69638c4ed23858f9c4f8abbacb850f"
180
+ },
181
+ {
182
+ "path": "by_sport/basketball/men/d1.csv",
183
+ "bytes": 1392361,
184
+ "rows": 5407,
185
+ "sha256": "4ec9f9d652f47117d598fec2e0d3ef0d8f3bb988592896f44b8ea547e6c42f14"
186
+ },
187
+ {
188
+ "path": "by_sport/basketball/men/d2.csv",
189
+ "bytes": 1324572,
190
+ "rows": 4720,
191
+ "sha256": "e15405d9b39328fbeeb2915c6c7d0a1e125a3277b25f3b8718dfd1bc063564f1"
192
+ },
193
+ {
194
+ "path": "by_sport/basketball/men/d3.csv",
195
+ "bytes": 1957953,
196
+ "rows": 7219,
197
+ "sha256": "a3df0343303637454f62aa13185a98e78f9068a6e6e9768b72bbcbe04e7e554e"
198
+ },
199
+ {
200
+ "path": "by_sport/basketball/stats.csv",
201
+ "bytes": 2188057,
202
+ "rows": 26818,
203
+ "sha256": "002613f99e06c7e1a0ea294c1ea4d64571af1bc11796e8f7a71a4d340ecbb55d"
204
+ },
205
+ {
206
+ "path": "by_sport/basketball/stats.parquet",
207
+ "bytes": 1193742,
208
+ "rows": 26818,
209
+ "sha256": "3dc11f0b60da19b15a8d22995e3bcf1c672c73c54d156d7b10e506e3d367b72d"
210
+ },
211
+ {
212
+ "path": "by_sport/basketball/women/all.csv",
213
+ "bytes": 4094459,
214
+ "rows": 15268,
215
+ "sha256": "375f7a9922d6a67a27b0dae86cba05488b7867dfc71059fd427f9603e0544dc8"
216
+ },
217
+ {
218
+ "path": "by_sport/basketball/women/d1.csv",
219
+ "bytes": 1202191,
220
+ "rows": 4725,
221
+ "sha256": "fae9125aad36c876021929febfaf85845c6a37f6e79a427ea0575204b5c70f17"
222
+ },
223
+ {
224
+ "path": "by_sport/basketball/women/d2.csv",
225
+ "bytes": 1189514,
226
+ "rows": 4273,
227
+ "sha256": "2f7642f105d7d0d9d6953de44fbdeba220ce0773ac60e8035e6b13c458e3e569"
228
+ },
229
+ {
230
+ "path": "by_sport/basketball/women/d3.csv",
231
+ "bytes": 1703376,
232
+ "rows": 6270,
233
+ "sha256": "8ce5c45246144a66ff8d9718416dbba1bec4b24de505c87d30b1ded398ab8f07"
234
+ },
235
+ {
236
+ "path": "by_sport/beach_volleyball/CODEBOOK.md",
237
+ "bytes": 1015,
238
+ "sha256": "2f60c34b80c3e3433be78790a24456af6b561a70fea3e5d9f1b37a427651f7ff"
239
+ },
240
+ {
241
+ "path": "by_sport/beach_volleyball/all.csv",
242
+ "bytes": 453956,
243
+ "rows": 1678,
244
+ "sha256": "6e4e3dbd853000f0710532e02abb1f83c68f2c943b724a9ab9f6f63739bf072c"
245
+ },
246
+ {
247
+ "path": "by_sport/beach_volleyball/all.parquet",
248
+ "bytes": 126872,
249
+ "rows": 1678,
250
+ "sha256": "a43093e5bd21a71aef1890f5757f22a4194f56fad260d157abac045ca4622384"
251
+ },
252
+ {
253
+ "path": "by_sport/beach_volleyball/women/all.csv",
254
+ "bytes": 453956,
255
+ "rows": 1678,
256
+ "sha256": "6e4e3dbd853000f0710532e02abb1f83c68f2c943b724a9ab9f6f63739bf072c"
257
+ },
258
+ {
259
+ "path": "by_sport/beach_volleyball/women/d1.csv",
260
+ "bytes": 307813,
261
+ "rows": 1151,
262
+ "sha256": "60af77ab7660f7954d5290746ffee4b503f82ade01dad054f5951d9214a45125"
263
+ },
264
+ {
265
+ "path": "by_sport/beach_volleyball/women/d2.csv",
266
+ "bytes": 98499,
267
+ "rows": 352,
268
+ "sha256": "18e31bdf96b27d02ebc0a0e3630279ac01836d16f359fd686e5a5fb6ffcc351a"
269
+ },
270
+ {
271
+ "path": "by_sport/beach_volleyball/women/d3.csv",
272
+ "bytes": 48266,
273
+ "rows": 175,
274
+ "sha256": "1509c7bbd62e91ac2de225d6ae35709686511386d19e4ea6b0c200ec5a1a8dbd"
275
+ },
276
+ {
277
+ "path": "by_sport/bowling/CODEBOOK.md",
278
+ "bytes": 993,
279
+ "sha256": "691d577702ef9857feef1320ea0bec7229f0294fa4e591b86865b244334d1f40"
280
+ },
281
+ {
282
+ "path": "by_sport/bowling/all.csv",
283
+ "bytes": 205758,
284
+ "rows": 804,
285
+ "sha256": "e112e273451c2c15ed365ab8c17d43181240d916ce69e3819b0f9c9ee858a146"
286
+ },
287
+ {
288
+ "path": "by_sport/bowling/all.parquet",
289
+ "bytes": 74302,
290
+ "rows": 804,
291
+ "sha256": "ab1e324442fa0ffb6c1b13d2eb92d79c520bbd46e30aa9da0256ddcc36453639"
292
+ },
293
+ {
294
+ "path": "by_sport/bowling/women/all.csv",
295
+ "bytes": 205758,
296
+ "rows": 804,
297
+ "sha256": "e112e273451c2c15ed365ab8c17d43181240d916ce69e3819b0f9c9ee858a146"
298
+ },
299
+ {
300
+ "path": "by_sport/bowling/women/d1.csv",
301
+ "bytes": 83787,
302
+ "rows": 338,
303
+ "sha256": "3e4fd4e816469b62e7408cba6b06f591f7a269b918f1f1e1ed39af1a5c83df47"
304
+ },
305
+ {
306
+ "path": "by_sport/bowling/women/d2.csv",
307
+ "bytes": 83518,
308
+ "rows": 315,
309
+ "sha256": "3828e6beb2444a77555c6ba0bba61c074b8e85ac39508595d3a743be25e4432d"
310
+ },
311
+ {
312
+ "path": "by_sport/bowling/women/d3.csv",
313
+ "bytes": 39075,
314
+ "rows": 151,
315
+ "sha256": "028ebda7dfc8d9215be36661c2b9181c320631a23adb1fb177e6d122627b4ed9"
316
+ },
317
+ {
318
+ "path": "by_sport/cross_country/CODEBOOK.md",
319
+ "bytes": 1632,
320
+ "sha256": "ad3f56e8103c85d9faa4991761ab7bc3f0cf1f98ab4155e60232ae52b75d111a"
321
+ },
322
+ {
323
+ "path": "by_sport/cross_country/all.csv",
324
+ "bytes": 7270120,
325
+ "rows": 28178,
326
+ "sha256": "059f7f140cca3d43e7f5523201fdc0c70dcd3506b57962b9e6ad23d4c41b391f"
327
+ },
328
+ {
329
+ "path": "by_sport/cross_country/all.parquet",
330
+ "bytes": 1437860,
331
+ "rows": 28178,
332
+ "sha256": "00f702cb7dfa7f7fc291b636d125c5453b3a158d80c6b1a0b15776bb96a2e6c4"
333
+ },
334
+ {
335
+ "path": "by_sport/cross_country/men/all.csv",
336
+ "bytes": 3632157,
337
+ "rows": 14161,
338
+ "sha256": "1fa3acca97fbb329c38c0e30819350fea2136fe58fd813935b53b1b58ac7c0d9"
339
+ },
340
+ {
341
+ "path": "by_sport/cross_country/men/d1.csv",
342
+ "bytes": 1120538,
343
+ "rows": 4698,
344
+ "sha256": "e6198ec96241c8bff30d24b324991b3b4d891f5487d47121bac92e5fc2fbdc6b"
345
+ },
346
+ {
347
+ "path": "by_sport/cross_country/men/d2.csv",
348
+ "bytes": 1017202,
349
+ "rows": 3805,
350
+ "sha256": "9f5baa47590398894935fdf116ed0ef9c0e904296ef8eed45348eb1453aecd7b"
351
+ },
352
+ {
353
+ "path": "by_sport/cross_country/men/d3.csv",
354
+ "bytes": 1495039,
355
+ "rows": 5658,
356
+ "sha256": "bf4019fcb0d7136d344d2c6a8eecebc7f5edb237b2e89fd037094b7976a3a20a"
357
+ },
358
+ {
359
+ "path": "by_sport/cross_country/women/all.csv",
360
+ "bytes": 3638274,
361
+ "rows": 14017,
362
+ "sha256": "e0326b9661e0ecc281a4accb84872a5d0d44e4896cbba9fff22c6cdbea5911b2"
363
+ },
364
+ {
365
+ "path": "by_sport/cross_country/women/d1.csv",
366
+ "bytes": 1301281,
367
+ "rows": 5356,
368
+ "sha256": "2580f018401dc32673f83dd2795f9d84230b5b8059508604f9c21a3660cf03c5"
369
+ },
370
+ {
371
+ "path": "by_sport/cross_country/women/d2.csv",
372
+ "bytes": 962960,
373
+ "rows": 3548,
374
+ "sha256": "88f8dcb5588a9b4b2222b09098299a464190c909cebb1be8eb063c3b7f6e9b5c"
375
+ },
376
+ {
377
+ "path": "by_sport/cross_country/women/d3.csv",
378
+ "bytes": 1374655,
379
+ "rows": 5113,
380
+ "sha256": "6d11f1fc4e9044993101782975809645a2afb11b7d01ace30b564083d676adf3"
381
+ },
382
+ {
383
+ "path": "by_sport/equestrian/CODEBOOK.md",
384
+ "bytes": 1005,
385
+ "sha256": "35f32c98010cbcb7c368edabaa228b174abb21aa7d1b1b9238fd4ab1959418f9"
386
+ },
387
+ {
388
+ "path": "by_sport/equestrian/all.csv",
389
+ "bytes": 260215,
390
+ "rows": 1017,
391
+ "sha256": "d24b1ac0150d9bfbdfabaae50b322c8ee2ab566dfcd335a3468737da83c4fbf6"
392
+ },
393
+ {
394
+ "path": "by_sport/equestrian/all.parquet",
395
+ "bytes": 86351,
396
+ "rows": 1017,
397
+ "sha256": "c334a77bf96509a4005c2f4542b1a74fd7c92f27df7f4cfea4c34a2ab570725d"
398
+ },
399
+ {
400
+ "path": "by_sport/equestrian/women/all.csv",
401
+ "bytes": 260215,
402
+ "rows": 1017,
403
+ "sha256": "d24b1ac0150d9bfbdfabaae50b322c8ee2ab566dfcd335a3468737da83c4fbf6"
404
+ },
405
+ {
406
+ "path": "by_sport/equestrian/women/d1.csv",
407
+ "bytes": 170329,
408
+ "rows": 679,
409
+ "sha256": "3313db6238cf6f3853868088623b314327a3ffc1f482c0ae89aeb472fb5559e2"
410
+ },
411
+ {
412
+ "path": "by_sport/equestrian/women/d2.csv",
413
+ "bytes": 16126,
414
+ "rows": 61,
415
+ "sha256": "415d148e5c7840ab3db5192c1baf849672ebda8c1e57e999e9d4e3b36ef105fe"
416
+ },
417
+ {
418
+ "path": "by_sport/equestrian/women/d3.csv",
419
+ "bytes": 74382,
420
+ "rows": 277,
421
+ "sha256": "ddf7b284823b26cb6b42510ae5eac04754ef62b38570d4b812a386fbc60edf84"
422
+ },
423
+ {
424
+ "path": "by_sport/fencing/CODEBOOK.md",
425
+ "bytes": 1184,
426
+ "sha256": "1fb5c1f3e59b4ca8d86fadb37f984564b8cbdd5ab951093008dd93931df8cea6"
427
+ },
428
+ {
429
+ "path": "by_sport/fencing/all.csv",
430
+ "bytes": 300722,
431
+ "rows": 1212,
432
+ "sha256": "17c45808eb38a85b1a21ba4f6ad53bfe18aea5da975d300ad25e0c24044f2f77"
433
+ },
434
+ {
435
+ "path": "by_sport/fencing/all.parquet",
436
+ "bytes": 93515,
437
+ "rows": 1212,
438
+ "sha256": "bd8bac2182159a70b28f0a883ba0b27de043fbec555ae31baa8bdeb80917ba51"
439
+ },
440
+ {
441
+ "path": "by_sport/fencing/men/all.csv",
442
+ "bytes": 146178,
443
+ "rows": 587,
444
+ "sha256": "d0823266baeea46fd5d77788f20e2dba35808ca77bfd7dcbb91a6efaa73e901a"
445
+ },
446
+ {
447
+ "path": "by_sport/fencing/men/d1.csv",
448
+ "bytes": 81409,
449
+ "rows": 340,
450
+ "sha256": "1b2ece86f14ec8b209140aec80fe858d6422b7e30b60c03ae834414f8b1d8c2b"
451
+ },
452
+ {
453
+ "path": "by_sport/fencing/men/d2.csv",
454
+ "bytes": 6227,
455
+ "rows": 20,
456
+ "sha256": "d6819fbcdba4d2bebbf71d393b0fdaa97388b37c0266bd2d1d1fee1b37c66ecc"
457
+ },
458
+ {
459
+ "path": "by_sport/fencing/men/d3.csv",
460
+ "bytes": 59164,
461
+ "rows": 227,
462
+ "sha256": "20d24468fcf76b2fd6baf5c4e537f396741530a0f861d4a5ed86b80a100cb3ac"
463
+ },
464
+ {
465
+ "path": "by_sport/fencing/women/all.csv",
466
+ "bytes": 154855,
467
+ "rows": 625,
468
+ "sha256": "3510a008c21381b5d5b46c3771be6eee8cee1513a7e9a07f316ad9c2e165976c"
469
+ },
470
+ {
471
+ "path": "by_sport/fencing/women/d1.csv",
472
+ "bytes": 90395,
473
+ "rows": 380,
474
+ "sha256": "9543a27672b5e2f3050d70c4adf3f49f8098d33b4bd07aa07c0b155f888c4496"
475
+ },
476
+ {
477
+ "path": "by_sport/fencing/women/d2.csv",
478
+ "bytes": 3006,
479
+ "rows": 9,
480
+ "sha256": "c162a0e9f8096572e7444e7f99f24da51df25efab9e7a33503e52251ff95df0b"
481
+ },
482
+ {
483
+ "path": "by_sport/fencing/women/d3.csv",
484
+ "bytes": 62076,
485
+ "rows": 236,
486
+ "sha256": "54f49efe5d38ae4bb11b49e00effb88338b362fad5d8da55d19e5514d8d07b91"
487
+ },
488
+ {
489
+ "path": "by_sport/field_hockey/CODEBOOK.md",
490
+ "bytes": 1454,
491
+ "sha256": "aba78357db57a1c908f73339dd101c7073438cbc784908fbf03281f3c8f15337"
492
+ },
493
+ {
494
+ "path": "by_sport/field_hockey/all.csv",
495
+ "bytes": 1656629,
496
+ "rows": 6300,
497
+ "sha256": "62c963552035932908262f774b25dc3346e862b29ddc819d8ac84605c122da43"
498
+ },
499
+ {
500
+ "path": "by_sport/field_hockey/all.parquet",
501
+ "bytes": 349970,
502
+ "rows": 6300,
503
+ "sha256": "6fa4d954933fb069fe249f889b184c484e00962441095b23df96ff544abb3389"
504
+ },
505
+ {
506
+ "path": "by_sport/field_hockey/stats.csv",
507
+ "bytes": 347714,
508
+ "rows": 5439,
509
+ "sha256": "b36e98f67b2f1671e38a2e291adea24d7ea489d576eeea0d97def13d24c96516"
510
+ },
511
+ {
512
+ "path": "by_sport/field_hockey/stats.parquet",
513
+ "bytes": 200795,
514
+ "rows": 5439,
515
+ "sha256": "4df2ba4294127ad721dce9cd650df7032cc3b81e86d8b52855e00ebf4254b5aa"
516
+ },
517
+ {
518
+ "path": "by_sport/field_hockey/women/all.csv",
519
+ "bytes": 1656629,
520
+ "rows": 6300,
521
+ "sha256": "62c963552035932908262f774b25dc3346e862b29ddc819d8ac84605c122da43"
522
+ },
523
+ {
524
+ "path": "by_sport/field_hockey/women/d1.csv",
525
+ "bytes": 498059,
526
+ "rows": 1968,
527
+ "sha256": "34a7cdeb079024261b6f2b339ae354e2b6d0a961d5903466b516a6d33ee78df1"
528
+ },
529
+ {
530
+ "path": "by_sport/field_hockey/women/d2.csv",
531
+ "bytes": 210462,
532
+ "rows": 789,
533
+ "sha256": "7904607823186d7682860fc305a4f4f69a40aa07a11c6bf2456ec4216cfe0fb1"
534
+ },
535
+ {
536
+ "path": "by_sport/field_hockey/women/d3.csv",
537
+ "bytes": 948730,
538
+ "rows": 3543,
539
+ "sha256": "92ebd524f4dcce9351492a46b87b7d62b1f47264d2d72e3c45ab46db465cbb54"
540
+ },
541
+ {
542
+ "path": "by_sport/football/CODEBOOK.md",
543
+ "bytes": 1852,
544
+ "sha256": "057c4e6891c4f3acd705850a17354b2c8d40c30a3aeb155ce35ed56db0367d28"
545
+ },
546
+ {
547
+ "path": "by_sport/football/all.csv",
548
+ "bytes": 18314026,
549
+ "rows": 72512,
550
+ "sha256": "48ea64c24fc6ae09473fd91c144c192a0fb445fa8588fe2fe1a15e435c637bc7"
551
+ },
552
+ {
553
+ "path": "by_sport/football/all.parquet",
554
+ "bytes": 3272588,
555
+ "rows": 72512,
556
+ "sha256": "d2b78fe7780165467e74824d7fe2c4dca2c1098c7145b3b87871b4aac9ec9242"
557
+ },
558
+ {
559
+ "path": "by_sport/football/men/all.csv",
560
+ "bytes": 18314026,
561
+ "rows": 72512,
562
+ "sha256": "48ea64c24fc6ae09473fd91c144c192a0fb445fa8588fe2fe1a15e435c637bc7"
563
+ },
564
+ {
565
+ "path": "by_sport/football/men/d1.csv",
566
+ "bytes": 7028370,
567
+ "rows": 28806,
568
+ "sha256": "ce6a3211b29152a72550569d960ef8bc3526a9bb6e47284b33a5c6cdf5c9718f"
569
+ },
570
+ {
571
+ "path": "by_sport/football/men/d2.csv",
572
+ "bytes": 4759144,
573
+ "rows": 18177,
574
+ "sha256": "71e7923ba4069acb00e7aa5cf43acc47b81ab57d24017199614bc1c08532b8d8"
575
+ },
576
+ {
577
+ "path": "by_sport/football/men/d3.csv",
578
+ "bytes": 6527134,
579
+ "rows": 25529,
580
+ "sha256": "11b360995199850d4a84091169423051895af57d24b5625658d712218fdd2af4"
581
+ },
582
+ {
583
+ "path": "by_sport/football/stats.csv",
584
+ "bytes": 2159931,
585
+ "rows": 34982,
586
+ "sha256": "59b7a8212fc70d660aeb19b5437acf4cb2f16fc43ceb36ec91e2c3cb3bc24c39"
587
+ },
588
+ {
589
+ "path": "by_sport/football/stats.parquet",
590
+ "bytes": 1041427,
591
+ "rows": 34982,
592
+ "sha256": "06a24fe4d51ffa22d1592bf72dddd88792abb2ed31a66fe7b2867b38376f6690"
593
+ },
594
+ {
595
+ "path": "by_sport/golf/CODEBOOK.md",
596
+ "bytes": 1191,
597
+ "sha256": "df4720c9b7806f243da25a2f91bcb8472870208601deb85c8bbf46e233c9d073"
598
+ },
599
+ {
600
+ "path": "by_sport/golf/all.csv",
601
+ "bytes": 3305924,
602
+ "rows": 13447,
603
+ "sha256": "dd2c43a17371a37981d9c814569e606a4ef6e8757bbe59f1e5dc617beed07a23"
604
+ },
605
+ {
606
+ "path": "by_sport/golf/all.parquet",
607
+ "bytes": 804392,
608
+ "rows": 13447,
609
+ "sha256": "2ac6751327403838c2a279f373eb1570d9dcb93431718081c02911f3aa2375bb"
610
+ },
611
+ {
612
+ "path": "by_sport/golf/men/all.csv",
613
+ "bytes": 1968437,
614
+ "rows": 8027,
615
+ "sha256": "c6297a484b4b9ac8913b63399a101fe322de89c2cddabd5bec5b2cf67ea615ec"
616
+ },
617
+ {
618
+ "path": "by_sport/golf/men/d1.csv",
619
+ "bytes": 612014,
620
+ "rows": 2648,
621
+ "sha256": "d26f5a018e0124f88772f399fac3ca077efe1fffa5ae296c384059c44b0c6ad4"
622
+ },
623
+ {
624
+ "path": "by_sport/golf/men/d2.csv",
625
+ "bytes": 547216,
626
+ "rows": 2150,
627
+ "sha256": "728a6e8606a65ca5c819f4c4648b61197348935cdcecd7e564a32d0aa9b39661"
628
+ },
629
+ {
630
+ "path": "by_sport/golf/men/d3.csv",
631
+ "bytes": 809829,
632
+ "rows": 3229,
633
+ "sha256": "4e23c7386f77d7369de2a2afa38e15a55c5e63d4599ef48309d1b4065acba956"
634
+ },
635
+ {
636
+ "path": "by_sport/golf/women/all.csv",
637
+ "bytes": 1337798,
638
+ "rows": 5420,
639
+ "sha256": "5b6eaef57a7154d3a526789b61f6e46044a50e8a1015f2752e6224109d8392ef"
640
+ },
641
+ {
642
+ "path": "by_sport/golf/women/d1.csv",
643
+ "bytes": 511611,
644
+ "rows": 2178,
645
+ "sha256": "ea1bac1a3b97a95eced12f8a29217d5fcf1ba28a19bd8ebc3bb093e62970666a"
646
+ },
647
+ {
648
+ "path": "by_sport/golf/women/d2.csv",
649
+ "bytes": 363261,
650
+ "rows": 1413,
651
+ "sha256": "97bdd10fc3db3e5dbcc973426f5ce6e3caffced9ed7b01c1f82295fa2f5de69e"
652
+ },
653
+ {
654
+ "path": "by_sport/golf/women/d3.csv",
655
+ "bytes": 463548,
656
+ "rows": 1829,
657
+ "sha256": "a86629a3724d3339f33808026f124f65d21f6de6cb70ba3f3e67b34924da6c07"
658
+ },
659
+ {
660
+ "path": "by_sport/gymnastics/CODEBOOK.md",
661
+ "bytes": 1195,
662
+ "sha256": "a49b2a917371f45445b74a7a1c6fc20c9724bfd541dd59cd2e0f07976bab6efa"
663
+ },
664
+ {
665
+ "path": "by_sport/gymnastics/all.csv",
666
+ "bytes": 541966,
667
+ "rows": 2031,
668
+ "sha256": "0ea8acf10f39624b7e52833ab7d73d4656424d0df3dc11263c9d9888a560e379"
669
+ },
670
+ {
671
+ "path": "by_sport/gymnastics/all.parquet",
672
+ "bytes": 146609,
673
+ "rows": 2031,
674
+ "sha256": "f50d66855e26187fea3fc5521b0f9101c3d3ae875c54dbe0db93edd6e953a673"
675
+ },
676
+ {
677
+ "path": "by_sport/gymnastics/men/all.csv",
678
+ "bytes": 85102,
679
+ "rows": 315,
680
+ "sha256": "014ee8535cb2fee733ddf6b0281865da9b6e33765e5a1f67814cc4f1e138e1fe"
681
+ },
682
+ {
683
+ "path": "by_sport/gymnastics/men/d1.csv",
684
+ "bytes": 60635,
685
+ "rows": 234,
686
+ "sha256": "683c5315f3e0267a54bba6320d6758682598846f0985de3843305dcbd97a5a96"
687
+ },
688
+ {
689
+ "path": "by_sport/gymnastics/men/d3.csv",
690
+ "bytes": 24778,
691
+ "rows": 81,
692
+ "sha256": "49a0d8ac5e9137bfcf8f2bad2f0157705031677f5746285c09617fff0efcf1df"
693
+ },
694
+ {
695
+ "path": "by_sport/gymnastics/women/all.csv",
696
+ "bytes": 457175,
697
+ "rows": 1716,
698
+ "sha256": "083ee03d98425a9e4557ab657482a5a33ff70d1f4792b5efc110d3677a4b5e17"
699
+ },
700
+ {
701
+ "path": "by_sport/gymnastics/women/d1.csv",
702
+ "bytes": 306489,
703
+ "rows": 1185,
704
+ "sha256": "045a4b88fc59207bd618e6f9223ac512e5871b76a9bcab8b7e64f22fcf2e8936"
705
+ },
706
+ {
707
+ "path": "by_sport/gymnastics/women/d2.csv",
708
+ "bytes": 25624,
709
+ "rows": 97,
710
+ "sha256": "702e4794127f127a40cffce47c6b7f36283f93d350389d1f357d3228d035dfed"
711
+ },
712
+ {
713
+ "path": "by_sport/gymnastics/women/d3.csv",
714
+ "bytes": 125684,
715
+ "rows": 434,
716
+ "sha256": "2f1dd64de66a0fb35689e4079410abd872f43abbbc017d3b077dbfb9f9bd0bf3"
717
+ },
718
+ {
719
+ "path": "by_sport/ice_hockey/CODEBOOK.md",
720
+ "bytes": 2294,
721
+ "sha256": "7bbbf7b5612b3804e8ede2161f1d98eb1cc18693a4d8bab268ed5f1dd76a4d74"
722
+ },
723
+ {
724
+ "path": "by_sport/ice_hockey/all.csv",
725
+ "bytes": 2097769,
726
+ "rows": 7529,
727
+ "sha256": "fe2ada22fb0b53c5d78e3a4b8713fe66e52f7a1c8a4b61578553dbab015136bb"
728
+ },
729
+ {
730
+ "path": "by_sport/ice_hockey/all.parquet",
731
+ "bytes": 424928,
732
+ "rows": 7529,
733
+ "sha256": "0b79ad817348a67c55c9c4672df6e1b584dd22a969de47a1eaaa7527face1e24"
734
+ },
735
+ {
736
+ "path": "by_sport/ice_hockey/men/all.csv",
737
+ "bytes": 1255508,
738
+ "rows": 4478,
739
+ "sha256": "2103249a675f4c50f804ff3a83787c2e71efda9a027c5accbe08eb6b87f9fc92"
740
+ },
741
+ {
742
+ "path": "by_sport/ice_hockey/men/d1.csv",
743
+ "bytes": 479257,
744
+ "rows": 1724,
745
+ "sha256": "7845c763d8228614cfb116f7d69e1c5bfc367613fe7b9ba15f8ec1bfe3209c05"
746
+ },
747
+ {
748
+ "path": "by_sport/ice_hockey/men/d2.csv",
749
+ "bytes": 57774,
750
+ "rows": 206,
751
+ "sha256": "3c7fcf107cc9affe3ccd38956deee285427771bfd0db8b9d3c902e13259bba2b"
752
+ },
753
+ {
754
+ "path": "by_sport/ice_hockey/men/d3.csv",
755
+ "bytes": 719099,
756
+ "rows": 2548,
757
+ "sha256": "fc5acca0ba59826a5a5acfe94077067d079bf619c3c825c23702fbf517bcdb3b"
758
+ },
759
+ {
760
+ "path": "by_sport/ice_hockey/stats.csv",
761
+ "bytes": 313127,
762
+ "rows": 6345,
763
+ "sha256": "ac4ac35a1610306cd66a6bb7aa17a4a45fb59c9c4b41ba9eeeca859550d1a6cd"
764
+ },
765
+ {
766
+ "path": "by_sport/ice_hockey/stats.parquet",
767
+ "bytes": 210295,
768
+ "rows": 6345,
769
+ "sha256": "2e02b2ed43bedc5c65f90bbf3bd40eaec3fc7b9941e8a016e0fa7794cf595e70"
770
+ },
771
+ {
772
+ "path": "by_sport/ice_hockey/women/all.csv",
773
+ "bytes": 842572,
774
+ "rows": 3051,
775
+ "sha256": "50a0d83679c7bc7b00339dbca8146a7cb4776a0e75a16b9329674babf1436859"
776
+ },
777
+ {
778
+ "path": "by_sport/ice_hockey/women/d1.csv",
779
+ "bytes": 268080,
780
+ "rows": 986,
781
+ "sha256": "b481b7b00b06ac631ed154278533902bff20e93c25f4a87d85d699d984859a52"
782
+ },
783
+ {
784
+ "path": "by_sport/ice_hockey/women/d2.csv",
785
+ "bytes": 33829,
786
+ "rows": 124,
787
+ "sha256": "a76926c48c66608e97d75b0be2aa3b36338707ea8806119e503b9c1e470cee2b"
788
+ },
789
+ {
790
+ "path": "by_sport/ice_hockey/women/d3.csv",
791
+ "bytes": 541285,
792
+ "rows": 1941,
793
+ "sha256": "29da66626affc6028cebf59ecc17ba3a2e34999fc4360b176c923ad8a7323e55"
794
+ },
795
+ {
796
+ "path": "by_sport/lacrosse/CODEBOOK.md",
797
+ "bytes": 1647,
798
+ "sha256": "e95958240baf17eaa231d492e1b1a118a7be6ecfb2a2bc7493c15a61e51505cd"
799
+ },
800
+ {
801
+ "path": "by_sport/lacrosse/all.csv",
802
+ "bytes": 7605146,
803
+ "rows": 29221,
804
+ "sha256": "d9bd56107179ec13360a40f70960ed3677896bf272adea2cfc10ab5cd4b094dc"
805
+ },
806
+ {
807
+ "path": "by_sport/lacrosse/all.parquet",
808
+ "bytes": 1359938,
809
+ "rows": 29221,
810
+ "sha256": "ce1c6ad68614502fd8b1eb972f69328060a9e6ee711476b29ff2622e766a99bc"
811
+ },
812
+ {
813
+ "path": "by_sport/lacrosse/men/all.csv",
814
+ "bytes": 4144169,
815
+ "rows": 15845,
816
+ "sha256": "76c519975c374c85507599e719813a99d10e680ec97843e9cbdf543e221f70ae"
817
+ },
818
+ {
819
+ "path": "by_sport/lacrosse/men/d1.csv",
820
+ "bytes": 964765,
821
+ "rows": 3833,
822
+ "sha256": "351b462add29253e5b87538df16c3d2fb994819cb56863bb9d6b3bf0bc2c0fc7"
823
+ },
824
+ {
825
+ "path": "by_sport/lacrosse/men/d2.csv",
826
+ "bytes": 893801,
827
+ "rows": 3392,
828
+ "sha256": "85fad0ae36990fa9e5866a3ef1f5cf30445a98ab14cbe728972088b8a2a4bd5b"
829
+ },
830
+ {
831
+ "path": "by_sport/lacrosse/men/d3.csv",
832
+ "bytes": 2286225,
833
+ "rows": 8620,
834
+ "sha256": "d981173fe01c5b629695234b8cd10b811289424047fabe2c0f1d6df4644dbb3f"
835
+ },
836
+ {
837
+ "path": "by_sport/lacrosse/stats.csv",
838
+ "bytes": 1657402,
839
+ "rows": 24789,
840
+ "sha256": "c7210541553013f2165f30050aeab04f5a63c6b383b1d95892606f98da1a51c4"
841
+ },
842
+ {
843
+ "path": "by_sport/lacrosse/stats.parquet",
844
+ "bytes": 839120,
845
+ "rows": 24789,
846
+ "sha256": "de0de4226018be8e1c0724ae124005a7a8361b18b76fb5c303375cbafbb58362"
847
+ },
848
+ {
849
+ "path": "by_sport/lacrosse/women/all.csv",
850
+ "bytes": 3461288,
851
+ "rows": 13376,
852
+ "sha256": "f07f9f17fa495e9bd314f4561dcfa9426a113535ea89107c4ae2fdc830e1ad43"
853
+ },
854
+ {
855
+ "path": "by_sport/lacrosse/women/d1.csv",
856
+ "bytes": 1124172,
857
+ "rows": 4533,
858
+ "sha256": "12d781662991cd1eaef46230d7d64364f10bd252fa72cc28b7b8c96f77679f5b"
859
+ },
860
+ {
861
+ "path": "by_sport/lacrosse/women/d2.csv",
862
+ "bytes": 761647,
863
+ "rows": 2893,
864
+ "sha256": "104d7bb381448689b41883f717395b27d42a0bb3913e45432163923a35203dbc"
865
+ },
866
+ {
867
+ "path": "by_sport/lacrosse/women/d3.csv",
868
+ "bytes": 1576091,
869
+ "rows": 5950,
870
+ "sha256": "1674e08388be01f88a7392b7310588c33d4dcc54c4df29aa4c8898ab3eb1bf7c"
871
+ },
872
+ {
873
+ "path": "by_sport/rowing/CODEBOOK.md",
874
+ "bytes": 1177,
875
+ "sha256": "2eb4caca808732c409d8ae8e1c07a01c6dc7dbe8d50427ec70e2de657171d640"
876
+ },
877
+ {
878
+ "path": "by_sport/rowing/all.csv",
879
+ "bytes": 1414338,
880
+ "rows": 5763,
881
+ "sha256": "5ba588a816f25c83570ea023895aa7f8822e3e37e0a91574f21eb22075ac78cd"
882
+ },
883
+ {
884
+ "path": "by_sport/rowing/all.parquet",
885
+ "bytes": 327072,
886
+ "rows": 5763,
887
+ "sha256": "db1504103c7cbb114b3404cf975de2a36d2973c6f672e2e77b400650ee293a42"
888
+ },
889
+ {
890
+ "path": "by_sport/rowing/women/all.csv",
891
+ "bytes": 1414338,
892
+ "rows": 5763,
893
+ "sha256": "5ba588a816f25c83570ea023895aa7f8822e3e37e0a91574f21eb22075ac78cd"
894
+ },
895
+ {
896
+ "path": "by_sport/rowing/women/d1.csv",
897
+ "bytes": 1046169,
898
+ "rows": 4375,
899
+ "sha256": "1d83d0bc1ab2150166ae539dd3fd7037c09e77a95284868f06fceaf7af971508"
900
+ },
901
+ {
902
+ "path": "by_sport/rowing/women/d2.csv",
903
+ "bytes": 57218,
904
+ "rows": 207,
905
+ "sha256": "36ff01b3b7e76c7617928c3210a479cfd48cd40efe93359937e4dc172037dc85"
906
+ },
907
+ {
908
+ "path": "by_sport/rowing/women/d3.csv",
909
+ "bytes": 311573,
910
+ "rows": 1181,
911
+ "sha256": "3332c41bd47ff66b95f4bc6b9c1257259ad71bc04242d338394cbbb12e78b280"
912
+ },
913
+ {
914
+ "path": "by_sport/rugby/CODEBOOK.md",
915
+ "bytes": 988,
916
+ "sha256": "80e43e74233726288499b3aeb55e38a2541bf3d4983bd6292bbae3e532650734"
917
+ },
918
+ {
919
+ "path": "by_sport/rugby/all.csv",
920
+ "bytes": 202288,
921
+ "rows": 824,
922
+ "sha256": "3a9fa2a224db97eaccf99cb85ae9b7708bff5ccc6083eb2c487851fb11746118"
923
+ },
924
+ {
925
+ "path": "by_sport/rugby/all.parquet",
926
+ "bytes": 75193,
927
+ "rows": 824,
928
+ "sha256": "0d8b3fea2a14a858a2c7404edd84c9c614d00b533b2410e2e541c8b43b77f615"
929
+ },
930
+ {
931
+ "path": "by_sport/rugby/women/all.csv",
932
+ "bytes": 202288,
933
+ "rows": 824,
934
+ "sha256": "3a9fa2a224db97eaccf99cb85ae9b7708bff5ccc6083eb2c487851fb11746118"
935
+ },
936
+ {
937
+ "path": "by_sport/rugby/women/d1.csv",
938
+ "bytes": 112683,
939
+ "rows": 466,
940
+ "sha256": "11485db12c0616ec751c77925fa6d6d776a65dda7f736a6f86cad08a298bb677"
941
+ },
942
+ {
943
+ "path": "by_sport/rugby/women/d2.csv",
944
+ "bytes": 48098,
945
+ "rows": 189,
946
+ "sha256": "f8db823d659f42d9ebf0783fa3e8270715aeb1ede5d5084e1d6fb8cec6f4b0a8"
947
+ },
948
+ {
949
+ "path": "by_sport/rugby/women/d3.csv",
950
+ "bytes": 42129,
951
+ "rows": 169,
952
+ "sha256": "20c2ace4c9fbe5f5daae4b534fd6948de7b6b201723686e5176db494e025427d"
953
+ },
954
+ {
955
+ "path": "by_sport/skiing/CODEBOOK.md",
956
+ "bytes": 1000,
957
+ "sha256": "b0053042559d7dbc6fdf4ed40c011bd5d5fb583b517f2fdb9a32048dd50c88d4"
958
+ },
959
+ {
960
+ "path": "by_sport/skiing/all.csv",
961
+ "bytes": 122713,
962
+ "rows": 500,
963
+ "sha256": "c49fc6709f45cfa5b96a7de1d51e516c273c1c27b65ffb0a575d6c33e4a45211"
964
+ },
965
+ {
966
+ "path": "by_sport/skiing/all.parquet",
967
+ "bytes": 51509,
968
+ "rows": 500,
969
+ "sha256": "9391837b7ba947289065680523e444b7dd599dce7e00b785585fb255beefd3d1"
970
+ },
971
+ {
972
+ "path": "by_sport/skiing/men/all.csv",
973
+ "bytes": 61832,
974
+ "rows": 251,
975
+ "sha256": "b2665204ddb8ef799c1758cafa53901016e551db8479a844fa36d53385a169a2"
976
+ },
977
+ {
978
+ "path": "by_sport/skiing/men/d1.csv",
979
+ "bytes": 20922,
980
+ "rows": 87,
981
+ "sha256": "2a51239d9a401392f0de6a34463ac069054dc8ee074bf2b87d71ccb609e46b56"
982
+ },
983
+ {
984
+ "path": "by_sport/skiing/men/d2.csv",
985
+ "bytes": 10739,
986
+ "rows": 39,
987
+ "sha256": "71147504f5fa1c311856bfa9067a1c8dc7cfe18ca806bf4be93645532f076e32"
988
+ },
989
+ {
990
+ "path": "by_sport/skiing/men/d3.csv",
991
+ "bytes": 30793,
992
+ "rows": 125,
993
+ "sha256": "a5013d566d290ec18014ad2a9b94c644eb27c9aba6256a9b5ae34a7c30a08e8c"
994
+ },
995
+ {
996
+ "path": "by_sport/skiing/women/all.csv",
997
+ "bytes": 61192,
998
+ "rows": 249,
999
+ "sha256": "5a64e83ca6c27b62a95060fa241870226c2a39a8059e8bc8d4718df84b6ab160"
1000
+ },
1001
+ {
1002
+ "path": "by_sport/skiing/women/d1.csv",
1003
+ "bytes": 23411,
1004
+ "rows": 98,
1005
+ "sha256": "01d7e9448fb8161b168faf14d0cc1fcb53d872f4414ac6fd3dc03341bd3e3549"
1006
+ },
1007
+ {
1008
+ "path": "by_sport/skiing/women/d2.csv",
1009
+ "bytes": 10562,
1010
+ "rows": 38,
1011
+ "sha256": "1f0a758db6d5b5e14d1a2e3d0894663056fdb2520d2876a502c892cfd470f23f"
1012
+ },
1013
+ {
1014
+ "path": "by_sport/skiing/women/d3.csv",
1015
+ "bytes": 27841,
1016
+ "rows": 113,
1017
+ "sha256": "1a3f993a0edff57471ee28185097c6f5905f42bfd7ac667a6f1ff084700d0d47"
1018
+ },
1019
+ {
1020
+ "path": "by_sport/soccer/CODEBOOK.md",
1021
+ "bytes": 1682,
1022
+ "sha256": "5529ebbaa9531d6a90b1b733c6c661e98b3b7f2870a16662a64a2b976700c42a"
1023
+ },
1024
+ {
1025
+ "path": "by_sport/soccer/all.csv",
1026
+ "bytes": 14267373,
1027
+ "rows": 54537,
1028
+ "sha256": "d44040f8d18822aec3c0fd9757192580430a2fa0211340b4944da200f2e9b34d"
1029
+ },
1030
+ {
1031
+ "path": "by_sport/soccer/all.parquet",
1032
+ "bytes": 2751067,
1033
+ "rows": 54537,
1034
+ "sha256": "08f4a190b2e5f55350188e7c63a801fbd7b8e76b5043d7f2abdfe519731b69a7"
1035
+ },
1036
+ {
1037
+ "path": "by_sport/soccer/men/all.csv",
1038
+ "bytes": 6867170,
1039
+ "rows": 26089,
1040
+ "sha256": "b33e8b444f8605f41dc0db5b6e39f8ce1948bc74c46498a7a6d0124b13bbbc10"
1041
+ },
1042
+ {
1043
+ "path": "by_sport/soccer/men/d1.csv",
1044
+ "bytes": 1545728,
1045
+ "rows": 6145,
1046
+ "sha256": "f123aa91da3b07a1f2ea7d7754d7d01a36cc8a8cafdf160af6b5116706d31315"
1047
+ },
1048
+ {
1049
+ "path": "by_sport/soccer/men/d2.csv",
1050
+ "bytes": 1901930,
1051
+ "rows": 7044,
1052
+ "sha256": "d7c6aa036464401003498bf6dda1c46f225b8634b606cedc9aba9ee15d724474"
1053
+ },
1054
+ {
1055
+ "path": "by_sport/soccer/men/d3.csv",
1056
+ "bytes": 3420134,
1057
+ "rows": 12900,
1058
+ "sha256": "9a69bd17264f103909a4ad1205d8dd55f71e1e65fde1c20e31c36892f517e66f"
1059
+ },
1060
+ {
1061
+ "path": "by_sport/soccer/stats.csv",
1062
+ "bytes": 2855240,
1063
+ "rows": 42750,
1064
+ "sha256": "a5ed35d5034a087513cf413a3e4d60b15191510af102470c0aff4927f76333b7"
1065
+ },
1066
+ {
1067
+ "path": "by_sport/soccer/stats.parquet",
1068
+ "bytes": 1389793,
1069
+ "rows": 42750,
1070
+ "sha256": "fa2b35b6dcc367c60fad97d23c190e37e8d3ad09b982bd49f299ae957f027efd"
1071
+ },
1072
+ {
1073
+ "path": "by_sport/soccer/women/all.csv",
1074
+ "bytes": 7400514,
1075
+ "rows": 28448,
1076
+ "sha256": "eed94338cd60cc95afe6e92740acde4523660f2e997a394c119e4faf0c020e5f"
1077
+ },
1078
+ {
1079
+ "path": "by_sport/soccer/women/d1.csv",
1080
+ "bytes": 2369345,
1081
+ "rows": 9540,
1082
+ "sha256": "080186418472469715ad2703f2aa878528ed1319a86548ebe15b48565344d432"
1083
+ },
1084
+ {
1085
+ "path": "by_sport/soccer/women/d2.csv",
1086
+ "bytes": 2042859,
1087
+ "rows": 7619,
1088
+ "sha256": "716174a2e65c0797912210cc34a4c1ed660c2bb5bd2cffc0ab492f63afc53c0a"
1089
+ },
1090
+ {
1091
+ "path": "by_sport/soccer/women/d3.csv",
1092
+ "bytes": 2988932,
1093
+ "rows": 11289,
1094
+ "sha256": "e8d7d48ab104348c77c487f07bfc08d9f0f7a6288157997f297fb64cf85793fa"
1095
+ },
1096
+ {
1097
+ "path": "by_sport/softball/CODEBOOK.md",
1098
+ "bytes": 1696,
1099
+ "sha256": "860add507716c1a9323600d7842eda887799cf49a500f945364d3872306f11fd"
1100
+ },
1101
+ {
1102
+ "path": "by_sport/softball/all.csv",
1103
+ "bytes": 5244934,
1104
+ "rows": 20661,
1105
+ "sha256": "8a6fb2925b89bf858e2834eb4c319f9082793436f45b96ae12e6d05595f13e2b"
1106
+ },
1107
+ {
1108
+ "path": "by_sport/softball/all.parquet",
1109
+ "bytes": 1104615,
1110
+ "rows": 20661,
1111
+ "sha256": "4310ea9e7537d3448417be430a17a48e9bb41f9cdee3a45e192c535284000db0"
1112
+ },
1113
+ {
1114
+ "path": "by_sport/softball/stats.csv",
1115
+ "bytes": 1329386,
1116
+ "rows": 17160,
1117
+ "sha256": "0fa8ed781060b8afe2c6ed38c3af68a07aced80d02cc019a865f08457fb8f7f3"
1118
+ },
1119
+ {
1120
+ "path": "by_sport/softball/stats.parquet",
1121
+ "bytes": 686075,
1122
+ "rows": 17160,
1123
+ "sha256": "a259f7c836ffb647124c7b3bc463c94d5dc7a4cb31302ce2eba7afa74c38029e"
1124
+ },
1125
+ {
1126
+ "path": "by_sport/softball/women/all.csv",
1127
+ "bytes": 5244934,
1128
+ "rows": 20661,
1129
+ "sha256": "8a6fb2925b89bf858e2834eb4c319f9082793436f45b96ae12e6d05595f13e2b"
1130
+ },
1131
+ {
1132
+ "path": "by_sport/softball/women/d1.csv",
1133
+ "bytes": 1663536,
1134
+ "rows": 6900,
1135
+ "sha256": "c0c315f46adb6dac86e11add723f1a46928a68e4d30b9771e40b1579dff4e30e"
1136
+ },
1137
+ {
1138
+ "path": "by_sport/softball/women/d2.csv",
1139
+ "bytes": 1521353,
1140
+ "rows": 5807,
1141
+ "sha256": "7393f98b545f14d1ef00c3554eb162defb397e52e50be61578eba5e4820f9956"
1142
+ },
1143
+ {
1144
+ "path": "by_sport/softball/women/d3.csv",
1145
+ "bytes": 2060667,
1146
+ "rows": 7954,
1147
+ "sha256": "604a340e8097231f3a4d46b4499183c22ab5572202f9c106e27c853871cceb00"
1148
+ },
1149
+ {
1150
+ "path": "by_sport/stunt/CODEBOOK.md",
1151
+ "bytes": 993,
1152
+ "sha256": "379e1a2a68b62b8649cf247713ce0be5c3be64db08dfe45851cec2a3783a2000"
1153
+ },
1154
+ {
1155
+ "path": "by_sport/stunt/all.csv",
1156
+ "bytes": 244839,
1157
+ "rows": 1046,
1158
+ "sha256": "9938c177a80d9171d0587dbc21910d437b0f51ec0a062124bf1c590c0e83157b"
1159
+ },
1160
+ {
1161
+ "path": "by_sport/stunt/all.parquet",
1162
+ "bytes": 81841,
1163
+ "rows": 1046,
1164
+ "sha256": "eb7d96b04a8ab6a2801971fc4b2994a893578ef54735e74fccdb3e9697489201"
1165
+ },
1166
+ {
1167
+ "path": "by_sport/stunt/women/all.csv",
1168
+ "bytes": 244839,
1169
+ "rows": 1046,
1170
+ "sha256": "9938c177a80d9171d0587dbc21910d437b0f51ec0a062124bf1c590c0e83157b"
1171
+ },
1172
+ {
1173
+ "path": "by_sport/stunt/women/d1.csv",
1174
+ "bytes": 58663,
1175
+ "rows": 256,
1176
+ "sha256": "d2d4fc2b02e607f9ab004173a2c7f3d8e0abf1089d7518e35230096d1613c2dc"
1177
+ },
1178
+ {
1179
+ "path": "by_sport/stunt/women/d2.csv",
1180
+ "bytes": 138954,
1181
+ "rows": 586,
1182
+ "sha256": "bedf79141a5e288cc6b39e78dff76da61a0c08fe5046459ea0e55ef44031d20d"
1183
+ },
1184
+ {
1185
+ "path": "by_sport/stunt/women/d3.csv",
1186
+ "bytes": 47844,
1187
+ "rows": 204,
1188
+ "sha256": "d39f5bde3a606954becca77e762206515ee7816905f305c392603fe8e86df292"
1189
+ },
1190
+ {
1191
+ "path": "by_sport/swimming/CODEBOOK.md",
1192
+ "bytes": 1619,
1193
+ "sha256": "457805bf2c31e85f76622b2aed98fba6e7d8edc7db4d7b172cb84f9e87b462b0"
1194
+ },
1195
+ {
1196
+ "path": "by_sport/swimming/all.csv",
1197
+ "bytes": 5576897,
1198
+ "rows": 20808,
1199
+ "sha256": "6a0923c54416457e7fa9e9d7a9119373c3565c12a791376c65ee3eb2d3dd96f3"
1200
+ },
1201
+ {
1202
+ "path": "by_sport/swimming/all.parquet",
1203
+ "bytes": 1111713,
1204
+ "rows": 20808,
1205
+ "sha256": "c6e3335828f57ee1248aa7db0a25147cc55bbfb2ed0a8db88118eb8a968abe21"
1206
+ },
1207
+ {
1208
+ "path": "by_sport/swimming/men/all.csv",
1209
+ "bytes": 2427982,
1210
+ "rows": 9121,
1211
+ "sha256": "74706bbbdb535283e9614ca22d1882c2ab3dc5829b0088b152ff6b354f5979bf"
1212
+ },
1213
+ {
1214
+ "path": "by_sport/swimming/men/d1.csv",
1215
+ "bytes": 891380,
1216
+ "rows": 3538,
1217
+ "sha256": "c05d7a3617685cdce93359aab48dc16ce19b4530905f76d9801b4a869d604416"
1218
+ },
1219
+ {
1220
+ "path": "by_sport/swimming/men/d2.csv",
1221
+ "bytes": 422341,
1222
+ "rows": 1530,
1223
+ "sha256": "07b5a1b797a52b5ea16233c539977a8288d8c641285d5df9ec24e23c94a3d1dc"
1224
+ },
1225
+ {
1226
+ "path": "by_sport/swimming/men/d3.csv",
1227
+ "bytes": 1114883,
1228
+ "rows": 4053,
1229
+ "sha256": "814e207016256623ae3cdedf77d8e49eb0ce979bb29c00b37f02356c4ba49a0c"
1230
+ },
1231
+ {
1232
+ "path": "by_sport/swimming/women/all.csv",
1233
+ "bytes": 3149226,
1234
+ "rows": 11687,
1235
+ "sha256": "9c00ba4965a2487930d4fcb1bcd9eccd9f722eb40fdb9c3aa0d90f9f755bcbb2"
1236
+ },
1237
+ {
1238
+ "path": "by_sport/swimming/women/d1.csv",
1239
+ "bytes": 1348316,
1240
+ "rows": 5267,
1241
+ "sha256": "a086b806ef6041b6586470c7e419fecbc42d6183a1e804c7ca83b58ef219cb72"
1242
+ },
1243
+ {
1244
+ "path": "by_sport/swimming/women/d2.csv",
1245
+ "bytes": 525509,
1246
+ "rows": 1853,
1247
+ "sha256": "cc4270bcee157028d39aa9d414f916b32e022c9bccd5fdeaf2f81563ca3ab261"
1248
+ },
1249
+ {
1250
+ "path": "by_sport/swimming/women/d3.csv",
1251
+ "bytes": 1276023,
1252
+ "rows": 4567,
1253
+ "sha256": "f684dc894835a261e4dd405bb76bc6ddc149b7b816bb8f0acbc5ef1c4d043fc9"
1254
+ },
1255
+ {
1256
+ "path": "by_sport/tennis/CODEBOOK.md",
1257
+ "bytes": 1195,
1258
+ "sha256": "ee48b3cfec48f907c4ff5c462b5ba49e34bf9c40e410b624e1247e9a51e14a1c"
1259
+ },
1260
+ {
1261
+ "path": "by_sport/tennis/all.csv",
1262
+ "bytes": 3555886,
1263
+ "rows": 14019,
1264
+ "sha256": "c7e0724628867ed50929b113a11a58f9a19e48b227038707cd939eb4af397cb5"
1265
+ },
1266
+ {
1267
+ "path": "by_sport/tennis/all.parquet",
1268
+ "bytes": 869005,
1269
+ "rows": 14019,
1270
+ "sha256": "32a5187cdbef61bc1f0d2f7beed84ba265884468da8cac3b2c019a27e7d2ee51"
1271
+ },
1272
+ {
1273
+ "path": "by_sport/tennis/men/all.csv",
1274
+ "bytes": 1726479,
1275
+ "rows": 6825,
1276
+ "sha256": "0424a1862b00dec22268656da334fc1d2fbe310be424d4de87a31b4c5b113f54"
1277
+ },
1278
+ {
1279
+ "path": "by_sport/tennis/men/d1.csv",
1280
+ "bytes": 515836,
1281
+ "rows": 2156,
1282
+ "sha256": "84147d6a5c1039575a59ed249c1c985c5ef43306bdaf6013e5b496607311ee9c"
1283
+ },
1284
+ {
1285
+ "path": "by_sport/tennis/men/d2.csv",
1286
+ "bytes": 368005,
1287
+ "rows": 1417,
1288
+ "sha256": "9a1e8f6b530f923343b7bff8041bda04a75169f0330a99ebe72b6de5d47c5918"
1289
+ },
1290
+ {
1291
+ "path": "by_sport/tennis/men/d3.csv",
1292
+ "bytes": 843260,
1293
+ "rows": 3252,
1294
+ "sha256": "dab65869f992a763e7877997313a10074dac13f7d608278f70234a07ef7be49d"
1295
+ },
1296
+ {
1297
+ "path": "by_sport/tennis/women/all.csv",
1298
+ "bytes": 1829718,
1299
+ "rows": 7194,
1300
+ "sha256": "f3dce56a52da697df4d5c7f66e5d941e192ba5c1cc15f3474a6dead9576f37ca"
1301
+ },
1302
+ {
1303
+ "path": "by_sport/tennis/women/d1.csv",
1304
+ "bytes": 628001,
1305
+ "rows": 2603,
1306
+ "sha256": "40284d1953d3aaa5fbf5432d13c932111123416b768adb700c24c564785088d7"
1307
+ },
1308
+ {
1309
+ "path": "by_sport/tennis/women/d2.csv",
1310
+ "bytes": 408614,
1311
+ "rows": 1551,
1312
+ "sha256": "94cb66782a6079807ec099ac606dc96ea307753beac55df91a1b7295f9d11720"
1313
+ },
1314
+ {
1315
+ "path": "by_sport/tennis/women/d3.csv",
1316
+ "bytes": 793725,
1317
+ "rows": 3040,
1318
+ "sha256": "bbfb1ccdcf3e55f818c0cfb7efe9f057a8beade6207628793767a1913dba3eb4"
1319
+ },
1320
+ {
1321
+ "path": "by_sport/track_indoor/CODEBOOK.md",
1322
+ "bytes": 1630,
1323
+ "sha256": "fd29b91f15a1dd00de8c2fba9406839350446826cb1d2c7c8cf243469a30f588"
1324
+ },
1325
+ {
1326
+ "path": "by_sport/track_indoor/all.csv",
1327
+ "bytes": 16122385,
1328
+ "rows": 60816,
1329
+ "sha256": "876759736276c11c10b449e21320a27bff9b50327c3745ce6926e7982d84e693"
1330
+ },
1331
+ {
1332
+ "path": "by_sport/track_indoor/all.parquet",
1333
+ "bytes": 2808822,
1334
+ "rows": 60816,
1335
+ "sha256": "f06c92af993864c35ba04aeb728cdafb237ba19b2e6311eed69b47b594d9d3e1"
1336
+ },
1337
+ {
1338
+ "path": "by_sport/track_indoor/men/all.csv",
1339
+ "bytes": 8121839,
1340
+ "rows": 30803,
1341
+ "sha256": "f2ed616370534ac254f4215df33b27a7f53d2d676f56638d0f329cc4967c058e"
1342
+ },
1343
+ {
1344
+ "path": "by_sport/track_indoor/men/d1.csv",
1345
+ "bytes": 2742819,
1346
+ "rows": 11036,
1347
+ "sha256": "da7138c540da009e2d75f01f0f9250a5642134fc72b44708df14a327b4e7af49"
1348
+ },
1349
+ {
1350
+ "path": "by_sport/track_indoor/men/d2.csv",
1351
+ "bytes": 2049114,
1352
+ "rows": 7514,
1353
+ "sha256": "cac15cc9ea7d7ece8153138bce5f7584920ba0a1433bcbfe792145ff72216b7a"
1354
+ },
1355
+ {
1356
+ "path": "by_sport/track_indoor/men/d3.csv",
1357
+ "bytes": 3330528,
1358
+ "rows": 12253,
1359
+ "sha256": "d121817a4a49ba80437822163658dde4e924b81f4a48440b23923a2f3d944648"
1360
+ },
1361
+ {
1362
+ "path": "by_sport/track_indoor/women/all.csv",
1363
+ "bytes": 8000857,
1364
+ "rows": 30013,
1365
+ "sha256": "9968ed5dbde905823b6be0ef5e4a5b6df881aefde01982460721516593624597"
1366
+ },
1367
+ {
1368
+ "path": "by_sport/track_indoor/women/d1.csv",
1369
+ "bytes": 3422068,
1370
+ "rows": 13509,
1371
+ "sha256": "e81daadec44ea405aaf61252358c0a8be621da960284d67547196a97dcc20a90"
1372
+ },
1373
+ {
1374
+ "path": "by_sport/track_indoor/women/d2.csv",
1375
+ "bytes": 1822731,
1376
+ "rows": 6550,
1377
+ "sha256": "300cb6689ec23aaf33105d4b1decb4c3e13d72b194da871c915825761aa42f47"
1378
+ },
1379
+ {
1380
+ "path": "by_sport/track_indoor/women/d3.csv",
1381
+ "bytes": 2756680,
1382
+ "rows": 9954,
1383
+ "sha256": "79c7e75f1a0970c0bc61152169283d9f0975ead0c9cb5a72c87cc6559e02a20b"
1384
+ },
1385
+ {
1386
+ "path": "by_sport/track_outdoor/CODEBOOK.md",
1387
+ "bytes": 1633,
1388
+ "sha256": "b26c184bb4d668a818c29d137683200bbae766b9a59c47543974aadd453dc21c"
1389
+ },
1390
+ {
1391
+ "path": "by_sport/track_outdoor/all.csv",
1392
+ "bytes": 17107656,
1393
+ "rows": 64231,
1394
+ "sha256": "d0a35c431ab2cd88250bb9874519914abcace8af7896e90ba9da0e6fc38389a8"
1395
+ },
1396
+ {
1397
+ "path": "by_sport/track_outdoor/all.parquet",
1398
+ "bytes": 2953234,
1399
+ "rows": 64231,
1400
+ "sha256": "99843291dc8266f142a7538f5b0f2dec40c8e062ca081a01f347cde6b8bf59cd"
1401
+ },
1402
+ {
1403
+ "path": "by_sport/track_outdoor/men/all.csv",
1404
+ "bytes": 8723363,
1405
+ "rows": 32946,
1406
+ "sha256": "68a9b3cc672692ba7fef64a5bf215e553b7acf08677aec115b268c612e7b38d0"
1407
+ },
1408
+ {
1409
+ "path": "by_sport/track_outdoor/men/d1.csv",
1410
+ "bytes": 2924616,
1411
+ "rows": 11731,
1412
+ "sha256": "55b1f6b9973b8c3b4d738c2dabfd5b1fe11b7515def50837c8111be4523fe581"
1413
+ },
1414
+ {
1415
+ "path": "by_sport/track_outdoor/men/d2.csv",
1416
+ "bytes": 2342578,
1417
+ "rows": 8540,
1418
+ "sha256": "d62748f5db8390626665392cace6da14800081ea64e152eb2afa37a225629d09"
1419
+ },
1420
+ {
1421
+ "path": "by_sport/track_outdoor/men/d3.csv",
1422
+ "bytes": 3456791,
1423
+ "rows": 12675,
1424
+ "sha256": "672ab2439cc7e3793ac082a8f005000c645413666d924a8ed8e9cebfdbaeeadc"
1425
+ },
1426
+ {
1427
+ "path": "by_sport/track_outdoor/women/all.csv",
1428
+ "bytes": 8384604,
1429
+ "rows": 31285,
1430
+ "sha256": "6b6495978858047939325bf7681166f6ee32182b127476d6df64079192b8c9c9"
1431
+ },
1432
+ {
1433
+ "path": "by_sport/track_outdoor/women/d1.csv",
1434
+ "bytes": 3458641,
1435
+ "rows": 13609,
1436
+ "sha256": "97f66fd690d67c97627a993aa6429e932345f3ec50b7665cca165a8beb9e8d68"
1437
+ },
1438
+ {
1439
+ "path": "by_sport/track_outdoor/women/d2.csv",
1440
+ "bytes": 2047285,
1441
+ "rows": 7320,
1442
+ "sha256": "0f9f086f9ba3141339e46452501c23cfc690a0bb83a7f05f31d77da88e28de4c"
1443
+ },
1444
+ {
1445
+ "path": "by_sport/track_outdoor/women/d3.csv",
1446
+ "bytes": 2879300,
1447
+ "rows": 10356,
1448
+ "sha256": "ed2c05fbe1d7f9ac41089260238f2e5f97fcde3d452def3350367c92752ae3f6"
1449
+ },
1450
+ {
1451
+ "path": "by_sport/triathlon/CODEBOOK.md",
1452
+ "bytes": 996,
1453
+ "sha256": "1a5e7effb01833504e4442e9864dd5d7d5343918c12ebdc9ff1b542663e5eb26"
1454
+ },
1455
+ {
1456
+ "path": "by_sport/triathlon/all.csv",
1457
+ "bytes": 78827,
1458
+ "rows": 321,
1459
+ "sha256": "5ff420080577cb1c7118daa85b880eb033181d6e9cc2b43f3ecf51d7e4220935"
1460
+ },
1461
+ {
1462
+ "path": "by_sport/triathlon/all.parquet",
1463
+ "bytes": 42013,
1464
+ "rows": 321,
1465
+ "sha256": "b181e32eecbecd82ce28c88eed4e0f25f9c798103f6d1b23d2f3f7c2e9ea6b78"
1466
+ },
1467
+ {
1468
+ "path": "by_sport/triathlon/women/all.csv",
1469
+ "bytes": 78827,
1470
+ "rows": 321,
1471
+ "sha256": "5ff420080577cb1c7118daa85b880eb033181d6e9cc2b43f3ecf51d7e4220935"
1472
+ },
1473
+ {
1474
+ "path": "by_sport/triathlon/women/d1.csv",
1475
+ "bytes": 32520,
1476
+ "rows": 137,
1477
+ "sha256": "eff9d379ee493b73b9557295a100a417f5167a06d79235f6b8ce235b1291736c"
1478
+ },
1479
+ {
1480
+ "path": "by_sport/triathlon/women/d2.csv",
1481
+ "bytes": 25842,
1482
+ "rows": 97,
1483
+ "sha256": "b2ec50968ea02b23725665bc9a7e150fe5d5756dc634c3f33549e8685d575f6e"
1484
+ },
1485
+ {
1486
+ "path": "by_sport/triathlon/women/d3.csv",
1487
+ "bytes": 21087,
1488
+ "rows": 87,
1489
+ "sha256": "f0a76ac4066de1a17456e0d7832a2db8750bdcb2c9b2784af9ebc6d3123a9c32"
1490
+ },
1491
+ {
1492
+ "path": "by_sport/volleyball/CODEBOOK.md",
1493
+ "bytes": 1489,
1494
+ "sha256": "5a79adfe6f69163c581d763d09a7b62fb6e65bdbdeae83cf2ab7aac095723c50"
1495
+ },
1496
+ {
1497
+ "path": "by_sport/volleyball/all.csv",
1498
+ "bytes": 5804851,
1499
+ "rows": 21394,
1500
+ "sha256": "72a98db3b2bd0d1fb6fef27153e7b62066cee94ee2e0eb01e00278c76a05b62e"
1501
+ },
1502
+ {
1503
+ "path": "by_sport/volleyball/all.parquet",
1504
+ "bytes": 1189922,
1505
+ "rows": 21394,
1506
+ "sha256": "d64b5842668985c18367d0cfe369b7e41890ac9d31a07c072357482abf8ab85f"
1507
+ },
1508
+ {
1509
+ "path": "by_sport/volleyball/men/all.csv",
1510
+ "bytes": 884112,
1511
+ "rows": 3275,
1512
+ "sha256": "87b0b14e60e450a528d36393a17b793a3331a9e9a62786bcc6b1fae489abb1c7"
1513
+ },
1514
+ {
1515
+ "path": "by_sport/volleyball/men/d1.csv",
1516
+ "bytes": 139006,
1517
+ "rows": 541,
1518
+ "sha256": "ad2df7b7e76abc98d44a92b1ccd2efc2ffb6d72b87d5525043ef94f907945169"
1519
+ },
1520
+ {
1521
+ "path": "by_sport/volleyball/men/d2.csv",
1522
+ "bytes": 175328,
1523
+ "rows": 639,
1524
+ "sha256": "8aba30c05a1c11c8b4d2f52b9e18308cb886592ed8cfaab3ff18bd72bf6be4d9"
1525
+ },
1526
+ {
1527
+ "path": "by_sport/volleyball/men/d3.csv",
1528
+ "bytes": 570400,
1529
+ "rows": 2095,
1530
+ "sha256": "a9f772e571743eb135f438b281fafe3fe5393d685312c7b52d3da632456431c0"
1531
+ },
1532
+ {
1533
+ "path": "by_sport/volleyball/stats.csv",
1534
+ "bytes": 1353624,
1535
+ "rows": 17767,
1536
+ "sha256": "d23191eb28f395d9874dc4fe36bd777466788cf8d01f248f6f3cb0c898fb662e"
1537
+ },
1538
+ {
1539
+ "path": "by_sport/volleyball/stats.parquet",
1540
+ "bytes": 751623,
1541
+ "rows": 17767,
1542
+ "sha256": "358872c31c534148c5d2e2df693bbc8fcbfa3f7dd79cd92319aaee72b447322b"
1543
+ },
1544
+ {
1545
+ "path": "by_sport/volleyball/women/all.csv",
1546
+ "bytes": 4921050,
1547
+ "rows": 18119,
1548
+ "sha256": "70b43ca6066e810d6b5759906ee7c6b64d6aaa449a75eae618f3aead304706e6"
1549
+ },
1550
+ {
1551
+ "path": "by_sport/volleyball/women/d1.csv",
1552
+ "bytes": 1497215,
1553
+ "rows": 5751,
1554
+ "sha256": "7985cdaa611cc62f27861616abdfff3f627dadabbb197cccb89c48c5df008df9"
1555
+ },
1556
+ {
1557
+ "path": "by_sport/volleyball/women/d2.csv",
1558
+ "bytes": 1395170,
1559
+ "rows": 4984,
1560
+ "sha256": "cfe3fc17391ed43484092c5dd5708f3e46f0d49ffa83258e6ea23ce849850612"
1561
+ },
1562
+ {
1563
+ "path": "by_sport/volleyball/women/d3.csv",
1564
+ "bytes": 2029287,
1565
+ "rows": 7384,
1566
+ "sha256": "ebff27840a0690bf06a74dad738389f09df236a4c7daf23a08b2810a43b801b2"
1567
+ },
1568
+ {
1569
+ "path": "by_sport/water_polo/CODEBOOK.md",
1570
+ "bytes": 1278,
1571
+ "sha256": "fb5ccd7835b355183b55110ac7454c44caab2654fb34e92757f32bb0f9e8d7ca"
1572
+ },
1573
+ {
1574
+ "path": "by_sport/water_polo/all.csv",
1575
+ "bytes": 629223,
1576
+ "rows": 2333,
1577
+ "sha256": "e8b1289bd1079d800a32d5f11b19f24a93299571da9f587a14592ee404198d12"
1578
+ },
1579
+ {
1580
+ "path": "by_sport/water_polo/all.parquet",
1581
+ "bytes": 154494,
1582
+ "rows": 2333,
1583
+ "sha256": "15c496d0a415bc72d9e23f892a3f1b495b349775a60f1b85b6c2044e2d81cb09"
1584
+ },
1585
+ {
1586
+ "path": "by_sport/water_polo/men/all.csv",
1587
+ "bytes": 305695,
1588
+ "rows": 1125,
1589
+ "sha256": "d646534245cc1e43783f7e715780ce46d6f96a637eaf20ac88504443a64aee41"
1590
+ },
1591
+ {
1592
+ "path": "by_sport/water_polo/men/d1.csv",
1593
+ "bytes": 168720,
1594
+ "rows": 658,
1595
+ "sha256": "eb114eae768da31b2b59995c0f5835aa309475fee42caedcce9b9b5e7fc5250f"
1596
+ },
1597
+ {
1598
+ "path": "by_sport/water_polo/men/d2.csv",
1599
+ "bytes": 45947,
1600
+ "rows": 155,
1601
+ "sha256": "cde3e605dc1302a68c17f181a260e944bc57552932877d664893a69cc03d550d"
1602
+ },
1603
+ {
1604
+ "path": "by_sport/water_polo/men/d3.csv",
1605
+ "bytes": 91650,
1606
+ "rows": 312,
1607
+ "sha256": "1c83a20a28e06d8c90bb116e595b61ab2b83cc8236a644025d4456bf29de16b0"
1608
+ },
1609
+ {
1610
+ "path": "by_sport/water_polo/stats.csv",
1611
+ "bytes": 93199,
1612
+ "rows": 1612,
1613
+ "sha256": "1684d13d4e732fd0ca264c6246dd464c1c6277392278b8d068fc66f1a390e1c9"
1614
+ },
1615
+ {
1616
+ "path": "by_sport/water_polo/stats.parquet",
1617
+ "bytes": 72444,
1618
+ "rows": 1612,
1619
+ "sha256": "252b72387c4c85a9667f32d72551e09bc19d031427904b8a6bd38ce90497ddd1"
1620
+ },
1621
+ {
1622
+ "path": "by_sport/water_polo/women/all.csv",
1623
+ "bytes": 323839,
1624
+ "rows": 1208,
1625
+ "sha256": "af5c2926471bfd46e410363655b5fd86b33043623e80384c7720e8eb636778b4"
1626
+ },
1627
+ {
1628
+ "path": "by_sport/water_polo/women/d1.csv",
1629
+ "bytes": 201835,
1630
+ "rows": 787,
1631
+ "sha256": "bd381cf11a37af143b9c7276caf699b1be707a01d289eba7b9f61b790ea37b27"
1632
+ },
1633
+ {
1634
+ "path": "by_sport/water_polo/women/d2.csv",
1635
+ "bytes": 44820,
1636
+ "rows": 156,
1637
+ "sha256": "b597b3f88094a15f8a3da6197a825ad34469077446c2376eedac54e0dc12d77d"
1638
+ },
1639
+ {
1640
+ "path": "by_sport/water_polo/women/d3.csv",
1641
+ "bytes": 77806,
1642
+ "rows": 265,
1643
+ "sha256": "cb68c21aa471648d126d705c197b0d74c8e62db4aa0e11a9bfa6f5288f5fd745"
1644
+ },
1645
+ {
1646
+ "path": "by_sport/wrestling/CODEBOOK.md",
1647
+ "bytes": 1200,
1648
+ "sha256": "e5910e592055a4709560a16b9c03334f4de3c2790f40cdf22e2fe6022ae69c53"
1649
+ },
1650
+ {
1651
+ "path": "by_sport/wrestling/all.csv",
1652
+ "bytes": 2767155,
1653
+ "rows": 10727,
1654
+ "sha256": "0c1680555818cef46af7b0a7e49b3db1a2a7ae00c5490619f09f2e6023673dd8"
1655
+ },
1656
+ {
1657
+ "path": "by_sport/wrestling/all.parquet",
1658
+ "bytes": 613775,
1659
+ "rows": 10727,
1660
+ "sha256": "37c83f67d56dc7834e19c1b8e7a0dc3c64f8376174dd3d5ab48f4a7aa5e6cc53"
1661
+ },
1662
+ {
1663
+ "path": "by_sport/wrestling/men/all.csv",
1664
+ "bytes": 2248637,
1665
+ "rows": 8771,
1666
+ "sha256": "346a46079c0e6181f89e466bb5c559567ff8bcaa74e7b2ee596eb4cfe2501d24"
1667
+ },
1668
+ {
1669
+ "path": "by_sport/wrestling/men/d1.csv",
1670
+ "bytes": 609923,
1671
+ "rows": 2516,
1672
+ "sha256": "e43e2fc7e7985d749c35923c98e7a982fff223de246e8e5b4354ff458ffa280d"
1673
+ },
1674
+ {
1675
+ "path": "by_sport/wrestling/men/d2.csv",
1676
+ "bytes": 642796,
1677
+ "rows": 2442,
1678
+ "sha256": "ba5e88f521d0a8b4d6f9829b04139a65b3532c16c15fb77b5b803191f4a62134"
1679
+ },
1680
+ {
1681
+ "path": "by_sport/wrestling/men/d3.csv",
1682
+ "bytes": 996540,
1683
+ "rows": 3813,
1684
+ "sha256": "5bcd441491477b68f34fb7df2c3546151107a36ba2f1131b2ebe17e5e415f015"
1685
+ },
1686
+ {
1687
+ "path": "by_sport/wrestling/women/all.csv",
1688
+ "bytes": 518829,
1689
+ "rows": 1956,
1690
+ "sha256": "a71ff667ef155f86766a90a30ffb01c1f355c452690129b551db0fff632b1d72"
1691
+ },
1692
+ {
1693
+ "path": "by_sport/wrestling/women/d1.csv",
1694
+ "bytes": 39613,
1695
+ "rows": 158,
1696
+ "sha256": "083beac8a98eb0941f9ed334e817faa9e335485c446ccc096681531772365544"
1697
+ },
1698
+ {
1699
+ "path": "by_sport/wrestling/women/d2.csv",
1700
+ "bytes": 209418,
1701
+ "rows": 775,
1702
+ "sha256": "64dc4209322fbc4fb71f49cf6a38343adc4adb15dc3847676962b82b2a6eae49"
1703
+ },
1704
+ {
1705
+ "path": "by_sport/wrestling/women/d3.csv",
1706
+ "bytes": 270420,
1707
+ "rows": 1023,
1708
+ "sha256": "97d5481f3027d966b3e476a2e5cf64f892a763da4a93c1303d0c99c3917cda2e"
1709
+ },
1710
+ {
1711
+ "path": "data/CODEBOOK.md",
1712
+ "bytes": 9075,
1713
+ "sha256": "bd03686ea9971b08b1b6337bd13ed03e6719ea206bedf5ccc65fd3e00177d7d5"
1714
+ },
1715
+ {
1716
+ "path": "data/ncaa_all_sports_rosters_2025-26_enriched.csv",
1717
+ "bytes": 134082126,
1718
+ "rows": 513655,
1719
+ "sha256": "251a0c6a174dc66a06b1d711935bfb076e80afd9f89dea83d420b300552ea42d"
1720
+ },
1721
+ {
1722
+ "path": "data/ncaa_all_sports_rosters_2025-26_enriched.parquet",
1723
+ "bytes": 22634481,
1724
+ "rows": 513655,
1725
+ "sha256": "e1282447ef45cb14bcde3bd07507ea70bd7a6dee1783d83dba4a6690028e7cff"
1726
+ },
1727
+ {
1728
+ "path": "metadata.json",
1729
+ "bytes": 1249,
1730
+ "sha256": "5755b081afaa4f06b897330c8520ca5972924cdd41492f5d7573ff8595c5de0d"
1731
+ },
1732
+ {
1733
+ "path": "samples/data_dictionary.csv",
1734
+ "bytes": 1896,
1735
+ "rows": 27,
1736
+ "sha256": "97b6093fdbb75bad44b48ecd2c7fcf37fe8231629078a8dcc9283afaf38e909c"
1737
+ },
1738
+ {
1739
+ "path": "samples/ncaa_rosters_sample_10000.csv",
1740
+ "bytes": 2608499,
1741
+ "rows": 10000,
1742
+ "sha256": "94b65b40ac7838bfbc4d33e2278c68b18cd2f3ee24fb3cee8a27ed5ca75d7f33"
1743
+ },
1744
+ {
1745
+ "path": "samples/school_sport_summary.csv",
1746
+ "bytes": 1258618,
1747
+ "rows": 19603,
1748
+ "sha256": "a3446b653dd89e981cf2d98a2910896da853077ab0bd28176166dd123e6ee0c0"
1749
+ },
1750
+ {
1751
+ "path": "samples/sport_summary.csv",
1752
+ "bytes": 2346,
1753
+ "rows": 28,
1754
+ "sha256": "86b34a9c1823c58d577181da568575366180fe7dda01926ed2b6b1230f494fd1"
1755
+ }
1756
+ ]
1757
+ }
OFFICIAL_COMPARISON.md CHANGED
@@ -1,5 +1,13 @@
1
  # How this dataset compares to the official NCAA participation numbers
2
 
 
 
 
 
 
 
 
 
3
  **Official source:** NCAA Sports Sponsorship and Participation Rates Report (1956-57 through
4
  2024-25), updated 2025-09-04 ([PDF](https://ncaaorg.s3.amazonaws.com/research/sportpart/2025RES_SportsSponsorshipParticipationRatesReport.pdf)),
5
  announced in the NCAA's 2025-09-15 press release. **The most recent official year is
@@ -26,7 +34,8 @@ one row per athlete per sport-roster.
26
 
27
  ## Why ~92% of athletes at ~97% of teams — the gap decomposed
28
 
29
- 1. **Missing teams (~3.1%).** 633 named sponsor-list cells (see `coverage_missing.csv`)
 
30
  down from 911 before the 2026-07 recovery sweep — now demonstrably structural:
31
  dormant programs whose newest published roster is years old, gender-unsplittable
32
  combined pages, WAF-fortress sites, Puerto Rico campuses on separate league sites,
 
1
  # How this dataset compares to the official NCAA participation numbers
2
 
3
+ > **v2.1.0 note (2026-08-14).** The dataset row count moved **514,696 → 513,655**
4
+ > solely from removing **1,041 junk rows**: 845 platform dual-render duplicate rows
5
+ > (`_N`-suffixed `athlete_id`s) and 196 header-artifact rows (a column header such as
6
+ > `Ht.`/`Cl.`/`Wt.` scraped as an athlete name). No teams were added or dropped and no
7
+ > real athletes were removed, so coverage vs the official NCAA participation figures is
8
+ > otherwise unchanged; the headline athlete ratio shifts mechanically from 91.7% to
9
+ > 91.6% (513,655 / 560,992). The analysis below is retained as computed at v2.0.x.
10
+
11
  **Official source:** NCAA Sports Sponsorship and Participation Rates Report (1956-57 through
12
  2024-25), updated 2025-09-04 ([PDF](https://ncaaorg.s3.amazonaws.com/research/sportpart/2025RES_SportsSponsorshipParticipationRatesReport.pdf)),
13
  announced in the NCAA's 2025-09-15 press release. **The most recent official year is
 
34
 
35
  ## Why ~92% of athletes at ~97% of teams — the gap decomposed
36
 
37
+ 1. **Missing teams (~3.1%).** 633 named sponsor-list cells (enumerated in the
38
+ project's coverage audit, `coverage_missing.csv`; not shipped with this package) —
39
  down from 911 before the 2026-07 recovery sweep — now demonstrably structural:
40
  dormant programs whose newest published roster is years old, gender-unsplittable
41
  combined pages, WAF-fortress sites, Puerto Rico campuses on separate league sites,
OPT_OUT.md CHANGED
@@ -1,63 +1,79 @@
1
- # Opt-Out / Record Removal — NCAA All Sports Rosters 2025-26
2
 
3
- Any athlete listed in this dataset can have their rows removed, no questions asked.
4
- This document is the process. It exists because the dataset was built without notifying
5
- the athletes in it (stated plainly in [DATASHEET.md](DATASHEET.md) §3) removal is the
6
- standing lever offered in place of the consent that was never sought
7
- ([ETHICS_REVIEW.md](ETHICS_REVIEW.md) §1).
 
8
 
9
  ## Who may request
10
 
11
- - The athlete themself;
12
- - a parent or legal guardian (some first-year athletes are 17 at enrollment);
13
- - an authorized representative (agent, attorney, school athletics/compliance staff).
 
 
 
 
14
 
15
  Institutions may also request removal of an entire team's rows.
16
 
17
  ## How to request
18
 
19
- Email **dharits3@gmail.com** with the subject line **"Dataset removal request"** and:
 
20
 
21
- 1. the athlete's **full name as it appears on the school's roster** (the published
22
- files carry no names, so this is needed to locate the rows via the internal
23
- source mapping);
24
- 2. **school**, **sport(s)**, and season (2025-26);
25
- 3. nothing else — no ID documents, no reason. Requests are **honored without
26
- question**: demanding proof of identity would mean collecting more personal data
27
- than the dataset itself holds, so a plausible connection to the named athlete is
28
- sufficient.
29
 
30
- Corrections (wrong hometown, misparsed high school, etc.) go through the same channel.
 
 
 
31
 
32
- ## What happens, and when
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  | Step | Commitment |
35
  |---|---|
36
- | Acknowledgment | within **7 days** |
37
- | Removal | the athlete's row(s) deleted from all distributed files in the **next published version, no later than 30 days** after the request |
38
- | Record | an `ERRATA.md` entry noting the version and the **count** of rows removed — never the requester's identity |
39
  | IDs | removed `athlete_id`s are retired and never reused |
40
 
41
- Removal works **even after the DOI is minted**: a DataCite DOI locks the Hugging Face
42
- repository against deletion and renaming, but not against content commits — per-record
43
- removal is a normal file commit. (This is why the DOI is deliberately minted last; see
44
- [RELEASE_CHECKLIST.md](RELEASE_CHECKLIST.md) Gate 4.)
45
 
46
  ## Honest limits of removal
47
 
48
- - **Prior versions:** Hugging Face preserves git revision history, so earlier versions
49
- of the files remain technically accessible. On request, the maintainer will file a
50
- Hugging Face support ticket to purge the affected rows from historical revisions —
51
- documented here because it depends on platform action, not only the maintainer's.
52
- - **Downstream copies:** the data are CC0; copies made before a removal cannot be
53
- recalled. Removal guarantees the athlete is absent from every version published
54
- *from that point forward*.
55
- - **The sources:** removal affects this dataset only. The school's own roster page,
56
- the Wayback Machine, and NCAA records are outside the maintainer's control — the
57
- dataset cannot un-publish what the institution published.
 
 
58
 
59
  ## Contact
60
 
61
- Maintainer: Dharit Shah — dharits3@gmail.com (or open a discussion on the dataset's
62
- Hugging Face page). This process is linked from the dataset card and reviewed at each
63
- annual release.
 
1
+ # Opt-Out / Record Removal — NCAA All Sports Rosters 2025-26 (v2.1.0)
2
 
3
+ Any athlete listed in this dataset can have their rows removed, no questions
4
+ asked. As of v2.1.0 the dataset is **named** `first_name`/`last_name` are
5
+ public columns which makes this process the release's central individual
6
+ control ([ETHICS_REVIEW.md](ETHICS_REVIEW.md), Part II §8). It exists because
7
+ the dataset was built without notifying the athletes in it — removal is the
8
+ standing lever offered in place of the consent that was never sought.
9
 
10
  ## Who may request
11
 
12
+ - the athlete themself;
13
+ - a **parent or legal guardian** some first-year athletes are 17 at
14
+ enrollment, and some rosters include **Team IMPACT honorees** (children
15
+ honored as team members), whose removal a parent/guardian can request the
16
+ same way;
17
+ - an authorized representative (agent, attorney, school athletics/compliance
18
+ staff).
19
 
20
  Institutions may also request removal of an entire team's rows.
21
 
22
  ## How to request
23
 
24
+ Email **dharits3@gmail.com** with the subject line **"Dataset removal
25
+ request"** and either:
26
 
27
+ 1. the **`athlete_id`** of the row(s) (from any distributed file), **or**
28
+ 2. the athlete's **name + school + sport(s)** (season 2025-26).
 
 
 
 
 
 
29
 
30
+ Nothing else no ID documents, no reason. Requests are **honored without
31
+ question**: demanding proof of identity would mean collecting more personal
32
+ data than the dataset itself holds, so a plausible connection to the named
33
+ athlete is sufficient.
34
 
35
+ Corrections (wrong hometown, misparsed high school, misspelled name, etc.) go
36
+ through the same channel.
37
+
38
+ ## What gets removed, and when
39
+
40
+ Removal is keyed on `athlete_id` and covers **every distributed artifact**:
41
+
42
+ | Scope | Detail |
43
+ |---|---|
44
+ | Combined file | the athlete's row(s) in the master roster file (CSV and Parquet) |
45
+ | Per-sport files | the athlete's row(s) in every `by_sport` split (all / men / women / division files, CSV and Parquet) |
46
+ | Stats sidecars | all rows for that `athlete_id` in the per-sport season-stats files |
47
+ | Samples | any occurrence in the sample files |
48
+ | Platforms | propagates to the next published version on **all three**: Hugging Face (canonical), Kaggle (mirror), and GitHub |
49
 
50
  | Step | Commitment |
51
  |---|---|
52
+ | Removal | published in the next version on every platform, **target turnaround 14 days** from the request |
53
+ | Record | an entry in the public **removals ledger** — the Removals section of [RELEASE_NOTES.md](RELEASE_NOTES.md) noting the version and the **count** of rows removed, never the requester's identity. The ledger starts empty at v2.1.0. |
 
54
  | IDs | removed `athlete_id`s are retired and never reused |
55
 
56
+ Removal works even after the DOI is minted: a DataCite DOI locks the
57
+ repository against deletion and renaming, but not against content commits —
58
+ per-record removal is a normal file commit.
 
59
 
60
  ## Honest limits of removal
61
 
62
+ - **The sources:** removal affects this dataset only. **It cannot remove the
63
+ school's own roster page**, the Wayback Machine's captures of it, NCAA
64
+ records, or third-party sports sites the dataset cannot un-publish what
65
+ the institution published.
66
+ - **Downstream copies:** the data are CC0; copies made before a removal
67
+ cannot be recalled. Removal guarantees the athlete is absent from every
68
+ version published *from that point forward*, on every platform above.
69
+ - **Prior versions:** Hugging Face preserves git revision history, so earlier
70
+ versions of the files remain technically accessible. On request, the
71
+ maintainer will file a Hugging Face support ticket to purge the affected
72
+ rows from historical revisions — documented here because it depends on
73
+ platform action, not only the maintainer's.
74
 
75
  ## Contact
76
 
77
+ Maintainer: Dharit Shah — dharits3@gmail.com (or open a discussion on the
78
+ dataset's Hugging Face page). This process is linked from the dataset card
79
+ and reviewed at each annual release.
README.md CHANGED
@@ -22,7 +22,7 @@ configs:
22
  - config_name: default
23
  data_files:
24
  - split: full
25
- path: data/ncaa_all_sports_rosters_2025-26.parquet
26
  - config_name: acro_tumbling
27
  data_files:
28
  - split: full
@@ -135,101 +135,239 @@ configs:
135
  data_files:
136
  - split: full
137
  path: by_sport/wrestling/all.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  ---
139
 
140
  # NCAA All Sports Rosters 2025-26
141
 
142
- The first near-census of a full NCAA athletic year: **514,696 athlete roster records**
143
- across **all 28 championship and emerging sports**, **1,087 schools**, all three
144
- divisions (D1/D2/D3), men's and women's teams — one coherent year (2025-26), the first
145
- season under the House v. NCAA settlement. Covers **~91.7%** of officially reported
146
- NCAA participations (~96.9% of sponsor-list teams). **De-identified** (no names, no
147
- photos, no bios); every field is an institution-published roster fact validated against
148
- the NCAA's official sponsor lists.
149
-
150
- **What it's for:** recruiting geography, international participation, division and
151
- gender structure, high-school college pathways, conference composition, roster-size
152
- policy (House-settlement roster caps) at individual-record resolution, without PII.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
 
154
  ## Three things it shows out of the box
155
 
156
  1. **Tennis (40.1%) and ice hockey (28.8%) have the highest international roster
157
- shares**; golf (20.2%) and water polo (19.7%) follow. Football and softball (1.5%
158
- each) are the most domestic. (Sports with ≥1,000 athletes; share of rows with
159
- `origin = international`.)
160
- 2. **Division III, not D1, is the largest slice of college sports:** 204,054 roster
161
- records vs 185,912 in D1 and 124,730 in D2.
162
- 3. **Prep-academy pipelines concentrate in specific sports:** among domestic athletes,
163
- rowing (12.2%), gymnastics (10.4%), and tennis (10.2%) list prep/academy high
164
- schools at the highest rates (`high_school_is_academy`).
165
 
166
  ## Quick start
167
 
168
- Load everything (Parquet, 19 columns):
169
 
170
  ```python
171
  import pandas as pd
172
- df = pd.read_parquet("hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26/data/ncaa_all_sports_rosters_2025-26.parquet")
173
  ```
174
 
175
- Load a single sport without downloading the rest — every sport is a config:
 
176
 
177
  ```python
178
  from datasets import load_dataset
179
  soccer = load_dataset("dharits3/ncaa-college-athlete-rosters-2025-26", "soccer", split="full")
 
 
 
 
 
 
 
 
 
 
 
 
180
  ```
181
 
182
  Polars / DuckDB:
183
 
184
  ```python
185
  import polars as pl
186
- df = pl.read_parquet("hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26/data/ncaa_all_sports_rosters_2025-26.parquet")
187
  ```
188
 
189
  ```sql
190
  SELECT sport, count(*) AS athletes,
191
- round(avg(CASE WHEN origin='international' THEN 1 ELSE 0 END)*100, 1) AS intl_pct
192
- FROM read_parquet('hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26/data/ncaa_all_sports_rosters_2025-26.parquet')
 
193
  GROUP BY 1 ORDER BY athletes DESC;
194
  ```
195
 
196
- ## Shape (v2.0.5)
 
 
 
 
197
 
198
  | | |
199
  |---|---|
200
- | Athletes | **514,696** (Men 290,969 / Women 223,727) |
201
- | Divisions | D1 185,912 · D2 124,730 · D3 204,054 |
202
- | Origin | domestic 459,317 (89.2%) · international 44,241 (8.6%) · unknown 11,138 (2.2%) |
203
  | Sports | 28 (every NCAA championship + emerging sport) |
204
  | Schools | 1,087 |
 
 
205
  | Athletic year | 2025-26 for every row |
206
 
207
  ## Schema & completeness
208
 
209
- 19 public columns (full definitions: [`data/CODEBOOK.md`](data/CODEBOOK.md)).
210
-
211
- | Column | Meaning | Known | Read this first |
212
- |---|---|---:|---|
213
- | `sport` | Sport registry key | 100% | Indoor/outdoor track share source rows — see warning below |
214
- | `division` / `gender` / `conference` / `school` | Team identity (2025-26 vintage) | 100% | Per-sport conferences and legit Independents exist |
215
- | `origin` | domestic / international / unknown | 97.8% | Roster-listed origin, **not citizenship** |
216
- | `hometown_city` / `hometown_state` | Parsed hometown | 97.8% / >99.9% of domestic | State is USPS incl. territories (PR/VI/GU/AS/MP) |
217
- | `high_school` | High school / prep / academy as listed | 92.4% | Institution-published free text |
218
- | `class_standing` | Fr/So/Jr/Sr/Gr | 98.0% | 2.0% UNK |
219
- | `position_group` | Standardized position/event | 90.2% | 9.8% UNK; meaning varies by sport |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
 
221
  ## Before you count across sports
222
 
223
- **`track_indoor` and `track_outdoor` share source rows by design.** Schools publish one
224
- track & field roster; indoor is materialized from the shared scrape and reconciled
225
- against indoor sponsor lists. Distinct `athlete_id`s (`tfi_` / `tfo_`); **1,639**
226
- overlapping school-gender teams. Never blindly dedupe across sports.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
 
228
  ## Research using this dataset
229
 
230
  | Output | One-line finding | Dataset version | Links |
231
  |---|---|---|---|
232
- | *The Beautiful Game's Class Ceiling: Who Reaches NCAA College Soccer on the Eve of the 2026 World Cup* (SocArXiv, 2026) | Selective-college access among NCAA soccer players runs 15.3% for the richest home-community quintile vs 3.7% for the poorest; men's rosters are 2.7× more international than women's. | v2.0.4 (54,559 soccer rows of 514,696) | [DOI](https://doi.org/10.31235/osf.io/9x4kg_v1) · [replication](https://osf.io/mu3wt/) |
233
  | *Who Reaches the NBA Draft? Dual Concentration in College and High-School Pathways (2016–2026)* (SocArXiv, 2026) | Duke + Kentucky alone supply 9.5% of all 656 draft picks; two-thirds of draftees did not finish at a US public high school. | Separate derived panel (656 picks) | [DOI](https://doi.org/10.31235/osf.io/exarh_v1) · [replication](https://osf.io/yud8x/) |
234
  | All-sports starter analysis (Kaggle notebook) | Coverage profile, sport/division/gender structure, state + international recruiting patterns. | v2.0.4 | [notebook](https://www.kaggle.com/code/shahdha/ncaa-all-sports-rosters-2025-26-analysis) |
235
 
@@ -237,87 +375,96 @@ overlapping school-gender teams. Never blindly dedupe across sports.
237
 
238
  ```
239
  ├── data/
240
- │ ├── ncaa_all_sports_rosters_2025-26.parquet 514,696 × 19 (public, de-identified)
 
 
 
 
 
241
  │ └── CODEBOOK.md
242
- ├── by_sport/<sport>/all.parquet + all.csv per-sport slices (identical 19-col schema; parquet loadable as configs)
243
- ├── metadata.json build sidecar (counts, checksums, version)
244
- ├── index.html Dataset Search / landing page
245
- ├── DATASHEET.md · ETHICS_REVIEW.md · DISCLOSURE_RISK.md · …
246
- └── RELEASE_NOTES.md
247
  ```
248
 
249
- **Public tier only:** 19 de-identified columns — no names, jersey numbers, photos, or
250
- bios. An enriched 54-column analysis tier (Census town income, high-school typology,
251
- Scorecard / mobility joins) is **research-only and is not publicly distributed**; those
252
- joins are rebuildable from this public tier plus public sources (Census ACS, NCES,
253
- College Scorecard, Opportunity Insights), or available by documented research request.
254
-
255
  ## Release status
256
 
257
- **Released.** Current tip is **v2.0.5** (2026-08-06) — false-international origin fix:
258
- 6,969 US athletes at city-only-style rosters (bare-city / island-style / slash-mash
259
- hometowns) corrected from `international` to `domestic` with gazetteer-resolved states,
260
- verified against live roster pages. Prior: v2.0.4 territory fix (2026-07-18); v2.0.3
261
- audit correction (2026-07-14); original v2.0 published 2026-07-08.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
 
263
  | | |
264
  |---|---|
265
- | **Dataset (HF, DOI)** | https://huggingface.co/datasets/dharits3/ncaa-college-athlete-rosters-2025-26 |
266
- | **DOI** | [10.57967/hf/9512](https://doi.org/10.57967/hf/9512) |
267
  | **Kaggle mirror** | https://www.kaggle.com/datasets/shahdha/ncaa-all-sports-rosters-2025-26 |
268
- | **License** | CC0 1.0 (citation requested; no NIL / publicity grant) |
269
- | **Version** | **2.0.5** ([GitHub releases](https://github.com/Dharit13/NCAA_2025-26-Season-Dataset-Analysis/releases)) |
270
-
271
- ### v2.0.5 corrections (summary)
272
-
273
- - **False-international fix:** the `classify_origin` flaw behind the v2.0.4 territory
274
- fix also mislabeled US athletes at ~15 schools whose rosters print hometowns
275
- city-only ("Columbus"), island-style ("Honolulu, O'ahu"), or as "City, St. / High
276
- School" mashes (SUNY Cortland, the five OAC schools, UW-Oshkosh/La Crosse, Olivet,
277
- Eastern Connecticut, Cal State LA/DH, Hawaii, East Carolina, Coastal Carolina, UNCG,
278
- and a tail). **6,969 rows** now `origin=domestic` with `hometown_state` resolved via
279
- Census-gazetteer match; a 26-row stratified sample was verified against live roster
280
- pages (25 confirmed, 1 refuted — the refuting class, bare country names at schools
281
- that print domestic hometowns with states, was reverted). Genuinely international
282
- clusters (Simon Fraser, Lincoln Missouri's Jamaica pipeline, etc.) untouched.
283
- - **Schema and row count unchanged** (514,696 athletes / 1,087 schools).
284
-
285
- ### Prior (v2.0.4)
286
-
287
- - **US territories:** 150 athletes from American Samoa, Guam, U.S. Virgin Islands,
288
- Northern Mariana Islands, and residual Puerto Rico rows were mislabeled
289
- `origin=international` with empty `hometown_state`. Now `domestic` with USPS codes
290
- `AS`/`GU`/`VI`/`MP`/`PR`. British Virgin Islands remain international.
291
- - **CODEBOOK:** removed stale `conference` "~68%" coverage claim (public tier is fully
292
- populated since v2.0.3).
293
- - **Schema and row count unchanged** (514,696 athletes / 1,087 schools).
294
-
295
- ### Prior (v2.0.3)
296
-
297
- - **−389 rows / −2 schools:** removed Shawnee State (NAIA) and JWU Charlotte
298
- (exploratory/USCAA). Kept six NCAA provisional members.
299
- - Conference labels web-verified; high-school recovery on public `high_school`.
300
 
301
  **Known intentional exceptions**
302
 
303
  | Case | Behavior |
304
  |---|---|
305
- | **Independents** | `conference = Independent` is correct for full independents such as **Notre Dame** (football), **Maranatha Baptist**, and **Salem WV** (and for sport-specific independents elsewhere). |
 
 
 
306
 
307
- Full changelog: [RELEASE_NOTES.md](RELEASE_NOTES.md).
 
 
 
 
 
 
 
 
308
 
309
  ## Provenance & quality
310
 
311
- - Source: official school athletics-site rosters, scraped for the 2025-26 athletic year
312
- and validated against NCAA sport-sponsorship lists.
313
- - Public tiers are PII-sanitized and audited clean (`pii_audit.txt`, `sanitize_report.txt`).
314
- - Coverage vs official NCAA participation figures:
315
- [OFFICIAL_COMPARISON.md](OFFICIAL_COMPARISON.md).
 
 
 
 
 
 
 
316
 
317
  ## Citation
318
 
319
- > Shah, Dharit (2026). *NCAA All Sports Rosters 2025-26: An Individual-Level Dataset
320
- > Across All Divisions* (Version 2.0.5) [Data set]. Hugging Face.
321
  > https://doi.org/10.57967/hf/9512
322
 
323
  Machine-readable: [`CITATION.cff`](CITATION.cff).
@@ -326,6 +473,7 @@ Machine-readable: [`CITATION.cff`](CITATION.cff).
326
 
327
  - [DATASHEET.md](DATASHEET.md) — Datasheets for Datasets
328
  - [ETHICS_REVIEW.md](ETHICS_REVIEW.md) — ethics self-review / IRB exemption floor
329
- - [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md) — quasi-identifier analysis
330
- - [LEGAL_NOTES.md](LEGAL_NOTES.md) — legal notes (facts/CC0, scraping, FERPA/NIL)
331
- - [OPT_OUT.md](OPT_OUT.md) — per-record removal on request (dharits3@gmail.com)
 
 
22
  - config_name: default
23
  data_files:
24
  - split: full
25
+ path: data/ncaa_all_sports_rosters_2025-26_enriched.parquet
26
  - config_name: acro_tumbling
27
  data_files:
28
  - split: full
 
135
  data_files:
136
  - split: full
137
  path: by_sport/wrestling/all.parquet
138
+ - config_name: baseball_stats
139
+ data_files:
140
+ - split: full
141
+ path: by_sport/baseball/stats.parquet
142
+ - config_name: basketball_stats
143
+ data_files:
144
+ - split: full
145
+ path: by_sport/basketball/stats.parquet
146
+ - config_name: field_hockey_stats
147
+ data_files:
148
+ - split: full
149
+ path: by_sport/field_hockey/stats.parquet
150
+ - config_name: football_stats
151
+ data_files:
152
+ - split: full
153
+ path: by_sport/football/stats.parquet
154
+ - config_name: ice_hockey_stats
155
+ data_files:
156
+ - split: full
157
+ path: by_sport/ice_hockey/stats.parquet
158
+ - config_name: lacrosse_stats
159
+ data_files:
160
+ - split: full
161
+ path: by_sport/lacrosse/stats.parquet
162
+ - config_name: soccer_stats
163
+ data_files:
164
+ - split: full
165
+ path: by_sport/soccer/stats.parquet
166
+ - config_name: softball_stats
167
+ data_files:
168
+ - split: full
169
+ path: by_sport/softball/stats.parquet
170
+ - config_name: volleyball_stats
171
+ data_files:
172
+ - split: full
173
+ path: by_sport/volleyball/stats.parquet
174
+ - config_name: water_polo_stats
175
+ data_files:
176
+ - split: full
177
+ path: by_sport/water_polo/stats.parquet
178
  ---
179
 
180
  # NCAA All Sports Rosters 2025-26
181
 
182
+ A near-census of a full NCAA athletic year — now **named and enriched**.
183
+ **513,655 athlete roster records** across **all 28 championship and emerging
184
+ sports**, **1,087 schools**, all three divisions (D1/D2/D3), men's and women's
185
+ teams, one coherent year (2025-26, the first season under the House v. NCAA
186
+ settlement). Every field is an institution-published roster fact from official
187
+ school athletics sites, validated against the NCAA's official sponsor lists.
188
+
189
+ **New in v2.1.0** (2026-08-14):
190
+
191
+ - **Names are public.** `first_name` / `last_name` ship on every row — they are
192
+ school-published facts on public roster pages, and publishing them makes every
193
+ record verifiable against its `source_url` and linkable to other data.
194
+ - **8 new bio columns:** `first_name`, `last_name`, `major`, `previous_school`,
195
+ `height_raw`/`height_in`, `weight_raw`/`weight_lbs` (raw + parsed pairs ship
196
+ together). 27 columns total (the 19 v2.0.5 columns are unchanged; column order
197
+ is locked).
198
+ - **Season-stats sidecars for 10 sports** — `by_sport/<sport>/stats.parquet`,
199
+ 205,132 stat rows (39.9% of athletes), joinable on `athlete_id`.
200
+ - **1,041 junk rows removed** and **1,972 defective names repaired** (details in
201
+ [RELEASE_NOTES.md](RELEASE_NOTES.md)).
202
+
203
+ **What it's for:** recruiting geography, international participation, division
204
+ and gender structure, high-school → college pathways, walk-on vs contributor
205
+ analysis (roster × stats), academic-major composition, transfer pathways
206
+ (`previous_school`), anthropometrics by sport — at individual-record resolution.
207
 
208
  ## Three things it shows out of the box
209
 
210
  1. **Tennis (40.1%) and ice hockey (28.8%) have the highest international roster
211
+ shares**; golf (20.2%) and water polo (19.7%) follow. Football and softball
212
+ (1.5% each) are the most domestic. (Sports with ≥1,000 athletes.)
213
+ 2. **Division III, not D1, is the largest slice of college sports:** 203,909
214
+ roster records vs 185,086 in D1 and 124,660 in D2.
215
+ 3. **What a roster omits is a publication convention, and the data shows it:**
216
+ football rosters list weight for 89.3% of athletes; softball and field hockey
217
+ list it for 0%. Height/weight/major gaps track school and sport publishing
218
+ norms, not scraping failures.
219
 
220
  ## Quick start
221
 
222
+ Load everything (Parquet, 27 columns):
223
 
224
  ```python
225
  import pandas as pd
226
+ df = pd.read_parquet("hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26/data/ncaa_all_sports_rosters_2025-26_enriched.parquet")
227
  ```
228
 
229
+ Load a single sport without downloading the rest — every sport is a config, and
230
+ each of the 10 stats sidecars is a `<sport>_stats` config:
231
 
232
  ```python
233
  from datasets import load_dataset
234
  soccer = load_dataset("dharits3/ncaa-college-athlete-rosters-2025-26", "soccer", split="full")
235
+ bb_stats = load_dataset("dharits3/ncaa-college-athlete-rosters-2025-26", "basketball_stats", split="full")
236
+ ```
237
+
238
+ Join rosters to season stats on `athlete_id` (basketball example):
239
+
240
+ ```python
241
+ import pandas as pd
242
+ base = "hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26"
243
+ combined = pd.read_parquet(f"{base}/by_sport/basketball/all.parquet") # 32,614 roster rows
244
+ stats = pd.read_parquet(f"{base}/by_sport/basketball/stats.parquet") # 26,818 stat rows
245
+ bb = combined.merge(stats, on="athlete_id", how="left")
246
+ # left join keeps all 32,614 athletes; those without a published stat line get NaN stats
247
  ```
248
 
249
  Polars / DuckDB:
250
 
251
  ```python
252
  import polars as pl
253
+ df = pl.read_parquet("hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26/data/ncaa_all_sports_rosters_2025-26_enriched.parquet")
254
  ```
255
 
256
  ```sql
257
  SELECT sport, count(*) AS athletes,
258
+ round(100.0 * avg(CASE WHEN height_in IS NOT NULL THEN 1 ELSE 0 END), 1) AS height_pct,
259
+ round(100.0 * avg(CASE WHEN origin = 'international' THEN 1 ELSE 0 END), 1) AS intl_pct
260
+ FROM read_parquet('hf://datasets/dharits3/ncaa-college-athlete-rosters-2025-26/data/ncaa_all_sports_rosters_2025-26_enriched.parquet')
261
  GROUP BY 1 ORDER BY athletes DESC;
262
  ```
263
 
264
+ Just want a look? [`samples/ncaa_rosters_sample_10000.csv`](samples/ncaa_rosters_sample_10000.csv)
265
+ is a 10,000-row sample; [`samples/sport_summary.csv`](samples/sport_summary.csv)
266
+ has per-sport counts and coverage.
267
+
268
+ ## Shape (v2.1.0)
269
 
270
  | | |
271
  |---|---|
272
+ | Athletes | **513,655** (Men 290,510 / Women 223,145) |
273
+ | Divisions | D1 185,086 · D2 124,660 · D3 203,909 |
274
+ | Origin | domestic 459,068 (89.4%) · international 43,853 (8.5%) · unknown 10,734 (2.1%) |
275
  | Sports | 28 (every NCAA championship + emerging sport) |
276
  | Schools | 1,087 |
277
+ | Columns | 27 (19 from v2.0.x + 8 new; order locked) |
278
+ | Season stats | 10 sports · 205,132 rows · 39.9% of athletes |
279
  | Athletic year | 2025-26 for every row |
280
 
281
  ## Schema & completeness
282
 
283
+ 27 columns, in file order. **Bold** = new in v2.1.0. Machine-readable version:
284
+ [`samples/data_dictionary.csv`](samples/data_dictionary.csv); per-sport notes in
285
+ each `by_sport/<sport>/CODEBOOK.md`.
286
+
287
+ | Column | Meaning | Known |
288
+ |---|---|---:|
289
+ | `athlete_id` | Stable sport-prefixed surrogate key; joins to `stats` files | 100% |
290
+ | **`first_name`** | First/given name as school-published | 100% |
291
+ | **`last_name`** | Last/family name as school-published | 99.5% |
292
+ | **`major`** | Academic major as listed on roster/bio page | 30.9% |
293
+ | **`previous_school`** | Previous school as listed (college, junior/club, or HS source-labeled) | 19.5% |
294
+ | **`height_raw`** | Height as published (`6-2`, `5'11"`) | 62.2% |
295
+ | **`height_in`** | Parsed height, inches | 62.2% |
296
+ | **`weight_raw`** | Weight as published | 30.1% |
297
+ | **`weight_lbs`** | Parsed weight, pounds | 30.0% |
298
+ | `sport` | Sport registry key — indoor/outdoor track share source rows, see below | 100% |
299
+ | `athletic_year` | 2025-26 for every row | 100% |
300
+ | `season` | Sport's season label (`2025`, `2026`, `2025-26`) | 100% |
301
+ | `division` | D1 / D2 / D3 per official NCAA sponsor list | 100% |
302
+ | `gender` | Team competition gender | 100% |
303
+ | `conference` | Athletic conference, 2025-26 vintage; fully populated | 100% |
304
+ | `school` | Institution name | 100% |
305
+ | `position_raw` | Position / event / weight class as listed | 81.6% |
306
+ | `position_group` | Standardized position grouping (`UNK` where unlisted) | 100% |
307
+ | `class_year_raw` | Class as listed (`Fr.`, `R-So.`, `Gr.`) | 99.1% |
308
+ | `class_standing` | Standardized Fr/So/Jr/Sr/Gr/UNK | 100% |
309
+ | `hometown_raw` | Hometown as listed | 97.9% |
310
+ | `hometown_city` | Parsed city | 97.9% |
311
+ | `hometown_state` | Parsed USPS state/territory (incl. PR/VI/GU/AS/MP) | 89.4% |
312
+ | `origin` | domestic / international / unknown — roster-listed, **not citizenship** | 100% |
313
+ | `high_school` | High school / prep / academy as listed | 92.5% |
314
+ | `high_school_is_academy` | Legacy prep/academy flag | 99.8% |
315
+ | `source_url` | Roster page / API endpoint the row came from | 100% |
316
+
317
+ > **Missingness is a publication convention, not a defect.** Schools choose what
318
+ > their rosters publish, and conventions differ sharply by sport and gender:
319
+ > women's weight is ~0% in many sports by convention (softball 0%, field hockey
320
+ > 0%) while football publishes it at 89.3%; cross-country programs rarely list
321
+ > height. Columns are never dropped for low coverage — a blank means the school
322
+ > did not publish it. Compare coverage rates across sports in
323
+ > [`samples/sport_summary.csv`](samples/sport_summary.csv) before treating a
324
+ > gap as data loss.
325
+
326
+ ## Season-stats sidecars (new)
327
+
328
+ `by_sport/<sport>/stats.parquet` (+ `.csv`) for 10 sports. Columns are
329
+ **sport-specific by design** (a baseball stat file has no reason to share a
330
+ schema with soccer's); every file joins to its sport's roster slice on
331
+ `athlete_id`. 205,132 athletes (39.9%) have a stat row.
332
+
333
+ | Sport | Stat rows | Sport | Stat rows |
334
+ |---|---:|---|---:|
335
+ | soccer | 42,750 | ice_hockey | 6,345 |
336
+ | football | 34,982 | field_hockey | 5,439 |
337
+ | baseball | 27,470 | water_polo | 1,612 |
338
+ | basketball | 26,818 | | |
339
+ | lacrosse | 24,789 | | |
340
+ | volleyball | 17,767 | | |
341
+ | softball | 17,160 | | |
342
 
343
  ## Before you count across sports
344
 
345
+ **`track_indoor` and `track_outdoor` share source rows by design.** Schools
346
+ publish one track & field roster; indoor is materialized from the shared scrape
347
+ and reconciled against indoor sponsor lists. Distinct `athlete_id`s
348
+ (`tfi_` / `tfo_`) for the same person-season. Never blindly dedupe across
349
+ sports; when counting unique athletes, decide explicitly how to treat
350
+ indoor/outdoor track.
351
+
352
+ ## Access: what ships and what never will
353
+
354
+ The public tier is everything in this repo: **27 named columns** — all
355
+ school-published roster facts — **plus the per-sport season-stats sidecars**.
356
+ There is also a **research tier** (BISG race/ethnicity predictions,
357
+ home-community income/SES, Census-tract and mobility joins) that is
358
+ **research-only, is in no distributed file, and never will be**; it is not
359
+ reconstructable from the released fields. No photos, no contact information, no
360
+ birthdates, no social-media handles. The shipped build passed a PII audit.
361
+
362
+ Names are published because they are facts the schools themselves publish on
363
+ public roster pages; every row carries the `source_url` it came from. Per-record
364
+ removal is honored on request — see [OPT_OUT.md](OPT_OUT.md).
365
 
366
  ## Research using this dataset
367
 
368
  | Output | One-line finding | Dataset version | Links |
369
  |---|---|---|---|
370
+ | *The Beautiful Game's Class Ceiling: Who Reaches NCAA College Soccer on the Eve of the 2026 World Cup* (SocArXiv, 2026) | Selective-college access among NCAA soccer players runs 15.3% for the richest home-community quintile vs 3.7% for the poorest; men's rosters are 2.7× more international than women's. | v2.0.4 (soccer slice) | [DOI](https://doi.org/10.31235/osf.io/9x4kg_v1) · [replication](https://osf.io/mu3wt/) |
371
  | *Who Reaches the NBA Draft? Dual Concentration in College and High-School Pathways (2016–2026)* (SocArXiv, 2026) | Duke + Kentucky alone supply 9.5% of all 656 draft picks; two-thirds of draftees did not finish at a US public high school. | Separate derived panel (656 picks) | [DOI](https://doi.org/10.31235/osf.io/exarh_v1) · [replication](https://osf.io/yud8x/) |
372
  | All-sports starter analysis (Kaggle notebook) | Coverage profile, sport/division/gender structure, state + international recruiting patterns. | v2.0.4 | [notebook](https://www.kaggle.com/code/shahdha/ncaa-all-sports-rosters-2025-26-analysis) |
373
 
 
375
 
376
  ```
377
  ├── data/
378
+ │ ├── ncaa_all_sports_rosters_2025-26_enriched.parquet 513,655 × 27
379
+ │ └── ncaa_all_sports_rosters_2025-26_enriched.csv same data
380
+ ├── by_sport/<sport>/
381
+ │ ├── all.parquet + all.csv per-sport slice (same 27 cols; parquet = HF config)
382
+ │ ├── <gender>/all.csv, d1/d2/d3.csv gender × division CSV slices
383
+ │ ├── stats.parquet + stats.csv season stats (10 sports; join on athlete_id)
384
  │ └── CODEBOOK.md
385
+ ├── samples/ 10k sample · data dictionary · sport & school summaries
386
+ ├── metadata.json · MANIFEST.json build sidecars (row counts, sha256 per file)
387
+ ├── DATASHEET.md · ETHICS_REVIEW.md · DISCLOSURE_RISK.md · LEGAL_NOTES.md · OPT_OUT.md · OFFICIAL_COMPARISON.md
388
+ ├── LICENSE · CITATION.cff
389
+ └── RELEASE_NOTES.md changelog + opt-out removals ledger
390
  ```
391
 
 
 
 
 
 
 
392
  ## Release status
393
 
394
+ **Current: v2.1.0** (2026-08-14) — the **named + enriched** release.
395
+
396
+ - Names public; 8 new columns; stats sidecars for 10 sports; consolidated file
397
+ renamed to `data/ncaa_all_sports_rosters_2025-26_enriched.parquet`.
398
+ - **513,655 rows** (v2.0.5: 514,696). The −1,041 are junk rows inherited from
399
+ v2.0.x source data: 845 dual-render duplicate rows (`_N`-suffixed
400
+ `athlete_id`s from a platform that rendered rosters twice) and 196
401
+ header-artifact rows (e.g. a `Ht.` column header scraped as a name).
402
+ - **Name repairs** (all inherited defects, each change logged): 1,562
403
+ `"Last," / "First"` comma-swaps, 407 jersey-number-in-name fixes (recovering
404
+ 80 height/weight values from mashed strings), 2 trailing-comma strips, 1
405
+ manual correction.
406
+ - Verification: all 28 sports individually signed off — internal battery plus an
407
+ adversarial live-page workflow (~3,000 field checks against live roster pages,
408
+ zero wrong-value findings) plus external record-book cross-checks for the
409
+ stats sports. See [RELEASE_NOTES.md](RELEASE_NOTES.md).
410
+
411
+ Prior versions (condensed; full changelog in [RELEASE_NOTES.md](RELEASE_NOTES.md)):
412
+
413
+ | Version | Date | Change |
414
+ |---|---|---|
415
+ | v2.0.5 | 2026-08-06 | False-international origin fix (6,969 rows re-labeled domestic, gazetteer-resolved states) |
416
+ | v2.0.4 | 2026-07-18 | US-territory origin fix (150 rows → domestic with `AS`/`GU`/`VI`/`MP`/`PR`) |
417
+ | v2.0.3 | 2026-07-14 | Directory audit: −389 rows / −2 non-NCAA schools; conference labels web-verified |
418
+ | v2.0.2 / v2.0.1 | 2026-07-14/13 | Conference-label normalization; Louisiana Christian (NAIA) removal (−308) |
419
+ | v2.0 | 2026-07-08 | Initial public release (19 de-identified columns) |
420
 
421
  | | |
422
  |---|---|
423
+ | **Dataset (HF, canonical)** | https://huggingface.co/datasets/dharits3/ncaa-college-athlete-rosters-2025-26 |
424
+ | **DOI** | [10.57967/hf/9512](https://doi.org/10.57967/hf/9512) (unchanged — same repo) |
425
  | **Kaggle mirror** | https://www.kaggle.com/datasets/shahdha/ncaa-all-sports-rosters-2025-26 |
426
+ | **GitHub** | https://github.com/Dharit13/NCAA_2025-26-Season-Dataset-Analysis ([releases](https://github.com/Dharit13/NCAA_2025-26-Season-Dataset-Analysis/releases)) |
427
+ | **License** | CC0 1.0 — citation requested; CC0 covers the compilation and grants **no NIL / publicity rights** |
428
+ | **Version** | **2.1.0** |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
 
430
  **Known intentional exceptions**
431
 
432
  | Case | Behavior |
433
  |---|---|
434
+ | **Independents** | `conference = Independent` is correct for full independents such as **Notre Dame** (football), **Maranatha Baptist**, and **Salem WV**, and for athletes on sport-specific independent schedules. |
435
+ | **Beloit ice hockey** | Two distinct athletes named Taylor share a base `athlete_id` hash (`_2`-suffixed second id) — a collision deliberately kept, not a duplicate. |
436
+
437
+ ## Known limitations
438
 
439
+ - **WMT-platform schools** (Stanford, UCLA, Penn State) have partial bio-column
440
+ coverage.
441
+ - Some Sidearm goalkeeper/pitching stat lines are rendered JS-only and are
442
+ missing from the stats sidecars.
443
+ - Presto's combined **"Sacks-YDS"** football stat column ships unsplit.
444
+ - Track-family enrichment rejoin rate is 83.3–83.5% (bio columns are blank for
445
+ the unmatched remainder in cross country / indoor / outdoor track).
446
+ - Ice-hockey goalie minutes are unreliable; treat with caution.
447
+ - `track_indoor` / `track_outdoor` share source rows by design (see above).
448
 
449
  ## Provenance & quality
450
 
451
+ - Source: official school athletics-site rosters (Sidearm / Presto / WMT /
452
+ school roster APIs / Wayback snapshots), scraped in-season for the 2025-26
453
+ athletic year and validated against NCAA sport-sponsorship lists.
454
+ - v2.1.0 verification: every sport passed its internal integrity battery, then
455
+ an adversarial live-page verification (multi-agent, ~25 stratified athletes
456
+ per sport, ~3,000 field checks total — zero wrong-value findings; the only
457
+ misses were under-capture, i.e. fields the pipeline left blank). Stats sports
458
+ were additionally cross-checked against external record books. The per-sport
459
+ verification log is maintained in the build repository.
460
+ - Raw and parsed fields ship together (`height_raw` + `height_in`,
461
+ `weight_raw` + `weight_lbs`, `*_raw` + standardized) so parsing is auditable.
462
+ - PII audit clean for the shipped build.
463
 
464
  ## Citation
465
 
466
+ > Shah, Dharit (2026). *NCAA All Sports Rosters 2025-26: An Individual-Level
467
+ > Dataset Across All Divisions* (Version 2.1.0) [Data set]. Hugging Face.
468
  > https://doi.org/10.57967/hf/9512
469
 
470
  Machine-readable: [`CITATION.cff`](CITATION.cff).
 
473
 
474
  - [DATASHEET.md](DATASHEET.md) — Datasheets for Datasets
475
  - [ETHICS_REVIEW.md](ETHICS_REVIEW.md) — ethics self-review / IRB exemption floor
476
+ - [DISCLOSURE_RISK.md](DISCLOSURE_RISK.md) — identifiability analysis, updated for the named release
477
+ - [LEGAL_NOTES.md](LEGAL_NOTES.md) — facts/CC0 rationale, scraping case law, FERPA/NIL notes
478
+ - [OPT_OUT.md](OPT_OUT.md) — per-record removal on request (dharits3@gmail.com,
479
+ 14-day target); removals ledger in [RELEASE_NOTES.md](RELEASE_NOTES.md)
RELEASE_NOTES.md CHANGED
@@ -1,5 +1,192 @@
1
  # NCAA All-Sports Rosters 2025-26 — Release Notes
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ## v2.0.5 — 2026-08-06 (city-only roster origin fix)
4
 
5
  Data-quality fix on the public **19-column** tier. **No rows added or removed**
@@ -222,4 +409,4 @@ attempt re-identification. Per-record removal honored on request: dharits3@gmail
222
  ### Citation
223
 
224
  Shah, Dharit (2026). *NCAA All Sports Rosters 2025-26: An Individual-Level Dataset Across All
225
- Divisions* (Version 2.0.4) [Data set]. Hugging Face. https://doi.org/10.57967/hf/9512
 
1
  # NCAA All-Sports Rosters 2025-26 — Release Notes
2
 
3
+ ## v2.1.0 — 2026-08-14 (named + enriched)
4
+
5
+ The dataset is now **named and enriched**. Schema change: **19 → 27 columns**
6
+ (column order locked; the 19 v2.0.x columns are unchanged and keep their
7
+ semantics). New per-sport **season-stats sidecar files** for 10 sports. The
8
+ consolidated file path **changes** to
9
+ `data/ncaa_all_sports_rosters_2025-26_enriched.parquet` (+ `.csv`); per-sport
10
+ slices remain `by_sport/<sport>/all.parquet`.
11
+
12
+ | | v2.0.5 | v2.1.0 |
13
+ |---|---:|---:|
14
+ | Athletes | 514,696 | **513,655** |
15
+ | Schools | 1,087 | **1,087** |
16
+ | Sports | 28 | **28** |
17
+ | Columns | 19 | **27** |
18
+ | Names | withheld | **public** |
19
+ | Season-stats files | — | **10 sports · 205,132 rows** |
20
+
21
+ v2.1.0 splits: Men 290,510 / Women 223,145 · D1 185,086 / D2 124,660 /
22
+ D3 203,909 · origin domestic 459,068 / international 43,853 / unknown 10,734.
23
+
24
+ ### What's new
25
+
26
+ - **Names public.** `first_name` / `last_name` ship on every row. Rationale:
27
+ names are school-published facts on public roster pages — publishing them
28
+ makes every record verifiable against its `source_url` and linkable, while
29
+ adding nothing beyond what the cited page prints.
30
+ - **8 new columns:** `first_name`, `last_name`, `major`, `previous_school`,
31
+ `height_raw`/`height_in`, `weight_raw`/`weight_lbs`. Raw + parsed pairs ship
32
+ together so parsing is auditable.
33
+ - **Season-stats sidecars** — `by_sport/<sport>/stats.{parquet,csv}`, columns
34
+ sport-specific **by design**, joined to rosters on `athlete_id`. 205,132
35
+ athletes (39.9%) have a stat row. Per-sport rows: soccer 42,750 · football
36
+ 34,982 · baseball 27,470 · basketball 26,818 · lacrosse 24,789 · volleyball
37
+ 17,767 · softball 17,160 · ice_hockey 6,345 · field_hockey 5,439 ·
38
+ water_polo 1,612.
39
+ - **Coverage of the new columns:** first_name 100%, last_name 99.5% (2,542
40
+ mononym athletes carry no last name), height 62.2%, weight 30.0%,
41
+ major 30.9%, previous_school 19.5% (high_school carries over at 92.5%).
42
+ **Missingness is a publication convention** — schools choose what their
43
+ rosters print (women's weight is ~0% in many sports by convention: softball
44
+ 0%, field hockey 0%; football publishes it at 89.3%). Columns are never
45
+ dropped for low coverage.
46
+
47
+ ### Row-count change: 514,696 → 513,655 (−1,041 junk rows)
48
+
49
+ All inherited from the v2.0.x source data, found during enrichment:
50
+
51
+ | Class | Rows | What it was |
52
+ |---|---:|---|
53
+ | Dual-render duplicates | 845 | One platform ("firehawk" template) rendered rosters twice; the second render produced duplicate rows with `_N`-suffixed `athlete_id`s |
54
+ | Header artifacts | 196 | Table headers scraped as athletes (e.g. a `Ht.` column header as a name) |
55
+
56
+ ### Fixed-rows ledger
57
+
58
+ All defects inherited from v2.0.x source data; every change is logged.
59
+ Name repairs total **1,972 rows** (comma-swaps + jersey-number fixes +
60
+ trailing commas + 1 manual); the null-literal class repairs non-name fields.
61
+ (`metadata.json` reports `fix_jersey_number: 487` because it counts the 80
62
+ recovered height/weight values as separate ledger entries alongside the 407
63
+ name fixes.)
64
+
65
+ | Fix class | Rows |
66
+ |---|---:|
67
+ | `"Last," / "First"` comma-swaps rejoined in correct order | 1,562 |
68
+ | Jersey number mashed into the name field, removed | 407 |
69
+ | — of which height/weight recovered from mashed UCLA baseball strings | +80 values |
70
+ | Junk null-literal strings (`<NA>`, `nan`, `N/A`, `null`) replaced with real nulls (mostly `weight_raw` in acro & tumbling / STUNT) | 2,142 |
71
+ | Trailing-comma strips | 2 |
72
+ | Manual correction (Alleda Hawron, WNE track) | 1 |
73
+
74
+ Additionally, 4 stats-sidecar rows whose `athlete_id` belonged to removed
75
+ duplicate rows were dropped from the sidecars (they have no roster row to
76
+ join to).
77
+
78
+ **One deliberate keep:** `ih_1d6230318867` / `ih_1d6230318867_2` (Beloit ice
79
+ hockey) are two **different** athletes named Taylor — an id-hash collision, not
80
+ a duplicate. Both rows stay.
81
+
82
+ ### Verification
83
+
84
+ All 28 sports individually signed off before release:
85
+
86
+ - **Internal battery** per sport (id uniqueness, parity, coverage, label
87
+ integrity).
88
+ - **Adversarial live-page workflow** per sport: 9–11 agents re-checking ~25
89
+ stratified athletes per sport against live roster pages — ~3,000 field checks
90
+ total, **zero wrong-value findings** (the only misses were under-capture:
91
+ fields the pipeline left blank, never fields it got wrong).
92
+ - **External record-book cross-checks** for the stats sports.
93
+
94
+ The per-sport verification log is maintained in the build repository (not
95
+ shipped with the dataset).
96
+
97
+ ### Known limitations
98
+
99
+ - WMT-platform schools (Stanford, UCLA, Penn State): partial bio-column coverage.
100
+ - Some Sidearm goalkeeper/pitching stat lines are JS-only and missing from the
101
+ stats sidecars.
102
+ - Presto's combined "Sacks-YDS" football stat column ships unsplit.
103
+ - Track-family enrichment rejoin 83.3–83.5% (bio columns blank for the
104
+ unmatched remainder in cross country / indoor / outdoor track).
105
+ - Ice-hockey goalie minutes unreliable.
106
+ - `track_indoor` / `track_outdoor` share source rows by design — never blindly
107
+ dedupe across sports.
108
+
109
+ ### Removals (opt-out ledger)
110
+
111
+ Per-record removal is honored on request, without question: email
112
+ **dharits3@gmail.com** (see `OPT_OUT.md`), target turnaround **14 days**.
113
+ Removals are committed to the data files and recorded here, per version.
114
+
115
+ *Empty as of 2026-08-14 — no removal requests received.*
116
+
117
+ ### Files in this release
118
+
119
+ 298 files (299 including `MANIFEST.json` itself), ~611 MB. Full per-file row
120
+ counts and sha256 checksums: `MANIFEST.json`.
121
+
122
+ ### Citation
123
+
124
+ Shah, Dharit (2026). *NCAA All Sports Rosters 2025-26: An Individual-Level
125
+ Dataset Across All Divisions* (Version 2.1.0) [Data set]. Hugging Face.
126
+ https://doi.org/10.57967/hf/9512
127
+
128
+ Top level:
129
+
130
+ | Path | Rows |
131
+ |---|---:|
132
+ | `data/ncaa_all_sports_rosters_2025-26_enriched.parquet` | 513,655 |
133
+ | `data/ncaa_all_sports_rosters_2025-26_enriched.csv` | 513,655 |
134
+ | `samples/ncaa_rosters_sample_10000.csv` | 10,000 |
135
+ | `samples/school_sport_summary.csv` | 19,603 |
136
+ | `samples/sport_summary.csv` | 28 |
137
+ | `samples/data_dictionary.csv` | 27 |
138
+ | `metadata.json` · `MANIFEST.json` · `LICENSE` · `CITATION.cff` · `README.md` · `RELEASE_NOTES.md` · governance docs | — |
139
+
140
+ `by_sport/<sport>/` — every sport ships `CODEBOOK.md`, `all.csv`,
141
+ `all.parquet`, and per-gender division slices (`<gender>/all.csv`, `d1.csv`,
142
+ `d2.csv`, `d3.csv`; a division file exists only where the division fields teams
143
+ — e.g. no men's gymnastics `d2.csv`). The 10 stats sports add `stats.csv` +
144
+ `stats.parquet`. Per-sport roster rows sum to the consolidated 513,655.
145
+
146
+ | Sport | Genders | Roster rows | Stats rows |
147
+ |---|---|---:|---:|
148
+ | acro_tumbling | W | 1,099 | — |
149
+ | baseball | M | 38,033 | 27,470 |
150
+ | basketball | M+W | 32,614 | 26,818 |
151
+ | beach_volleyball | W | 1,678 | — |
152
+ | bowling | W | 804 | — |
153
+ | cross_country | M+W | 28,178 | — |
154
+ | equestrian | W | 1,017 | — |
155
+ | fencing | M+W | 1,212 | — |
156
+ | field_hockey | W | 6,300 | 5,439 |
157
+ | football | M | 72,512 | 34,982 |
158
+ | golf | M+W | 13,447 | — |
159
+ | gymnastics | M+W | 2,031 | — |
160
+ | ice_hockey | M+W | 7,529 | 6,345 |
161
+ | lacrosse | M+W | 29,221 | 24,789 |
162
+ | rowing | W | 5,763 | — |
163
+ | rugby | W | 824 | — |
164
+ | skiing | M+W | 500 | — |
165
+ | soccer | M+W | 54,537 | 42,750 |
166
+ | softball | W | 20,661 | 17,160 |
167
+ | stunt | W | 1,046 | — |
168
+ | swimming | M+W | 20,808 | — |
169
+ | tennis | M+W | 14,019 | — |
170
+ | track_indoor | M+W | 60,816 | — |
171
+ | track_outdoor | M+W | 64,231 | — |
172
+ | triathlon | W | 321 | — |
173
+ | volleyball | M+W | 21,394 | 17,767 |
174
+ | water_polo | M+W | 2,333 | 1,612 |
175
+ | wrestling | M+W | 10,727 | — |
176
+ | **Total** | | **513,655** | **205,132** |
177
+
178
+ ### Unchanged
179
+
180
+ - School set (1,087) and sport set (28).
181
+ - The 19 v2.0.x columns and their semantics.
182
+ - Governance posture: the research tier (BISG race, income/SES, tract, mobility
183
+ joins) is research-only, in no distributed file, never will be, and is not
184
+ reconstructable from released fields. PII audit clean.
185
+ - License CC0 1.0 (citation requested; no NIL/publicity grant).
186
+ - DOI **10.57967/hf/9512** (same HF repo — cite with version **2.1.0**).
187
+
188
+ ---
189
+
190
  ## v2.0.5 — 2026-08-06 (city-only roster origin fix)
191
 
192
  Data-quality fix on the public **19-column** tier. **No rows added or removed**
 
409
  ### Citation
410
 
411
  Shah, Dharit (2026). *NCAA All Sports Rosters 2025-26: An Individual-Level Dataset Across All
412
+ Divisions* (Version 2.0) [Data set]. Hugging Face. https://doi.org/10.57967/hf/9512
by_sport/README.md CHANGED
@@ -1,25 +1,53 @@
1
- # Per-sport slices NCAA All-Sports 2025-26
2
 
3
- Convenience splits of the public master (`data/ncaa_all_sports_rosters_2025-26.parquet`) for users who want a single sport, gender, or division without filtering the full 514,696-row file. **Every file is a subset of the master with the identical 19-column, de-identified schema** — nothing here is new data.
 
 
 
4
 
5
  ## Layout
 
 
 
 
 
 
 
 
 
 
 
6
  ```
7
- by_sport/
8
- <sport>/
9
- all.csv all divisions, all genders
10
- CODEBOOK.md files + row counts + column dictionary for this sport
11
- <gender>/ men/ and/or women/ (single-gender sports have one)
12
- all.csv that gender, all divisions
13
- d1.csv d2.csv d3.csv that gender, one division
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ```
15
 
16
- **28 sports · 203 CSV files.** The gender×division leaf files sum to exactly 514,696 rows the full master, no loss or duplication. 12 sports are single-gender (e.g. football/baseball = men; softball/field_hockey = women).
 
17
 
18
- ## Cautions
19
- - **Conference:** fully populated (post v2.0.3). `Independent` includes Notre Dame (football), Maranatha Baptist, Salem WV, and sport-specific independents.
20
- - **Origin / hometown_state:** US territories (PR/VI/GU/AS/MP) are `domestic` with the matching USPS code (v2.0.4). British Virgin Islands remain `international`.
21
- - **De-identified** (no names). `hometown_*`/`high_school` are quasi-identifiers — no re-identification.
22
- - **Do not sum `track_indoor` + `track_outdoor`** — they share source rows by design.
23
- - For the full data dictionary, enrichment provenance, and coverage, see the top-level `data/CODEBOOK.md` and `DATASHEET.md`.
24
 
25
- _Generated 2026-07-18 from the v2.0.4 territory-origin fix build._
 
 
 
 
 
1
+ # by_sport/per-sport slices (v2.1.0)
2
 
3
+ Per-sport slices of the combined file
4
+ (`data/ncaa_all_sports_rosters_2025-26_enriched.{csv,parquet}`; 513,655 rows total).
5
+ Every file carries the same locked 27-column schema — see
6
+ [../data/CODEBOOK.md](../data/CODEBOOK.md).
7
 
8
  ## Layout
9
+
10
+ ```
11
+ by_sport/<sport>/
12
+ all.parquet full sport slice (27 cols)
13
+ all.csv CSV twin (empty strings for nulls; Parquet has typed nulls)
14
+ CODEBOOK.md per-sport coverage, stat-column vocabulary, sport-specific caveats
15
+ <gender>/ one directory per competition gender the sport sponsors
16
+ all.csv all divisions
17
+ d1.csv d2.csv d3.csv
18
+ stats.parquet season-stats sidecar — 10 sports only (see below)
19
+ stats.csv
20
  ```
21
+
22
+ Single-gender sports (e.g. football, softball) have one gender directory, and its
23
+ `all.csv` is identical to the sport-level `all.csv`. Per-sport row counts and coverage
24
+ rates: [../samples/sport_summary.csv](../samples/sport_summary.csv) and
25
+ [../metadata.json](../metadata.json).
26
+
27
+ ## Stats sidecars
28
+
29
+ 10 sports ship a season-stats file with **sport-specific columns by design** (never
30
+ merged into one wide cross-sport file): baseball (27,470 rows), basketball (26,818),
31
+ field_hockey (5,439), football (34,982), ice_hockey (6,345), lacrosse (24,789), soccer
32
+ (42,750), softball (17,160), volleyball (17,767), water_polo (1,612). One row per
33
+ athlete with ≥1 published stat line; column definitions in each sport's `CODEBOOK.md`.
34
+
35
+ Join on `athlete_id`:
36
+
37
+ ```python
38
+ roster = pd.read_parquet("by_sport/soccer/all.parquet")
39
+ stats = pd.read_parquet("by_sport/soccer/stats.parquet")
40
+
41
+ df = roster.merge(stats, on="athlete_id", how="left")
42
  ```
43
 
44
+ Left-merge so roster athletes without stats survive with nullsredshirts and
45
+ non-appearing reserves are real roster states, not join failures.
46
 
47
+ ## Track shared-rows warning
 
 
 
 
 
48
 
49
+ `track_indoor` and `track_outdoor` **share source rows by design** — schools publish one
50
+ track & field roster, and each sport is materialized and reconciled independently
51
+ (distinct `tfi_`/`tfo_` id prefixes). The same athlete typically appears in both sports
52
+ (and often in `cross_country`). This matches the NCAA's own per-sport participation
53
+ convention. Never dedupe blindly across sports; pick a unit of analysis first.
by_sport/acro_tumbling/CODEBOOK.md CHANGED
@@ -1,42 +1,17 @@
1
- # CODEBOOK Acrobatics & Tumbling (NCAA 2025-26)
2
 
3
- Per-sport slice of the NCAA All-Sports 2025-26 public dataset. Same 19-column public (de-identified, no names) schema as the master release. All files here are subsets of `data/ncaa_all_sports_rosters_2025-26.csv` — identical columns, filtered to Acrobatics & Tumbling.
4
 
5
- ## Files in this folder
6
 
7
- | File | Scope | Rows |
8
- |---|---|---:|
9
- | `all.csv` | all divisions, all genders | 1,102 |
10
- | `women/all.csv` | women, all divisions | 1,102 |
11
- | `women/d1.csv` | women, D1 | 385 |
12
- | `women/d2.csv` | women, D2 | 566 |
13
- | `women/d3.csv` | women, D3 | 151 |
14
 
15
- Genders present: women.
16
-
17
- ## Columns (19)
18
-
19
- | Column | Definition |
20
- |---|---|
21
- | `athlete_id` | Stable de-identified row id (per sport). Not a person id across sports. |
22
- | `sport` | Sport key — constant within this folder. |
23
- | `athletic_year` | `2025-26` for every row. |
24
- | `season` | Sport's own season label. |
25
- | `division` | `D1` / `D2` / `D3`. |
26
- | `gender` | `Men` / `Women`. |
27
- | `conference` | Athletic conference (fully populated; `Independent` intentional where applicable). |
28
- | `school` | Institution short name. |
29
- | `position_raw` | Position/event as listed. |
30
- | `position_group` | Standardized position group. |
31
- | `class_year_raw` | Class as listed. |
32
- | `class_standing` | Standardized class standing. |
33
- | `hometown_raw` | Hometown as listed. |
34
- | `hometown_city` | Parsed city. |
35
- | `hometown_state` | USPS state/territory (US athletes incl. PR/VI/GU/AS/MP). |
36
- | `origin` | `domestic` / `international` / `unknown`. US territories are domestic. |
37
- | `high_school` | High school as listed. |
38
- | `high_school_is_academy` | Legacy academy flag. |
39
- | `source_url` | Source roster URL. |
40
-
41
-
42
- _Generated 2026-07-18 from the v2.0.4 territory-origin fix build._
 
1
+ > **v2.1.0 release note (2026-08-14).** The shipped file has **1,099 rows**. Figures below were computed at sport sign-off, before the release build removed 3 junk row(s) from this sport (duplicate renders / header artifacts) and repaired 0 name value(s); coverage percentages drift by at most ~2pp from the shipped file. Any 'suffix-dup rows' known-issue notes below are resolved in this release (ice hockey's Beloit 'Taylor' pair is two different athletes and both rows are kept).
2
 
3
+ # NCAA Acro Tumbling 2025-26 Enriched (v2.1 staging, roster-only)
4
 
5
+ One file: `ncaa_acro_tumbling_2025-26_combined` (1,102 x 27) — locked 27-col schema.
6
 
7
+ ## Coverage
8
+ | column | Men (n=0) | Women (n=1,102) |
9
+ |---|---|---|
10
+ | height_in | | 55.3% |
11
+ | weight_lbs | | 0.0% |
12
+ | major | | 33.1% |
13
+ | previous_school | | 10.2% |
14
 
15
+ Sparse bio = publication convention. Majors on athlete BIO pages (not roster
16
+ pages) are out of scope (profile scraping = 30x fetch cost, rejected early).
17
+ 5 firehawk dup rows (ledger).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
by_sport/acro_tumbling/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/acro_tumbling/all.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b724d112ad4dc33a3228f2aad411d25e5d14a36d6c03a258ae9a225b19a58e1
3
- size 66992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1644e68e78d3f4db0280e104f47a2bdc6d903e3530a4857cb84ecec12e25dc5
3
+ size 90921
by_sport/acro_tumbling/women/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/acro_tumbling/women/d1.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/acro_tumbling/women/d2.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/acro_tumbling/women/d3.csv CHANGED
@@ -1,152 +1,152 @@
1
- athlete_id,sport,athletic_year,season,division,gender,conference,school,position_raw,position_group,class_year_raw,class_standing,hometown_raw,hometown_city,hometown_state,origin,high_school,high_school_is_academy,source_url
2
- at_22a28fb9949a,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Top,Top,So.,So,"Buffalo, NY",Buffalo,NY,domestic,Maryvale,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
3
- at_dfa88e0e2db6,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Utility,Other,Jr.,Jr,"Guilderland, NY",Guilderland,NY,domestic,Guilderland,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
4
- at_a455f7569618,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Top,Top,Sr.,Sr,"Tonawanda, NY",Tonawanda,NY,domestic,Newfane,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
5
- at_89e8e392b032,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Tumbler,Tumbler,Fr.,Fr,"Elma, NY",Elma,NY,domestic,Iroquois,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
6
- at_ec305a6259ed,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Top,Top,Fr.,Fr,"Buffalo, NY",Buffalo,NY,domestic,West Seneca East,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
7
- at_c24ea4a4a2c6,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Tumbler/Base/Mid,Multi,Jr.,Jr,"Fairfield, CA",Fairfield,CA,domestic,St. Patrick-St. Vincent,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
8
- at_35fbf7325934,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Flyer,Multi,Fr.,Fr,"Kenmore, NY",Kenmore,NY,domestic,Health Sciences,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
9
- at_32d0cdae505d,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Tumbler/Top,Multi,Sr.,Sr,"Grand Island, NY",Grand Island,NY,domestic,Grand Island,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
10
- at_007faf3fed55,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,So.,So,"Lancaster, NY",Lancaster,NY,domestic,Lancaster,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
11
- at_e8a0783a5937,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,Jr.,Jr,"Cheektowaga, NY",Cheektowaga,NY,domestic,Depew,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
12
- at_c493b6e5a46b,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Sr.,Sr,"Cheektowaga, NY",Cheektowaga,NY,domestic,Cleveland Hill,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
13
- at_f714c641736f,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,Fr.,Fr,"Brooklyn, NY",Brooklyn,NY,domestic,James Madison,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
14
- at_b9a3398a7311,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,Fr.,Fr,"Tonawanda, NY",Tonawanda,NY,domestic,Kenmore East,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
15
- at_cc785de13b31,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Kenmore, NY",Kenmore,NY,domestic,Kenmore West,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
16
- at_ba416f35c251,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Jr.,Jr,"Poughkeepsie, NY",Poughkeepsie,NY,domestic,Poughkeepsie,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
17
- at_bc86c4167f22,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Schenectady, NY",Schenectady,NY,domestic,Guilderland,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
18
- at_12d07604976c,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Fr.,Fr,"Elmont, NY",Elmont,NY,domestic,Sewanhaka,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
19
- at_6dfe6e6ccf24,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Mid,Base,Jr.,Jr,"Climax, NY",Climax,NY,domestic,Greenville High School,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
20
- at_e710ab4f65fc,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Clarence, NY",Clarence,NY,domestic,Clarence,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
21
- at_b7648874f7d4,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Delmar, NY",Delmar,NY,domestic,Bethlehem,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
22
- at_540c21298416,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Fr.,Fr,"Buffalo, NY",Buffalo,NY,domestic,Mount Vernon,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
23
- at_beac820c83e8,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Tumbler,Multi,Fr.,Fr,"Grand Blanc, Mich",Grand Blanc,MI,domestic,Grand Blanc,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
24
- at_a445867a5ecf,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Back Spot,Other,Fr.,Fr,"Hamilton, Mich.",Hamilton,MI,domestic,Hamilton,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
25
- at_28212ebc24c2,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top,Top,Fr.,Fr,"Tucson, Az",Tucson,AZ,domestic,Desert Christian,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
26
- at_2b2a64eff49b,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Base,Multi,So.,So,"Tucson, Az",Tucson,AZ,domestic,Desert Christian,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
27
- at_63adf63f1590,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Flyer,Top,Fr.,Fr,"St. Charles, Ill.",St. Charles,IL,domestic,St. Charles North,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
28
- at_1542c8d445ea,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base,Base,So.,So,"Auburn, Ca.",Auburn,CA,domestic,Home School,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
29
- at_496b8b01d6c2,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Utility,Other,Fr.,Fr,"Seminole, Fla",Seminole,FL,domestic,Seminole,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
30
- at_783a2f49028e,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Utility,Other,Jr.,Jr,"Livonia, MI",Livonia,MI,domestic,Livonia Stevenson,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
31
- at_88530918a510,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Base/Tumbler,Multi,So.,So,"Marne, MI",Marne,MI,domestic,Kenowa Hills,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
32
- at_12b646e2ee1c,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Mid,Base,Fr.,Fr,"Kentwood, Mich",Kentwood,MI,domestic,East Kentwood,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
33
- at_77fda3c111d4,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Back,Base,Jr.,Jr,"Severn, MD",Severn,MD,domestic,Homeschool,1,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
34
- at_a7dbfef6cb45,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Back,Base,Fr.,Fr,"Durham, NC",Durham,NC,domestic,Cresset Christian,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
35
- at_07a5f684a0cf,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Base,Multi,Fr.,Fr,"Holland, MI",Holland,MI,domestic,West Ottawa,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
36
- at_a8764573d2ef,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Back,Base,Fr.,Fr,"Poltava, Ukraine",Poltava,,international,Potters House,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
37
- at_82c7c50984e3,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base,Base,Fr.,Fr,"Milford, MI",Milford,MI,domestic,Milford,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
38
- at_e727f561ab13,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Sr.,Sr,"Racine, Wis.",Racine,WI,domestic,Union Grove,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
39
- at_e66e8b8e5565,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Fr.,Fr,"Toluca, Ill.",Toluca,IL,domestic,Fieldcrest,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
40
- at_f570e05258c3,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Waukesha, Wis.",Waukesha,WI,domestic,Waukesha West,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
41
- at_2129ccea1a4a,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Fr.,Fr,"Colorado Springs, Colo.",Colorado Springs,CO,domestic,Vista Ridge,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
42
- at_7217b0ec5603,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Hilbert, Wis.",Hilbert,WI,domestic,Hilbert High School,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
43
- at_4147a65b2ebd,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Jr.,Jr,"Elkhorn, Wis.",Elkhorn,WI,domestic,Elkhorn Area,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
44
- at_dbc191083b8b,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Sr.,Sr,"Belvidere, Ill.",Belvidere,IL,domestic,Belvidere,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
45
- at_d204da0addea,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Suffolk, Va.",Suffolk,VA,domestic,Nansemond River,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
46
- at_a93d1e300675,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Back,Other,Sr.,Sr,"Alto, Mich.",Alto,MI,domestic,Caledonia,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
47
- at_fbe50376bb16,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Fr.,Fr,"Andover, Minn.",Andover,MN,domestic,Anoka,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
48
- at_b9e9d54f7496,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Fr.,Fr,"Staurt, Fla.",Staurt,FL,domestic,Clark Advanced Learning,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
49
- at_4d622bd698e2,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Theinsville, Wis.",Theinsville,WI,domestic,Kettle Moraine Lutheran,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
50
- at_11f0f85899fa,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Jr.,Jr,"Joppa, Md.",Joppa,MD,domestic,Concordia Preparatory,1,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
51
- at_230eab8952a6,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Fr.,Fr,"Menomonee Falls, Wis.",Menomonee Falls,WI,domestic,Menomonee Falls,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
52
- at_67188e3170e0,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,So.,So,"Appleton, Wis.",Appleton,WI,domestic,Fox Valley Lutheran,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
53
- at_0a4c24353b19,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Jr.,Jr,"Springfield, Va.",Springfield,VA,domestic,John R. Lewis,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
54
- at_20297c83d009,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,So.,So,"Milbank, S.D.",Milbank,SD,domestic,Milbank,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
55
- at_ef098870107f,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Sr.,Sr,"West Milwaukee, Wis.",West Milwaukee,WI,domestic,Golda Meir,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
56
- at_e95b511e5c7a,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Sr.,Sr,"Miami, Fla.",Miami,FL,domestic,Hialeah Gardens,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
57
- at_233b4ca22f78,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Denton, TX",Denton,TX,domestic,University Prep,1,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
58
- at_7f07a157d806,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Jackson, TN",Jackson,TN,domestic,South Gibson County,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
59
- at_a7880fe2618a,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Frisco, TX",Frisco,TX,domestic,Lone Star,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
60
- at_201c718c9969,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Longview, TX",Longview,TX,domestic,Pine Tree,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
61
- at_e6fe18eb45a6,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Dickinson, TX",Dickinson,TX,domestic,Dickinson,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
62
- at_aee49294ff68,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,"Jacksonville, TX",Jacksonville,TX,domestic,Jacksonville High School,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
63
- at_8b661392d398,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,"Christiansburg, VA",Christiansburg,VA,domestic,Liberty University Online Academy,1,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
64
- at_6fe42b9cd6e5,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Jr.,Jr,"Rowlett, TX",Rowlett,TX,domestic,Rockwall,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
65
- at_0ef98aae7141,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Liberty City, TX",Liberty City,TX,domestic,Sabine,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
66
- at_72e3b27d885e,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Aubrey, TX",Aubrey,TX,domestic,Aubrey,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
67
- at_2c1c9bb16de1,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Elm Grove, TX",Elm Grove,TX,domestic,Parkway,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
68
- at_1689dbd1da80,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Quitman, TX",Quitman,TX,domestic,Quitman,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
69
- at_ad06bd349286,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Mason, TX",Mason,TX,domestic,Mason,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
70
- at_61c63be38652,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Rockwall, TX",Rockwall,TX,domestic,Rockwall,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
71
- at_57610ce6b64b,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Palestine, TX",Palestine,TX,domestic,Neches,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
72
- at_0f89a8e67714,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Nacogdoches, TX",Nacogdoches,TX,domestic,Martinsville,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
73
- at_f5758f8f3add,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,Nacogdoches,Nacogdoches,TX,domestic,Nacogdoches,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
74
- at_3aceaffae4db,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Gr.,Gr,"Greenville, TX",Greenville,TX,domestic,Greenville Christian,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
75
- at_4539b457fe58,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,"Sand Springs, OK",Sand Springs,OK,domestic,Charles Page,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
76
- at_23231cc63b31,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Arlington, TX",Arlington,TX,domestic,Pantego Christian,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
77
- at_b6cc5d82eb30,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"Morrisville, N.C.",Morrisville,NC,domestic,Crossroads FLEX,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
78
- at_42f7e6675b1b,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Base/Tumbler,Multi,So.,So,"Linthicum Heights, Md.",Linthicum Heights,MD,domestic,North County,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
79
- at_9a47e8b77748,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"Dunkirk, Md.",Dunkirk,MD,domestic,Northern,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
80
- at_d58b0d4b8065,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,So.,So,"Sparrows Point, Md.",Sparrows Point,MD,domestic,Sparrows Point,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
81
- at_e351f28315f4,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Tumbler,Multi,Fr.,Fr,"Millwood, N.Y.",Millwood,NY,domestic,Horace Greeley,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
82
- at_7f5460f6a704,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"West Friendship, Md.",West Friendship,MD,domestic,Glenelg,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
83
- at_4e821921aaf1,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Base/Tumbler,Multi,Fr.,Fr,"Chesapeake, Va.",Chesapeake,VA,domestic,Oscar Smith,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
84
- at_81e9878ecb76,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base,Base,So.,So,"District Heights, Md.",District Heights,MD,domestic,Bishop McNamara,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
85
- at_3273b67fd96d,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Tumbler,Multi,So.,So,"Taneytown, Md.",Taneytown,MD,domestic,Francis Scott Key,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
86
- at_e3a9104928bc,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Tumber,Top,So.,So,"Fallston, Md.",Fallston,MD,domestic,John Carroll,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
87
- at_88f6d2abd26d,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base,Base,So.,So,"Gaithersburg, Md.",Gaithersburg,MD,domestic,Gaithersburg,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
88
- at_9bb3af7a33ec,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"Baltimore, Md.",Baltimore,MD,domestic,Woodlawn,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
89
- at_d0787894f3e6,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base,Base,Sr.,Sr,"Northampton, Pa.",Northampton,PA,domestic,Northampton,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
90
- at_d45849ba25d8,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base/Tumbler,Multi,Sr.,Sr,"San Antonio, Texas",San Antonio,TX,domestic,John Jay,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
91
- at_ef57e5cf8825,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Top,Top,Fr.,Fr,"New Braunfels, Texas",New Braunfels,TX,domestic,Canyon,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
92
- at_ddc4a08daa4c,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Elgin, Texas",Elgin,TX,domestic,Elgin,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
93
- at_575a479fd926,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,,UNK,Fr.,Fr,Fr.,Fr.,,international,,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
94
- at_8895a7fe23ff,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,So.,So,"Cibolo, Texas",Cibolo,TX,domestic,Steele,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
95
- at_c973d8aa42f1,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Jr.,Jr,"Miami, FL",Miami,FL,domestic,Dr. Michael Krop,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
96
- at_1f700578576d,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,,UNK,Fr.,Fr,Fr.,Fr.,,international,,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
97
- at_df83563c7cfc,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,,UNK,Fr.,Fr,Fr.,Fr.,,international,,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
98
- at_584c87a432d1,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Lockhart, Texas",Lockhart,TX,domestic,Lockhart,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
99
- at_b1adc0042c70,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,So.,So,"Franklin, LA",Franklin,LA,domestic,Alief Hastings,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
100
- at_7b6481cb28cf,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Kyle, Texas",Kyle,TX,domestic,Hays,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
101
- at_98a35b9ba065,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Top,Top,Jr.,Jr,"Boerne, Texas",Boerne,TX,domestic,Champion,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
102
- at_61f7d2ba9021,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Top/Base,Multi,Fr.,Fr,"Normanna, Texas",Normanna,TX,domestic,Skidmore-Tynan,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
103
- at_28927973e9e5,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,"5'1""",Other,Fr.,Fr,"Cuero, Texas",Cuero,TX,domestic,Cuero,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
104
- at_580d8cc6e86a,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Seguin, Texas",Seguin,TX,domestic,Seguin,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
105
- at_f8846f1319d2,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Fr.,Fr,"Waco, TX",Waco,TX,domestic,Bosqueville,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
106
- at_145b4a21dcf7,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Fr.,Fr,"Waco, TX",Waco,TX,domestic,Midway,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
107
- at_a5a7a90f1afb,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Leander, TX",Leander,TX,domestic,Rouse,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
108
- at_5c3a71cd393f,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,So.,So,"Helotes, TX",Helotes,TX,domestic,Ross Prep,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
109
- at_9c7f3ffb0afc,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Jr.,Jr,"Elgin, TX",Elgin,TX,domestic,Elgin,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
110
- at_e079f0503924,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Jr.,Jr,"Spring, TX",Spring,TX,domestic,Concordia Lutheran,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
111
- at_f69e4c40ac70,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,So.,So,"Southlake, TX",Southlake,TX,domestic,Carroll,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
112
- at_30a41d98cb7a,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,So.,So,"College Station, TX",College Station,TX,domestic,Rudder,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
113
- at_0cbe53d78887,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Sr.,Sr,"Houston, TX",Houston,TX,domestic,Cypress Christian,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
114
- at_2539c407404d,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Jr.,Jr,"Georgetown, TX",Georgetown,TX,domestic,Georgetown,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
115
- at_2c5aa780f9fe,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Dallas, TX",Dallas,TX,domestic,Pearce,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
116
- at_97c6bd2a1df1,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Sr.,Sr,"Fulshear, TX",Fulshear,TX,domestic,Obra D. Tompkins,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
117
- at_ab1caa42755e,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Fr.,Fr,"Prosper, TX",Prosper,TX,domestic,Calvary Preparatory,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
118
- at_f40b33ebec70,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Jr.,Jr,"Round Rock, TX",Round Rock,TX,domestic,Rouse,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
119
- at_1a6a258f1f0a,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Sr.,Sr,"Fort Worth, TX",Fort Worth,TX,domestic,C.F. Brewer,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
120
- at_301db7a14425,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Fr.,Fr,"Houston, TX",Houston,TX,domestic,Logos Preparatory Academy,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
121
- at_d808c6cea828,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Arlington, TX",Arlington,TX,domestic,Pantego Christian,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
122
- at_a98730badd31,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Fr.,Fr,"McGregor, TX",McGregor,TX,domestic,Midway,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
123
- at_b37dd9c86f53,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Sr.,Sr,"Katy, TX",Katy,TX,domestic,Westchester Academy,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
124
- at_d654b768d04b,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Jr.,Jr,"Georgetown, TX",Georgetown,TX,domestic,Rouse,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
125
- at_a8a7fd303d79,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/T/TUMB,Other,Jr.,Jr,"Katy, TX",Katy,TX,domestic,Taylor,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
126
- at_b449b199f517,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Thorndale, TX",Thorndale,TX,domestic,Thorndale,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
127
- at_16b2d2526308,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,So.,So,"Arlington, TX",Arlington,TX,domestic,University Prep,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
128
- at_38a0dce4bd6b,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,TUMB,Other,Jr.,Jr,"Aubrey, TX",Aubrey,TX,domestic,Heritage,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
129
- at_71110f2674fa,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Fr.,Fr,"Round Rock, TX",Round Rock,TX,domestic,Stony Point,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
130
- at_8d3e779c094c,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Fr.,Fr,"Allen, TX",Allen,TX,domestic,Allen,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
131
- at_1121862f2119,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Sr.,Sr,"Pflugerville, TX",Pflugerville,TX,domestic,Texas Home School,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
132
- at_0cd78bcf7f9b,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Jr.,Jr,"Charlotte, N.C.",Charlotte,NC,domestic,Cox Mill,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
133
- at_eecaa5e60007,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Tumbler,Multi,Jr.,Jr,"Martinsville, Ind.",Martinsville,IN,domestic,Martinsville,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
134
- at_a47f61946252,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Base/Tumbler,Multi,Jr.,Jr,"Casco, Mich.",Casco,MI,domestic,Armada,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
135
- at_ca4521958ea4,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Jr.,Jr,"Williamston, Mich.",Williamston,MI,domestic,Williamston,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
136
- at_8d408088f998,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"LaGrange, Ind.",LaGrange,IN,domestic,Lakeland,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
137
- at_1a634f71ea38,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Tumbler,Multi,Fr.,Fr,"Bloomington, Ind.",Bloomington,IN,domestic,Bloomington North,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
138
- at_a981cd2a62d5,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Top/Tumbler,Multi,Sr.,Sr,"Chardon, Ohio",Chardon,OH,domestic,Chardon,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
139
- at_c686bd1788b0,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Laporte, Ind.",Laporte,IN,domestic,LaPorte,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
140
- at_75854ad97f6b,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,So.,So,"Beecher, Ill.",Beecher,IL,domestic,Beecher,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
141
- at_ad089adfdfe3,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Sr.,Sr,"Medina, Ohio",Medina,OH,domestic,Medina,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
142
- at_d4d5ecf44892,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Tumbler,Multi,Sr.,Sr,"Huntington, Ind.",Huntington,IN,domestic,Huntington North,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
143
- at_96b557cd035e,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top,Top,Fr.,Fr,"Holt, Mich.",Holt,MI,domestic,Holt,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
144
- at_8027715c40bd,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Bronson, Mich.",Bronson,MI,domestic,Bronson,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
145
- at_4cf5d6fa320c,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Jr.,Jr,"Byron Center, Mich.",Byron Center,MI,domestic,Byron Center,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
146
- at_3a4c384079a2,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top,Top,Fr.,Fr,"LaGrange, Ind.",LaGrange,IN,domestic,Lakeland,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
147
- at_4551073ce935,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Jr.,Jr,"Gary, Ind.",Gary,IN,domestic,Munster,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
148
- at_56fba00bac88,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Jr.,Jr,"Mandeville, La.",Mandeville,LA,domestic,Mandeville,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
149
- at_62a0e9e0704c,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,So.,So,"Pleasant Lake, Ind.",Pleasant Lake,IN,domestic,Angola,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
150
- at_5ed27b8b0934,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Gary, Ind.",Gary,IN,domestic,West Side Leadership Academy,1,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
151
- at_d33b2864f79a,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,So.,So,"Syracuse, Ind.",Syracuse,IN,domestic,Wawasee,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
152
- at_46c04af101b4,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Harrison Township, Mich.",Harrison Township,MI,domestic,L'Anse Creuse,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
 
1
+ athlete_id,first_name,last_name,major,previous_school,height_raw,height_in,weight_raw,weight_lbs,sport,athletic_year,season,division,gender,conference,school,position_raw,position_group,class_year_raw,class_standing,hometown_raw,hometown_city,hometown_state,origin,high_school,high_school_is_academy,source_url
2
+ at_22a28fb9949a,Dakotah,Price,Dietetics & Nutrition,,4-11,59.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Top,Top,So.,So,"Buffalo, NY",Buffalo,NY,domestic,Maryvale,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
3
+ at_dfa88e0e2db6,Mia,Oppy,Music Education,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Utility,Other,Jr.,Jr,"Guilderland, NY",Guilderland,NY,domestic,Guilderland,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
4
+ at_a455f7569618,Lucy,Ingro,Speech Language Pathology,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Top,Top,Sr.,Sr,"Tonawanda, NY",Tonawanda,NY,domestic,Newfane,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
5
+ at_89e8e392b032,Kara,Moran,Elementary/Exceptional Education,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Tumbler,Tumbler,Fr.,Fr,"Elma, NY",Elma,NY,domestic,Iroquois,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
6
+ at_ec305a6259ed,Olivia,Persons,Childhood Education,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Top,Top,Fr.,Fr,"Buffalo, NY",Buffalo,NY,domestic,West Seneca East,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
7
+ at_c24ea4a4a2c6,Adrienne,Gardner,Business,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Tumbler/Base/Mid,Multi,Jr.,Jr,"Fairfield, CA",Fairfield,CA,domestic,St. Patrick-St. Vincent,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
8
+ at_35fbf7325934,Juliana,Santiago,Social Work,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Flyer,Multi,Fr.,Fr,"Kenmore, NY",Kenmore,NY,domestic,Health Sciences,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
9
+ at_32d0cdae505d,Jackie,Heyden,Exceptional Education,,5-1,61.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Tumbler/Top,Multi,Sr.,Sr,"Grand Island, NY",Grand Island,NY,domestic,Grand Island,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
10
+ at_007faf3fed55,Emma,Ball,Speech Language Pathology,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,So.,So,"Lancaster, NY",Lancaster,NY,domestic,Lancaster,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
11
+ at_e8a0783a5937,Bri,Rohrer,Individualized Studies,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,Jr.,Jr,"Cheektowaga, NY",Cheektowaga,NY,domestic,Depew,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
12
+ at_c493b6e5a46b,Julia,Purpura,Business,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Sr.,Sr,"Cheektowaga, NY",Cheektowaga,NY,domestic,Cleveland Hill,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
13
+ at_f714c641736f,Sydney,Canning,Early Childhood Education,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,Fr.,Fr,"Brooklyn, NY",Brooklyn,NY,domestic,James Madison,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
14
+ at_b9a3398a7311,Mariah,Allen,Early Childhood Education,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Tumbler,Multi,Fr.,Fr,"Tonawanda, NY",Tonawanda,NY,domestic,Kenmore East,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
15
+ at_cc785de13b31,November,Maziarz,Education,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Kenmore, NY",Kenmore,NY,domestic,Kenmore West,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
16
+ at_ba416f35c251,Kerice,Salmon,Communications,,5-1,61.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Jr.,Jr,"Poughkeepsie, NY",Poughkeepsie,NY,domestic,Poughkeepsie,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
17
+ at_bc86c4167f22,Lucy,Urig,Exceptional/Early Childhood Education,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Schenectady, NY",Schenectady,NY,domestic,Guilderland,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
18
+ at_12d07604976c,Carla,Saint-Hillien,Interior Design,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Fr.,Fr,"Elmont, NY",Elmont,NY,domestic,Sewanhaka,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
19
+ at_6dfe6e6ccf24,Guinevere,Brickman,Interior Design,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base/Mid,Base,Jr.,Jr,"Climax, NY",Climax,NY,domestic,Greenville High School,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
20
+ at_e710ab4f65fc,Lilly,Scarantine,Criminal Justice,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Clarence, NY",Clarence,NY,domestic,Clarence,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
21
+ at_b7648874f7d4,Emma,Fitzpatrick,Social Work,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,So.,So,"Delmar, NY",Delmar,NY,domestic,Bethlehem,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
22
+ at_540c21298416,MK,Goulbourne,Sociology,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Buffalo State,Base,Base,Fr.,Fr,"Buffalo, NY",Buffalo,NY,domestic,Mount Vernon,0,https://buffalostateathletics.com/sports/acrobatics-tumbling/roster/2026
23
+ at_beac820c83e8,Anna,Mae Barber,Biology,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Tumbler,Multi,Fr.,Fr,"Grand Blanc, Mich",Grand Blanc,MI,domestic,Grand Blanc,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
24
+ at_a445867a5ecf,Addison,Winsemius,Nursing,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Back Spot,Other,Fr.,Fr,"Hamilton, Mich.",Hamilton,MI,domestic,Hamilton,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
25
+ at_28212ebc24c2,Maddie,Condon,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top,Top,Fr.,Fr,"Tucson, Az",Tucson,AZ,domestic,Desert Christian,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
26
+ at_2b2a64eff49b,Yvette,Tompkins,Criminology/Social Work,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Base,Multi,So.,So,"Tucson, Az",Tucson,AZ,domestic,Desert Christian,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
27
+ at_63adf63f1590,Marissa,Jackson,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Flyer,Top,Fr.,Fr,"St. Charles, Ill.",St. Charles,IL,domestic,St. Charles North,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
28
+ at_1542c8d445ea,Rebecca-Helen,Prince,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base,Base,So.,So,"Auburn, Ca.",Auburn,CA,domestic,Home School,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
29
+ at_496b8b01d6c2,Claybrooke,Rodney,Kinesiology,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Utility,Other,Fr.,Fr,"Seminole, Fla",Seminole,FL,domestic,Seminole,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
30
+ at_783a2f49028e,Eila,Yee,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Utility,Other,Jr.,Jr,"Livonia, MI",Livonia,MI,domestic,Livonia Stevenson,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
31
+ at_88530918a510,Erin,Ledkins,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Base/Tumbler,Multi,So.,So,"Marne, MI",Marne,MI,domestic,Kenowa Hills,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
32
+ at_12b646e2ee1c,Addison,Metten,Nursing,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Mid,Base,Fr.,Fr,"Kentwood, Mich",Kentwood,MI,domestic,East Kentwood,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
33
+ at_77fda3c111d4,Sasha,Kuhlmann,Psychology,,,,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Back,Base,Jr.,Jr,"Severn, MD",Severn,MD,domestic,Homeschool,1,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
34
+ at_a7dbfef6cb45,Grace,Van Tongeren,Elementary Education,,4-9,57.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Back,Base,Fr.,Fr,"Durham, NC",Durham,NC,domestic,Cresset Christian,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
35
+ at_07a5f684a0cf,Ashlyn,Stonick,Graphic Design,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Top/Base,Multi,Fr.,Fr,"Holland, MI",Holland,MI,domestic,West Ottawa,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
36
+ at_a8764573d2ef,Masha,Mykhnevych,Kinesiology,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base/Back,Base,Fr.,Fr,"Poltava, Ukraine",Poltava,,international,Potters House,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
37
+ at_82c7c50984e3,Jillian,Empie,Kinesiology,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Michigan Intercollegiate Athletic Association,Calvin,Base,Base,Fr.,Fr,"Milford, MI",Milford,MI,domestic,Milford,0,https://calvinknights.com/sports/acrobatics-tumbling/roster/2026
38
+ at_e727f561ab13,Emily,Ruka,Sonography,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Sr.,Sr,"Racine, Wis.",Racine,WI,domestic,Union Grove,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
39
+ at_e66e8b8e5565,Natalie,Deblaey,,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Fr.,Fr,"Toluca, Ill.",Toluca,IL,domestic,Fieldcrest,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
40
+ at_f570e05258c3,Jenna,Gardner,Marketing,,5-1,61.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Waukesha, Wis.",Waukesha,WI,domestic,Waukesha West,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
41
+ at_2129ccea1a4a,Prudence,Conquest,Nursing,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Fr.,Fr,"Colorado Springs, Colo.",Colorado Springs,CO,domestic,Vista Ridge,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
42
+ at_7217b0ec5603,Alayna,Schroeder,Biomedical Sciences,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Hilbert, Wis.",Hilbert,WI,domestic,Hilbert High School,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
43
+ at_4147a65b2ebd,Gabby,Dixon,Biomedical Sciences,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Jr.,Jr,"Elkhorn, Wis.",Elkhorn,WI,domestic,Elkhorn Area,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
44
+ at_dbc191083b8b,Jadyn,Vail,Elementary Education,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Sr.,Sr,"Belvidere, Ill.",Belvidere,IL,domestic,Belvidere,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
45
+ at_d204da0addea,Rylee,Binley,Nursing,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Suffolk, Va.",Suffolk,VA,domestic,Nansemond River,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
46
+ at_a93d1e300675,Ainslee,Taylor,Elementary Education,,5-9,69.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Back,Other,Sr.,Sr,"Alto, Mich.",Alto,MI,domestic,Caledonia,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
47
+ at_fbe50376bb16,Kirsten,Bailey,Art,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,Fr.,Fr,"Andover, Minn.",Andover,MN,domestic,Anoka,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
48
+ at_b9e9d54f7496,Nibras,Jarrar,Nursing,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Fr.,Fr,"Staurt, Fla.",Staurt,FL,domestic,Clark Advanced Learning,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
49
+ at_4d622bd698e2,Anna,Kickbush,,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Top,Top,So.,So,"Theinsville, Wis.",Theinsville,WI,domestic,Kettle Moraine Lutheran,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
50
+ at_11f0f85899fa,Cadia,Sanders,Biomedical Science,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Jr.,Jr,"Joppa, Md.",Joppa,MD,domestic,Concordia Preparatory,1,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
51
+ at_230eab8952a6,Frankie,Evitch,Rehabilitation Science-Pre-OT,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Fr.,Fr,"Menomonee Falls, Wis.",Menomonee Falls,WI,domestic,Menomonee Falls,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
52
+ at_67188e3170e0,Alaina,Krueger,Diagnostic Medical Sonography,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,So.,So,"Appleton, Wis.",Appleton,WI,domestic,Fox Valley Lutheran,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
53
+ at_0a4c24353b19,Grace,Partain,Mass Communications,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Jr.,Jr,"Springfield, Va.",Springfield,VA,domestic,John R. Lewis,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
54
+ at_20297c83d009,Lydia,Street,Secondary Math Education,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,So.,So,"Milbank, S.D.",Milbank,SD,domestic,Milbank,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
55
+ at_ef098870107f,Emma,Pawlak,Interior Architecture & Design,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Sr.,Sr,"West Milwaukee, Wis.",West Milwaukee,WI,domestic,Golda Meir,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
56
+ at_e95b511e5c7a,MariaDelCarmen,Betancourt,Accounting,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Concordia Wisconsin,Base,Base,Sr.,Sr,"Miami, Fla.",Miami,FL,domestic,Hialeah Gardens,0,https://cuwfalcons.com/sports/acrobatics-tumbling/roster/2026
57
+ at_233b4ca22f78,Maddie,Lozano,Elementary Education,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Denton, TX",Denton,TX,domestic,University Prep,1,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
58
+ at_7f07a157d806,Katelyn,Cozart,Sports Management,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Jackson, TN",Jackson,TN,domestic,South Gibson County,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
59
+ at_a7880fe2618a,Trinity,Heath,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Frisco, TX",Frisco,TX,domestic,Lone Star,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
60
+ at_201c718c9969,Rhiunce,Black,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Longview, TX",Longview,TX,domestic,Pine Tree,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
61
+ at_e6fe18eb45a6,Amaria,Thompson,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Dickinson, TX",Dickinson,TX,domestic,Dickinson,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
62
+ at_aee49294ff68,Chesni,Speaker,Elementary Education,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,"Jacksonville, TX",Jacksonville,TX,domestic,Jacksonville High School,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
63
+ at_8b661392d398,Eva,Dicken,Athletic Training,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,"Christiansburg, VA",Christiansburg,VA,domestic,Liberty University Online Academy,1,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
64
+ at_6fe42b9cd6e5,Kylie,Pittman,Criminal Justice,Collin College,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Jr.,Jr,"Rowlett, TX",Rowlett,TX,domestic,Rockwall,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
65
+ at_0ef98aae7141,Kera,Reyne,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Liberty City, TX",Liberty City,TX,domestic,Sabine,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
66
+ at_72e3b27d885e,Emberlynn,Dye,Kinesiology/ Rehab Science,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Aubrey, TX",Aubrey,TX,domestic,Aubrey,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
67
+ at_2c1c9bb16de1,Brooke,Silvertooth,Political Science,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Elm Grove, TX",Elm Grove,TX,domestic,Parkway,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
68
+ at_1689dbd1da80,Carly,Spears,Elementary Education - Science,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Quitman, TX",Quitman,TX,domestic,Quitman,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
69
+ at_ad06bd349286,Annalise,Cawley,Christian Ministry,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Mason, TX",Mason,TX,domestic,Mason,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
70
+ at_61c63be38652,Reagan,Brown,Criminal Justice,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Rockwall, TX",Rockwall,TX,domestic,Rockwall,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
71
+ at_57610ce6b64b,Kennedy,Kolander,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Palestine, TX",Palestine,TX,domestic,Neches,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
72
+ at_0f89a8e67714,Audrey,Locke,Athletic Training,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Fr.,Fr,"Nacogdoches, TX",Nacogdoches,TX,domestic,Martinsville,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
73
+ at_f5758f8f3add,Diana,Garcia,Sociology,Wiley University,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,Nacogdoches,Nacogdoches,TX,domestic,Nacogdoches,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
74
+ at_3aceaffae4db,Kilee,Davis,Business Administration,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Gr.,Gr,"Greenville, TX",Greenville,TX,domestic,Greenville Christian,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
75
+ at_4539b457fe58,Hannah,George,Athletic Training,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,So.,So,"Sand Springs, OK",Sand Springs,OK,domestic,Charles Page,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
76
+ at_23231cc63b31,Shosha,Weigand,Nursing,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,East Texas Baptist,,UNK,Sr.,Sr,"Arlington, TX",Arlington,TX,domestic,Pantego Christian,0,https://goetbutigers.com/sports/acrobatics-tumbling/roster/2026
77
+ at_b6cc5d82eb30,Claire,Cashion,Business Administration,,5-8,68.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"Morrisville, N.C.",Morrisville,NC,domestic,Crossroads FLEX,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
78
+ at_42f7e6675b1b,Daisy,Fernandez,Nursing,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Base/Tumbler,Multi,So.,So,"Linthicum Heights, Md.",Linthicum Heights,MD,domestic,North County,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
79
+ at_9a47e8b77748,Kaitlyn,Bradford,Early Childhood Education,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"Dunkirk, Md.",Dunkirk,MD,domestic,Northern,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
80
+ at_d58b0d4b8065,Alise,Gasker,Nursing,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,So.,So,"Sparrows Point, Md.",Sparrows Point,MD,domestic,Sparrows Point,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
81
+ at_e351f28315f4,Mariam,Said,Fashion Design,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Tumbler,Multi,Fr.,Fr,"Millwood, N.Y.",Millwood,NY,domestic,Horace Greeley,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
82
+ at_7f5460f6a704,Katherine,King,Elementary Education,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"West Friendship, Md.",West Friendship,MD,domestic,Glenelg,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
83
+ at_4e821921aaf1,Lia,Murphy,Biology,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Base/Tumbler,Multi,Fr.,Fr,"Chesapeake, Va.",Chesapeake,VA,domestic,Oscar Smith,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
84
+ at_81e9878ecb76,Layla,Warrick,Legal Studies,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base,Base,So.,So,"District Heights, Md.",District Heights,MD,domestic,Bishop McNamara,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
85
+ at_3273b67fd96d,Jordan,Brock,Biology,,5-1,61.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Tumbler,Multi,So.,So,"Taneytown, Md.",Taneytown,MD,domestic,Francis Scott Key,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
86
+ at_e3a9104928bc,Valentina,Lumaro,Business Administration,,4-11,59.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Top/Tumber,Top,So.,So,"Fallston, Md.",Fallston,MD,domestic,John Carroll,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
87
+ at_88f6d2abd26d,Jaylyn,Hollinshed,Elementary Education,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base,Base,So.,So,"Gaithersburg, Md.",Gaithersburg,MD,domestic,Gaithersburg,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
88
+ at_9bb3af7a33ec,Lanaii,Stewart,Nursing,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base/Tumbler,Multi,Fr.,Fr,"Baltimore, Md.",Baltimore,MD,domestic,Woodlawn,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
89
+ at_d0787894f3e6,Allyson,Ozimek,Biochemistry,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Middle Atlantic Conferences,Stevenson,Base,Base,Sr.,Sr,"Northampton, Pa.",Northampton,PA,domestic,Northampton,0,https://gomustangsports.com/sports/acrobatics-tumbling/roster/2026
90
+ at_d45849ba25d8,Payten,Campos,Kinesiology (Exercise Science),Northeast Lakeview College,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base/Tumbler,Multi,Sr.,Sr,"San Antonio, Texas",San Antonio,TX,domestic,John Jay,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
91
+ at_ef57e5cf8825,Reyna,Gold,Business,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Top,Top,Fr.,Fr,"New Braunfels, Texas",New Braunfels,TX,domestic,Canyon,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
92
+ at_ddc4a08daa4c,Makinzee,Howard,Education,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Elgin, Texas",Elgin,TX,domestic,Elgin,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
93
+ at_575a479fd926,Gracie,Ribiero,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,,UNK,Fr.,Fr,Fr.,Fr.,,international,,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
94
+ at_8895a7fe23ff,Lilianna,Clymer,Nursing,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,So.,So,"Cibolo, Texas",Cibolo,TX,domestic,Steele,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
95
+ at_c973d8aa42f1,Alysa,Marquez,Psychology,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Jr.,Jr,"Miami, FL",Miami,FL,domestic,Dr. Michael Krop,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
96
+ at_1f700578576d,Emma,Sanchez,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,,UNK,Fr.,Fr,Fr.,Fr.,,international,,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
97
+ at_df83563c7cfc,Edyn,Gerzon,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,,UNK,Fr.,Fr,Fr.,Fr.,,international,,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
98
+ at_584c87a432d1,Heaven,Cantu,Psychology,,4-9,57.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Lockhart, Texas",Lockhart,TX,domestic,Lockhart,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
99
+ at_b1adc0042c70,De'Niyajh,Madison,Business Administration,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,So.,So,"Franklin, LA",Franklin,LA,domestic,Alief Hastings,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
100
+ at_7b6481cb28cf,Addison,Hataway,Athletic Training,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Kyle, Texas",Kyle,TX,domestic,Hays,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
101
+ at_98a35b9ba065,Kadyn,McElroy,Nursing,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Top,Top,Jr.,Jr,"Boerne, Texas",Boerne,TX,domestic,Champion,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
102
+ at_61f7d2ba9021,Addison,Sidonio,Pre-Nursing,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Top/Base,Multi,Fr.,Fr,"Normanna, Texas",Normanna,TX,domestic,Skidmore-Tynan,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
103
+ at_28927973e9e5,Lillie,Heller,Business Management,,5-1,61.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,"5'1""",Other,Fr.,Fr,"Cuero, Texas",Cuero,TX,domestic,Cuero,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
104
+ at_580d8cc6e86a,Leyla,Pecina,Sociology,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Texas Lutheran,Base,Base,Fr.,Fr,"Seguin, Texas",Seguin,TX,domestic,Seguin,0,https://tlubulldogs.com/sports/acrobatics-tumbling/roster/2026
105
+ at_f8846f1319d2,Annie,Battistella,,,5-8,68.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Fr.,Fr,"Waco, TX",Waco,TX,domestic,Bosqueville,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
106
+ at_145b4a21dcf7,Claire,Willis,,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Fr.,Fr,"Waco, TX",Waco,TX,domestic,Midway,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
107
+ at_a5a7a90f1afb,Abby,Coyle,,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Leander, TX",Leander,TX,domestic,Rouse,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
108
+ at_5c3a71cd393f,Hannah,Ross,,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,So.,So,"Helotes, TX",Helotes,TX,domestic,Ross Prep,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
109
+ at_9c7f3ffb0afc,Genna,Crafts,,Texas Lutheran,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Jr.,Jr,"Elgin, TX",Elgin,TX,domestic,Elgin,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
110
+ at_e079f0503924,Brooke,Smith,,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Jr.,Jr,"Spring, TX",Spring,TX,domestic,Concordia Lutheran,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
111
+ at_f69e4c40ac70,Ryanne,Beall,,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,So.,So,"Southlake, TX",Southlake,TX,domestic,Carroll,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
112
+ at_30a41d98cb7a,Savannah,Hall,,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,So.,So,"College Station, TX",College Station,TX,domestic,Rudder,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
113
+ at_0cbe53d78887,Jenna,Hall,,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Sr.,Sr,"Houston, TX",Houston,TX,domestic,Cypress Christian,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
114
+ at_2539c407404d,Kylee,Jones,,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Jr.,Jr,"Georgetown, TX",Georgetown,TX,domestic,Georgetown,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
115
+ at_2c5aa780f9fe,Shani,Henkel,,,5-1,61.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Dallas, TX",Dallas,TX,domestic,Pearce,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
116
+ at_97c6bd2a1df1,Valeria,Guevara,,,5-7,67.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Sr.,Sr,"Fulshear, TX",Fulshear,TX,domestic,Obra D. Tompkins,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
117
+ at_ab1caa42755e,Mikaela,Powers,,,4-11,59.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Fr.,Fr,"Prosper, TX",Prosper,TX,domestic,Calvary Preparatory,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
118
+ at_f40b33ebec70,Emily,Kithil,,,5-5,65.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Jr.,Jr,"Round Rock, TX",Round Rock,TX,domestic,Rouse,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
119
+ at_1a6a258f1f0a,Natalie,Podsednik,,,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Sr.,Sr,"Fort Worth, TX",Fort Worth,TX,domestic,C.F. Brewer,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
120
+ at_301db7a14425,Lizzy,Pogue,,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Fr.,Fr,"Houston, TX",Houston,TX,domestic,Logos Preparatory Academy,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
121
+ at_d808c6cea828,Kasey,Hedrick,,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Arlington, TX",Arlington,TX,domestic,Pantego Christian,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
122
+ at_a98730badd31,Malia,Erickson,,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Fr.,Fr,"McGregor, TX",McGregor,TX,domestic,Midway,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
123
+ at_b37dd9c86f53,Madi,Lybarger,,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Sr.,Sr,"Katy, TX",Katy,TX,domestic,Westchester Academy,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
124
+ at_d654b768d04b,Madi,Malesic,,King,5-3,63.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Jr.,Jr,"Georgetown, TX",Georgetown,TX,domestic,Rouse,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
125
+ at_a8a7fd303d79,Claire,Cupples,,Texas Lutheran,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/T/TUMB,Other,Jr.,Jr,"Katy, TX",Katy,TX,domestic,Taylor,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
126
+ at_b449b199f517,Makaelyn,Frei,,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,T/TUMB,Other,Jr.,Jr,"Thorndale, TX",Thorndale,TX,domestic,Thorndale,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
127
+ at_16b2d2526308,Riley,Gray,,,5-2,62.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,So.,So,"Arlington, TX",Arlington,TX,domestic,University Prep,1,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
128
+ at_38a0dce4bd6b,Madison,Lewis,,,5-0,60.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,TUMB,Other,Jr.,Jr,"Aubrey, TX",Aubrey,TX,domestic,Heritage,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
129
+ at_71110f2674fa,Anna,Kacerguis,,,5-6,66.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Fr.,Fr,"Round Rock, TX",Round Rock,TX,domestic,Stony Point,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
130
+ at_8d3e779c094c,Lauren,Truman,,,5-10,70.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B,Other,Fr.,Fr,"Allen, TX",Allen,TX,domestic,Allen,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
131
+ at_1121862f2119,Alexis,Kokel,,,5-4,64.0,,,acro_tumbling,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,B/TUMB,Other,Sr.,Sr,"Pflugerville, TX",Pflugerville,TX,domestic,Texas Home School,0,https://cruathletics.com/sports/acrobatics-tumbling/roster/2026
132
+ at_0cd78bcf7f9b,Lauren,Hillin,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Jr.,Jr,"Charlotte, N.C.",Charlotte,NC,domestic,Cox Mill,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
133
+ at_eecaa5e60007,Lillianne,Boyd,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Tumbler,Multi,Jr.,Jr,"Martinsville, Ind.",Martinsville,IN,domestic,Martinsville,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
134
+ at_a47f61946252,Alexandra,Misson,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Base/Tumbler,Multi,Jr.,Jr,"Casco, Mich.",Casco,MI,domestic,Armada,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
135
+ at_ca4521958ea4,Juliana,Porco,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Jr.,Jr,"Williamston, Mich.",Williamston,MI,domestic,Williamston,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
136
+ at_8d408088f998,Scotlyn,Gayheart,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"LaGrange, Ind.",LaGrange,IN,domestic,Lakeland,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
137
+ at_1a634f71ea38,Eleanora,Buehler,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Tumbler,Multi,Fr.,Fr,"Bloomington, Ind.",Bloomington,IN,domestic,Bloomington North,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
138
+ at_a981cd2a62d5,Lauren,Alexander,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Top/Tumbler,Multi,Sr.,Sr,"Chardon, Ohio",Chardon,OH,domestic,Chardon,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
139
+ at_c686bd1788b0,Emma,West,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Laporte, Ind.",Laporte,IN,domestic,LaPorte,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
140
+ at_75854ad97f6b,Olivia,Geringer-Spagnola,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,So.,So,"Beecher, Ill.",Beecher,IL,domestic,Beecher,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
141
+ at_ad089adfdfe3,Courtney,Welsh,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Sr.,Sr,"Medina, Ohio",Medina,OH,domestic,Medina,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
142
+ at_d4d5ecf44892,Olivia,Hartup,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top/Tumbler,Multi,Sr.,Sr,"Huntington, Ind.",Huntington,IN,domestic,Huntington North,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
143
+ at_96b557cd035e,Evalyn,Holdcraft,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top,Top,Fr.,Fr,"Holt, Mich.",Holt,MI,domestic,Holt,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
144
+ at_8027715c40bd,Kailynne,Scare,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Bronson, Mich.",Bronson,MI,domestic,Bronson,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
145
+ at_4cf5d6fa320c,Megan,TenHarkel,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Jr.,Jr,"Byron Center, Mich.",Byron Center,MI,domestic,Byron Center,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
146
+ at_3a4c384079a2,Alayna,Rasler,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Top,Top,Fr.,Fr,"LaGrange, Ind.",LaGrange,IN,domestic,Lakeland,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
147
+ at_4551073ce935,Joslynn,Rushdan,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Jr.,Jr,"Gary, Ind.",Gary,IN,domestic,Munster,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
148
+ at_56fba00bac88,Emma,Wilke,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,Jr.,Jr,"Mandeville, La.",Mandeville,LA,domestic,Mandeville,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
149
+ at_62a0e9e0704c,Ava,Henderson,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,So.,So,"Pleasant Lake, Ind.",Pleasant Lake,IN,domestic,Angola,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
150
+ at_5ed27b8b0934,Aiyonna,Mcwilliams,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Gary, Ind.",Gary,IN,domestic,West Side Leadership Academy,1,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
151
+ at_d33b2864f79a,Trinity,LaJoice,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base/Tumbler,Multi,So.,So,"Syracuse, Ind.",Syracuse,IN,domestic,Wawasee,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
152
+ at_46c04af101b4,Madeline,Grafton,,,,,,,acro_tumbling,2025-26,2026,D3,Women,Independent,Trine,Base,Base,Fr.,Fr,"Harrison Township, Mich.",Harrison Township,MI,domestic,L'Anse Creuse,0,https://trinethunder.com/sports/acrobatics-tumbling/roster/2026
by_sport/baseball/CODEBOOK.md CHANGED
@@ -1,42 +1,28 @@
1
- # CODEBOOK Baseball (NCAA 2025-26)
2
 
3
- Per-sport slice of the NCAA All-Sports 2025-26 public dataset. Same 19-column public (de-identified, no names) schema as the master release. All files here are subsets of `data/ncaa_all_sports_rosters_2025-26.csv` — identical columns, filtered to Baseball.
4
 
5
- ## Files in this folder
 
 
6
 
7
- | File | Scope | Rows |
8
- |---|---|---:|
9
- | `all.csv` | all divisions, all genders | 38,049 |
10
- | `men/all.csv` | men, all divisions | 38,049 |
11
- | `men/d1.csv` | men, D1 | 11,682 |
12
- | `men/d2.csv` | men, D2 | 10,702 |
13
- | `men/d3.csv` | men, D3 | 15,665 |
14
-
15
- Genders present: men.
16
-
17
- ## Columns (19)
18
-
19
- | Column | Definition |
20
  |---|---|
21
- | `athlete_id` | Stable de-identified row id (per sport). Not a person id across sports. |
22
- | `sport` | Sport key — constant within this folder. |
23
- | `athletic_year` | `2025-26` for every row. |
24
- | `season` | Sport's own season label. |
25
- | `division` | `D1` / `D2` / `D3`. |
26
- | `gender` | `Men` / `Women`. |
27
- | `conference` | Athletic conference (fully populated; `Independent` intentional where applicable). |
28
- | `school` | Institution short name. |
29
- | `position_raw` | Position/event as listed. |
30
- | `position_group` | Standardized position group. |
31
- | `class_year_raw` | Class as listed. |
32
- | `class_standing` | Standardized class standing. |
33
- | `hometown_raw` | Hometown as listed. |
34
- | `hometown_city` | Parsed city. |
35
- | `hometown_state` | USPS state/territory (US athletes incl. PR/VI/GU/AS/MP). |
36
- | `origin` | `domestic` / `international` / `unknown`. US territories are domestic. |
37
- | `high_school` | High school as listed. |
38
- | `high_school_is_academy` | Legacy academy flag. |
39
- | `source_url` | Source roster URL. |
40
-
41
-
42
- _Generated 2026-07-18 from the v2.0.4 territory-origin fix build._
 
1
+ > **v2.1.0 release note (2026-08-14).** The shipped file has **38,033 rows**. Figures below were computed at sport sign-off, before the release build removed 16 junk row(s) from this sport (duplicate renders / header artifacts) and repaired 200 name value(s); coverage percentages drift by at most ~2pp from the shipped file. Any 'suffix-dup rows' known-issue notes below are resolved in this release (ice hockey's Beloit 'Taylor' pair is two different athletes and both rows are kept).
2
 
3
+ # NCAA Baseball 2026 Enriched (v2.1 staging)
4
 
5
+ Two files, joined on `athlete_id` (spring 2026; men's sport):
6
+ - `ncaa_baseball_2025-26_combined` (38,049 x 27) — locked 27-col schema
7
+ - `ncaa_baseball_2025-26_stats` (27,470) — `gp, gs, ab, r, h, doubles, triples, hr, rbi, tb, bb, so, sb, sb_att, avg, ip, era, w, l, sv, k, app`
8
 
9
+ ## Coverage (n=38,049, all men)
10
+ | column | coverage |
 
 
 
 
 
 
 
 
 
 
 
11
  |---|---|
12
+ | height_in | 90.0% |
13
+ | weight_lbs | 76.6% |
14
+ | major | 32.3% |
15
+ | previous_school | 33.8% (JUCO pipeline) |
16
+
17
+ Athletes with >=1 stat: 72.2%;
18
+ pitchers with pitching lines: 12,666.
19
+ `k` = pitcher strikeouts; `so` = batter strikeouts. Context-aware table
20
+ mapping keeps pitching-against values out of batting columns.
21
+
22
+ ## Notes
23
+ - stats 72.2% is the lowest of the ball sports — baseball carries 35+ man
24
+ rosters with many non-appearing players (verified correct on live pages),
25
+ plus WMT-platform schools (e.g. Nebraska) 404 on pinned roster AND stats
26
+ URLs (known platform gap, same as soccer)
27
+ - ERA up to 999 kept: 0.2-IP blowups are real 9-inning-ERA arithmetic
28
+ - 32 firehawk suffix-dup rows in upstream release (v2.1 ledger)
 
 
 
 
 
by_sport/baseball/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/baseball/all.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8b405cae59c0773ab9d714f250822c0190659156500a99d17a4a885cddcd235
3
- size 1335186
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44681d09a6bd3a78a102fba8e61de51f54753a364520454d77d11b0c2594f9bd
3
+ size 1910204
by_sport/baseball/men/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/baseball/men/d1.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/baseball/men/d2.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/baseball/men/d3.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/baseball/stats.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/ncaa_all_sports_rosters_2025-26.parquet → by_sport/baseball/stats.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1246cc44b13f70e9bdebbeec559bd3a9345edef45bf81aa23541f744e854ee8a
3
- size 16291410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd67e5fcb341f361c5546de06f1076f3efbb8b6e5377266beba324fcb2b08377
3
+ size 982109
by_sport/basketball/CODEBOOK.md CHANGED
@@ -1,46 +1,31 @@
1
- # CODEBOOK Basketball (NCAA 2025-26)
2
-
3
- Per-sport slice of the NCAA All-Sports 2025-26 public dataset. Same 19-column public (de-identified, no names) schema as the master release. All files here are subsets of `data/ncaa_all_sports_rosters_2025-26.csv` — identical columns, filtered to Basketball.
4
-
5
- ## Files in this folder
6
-
7
- | File | Scope | Rows |
8
- |---|---|---:|
9
- | `all.csv` | all divisions, all genders | 32,614 |
10
- | `men/all.csv` | men, all divisions | 17,346 |
11
- | `men/d1.csv` | men, D1 | 5,407 |
12
- | `men/d2.csv` | men, D2 | 4,720 |
13
- | `men/d3.csv` | men, D3 | 7,219 |
14
- | `women/all.csv` | women, all divisions | 15,268 |
15
- | `women/d1.csv` | women, D1 | 4,725 |
16
- | `women/d2.csv` | women, D2 | 4,273 |
17
- | `women/d3.csv` | women, D3 | 6,270 |
18
-
19
- Genders present: men, women.
20
-
21
- ## Columns (19)
22
-
23
- | Column | Definition |
24
- |---|---|
25
- | `athlete_id` | Stable de-identified row id (per sport). Not a person id across sports. |
26
- | `sport` | Sport key constant within this folder. |
27
- | `athletic_year` | `2025-26` for every row. |
28
- | `season` | Sport's own season label. |
29
- | `division` | `D1` / `D2` / `D3`. |
30
- | `gender` | `Men` / `Women`. |
31
- | `conference` | Athletic conference (fully populated; `Independent` intentional where applicable). |
32
- | `school` | Institution short name. |
33
- | `position_raw` | Position/event as listed. |
34
- | `position_group` | Standardized position group. |
35
- | `class_year_raw` | Class as listed. |
36
- | `class_standing` | Standardized class standing. |
37
- | `hometown_raw` | Hometown as listed. |
38
- | `hometown_city` | Parsed city. |
39
- | `hometown_state` | USPS state/territory (US athletes incl. PR/VI/GU/AS/MP). |
40
- | `origin` | `domestic` / `international` / `unknown`. US territories are domestic. |
41
- | `high_school` | High school as listed. |
42
- | `high_school_is_academy` | Legacy academy flag. |
43
- | `source_url` | Source roster URL. |
44
-
45
-
46
- _Generated 2026-07-18 from the v2.0.4 territory-origin fix build._
 
1
+ > **v2.1.0 release note (2026-08-14).** The shipped file has **32,614 rows**. Figures below were computed at sport sign-off, before the release build removed 0 junk row(s) from this sport (duplicate renders / header artifacts) and repaired 194 name value(s); coverage percentages drift by at most ~2pp from the shipped file. Any 'suffix-dup rows' known-issue notes below are resolved in this release (ice hockey's Beloit 'Taylor' pair is two different athletes and both rows are kept).
2
+
3
+ # NCAA Basketball 2025-26 Enriched (v2.1 staging)
4
+
5
+ Two files, joined on `athlete_id`:
6
+ - `ncaa_basketball_2025-26_combined` (32,614 rows x 27 cols) — locked
7
+ 27-col schema (published 19 + identity/bio 8)
8
+ - `ncaa_basketball_2025-26_stats` (26,818 rows) — basketball vocabulary:
9
+ `gp, gs, minutes, fgm, fga, tpm, tpa, ftm, fta, pts, oreb, dreb, reb, ast, stl, blk, to, pf`
10
+
11
+ ## Coverage
12
+
13
+ | column | Men (n=17,346) | Women (n=15,268) |
14
+ |---|---|---|
15
+ | height_in | 89.1% | 88.9% |
16
+ | weight_lbs | 69.2% | 0.0% |
17
+ | major | 29.9% | 32.9% |
18
+ | previous_school | 34.0% | 27.4% |
19
+
20
+ Athletes with >=1 stat: 82.2%.
21
+ Weight for women's programs is not published (publication convention).
22
+
23
+ ## Notes
24
+ - height_in validated to [56, 93] in — the 93 is real (Olivier Rioux, Florida,
25
+ 7'9'', verified live + 305 lbs); values outside the band are school-side
26
+ typos, kept verbatim in height_raw with height_in = NA
27
+ - percentages (fg%, 3pt%, ft%) deliberately not scraped — recompute from
28
+ made/attempted
29
+ - ~4% of teams lack a parseable stats page (JS shells / Presto 404s)
30
+ - bare roster URLs had rolled to 2026-27; season-pinned re-fetch
31
+ (/roster/2025-26) recovered 948 teams all data is the 2025-26 season
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
by_sport/basketball/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/all.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a4af2ae4d669f8d2b41df0a3f68ceb75e9c80686a9a0316cd025f4409633ae6
3
- size 1263817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6981b507dea803149b170d80a893ab7af31fc336be5dacd792c72c6ce04e965
3
+ size 1786322
by_sport/basketball/men/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/men/d1.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/men/d2.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/men/d3.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/stats.csv ADDED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/stats.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc11f0b60da19b15a8d22995e3bcf1c672c73c54d156d7b10e506e3d367b72d
3
+ size 1193742
by_sport/basketball/women/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/women/d1.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/women/d2.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/basketball/women/d3.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/beach_volleyball/CODEBOOK.md CHANGED
@@ -1,42 +1,17 @@
1
- # CODEBOOK Beach Volleyball (NCAA 2025-26)
2
 
3
- Per-sport slice of the NCAA All-Sports 2025-26 public dataset. Same 19-column public (de-identified, no names) schema as the master release. All files here are subsets of `data/ncaa_all_sports_rosters_2025-26.csv` — identical columns, filtered to Beach Volleyball.
4
 
5
- ## Files in this folder
6
 
7
- | File | Scope | Rows |
8
- |---|---|---:|
9
- | `all.csv` | all divisions, all genders | 1,678 |
10
- | `women/all.csv` | women, all divisions | 1,678 |
11
- | `women/d1.csv` | women, D1 | 1,151 |
12
- | `women/d2.csv` | women, D2 | 352 |
13
- | `women/d3.csv` | women, D3 | 175 |
14
 
15
- Genders present: women.
16
-
17
- ## Columns (19)
18
-
19
- | Column | Definition |
20
- |---|---|
21
- | `athlete_id` | Stable de-identified row id (per sport). Not a person id across sports. |
22
- | `sport` | Sport key — constant within this folder. |
23
- | `athletic_year` | `2025-26` for every row. |
24
- | `season` | Sport's own season label. |
25
- | `division` | `D1` / `D2` / `D3`. |
26
- | `gender` | `Men` / `Women`. |
27
- | `conference` | Athletic conference (fully populated; `Independent` intentional where applicable). |
28
- | `school` | Institution short name. |
29
- | `position_raw` | Position/event as listed. |
30
- | `position_group` | Standardized position group. |
31
- | `class_year_raw` | Class as listed. |
32
- | `class_standing` | Standardized class standing. |
33
- | `hometown_raw` | Hometown as listed. |
34
- | `hometown_city` | Parsed city. |
35
- | `hometown_state` | USPS state/territory (US athletes incl. PR/VI/GU/AS/MP). |
36
- | `origin` | `domestic` / `international` / `unknown`. US territories are domestic. |
37
- | `high_school` | High school as listed. |
38
- | `high_school_is_academy` | Legacy academy flag. |
39
- | `source_url` | Source roster URL. |
40
-
41
-
42
- _Generated 2026-07-18 from the v2.0.4 territory-origin fix build._
 
1
+ > **v2.1.0 release note (2026-08-14).** The shipped file has **1,678 rows**. Figures below were computed at sport sign-off, before the release build removed 0 junk row(s) from this sport (duplicate renders / header artifacts) and repaired 0 name value(s); coverage percentages drift by at most ~2pp from the shipped file. Any 'suffix-dup rows' known-issue notes below are resolved in this release (ice hockey's Beloit 'Taylor' pair is two different athletes and both rows are kept).
2
 
3
+ # NCAA Beach Volleyball 2025-26 Enriched (v2.1 staging, roster-only)
4
 
5
+ One file: `ncaa_beach_volleyball_2025-26_combined` (1,678 x 27) — locked 27-col schema.
6
 
7
+ ## Coverage
8
+ | column | Men (n=0) | Women (n=1,678) |
9
+ |---|---|---|
10
+ | height_in | | 81.3% |
11
+ | weight_lbs | | 0.0% |
12
+ | major | | 27.2% |
13
+ | previous_school | | 31.6% |
14
 
15
+ Sparse bio = publication convention. Majors on athlete BIO pages (not roster
16
+ pages) are out of scope (profile scraping = 30x fetch cost, rejected early).
17
+ 0 firehawk dup rows (ledger).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
by_sport/beach_volleyball/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/beach_volleyball/all.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:449717239bc6fa92ec591700dd2ff088fb8a14ce141222e327163cb041ba1f57
3
- size 89781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43093e5bd21a71aef1890f5757f22a4194f56fad260d157abac045ca4622384
3
+ size 126872
by_sport/beach_volleyball/women/all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/beach_volleyball/women/d1.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/beach_volleyball/women/d2.csv CHANGED
The diff for this file is too large to render. See raw diff
 
by_sport/beach_volleyball/women/d3.csv CHANGED
@@ -1,176 +1,176 @@
1
- athlete_id,sport,athletic_year,season,division,gender,conference,school,position_raw,position_group,class_year_raw,class_standing,hometown_raw,hometown_city,hometown_state,origin,high_school,high_school_is_academy,source_url
2
- bvb_2dfc7b6d2130,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'6""",Player,Gr.,Gr,"Panama City, FL",Panama City,FL,domestic,North Bay Haven Charter Academy,1,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
3
- bvb_ade020d10aad,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'4""",Player,Jr.,Jr,"New Braunfels, TX",New Braunfels,TX,domestic,Canyon,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
4
- bvb_66ed47c00e3b,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'5""",Player,So.,So,"San Angelo, TX",San Angelo,TX,domestic,Wall High School,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
5
- bvb_778dff4c303d,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'6""",Player,Fr.,Fr,"Mire, La.",Mire,LA,domestic,Lafayette Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
6
- bvb_7c03f72c4b08,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'7""",Player,So.,So,"Deer Park, TX",Deer Park,TX,domestic,Deer Park,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
7
- bvb_bb45aa449c19,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,So.,So,"Corinth, TX",Corinth,TX,domestic,Lake Dallas,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
8
- bvb_83c4927c4741,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,Fr.,Fr,"Lubbock, TX",Lubbock,TX,domestic,Frenship,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
9
- bvb_c4f62770db76,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'9""",Player,Fr.,Fr,"Francitas, TX",Francitas,TX,domestic,Industrial,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
10
- bvb_28550e5a8806,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'7""",Player,So.,So,"Chandler, AZ",Chandler,AZ,domestic,Valley Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
11
- bvb_af0a58782fae,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,Fr.,Fr,"Frisco, TX",Frisco,TX,domestic,Centennial,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
12
- bvb_4a5929cde3af,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'6""",Player,Jr.,Jr,"The Woodlands, TX",The Woodlands,TX,domestic,The Woodlands Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
13
- bvb_d2bf6d14295e,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'4""",Player,Jr.,Jr,"Mansfield, TX",Mansfield,TX,domestic,Timberview,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
14
- bvb_45a4c0555ddf,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,Fr.,Fr,"McKinney, TX",McKinney,TX,domestic,Imagine International Academy,1,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
15
- bvb_a66621dede56,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'7""",Player,Jr.,Jr,"Marshall, TX",Marshall,TX,domestic,Marshall High School,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
16
- bvb_b561e20a88e9,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"6'0""",Player,Fr.,Fr,"Tyler, TX",Tyler,TX,domestic,Legacy,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
17
- bvb_be5033aa689c,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'9""",Player,So.,So,"McKinney, TX",McKinney,TX,domestic,Cornerstone Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
18
- bvb_be157a8b1579,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'6""",Player,So.,So,"DeLand, Fla.",DeLand,FL,domestic,DeLand High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
19
- bvb_4cdaa03550d3,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'7""",Player,So.,So,"Rustburg, Va.",Rustburg,VA,domestic,Rustburg High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
20
- bvb_a0aa4da8015e,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'9""",Player,Jr.,Jr,"Woodbridge, Va.",Woodbridge,VA,domestic,Colgan,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
21
- bvb_5d30db07479c,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'9""",Player,So.,So,"Saratoga Springs, N.Y.",Saratoga Springs,NY,domestic,Saratoga Springs,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
22
- bvb_7191afda5b23,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'8""",Player,Sr.,Sr,"Charlotte, N.C.",Charlotte,NC,domestic,Ardrey Kell,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
23
- bvb_1497bf958f60,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'7""",Player,Sr.,Sr,"Appomattox, Va.",Appomattox,VA,domestic,Appomattox County,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
24
- bvb_b918f2e1931b,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'10""",Player,Sr.,Sr,"Fredericksburg, Va.",Fredericksburg,VA,domestic,Courtland,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
25
- bvb_600cb3e0fd7c,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'8""",Player,Jr.,Jr,"Sunbury, Ohio",Sunbury,OH,domestic,Big Walnut High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
26
- bvb_fca26bccdf50,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'6""",Player,Jr.,Jr,"Midlothian, Va.",Midlothian,VA,domestic,Midlothian,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
27
- bvb_670782c0642b,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"6'0""",Player,So.,So,"Forest Grove, Oreg.",Forest Grove,OR,domestic,Mountainside High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
28
- bvb_c89321a3446d,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'9""",Player,Sr.,Sr,"Matthews, N.C.",Matthews,NC,domestic,Weddington,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
29
- bvb_b33ec567c20a,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
30
- bvb_b6734edabd24,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'10""",Player,Gr.,Gr,"Bay Shore, N.Y.",Bay Shore,NY,domestic,Islip High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
31
- bvb_c96ac9b6c977,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'4""",Player,Jr.,Jr,"Springfield, Va.",Springfield,VA,domestic,West Springfield,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
32
- bvb_7987708e5397,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'10""",Player,Sr.,Sr,"Sanford, N.C.",Sanford,NC,domestic,Southern Lee,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
33
- bvb_0202bc00d1fb,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Def,Player,Sr.,Sr,"Muskego, Wis.",Muskego,WI,domestic,Divine Savior Holy Angels,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
34
- bvb_7f16ec3a3194,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl/Def,Player,Jr.,Jr,"Roswell, Ga.",Roswell,GA,domestic,Pope,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
35
- bvb_fc5890adb6ba,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,D,Player,Fr.,Fr,"Littleton, Colo.",Littleton,CO,domestic,Chatfield,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
36
- bvb_3fa5aea500f2,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,B,Player,Jr.,Jr,"Lynchburg, Va.",Lynchburg,VA,domestic,Liberty Christian,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
37
- bvb_22bfaab34cf0,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Jr.,Jr,"Roswell, Ga.",Roswell,GA,domestic,Johnson Ferry Christian,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
38
- bvb_68fad72e9233,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,So.,So,"Cartersville, Ga.",Cartersville,GA,domestic,Cartersville,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
39
- bvb_f3190601a2ba,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,B,Player,Jr.,Jr,"Pearland, Tx.",Pearland,TX,domestic,Pearland,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
40
- bvb_7d837cd74636,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Fr.,Fr,"Raleigh, N.C.",Raleigh,NC,domestic,Trinity Academy,1,https://berryvikings.com/sports/beach-volleyball/roster/2026
41
- bvb_812949556b16,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Def/Spl,Player,Jr.,Jr,"Naples, Fla.",Naples,FL,domestic,Barron Collier,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
42
- bvb_acaae0cf1cf6,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,B,Player,So.,So,"Lakeland, Fla.",Lakeland,FL,domestic,McKeel Academy,1,https://berryvikings.com/sports/beach-volleyball/roster/2026
43
- bvb_a80c11ff99f1,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Def,Player,Sr.,Sr,"Silver Spring, Md.",Silver Spring,MD,domestic,,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
44
- bvb_19262501362a,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,,Player,So.,So,"Lexington, Va.",Lexington,VA,domestic,Rockbridge County,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
45
- bvb_c2895187ab93,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl/Def,Player,Sr.,Sr,"Atlanta, Ga.",Atlanta,GA,domestic,St. Pius X Catholic,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
46
- bvb_21d39b0fb88e,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,D,Player,Fr.,Fr,"Cumming, Ga.",Cumming,GA,domestic,North Forsyth,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
47
- bvb_15ecdc9b035d,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Fr.,Fr,"Monterey, Calif.",Monterey,CA,domestic,Carrollton,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
48
- bvb_a5d4d8963ed2,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Jr.,Jr,"Knoxville, Tenn.",Knoxville,TN,domestic,West,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
49
- bvb_39b0ca1bd7cd,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Jr.,Jr,"Palm City, Fla.",Palm City,FL,domestic,Jensen Beach,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
50
- bvb_5db61042ba83,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,"5'9""",Player,Sr.,Sr,"Green Bay, Wis.",Green Bay,WI,domestic,Notre Dame Academy,1,https://berryvikings.com/sports/beach-volleyball/roster/2026
51
- bvb_9d3678dc52b2,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'2""",Player,Fr.,Fr,"East Bernard, TX",East Bernard,TX,domestic,East Bernard High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
52
- bvb_6bcf6e70d400,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'4""",Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
53
- bvb_785932979cf6,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'8""",Player,Fr.,Fr,"Fulshear, Texas",Fulshear,TX,domestic,Sierra Canyon High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
54
- bvb_9243ca01fef1,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'9""",Player,Fr.,Fr,"Houston, Texas",Houston,TX,domestic,Bellaire High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
55
- bvb_f185dd463a14,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'9""",Player,So.,So,"Houston, Texas",Houston,TX,domestic,Atascocita HS,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
56
- bvb_65ff084e06e9,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'1""",Player,So.,So,"Kingwood, Texas",Kingwood,TX,domestic,Porter High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
57
- bvb_af47e49be5c3,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'4""",Player,Fr.,Fr,"Wimberley, Texas",Wimberley,TX,domestic,,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
58
- bvb_94a54daef469,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'5""",Player,Jr.,Jr,"Cypress, TX",Cypress,TX,domestic,Cypress Ranch High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
59
- bvb_0e62b63f38c1,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'6""",Player,Fr.,Fr,"Boyd, TX",Boyd,TX,domestic,Boyd High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
60
- bvb_942196af5f93,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'10""",Player,So.,So,"South Padre Island, Texas",South Padre Island,TX,domestic,Flour Bluff HS,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
61
- bvb_9f1ed7cfdf89,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'4""",Player,So.,So,"Edinburg, Texas",Edinburg,TX,domestic,Robert Vela HS,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
62
- bvb_0b47886da304,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'7""",Player,Fr.,Fr,"San Antonio, Texas",San Antonio,TX,domestic,,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
63
- bvb_9cdc2a59094a,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'11""",Player,Fr.,Fr,"Dripping Springs, Texas",Dripping Springs,TX,domestic,Dripping Springs High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
64
- bvb_0ba3d2b94ad4,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender DF,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
65
- bvb_f42a168bcc62,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,So.,So,So.,So.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
66
- bvb_477b87737435,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
67
- bvb_39c29c1e3970,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender D,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
68
- bvb_72a7e0f6e33b,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender/Split Blocker D/SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
69
- bvb_15dd41045a8e,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender/Split Blocker D/SB,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
70
- bvb_8a7c33c5bb2e,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender DF,Player,Sr.,Sr,Sr.,Sr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
71
- bvb_3ae87bd005bd,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
72
- bvb_fe9c05116765,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
73
- bvb_8d41894c54dc,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender/Split Blocker D/SB,Player,So.,So,So.,So.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
74
- bvb_c4d95a2d5f5f,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Blocker B,Player,So.,So,So.,So.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
75
- bvb_1265546e259a,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
76
- bvb_ba34ea9a36cd,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
77
- bvb_fe5af09d41cd,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
78
- bvb_420a0703b306,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Blocker B,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
79
- bvb_d6c6c34b565f,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
80
- bvb_d84e344a47d8,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
81
- bvb_1125499a4c7b,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender D,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
82
- bvb_bdf072bf5efa,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'9""",Player,Fr.,Fr,"Parker, Ariz.",Parker,AZ,domestic,Parker,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
83
- bvb_e8e619356723,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'10""",Player,Fr.,Fr,"Boynton Beach, Fla.",Boynton Beach,FL,domestic,Lakeworth Christian,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
84
- bvb_4d6fac49163c,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'3""",Player,So.,So,"North Port, Fla.",North Port,FL,domestic,Charlotte,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
85
- bvb_4bdb028bfe31,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,Fr.,Fr,"North Charleston, S.C.",North Charleston,SC,domestic,Fort Dorchester,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
86
- bvb_2ec2ffa69e3e,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'9""",Player,Fr.,Fr,"Antioch, Tenn.",Antioch,TN,domestic,Ezell Harding Christian,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
87
- bvb_1bd85922921b,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'9""",Player,So.,So,"Pelham, Ala.",Pelham,AL,domestic,John Carroll Catholic,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
88
- bvb_1caa7a344b8b,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"6'0""",Player,Fr.,Fr,"Buckeye, Ariz.",Buckeye,AZ,domestic,Buckeye,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
89
- bvb_dbc56e628932,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'3""",Player,So.,So,"Sharpsburg, Ga.",Sharpsburg,GA,domestic,Homeschooled,1,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
90
- bvb_1eab47486559,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,So.,So,"West Valley City, Ut.",West Valley City,UT,domestic,West High,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
91
- bvb_9a7908a8b0d1,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,So.,So,"Tampa, Fla.",Tampa,FL,domestic,Newsome,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
92
- bvb_5b8a1f5282c3,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'10""",Player,Fr.,Fr,"Columbus, Miss.",Columbus,MS,domestic,New Hope,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
93
- bvb_7d2d5a1fec91,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,Fr.,Fr,"Hahira, Ga.",Hahira,GA,domestic,Lowndes County,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
94
- bvb_d03f827b3616,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'5""",Player,Fr.,Fr,"Labelle, Fla.",Labelle,FL,domestic,Labelle,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
95
- bvb_8892fdadbbbb,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,So.,So,"Dallas, TX",Dallas,TX,domestic,Dallas Lutheran School,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
96
- bvb_f0fe74822f5c,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,Sr.,Sr,"Justin, TX",Justin,TX,domestic,Northwest,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
97
- bvb_96c3b024ae97,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'2""",Player,Fr.,Fr,"Sealy, TX",Sealy,TX,domestic,Sealy,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
98
- bvb_032ab1162439,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'7""",Player,Fr.,Fr,"Bulverde, TX",Bulverde,TX,domestic,New Braunfels Christian,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
99
- bvb_d5b02c114a1d,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'8""",Player,Fr.,Fr,"Granbury, TX",Granbury,TX,domestic,Granbury,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
100
- bvb_588aaf0d6c14,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'7""",Player,Jr.,Jr,"Gatesville, TX",Gatesville,TX,domestic,Gatesville,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
101
- bvb_b100a1eee716,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'8""",Player,Jr.,Jr,"Huntsville, TX",Huntsville,TX,domestic,Huntsville,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
102
- bvb_e634edfd66e4,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,,Player,Jr.,Jr,"Corpus Christi, TX",Corpus Christi,TX,domestic,Flour Bluff,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
103
- bvb_a459440668d3,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,,Player,Jr.,Jr,"Midland, TX",Midland,TX,domestic,Legacy,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
104
- bvb_945dcac88c15,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,,Player,Sr.,Sr,"Bryan, TX",Bryan,TX,domestic,Bryan,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
105
- bvb_00d26e5c44bb,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'8""",Player,Jr.,Jr,"Midlothian, TX",Midlothian,TX,domestic,Midlothian,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
106
- bvb_300abac9bdbf,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'11""",Player,Fr.,Fr,"Cleveland, TX",Cleveland,TX,domestic,Covenant Prep,1,https://cruathletics.com/sports/beach-volleyball/roster/2026
107
- bvb_d0ec72db9075,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,Fr.,Fr,"Columbus, TX",Columbus,TX,domestic,Columbus,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
108
- bvb_cdf47a9ba431,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'4""",Player,Sr.,Sr,"San Antonio, TX",San Antonio,TX,domestic,East Central,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
109
- bvb_c78f0737f347,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'10""",Player,Fr.,Fr,"Torrance, CA",Torrance,CA,domestic,Palos Verdes Peninsula,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
110
- bvb_7f24edc0b438,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,Sr.,Sr,"Austin, TX",Austin,TX,domestic,Bowie,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
111
- bvb_9ce7fd12fe76,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'5""",Player,Jr.,Jr,"Houston, TX",Houston,TX,domestic,Clear Falls,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
112
- bvb_66f3708531b2,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'5""",Player,Jr.,Jr,"Apex, N.C.",Apex,NC,domestic,Apex,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
113
- bvb_6dfe3ab06f35,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'4""",Player,Jr.,Jr,"Downingtown, Pa.",Downingtown,PA,domestic,Downingtown West,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
114
- bvb_7ad728c355dd,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'4""",Player,So.,So,"Hampton, Va.",Hampton,VA,domestic,Peninsula Catholic,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
115
- bvb_421ceb83fe37,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Jr.,Jr,"Westerville, Ohio",Westerville,OH,domestic,Westerville Central,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
116
- bvb_9e3d03a8ce04,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Fr.,Fr,"York Springs, Pa.",York Springs,PA,domestic,Bermudian Springs,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
117
- bvb_3f7d1b10ae65,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,So.,So,"Finksburg, Md.",Finksburg,MD,domestic,Westminster,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
118
- bvb_ab1cb5c16bf4,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Sr.,Sr,"Naperville, Ill.",Naperville,IL,domestic,Neuqua Valley,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
119
- bvb_870bb374f184,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'4""",Player,So.,So,"Mechanicsburg, Pa.",Mechanicsburg,PA,domestic,Mechanicsburg Area,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
120
- bvb_d4da4784a97b,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"6'0""",Player,So.,So,"Arlington, Va.",Arlington,VA,domestic,Washington-Liberty,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
121
- bvb_cca87d81acfa,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'5""",Player,Fr.,Fr,"Albuquerque, NM",Albuquerque,NM,domestic,Duke City Volleyball Academy,1,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
122
- bvb_194d3e681a73,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"6'0""",Player,Jr.,Jr,"Sparta, N.C.",Sparta,NC,domestic,Alleghany,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
123
- bvb_53afe3f120a6,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Sr.,Sr,"Bethlehem, Pa.",Bethlehem,PA,domestic,Freedom,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
124
- bvb_474a0e9d6abc,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Fr.,Fr,"Warrington, Pa.",Warrington,PA,domestic,Central Bucks South,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
125
- bvb_4db2bdea2a03,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Sr.,Sr,"Columbus, Ohio",Columbus,OH,domestic,Bexley,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
126
- bvb_23ac8837d9c3,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'9""",Player,Fr.,Fr,"Eagleville, Pa.",Eagleville,PA,domestic,Methacton,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
127
- bvb_399d7e6ef3f1,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Jr.,Jr,"Dagsboro, Del.",Dagsboro,DE,domestic,Indian River,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
128
- bvb_2b3b47f60e15,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'8""",Player,Jr.,Jr,"Ijamsville, Md.",Ijamsville,MD,domestic,Urbana,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
129
- bvb_9976a3b44a2c,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Sr.,Sr,"Damascus, Md.",Damascus,MD,domestic,Mount Airy Christian,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
130
- bvb_c966cabdce8c,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'2""",Player,Jr.,Jr,"Kernersville, N.C.",Kernersville,NC,domestic,East Forsyth High School,0,https://salemspirits.com/sports/beach-volleyball/roster
131
- bvb_0043959c1c29,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'7""",Player,Fr.,Fr,"High Point, NC",High Point,NC,domestic,High Point Central,0,https://salemspirits.com/sports/beach-volleyball/roster
132
- bvb_6516b9e02c16,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'6""",Player,Sr.,Sr,"Charlotte, N.C.",Charlotte,NC,domestic,Parkwood High School,0,https://salemspirits.com/sports/beach-volleyball/roster
133
- bvb_bbea984ce2cf,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'2""",Player,So.,So,"Alachua, Fla.",Alachua,FL,domestic,Newberry High School,0,https://salemspirits.com/sports/beach-volleyball/roster
134
- bvb_453243a1a975,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,Fr.,Fr,"Denver, NC",Denver,NC,domestic,North Lincoln High School,0,https://salemspirits.com/sports/beach-volleyball/roster
135
- bvb_efa5e6bfccf6,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,So.,So,"China Grove, N.C.",China Grove,NC,domestic,South Rowan High School,0,https://salemspirits.com/sports/beach-volleyball/roster
136
- bvb_3d312a6c131c,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'5""",Player,Fr.,Fr,"Summerfield, NC",Summerfield,NC,domestic,Western Academy,1,https://salemspirits.com/sports/beach-volleyball/roster
137
- bvb_96c013171a61,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'7""",Player,So.,So,"Boynton Beach, Fla.",Boynton Beach,FL,domestic,American Heritage School,0,https://salemspirits.com/sports/beach-volleyball/roster
138
- bvb_1ef6183ef83f,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,Jr.,Jr,"Sister Bay, Wisc.",Sister Bay,WI,domestic,Gibraltar High School,0,https://salemspirits.com/sports/beach-volleyball/roster
139
- bvb_c21481b96dd9,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,,Player,Fr.,Fr,"Wilkesboro, NC",Wilkesboro,NC,domestic,Wilkes Central,0,https://salemspirits.com/sports/beach-volleyball/roster
140
- bvb_9047bb800deb,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'9""",Player,Jr.,Jr,"Fergus Falls, MN",Fergus Falls,MN,domestic,Fergus Falls High School,0,https://salemspirits.com/sports/beach-volleyball/roster
141
- bvb_c60a718c0cfa,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'9""",Player,Fr.,Fr,"Sopchoppy, FL",Sopchoppy,FL,domestic,Florida State University Schools,0,https://salemspirits.com/sports/beach-volleyball/roster
142
- bvb_057d270a2cb3,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'10""",Player,Jr.,Jr,"Daytona Beach, FL",Daytona Beach,FL,domestic,Mainland High School,0,https://salemspirits.com/sports/beach-volleyball/roster
143
- bvb_a081d9212cf0,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,Fr.,Fr,"Newport, NC",Newport,NC,domestic,West Carteret High School,0,https://salemspirits.com/sports/beach-volleyball/roster
144
- bvb_f9d527a6c9c3,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,,Player,Fr.,Fr,"Buxton, NC",Buxton,NC,domestic,Cape Hatteras Secondary School,0,https://salemspirits.com/sports/beach-volleyball/roster
145
- bvb_5434167898dd,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'6""",Player,Jr.,Jr,"Greensboro, NC",Greensboro,NC,domestic,Caldwell Academy,1,https://salemspirits.com/sports/beach-volleyball/roster
146
- bvb_e6845c084c21,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,,Player,Fr.,Fr,"Veja Baja, PR",Veja Baja,PR,domestic,Marista Manati,0,https://salemspirits.com/sports/beach-volleyball/roster
147
- bvb_b80d1b640fab,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,Danville. VA,Danville. VA,,international,Westover Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
148
- bvb_ae054699231a,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Raleigh, NC",Raleigh,NC,domestic,Homeschooled,1,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
149
- bvb_8a7b076548dc,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Leland, NC",Leland,NC,domestic,North Brunswick High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
150
- bvb_773fc8ec1a02,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Newport News, VA",Newport News,VA,domestic,Denbigh Baptist Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
151
- bvb_fcd77d6c11f7,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,So.,So,"Colonial Beach, VA",Colonial Beach,VA,domestic,Colonial Beach High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
152
- bvb_36c3e9d8731f,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,"Virginia Beach, VA",Virginia Beach,VA,domestic,Gateway Christian Academy,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
153
- bvb_55474a0ff892,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,So.,So,"Stephens City, VA",Stephens City,VA,domestic,John Handley High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
154
- bvb_a38bc1c30c6b,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Bristow, VA",Bristow,VA,domestic,Brentsville District High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
155
- bvb_9f1d0c44bb09,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Sparta, NJ",Sparta,NJ,domestic,Sparta High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
156
- bvb_bd8e349cd5e7,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Sr.,Sr,"Buffalo, NY",Buffalo,NY,domestic,Clarence High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
157
- bvb_62cd74733d67,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,So.,So,"Fresno, CA",Fresno,CA,domestic,Fresno Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
158
- bvb_38360bfa5d2d,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Newport News, VA",Newport News,VA,domestic,Hampton Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
159
- bvb_83fd9f533e1e,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,"Salisbury, NC",Salisbury,NC,domestic,North Hills Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
160
- bvb_d1cef96c6c4f,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,"Snow Hill, MD",Snow Hill,MD,domestic,Snow Hill High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
161
- bvb_b307e16f51d7,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,Blocker,Player,Fr.,Fr,"Kennewick, Washington",Kennewick,WA,domestic,Kamiakin,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
162
- bvb_b407d96ce1d3,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"North Richalnd, Texas",North Richalnd,TX,domestic,Fort Worth Christian,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
163
- bvb_3230e893e022,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Kaysville, Utah",Kaysville,UT,domestic,Davis,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
164
- bvb_b819d5a3d77e,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Sahuarita, Arizona",Sahuarita,AZ,domestic,Sahuarita,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
165
- bvb_f44cef23cd22,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"McCall, Idaho",McCall,ID,domestic,McCall Donnelly,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
166
- bvb_068c0ddf15ee,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,Defender,Player,So.,So,"Lexington, VA",Lexington,VA,domestic,Rockbridge County,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
167
- bvb_a736edb7e30e,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Mesa, Ariz.",Mesa,AZ,domestic,Red Mountain,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
168
- bvb_071c5e70c7ca,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"New Braunfels, Texas",New Braunfels,TX,domestic,New Braunfels,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
169
- bvb_43aef246bfd5,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Jr.,Jr,"Mission Viejo, Calif.",Mission Viejo,CA,domestic,Mission Viejo,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
170
- bvb_6d7e72bb8595,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Ashburn, VA",Ashburn,VA,domestic,Briar Woods,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
171
- bvb_2d0f5933044a,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Sr.,Sr,"Escalante, UT",Escalante,UT,domestic,Escalante,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
172
- bvb_334428b189f8,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"St. George, Utah",St. George,UT,domestic,Snow Canyon,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
173
- bvb_afffc2008c7d,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Rio Rancho, N.M.",Rio Rancho,NM,domestic,V. Sue Cleveland,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
174
- bvb_0c00eb87146c,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,Blocker,Player,Sr.,Sr,"St. George, Utah",St. George,UT,domestic,Dixie,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
175
- bvb_ab02ca1f791b,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"Lake Elsinore, California",Lake Elsinore,CA,domestic,Paloma Valley,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
176
- bvb_5a1a11188b43,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"Moorpark, California",Moorpark,CA,domestic,Moorpark,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
 
1
+ athlete_id,first_name,last_name,major,previous_school,height_raw,height_in,weight_raw,weight_lbs,sport,athletic_year,season,division,gender,conference,school,position_raw,position_group,class_year_raw,class_standing,hometown_raw,hometown_city,hometown_state,origin,high_school,high_school_is_academy,source_url
2
+ bvb_2dfc7b6d2130,Morgan,Cox,Master of Business Administration,St. Andrews,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'6""",Player,Gr.,Gr,"Panama City, FL",Panama City,FL,domestic,North Bay Haven Charter Academy,1,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
3
+ bvb_ade020d10aad,Caiden,Lasala,Rehabilitative Science,UMHB,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'4""",Player,Jr.,Jr,"New Braunfels, TX",New Braunfels,TX,domestic,Canyon,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
4
+ bvb_66ed47c00e3b,Paige,Dickson,Rehabilitative Science,Ranger College,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'5""",Player,So.,So,"San Angelo, TX",San Angelo,TX,domestic,Wall High School,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
5
+ bvb_778dff4c303d,Luci,Guardia,Vissual Communications,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'6""",Player,Fr.,Fr,"Mire, La.",Mire,LA,domestic,Lafayette Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
6
+ bvb_7c03f72c4b08,Bella,Fields,Accounting/Finance,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'7""",Player,So.,So,"Deer Park, TX",Deer Park,TX,domestic,Deer Park,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
7
+ bvb_bb45aa449c19,Brenna,Pope,Nursing,North Texas Central College,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,So.,So,"Corinth, TX",Corinth,TX,domestic,Lake Dallas,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
8
+ bvb_83c4927c4741,Boston,Morin,Psychology,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,Fr.,Fr,"Lubbock, TX",Lubbock,TX,domestic,Frenship,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
9
+ bvb_c4f62770db76,Cecilia,Jalufka,Business,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'9""",Player,Fr.,Fr,"Francitas, TX",Francitas,TX,domestic,Industrial,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
10
+ bvb_28550e5a8806,Kaiya,Haase,Nursing,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'7""",Player,So.,So,"Chandler, AZ",Chandler,AZ,domestic,Valley Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
11
+ bvb_af0a58782fae,KK,Domek,Sports Management,The Citadel,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,Fr.,Fr,"Frisco, TX",Frisco,TX,domestic,Centennial,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
12
+ bvb_4a5929cde3af,Katelynn,Holloway,Psychology,UMHB,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'6""",Player,Jr.,Jr,"The Woodlands, TX",The Woodlands,TX,domestic,The Woodlands Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
13
+ bvb_d2bf6d14295e,Sofia,Castillo,Chemistry,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'4""",Player,Jr.,Jr,"Mansfield, TX",Mansfield,TX,domestic,Timberview,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
14
+ bvb_45a4c0555ddf,Emmaley,Matz,Kinesiology,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'8""",Player,Fr.,Fr,"McKinney, TX",McKinney,TX,domestic,Imagine International Academy,1,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
15
+ bvb_a66621dede56,Caitlyn,Ellenburg,Psychology,UMHB,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'7""",Player,Jr.,Jr,"Marshall, TX",Marshall,TX,domestic,Marshall High School,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
16
+ bvb_b561e20a88e9,Laura,Whelchel,Biology,,6-0,72.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"6'0""",Player,Fr.,Fr,"Tyler, TX",Tyler,TX,domestic,Legacy,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
17
+ bvb_be5033aa689c,Emily,Thomas,Business Administration,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,East Texas Baptist,"5'9""",Player,So.,So,"McKinney, TX",McKinney,TX,domestic,Cornerstone Christian,0,https://goetbutigers.com/sports/womens-beach-volleyball/roster/2026
18
+ bvb_be157a8b1579,Deanna,Disinger,Criminology,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'6""",Player,So.,So,"DeLand, Fla.",DeLand,FL,domestic,DeLand High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
19
+ bvb_4cdaa03550d3,Reagan,Riddle,Elementary Education,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'7""",Player,So.,So,"Rustburg, Va.",Rustburg,VA,domestic,Rustburg High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
20
+ bvb_a0aa4da8015e,Alexis,Scipione,Sports Management,Richard Bland College,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'9""",Player,Jr.,Jr,"Woodbridge, Va.",Woodbridge,VA,domestic,Colgan,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
21
+ bvb_5d30db07479c,Noelle,Slye,Biology/Pre-Vet,Kutztown University,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'9""",Player,So.,So,"Saratoga Springs, N.Y.",Saratoga Springs,NY,domestic,Saratoga Springs,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
22
+ bvb_7191afda5b23,Kailey,Keough,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'8""",Player,Sr.,Sr,"Charlotte, N.C.",Charlotte,NC,domestic,Ardrey Kell,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
23
+ bvb_1497bf958f60,Mady,Shirey,Criminology & Forensic Psychology,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'7""",Player,Sr.,Sr,"Appomattox, Va.",Appomattox,VA,domestic,Appomattox County,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
24
+ bvb_b918f2e1931b,Amanda,Trapp,Psychology,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'10""",Player,Sr.,Sr,"Fredericksburg, Va.",Fredericksburg,VA,domestic,Courtland,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
25
+ bvb_600cb3e0fd7c,Cara,Taylor,Nursing,The College of Wooster,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'8""",Player,Jr.,Jr,"Sunbury, Ohio",Sunbury,OH,domestic,Big Walnut High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
26
+ bvb_fca26bccdf50,Virginia,Zalinski,Business Administration,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'6""",Player,Jr.,Jr,"Midlothian, Va.",Midlothian,VA,domestic,Midlothian,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
27
+ bvb_670782c0642b,Jamie,Smith,Nursing,,6-0,72.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"6'0""",Player,So.,So,"Forest Grove, Oreg.",Forest Grove,OR,domestic,Mountainside High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
28
+ bvb_c89321a3446d,SJ,Yanz,Elementary Education,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'9""",Player,Sr.,Sr,"Matthews, N.C.",Matthews,NC,domestic,Weddington,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
29
+ bvb_b33ec567c20a,Ella,Grace Depew,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
30
+ bvb_b6734edabd24,Jacqueline,Bryant,,Juniata College,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'10""",Player,Gr.,Gr,"Bay Shore, N.Y.",Bay Shore,NY,domestic,Islip High School,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
31
+ bvb_c96ac9b6c977,Lydia,Nelson,Nursing,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'4""",Player,Jr.,Jr,"Springfield, Va.",Springfield,VA,domestic,West Springfield,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
32
+ bvb_7987708e5397,Parker,Lynch,Chemistry,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Old Dominion Athletic Conference,Lynchburg,"5'10""",Player,Sr.,Sr,"Sanford, N.C.",Sanford,NC,domestic,Southern Lee,0,https://lynchburgsports.com/sports/womens-beach-volleyball/roster/2026
33
+ bvb_0202bc00d1fb,Kara,Schmit,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Def,Player,Sr.,Sr,"Muskego, Wis.",Muskego,WI,domestic,Divine Savior Holy Angels,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
34
+ bvb_7f16ec3a3194,Becky,Blaydes,Nursing,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl/Def,Player,Jr.,Jr,"Roswell, Ga.",Roswell,GA,domestic,Pope,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
35
+ bvb_fc5890adb6ba,Riley,Kessler,,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,D,Player,Fr.,Fr,"Littleton, Colo.",Littleton,CO,domestic,Chatfield,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
36
+ bvb_3fa5aea500f2,Grace,Mau,Animal Science/Pre-Vet,,6-0,72.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,B,Player,Jr.,Jr,"Lynchburg, Va.",Lynchburg,VA,domestic,Liberty Christian,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
37
+ bvb_22bfaab34cf0,Kaylee,Howell,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Jr.,Jr,"Roswell, Ga.",Roswell,GA,domestic,Johnson Ferry Christian,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
38
+ bvb_68fad72e9233,Ailee,England,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,So.,So,"Cartersville, Ga.",Cartersville,GA,domestic,Cartersville,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
39
+ bvb_f3190601a2ba,Madie,Whitehead,Exercise Science,Houston Stellar VB Club,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,B,Player,Jr.,Jr,"Pearland, Tx.",Pearland,TX,domestic,Pearland,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
40
+ bvb_7d837cd74636,Ava,Brovet,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Fr.,Fr,"Raleigh, N.C.",Raleigh,NC,domestic,Trinity Academy,1,https://berryvikings.com/sports/beach-volleyball/roster/2026
41
+ bvb_812949556b16,Keira,Kruk,Nursing,USA South VB Club,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Def/Spl,Player,Jr.,Jr,"Naples, Fla.",Naples,FL,domestic,Barron Collier,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
42
+ bvb_acaae0cf1cf6,Hope,Kimsey,,,5-11,71.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,B,Player,So.,So,"Lakeland, Fla.",Lakeland,FL,domestic,McKeel Academy,1,https://berryvikings.com/sports/beach-volleyball/roster/2026
43
+ bvb_a80c11ff99f1,Kat,Kelyman,,St. John's College,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Def,Player,Sr.,Sr,"Silver Spring, Md.",Silver Spring,MD,domestic,,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
44
+ bvb_19262501362a,Maddie,Dahl,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,,Player,So.,So,"Lexington, Va.",Lexington,VA,domestic,Rockbridge County,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
45
+ bvb_c2895187ab93,Lura,Underwood,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl/Def,Player,Sr.,Sr,"Atlanta, Ga.",Atlanta,GA,domestic,St. Pius X Catholic,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
46
+ bvb_21d39b0fb88e,Hannah,Hagen,International Business/Marketing,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,D,Player,Fr.,Fr,"Cumming, Ga.",Cumming,GA,domestic,North Forsyth,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
47
+ bvb_15ecdc9b035d,Maddi,Hoffman,Biology,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Fr.,Fr,"Monterey, Calif.",Monterey,CA,domestic,Carrollton,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
48
+ bvb_a5d4d8963ed2,Ryn,Gaertner,Business and Chemistry,Club Unite,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Jr.,Jr,"Knoxville, Tenn.",Knoxville,TN,domestic,West,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
49
+ bvb_39b0ca1bd7cd,Sabine,Rudolph,International Business and Pre-Pharmacy,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,Spl,Player,Jr.,Jr,"Palm City, Fla.",Palm City,FL,domestic,Jensen Beach,0,https://berryvikings.com/sports/beach-volleyball/roster/2026
50
+ bvb_5db61042ba83,Cadence,Maxfield,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Athletic Association,Berry,"5'9""",Player,Sr.,Sr,"Green Bay, Wis.",Green Bay,WI,domestic,Notre Dame Academy,1,https://berryvikings.com/sports/beach-volleyball/roster/2026
51
+ bvb_9d3678dc52b2,Jade,Romero,Nursing,East Bernard High School,5-2,62.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'2""",Player,Fr.,Fr,"East Bernard, TX",East Bernard,TX,domestic,East Bernard High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
52
+ bvb_6bcf6e70d400,Summer,Howard,,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'4""",Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
53
+ bvb_785932979cf6,Kennedy,Carter,,Sierra Canyon High School,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'8""",Player,Fr.,Fr,"Fulshear, Texas",Fulshear,TX,domestic,Sierra Canyon High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
54
+ bvb_9243ca01fef1,Hannah,Francis,Criminal Justice/Physch,Bellaire High School,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'9""",Player,Fr.,Fr,"Houston, Texas",Houston,TX,domestic,Bellaire High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
55
+ bvb_f185dd463a14,Brooklynne,Fitzgerald,,Atascocita HS,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'9""",Player,So.,So,"Houston, Texas",Houston,TX,domestic,Atascocita HS,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
56
+ bvb_65ff084e06e9,Kayden,Pate,,St. Andrews University,5-1,61.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'1""",Player,So.,So,"Kingwood, Texas",Kingwood,TX,domestic,Porter High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
57
+ bvb_af47e49be5c3,Hailey,Dyer,,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'4""",Player,Fr.,Fr,"Wimberley, Texas",Wimberley,TX,domestic,,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
58
+ bvb_94a54daef469,Aniyah,Tompkins,Nursing,Belhaven University,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'5""",Player,Jr.,Jr,"Cypress, TX",Cypress,TX,domestic,Cypress Ranch High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
59
+ bvb_0e62b63f38c1,Emma,Rosier,Nursing,Boyd High School,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'6""",Player,Fr.,Fr,"Boyd, TX",Boyd,TX,domestic,Boyd High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
60
+ bvb_942196af5f93,Cylie,Wong,,Belmont Abbey,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'10""",Player,So.,So,"South Padre Island, Texas",South Padre Island,TX,domestic,Flour Bluff HS,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
61
+ bvb_9f1ed7cfdf89,Gabriela,Gracia,,Houghton University,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'4""",Player,So.,So,"Edinburg, Texas",Edinburg,TX,domestic,Robert Vela HS,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
62
+ bvb_0b47886da304,Kyla,Rodriguez,Communications and Marketing,New Life Christian Academy,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'7""",Player,Fr.,Fr,"San Antonio, Texas",San Antonio,TX,domestic,,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
63
+ bvb_9cdc2a59094a,Olivia,Vu,Business and finance,Dripping Springs High School,5-11,71.0,,,beach_volleyball,2025-26,2026,D3,Women,Southern Collegiate Athletic Conference,Concordia Texas,"5'11""",Player,Fr.,Fr,"Dripping Springs, Texas",Dripping Springs,TX,domestic,Dripping Springs High School,0,https://athletics.concordia.edu/sports/beach-volleyball/roster/2026
64
+ bvb_0ba3d2b94ad4,Jadyn,White,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender DF,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
65
+ bvb_f42a168bcc62,Tara,Bennett,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,So.,So,So.,So.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
66
+ bvb_477b87737435,Joana,Martinez,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
67
+ bvb_39c29c1e3970,Baylee,Burns,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender D,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
68
+ bvb_72a7e0f6e33b,Addison,Roden,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender/Split Blocker D/SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
69
+ bvb_15dd41045a8e,Sydnie,Mullins,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender/Split Blocker D/SB,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
70
+ bvb_8a7c33c5bb2e,Ashley,Quizon,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender DF,Player,Sr.,Sr,Sr.,Sr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
71
+ bvb_3ae87bd005bd,Madai,Suarez,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
72
+ bvb_fe9c05116765,Jayden,Harrison,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
73
+ bvb_8d41894c54dc,Halie,Coon,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender/Split Blocker D/SB,Player,So.,So,So.,So.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
74
+ bvb_c4d95a2d5f5f,Gracie,Dixon,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Blocker B,Player,So.,So,So.,So.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
75
+ bvb_1265546e259a,Emilee,Casey,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
76
+ bvb_ba34ea9a36cd,Ashlyn,Kelly,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
77
+ bvb_fe5af09d41cd,Samantha,Torres,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
78
+ bvb_420a0703b306,Carli,Briese,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Blocker B,Player,Fr.,Fr,Fr.,Fr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
79
+ bvb_d6c6c34b565f,Abigail,Henderson,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
80
+ bvb_d84e344a47d8,Bailey,Scheivlbien,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Split Blocker SB,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
81
+ bvb_1125499a4c7b,Chloe,Waller,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Howard Payne,Defender D,Player,Jr.,Jr,Jr.,Jr.,,international,,0,https://hpusports.com/sports/beach-volleyball/roster/2026
82
+ bvb_bdf072bf5efa,Danika,Durham,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'9""",Player,Fr.,Fr,"Parker, Ariz.",Parker,AZ,domestic,Parker,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
83
+ bvb_e8e619356723,Alex,Krabs,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'10""",Player,Fr.,Fr,"Boynton Beach, Fla.",Boynton Beach,FL,domestic,Lakeworth Christian,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
84
+ bvb_4d6fac49163c,Julia,Damico,,,5-3,63.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'3""",Player,So.,So,"North Port, Fla.",North Port,FL,domestic,Charlotte,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
85
+ bvb_4bdb028bfe31,Braeden,Kessler,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,Fr.,Fr,"North Charleston, S.C.",North Charleston,SC,domestic,Fort Dorchester,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
86
+ bvb_2ec2ffa69e3e,Jasmine,Gross,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'9""",Player,Fr.,Fr,"Antioch, Tenn.",Antioch,TN,domestic,Ezell Harding Christian,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
87
+ bvb_1bd85922921b,Kaitlin,Gilchrist,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'9""",Player,So.,So,"Pelham, Ala.",Pelham,AL,domestic,John Carroll Catholic,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
88
+ bvb_1caa7a344b8b,Kaitlyn,Smith,,,6-0,72.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"6'0""",Player,Fr.,Fr,"Buckeye, Ariz.",Buckeye,AZ,domestic,Buckeye,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
89
+ bvb_dbc56e628932,Isabella,Zentkovich,,,5-3,63.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'3""",Player,So.,So,"Sharpsburg, Ga.",Sharpsburg,GA,domestic,Homeschooled,1,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
90
+ bvb_1eab47486559,Akajah,Burton,Political Science,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,So.,So,"West Valley City, Ut.",West Valley City,UT,domestic,West High,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
91
+ bvb_9a7908a8b0d1,Ella,Kahikina,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,So.,So,"Tampa, Fla.",Tampa,FL,domestic,Newsome,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
92
+ bvb_5b8a1f5282c3,Andie,Wright,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'10""",Player,Fr.,Fr,"Columbus, Miss.",Columbus,MS,domestic,New Hope,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
93
+ bvb_7d2d5a1fec91,Emerson,Melvin,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'8""",Player,Fr.,Fr,"Hahira, Ga.",Hahira,GA,domestic,Lowndes County,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
94
+ bvb_d03f827b3616,Riley,Curtis,Elementary Education,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,Collegiate Conference of the South,LaGrange,"5'5""",Player,Fr.,Fr,"Labelle, Fla.",Labelle,FL,domestic,Labelle,0,https://lagrangepanthers.com/sports/womens-beach-volleyball/roster/2026
95
+ bvb_8892fdadbbbb,Alex,Dever,,Saint Francis,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,So.,So,"Dallas, TX",Dallas,TX,domestic,Dallas Lutheran School,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
96
+ bvb_f0fe74822f5c,Julianna,Green,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,Sr.,Sr,"Justin, TX",Justin,TX,domestic,Northwest,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
97
+ bvb_96c3b024ae97,Marley,Butler,,,5-2,62.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'2""",Player,Fr.,Fr,"Sealy, TX",Sealy,TX,domestic,Sealy,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
98
+ bvb_032ab1162439,Avery,Hedgpeth,,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'7""",Player,Fr.,Fr,"Bulverde, TX",Bulverde,TX,domestic,New Braunfels Christian,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
99
+ bvb_d5b02c114a1d,Blakely,Bleeker,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'8""",Player,Fr.,Fr,"Granbury, TX",Granbury,TX,domestic,Granbury,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
100
+ bvb_588aaf0d6c14,Natasha,Thoms,,Missouri State,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'7""",Player,Jr.,Jr,"Gatesville, TX",Gatesville,TX,domestic,Gatesville,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
101
+ bvb_b100a1eee716,Shelbee,Adkins,,ETBU,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'8""",Player,Jr.,Jr,"Huntsville, TX",Huntsville,TX,domestic,Huntsville,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
102
+ bvb_e634edfd66e4,Natalie,Hughes,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,,Player,Jr.,Jr,"Corpus Christi, TX",Corpus Christi,TX,domestic,Flour Bluff,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
103
+ bvb_a459440668d3,Kendall,Harrington,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,,Player,Jr.,Jr,"Midland, TX",Midland,TX,domestic,Legacy,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
104
+ bvb_945dcac88c15,Faith,Clark,,,,,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,,Player,Sr.,Sr,"Bryan, TX",Bryan,TX,domestic,Bryan,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
105
+ bvb_00d26e5c44bb,Jacie,Perkins,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'8""",Player,Jr.,Jr,"Midlothian, TX",Midlothian,TX,domestic,Midlothian,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
106
+ bvb_300abac9bdbf,Sara,Aultman,,,5-11,71.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'11""",Player,Fr.,Fr,"Cleveland, TX",Cleveland,TX,domestic,Covenant Prep,1,https://cruathletics.com/sports/beach-volleyball/roster/2026
107
+ bvb_d0ec72db9075,Taylor,Morrow,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,Fr.,Fr,"Columbus, TX",Columbus,TX,domestic,Columbus,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
108
+ bvb_cdf47a9ba431,Saige,De La Fuente,,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'4""",Player,Sr.,Sr,"San Antonio, TX",San Antonio,TX,domestic,East Central,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
109
+ bvb_c78f0737f347,Amanda,Doom,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'10""",Player,Fr.,Fr,"Torrance, CA",Torrance,CA,domestic,Palos Verdes Peninsula,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
110
+ bvb_7f24edc0b438,Ashley,Salas,,East Texas Baptist,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'6""",Player,Sr.,Sr,"Austin, TX",Austin,TX,domestic,Bowie,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
111
+ bvb_9ce7fd12fe76,Heidi,Farrar,,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,American Southwest Conference,Mary Hardin-Baylor,"5'5""",Player,Jr.,Jr,"Houston, TX",Houston,TX,domestic,Clear Falls,0,https://cruathletics.com/sports/beach-volleyball/roster/2026
112
+ bvb_66f3708531b2,Sima,Kahoussi,,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'5""",Player,Jr.,Jr,"Apex, N.C.",Apex,NC,domestic,Apex,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
113
+ bvb_6dfe3ab06f35,Isabella,Terra,Elementary Education,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'4""",Player,Jr.,Jr,"Downingtown, Pa.",Downingtown,PA,domestic,Downingtown West,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
114
+ bvb_7ad728c355dd,Allison,Gaus,Psychology,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'4""",Player,So.,So,"Hampton, Va.",Hampton,VA,domestic,Peninsula Catholic,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
115
+ bvb_421ceb83fe37,Maren,Zepfel,Healthcare Management,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Jr.,Jr,"Westerville, Ohio",Westerville,OH,domestic,Westerville Central,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
116
+ bvb_9e3d03a8ce04,Elle,Means,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Fr.,Fr,"York Springs, Pa.",York Springs,PA,domestic,Bermudian Springs,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
117
+ bvb_3f7d1b10ae65,Avery,Pelletier,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,So.,So,"Finksburg, Md.",Finksburg,MD,domestic,Westminster,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
118
+ bvb_ab1cb5c16bf4,Nicolette,Fuglestad,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Sr.,Sr,"Naperville, Ill.",Naperville,IL,domestic,Neuqua Valley,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
119
+ bvb_870bb374f184,Courtney,Foose,Middle School Education; Math and Science,,5-4,64.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'4""",Player,So.,So,"Mechanicsburg, Pa.",Mechanicsburg,PA,domestic,Mechanicsburg Area,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
120
+ bvb_d4da4784a97b,Rachel,Lenz,Biology,,6-0,72.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"6'0""",Player,So.,So,"Arlington, Va.",Arlington,VA,domestic,Washington-Liberty,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
121
+ bvb_cca87d81acfa,Lauren,Garcia,,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'5""",Player,Fr.,Fr,"Albuquerque, NM",Albuquerque,NM,domestic,Duke City Volleyball Academy,1,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
122
+ bvb_194d3e681a73,Christabella,Williams,,,6-0,72.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"6'0""",Player,Jr.,Jr,"Sparta, N.C.",Sparta,NC,domestic,Alleghany,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
123
+ bvb_53afe3f120a6,Samantha,Simmers,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Sr.,Sr,"Bethlehem, Pa.",Bethlehem,PA,domestic,Freedom,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
124
+ bvb_474a0e9d6abc,Jackie,Finlaw,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'6""",Player,Fr.,Fr,"Warrington, Pa.",Warrington,PA,domestic,Central Bucks South,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
125
+ bvb_4db2bdea2a03,Giulia,Viglietta,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Sr.,Sr,"Columbus, Ohio",Columbus,OH,domestic,Bexley,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
126
+ bvb_23ac8837d9c3,Jacque,Rizzuto,,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'9""",Player,Fr.,Fr,"Eagleville, Pa.",Eagleville,PA,domestic,Methacton,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
127
+ bvb_399d7e6ef3f1,Scarlett,Dunn,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Jr.,Jr,"Dagsboro, Del.",Dagsboro,DE,domestic,Indian River,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
128
+ bvb_2b3b47f60e15,Claire,Thompson,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'8""",Player,Jr.,Jr,"Ijamsville, Md.",Ijamsville,MD,domestic,Urbana,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
129
+ bvb_9976a3b44a2c,Kylie,DesLauriers,,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,Middle Atlantic Conference Commonwealth,Stevenson,"5'10""",Player,Sr.,Sr,"Damascus, Md.",Damascus,MD,domestic,Mount Airy Christian,0,https://gomustangsports.com/sports/womens-beach-volleyball/roster/2026
130
+ bvb_c966cabdce8c,Jolina,Bun,,,5-2,62.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'2""",Player,Jr.,Jr,"Kernersville, N.C.",Kernersville,NC,domestic,East Forsyth High School,0,https://salemspirits.com/sports/beach-volleyball/roster
131
+ bvb_0043959c1c29,Emma,Marion,Business,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'7""",Player,Fr.,Fr,"High Point, NC",High Point,NC,domestic,High Point Central,0,https://salemspirits.com/sports/beach-volleyball/roster
132
+ bvb_6516b9e02c16,McKenzie,Tullock,,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'6""",Player,Sr.,Sr,"Charlotte, N.C.",Charlotte,NC,domestic,Parkwood High School,0,https://salemspirits.com/sports/beach-volleyball/roster
133
+ bvb_bbea984ce2cf,Molly,Enos,,,5-2,62.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'2""",Player,So.,So,"Alachua, Fla.",Alachua,FL,domestic,Newberry High School,0,https://salemspirits.com/sports/beach-volleyball/roster
134
+ bvb_453243a1a975,Katelynn,Miller,Exercise Science,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,Fr.,Fr,"Denver, NC",Denver,NC,domestic,North Lincoln High School,0,https://salemspirits.com/sports/beach-volleyball/roster
135
+ bvb_efa5e6bfccf6,Leah,Rymer,,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,So.,So,"China Grove, N.C.",China Grove,NC,domestic,South Rowan High School,0,https://salemspirits.com/sports/beach-volleyball/roster
136
+ bvb_3d312a6c131c,Polly,Lennie,Studio Art,,5-5,65.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'5""",Player,Fr.,Fr,"Summerfield, NC",Summerfield,NC,domestic,Western Academy,1,https://salemspirits.com/sports/beach-volleyball/roster
137
+ bvb_96c013171a61,Olivia,Torres,,,5-7,67.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'7""",Player,So.,So,"Boynton Beach, Fla.",Boynton Beach,FL,domestic,American Heritage School,0,https://salemspirits.com/sports/beach-volleyball/roster
138
+ bvb_1ef6183ef83f,Ellie,Scherer,,Lakeland University,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,Jr.,Jr,"Sister Bay, Wisc.",Sister Bay,WI,domestic,Gibraltar High School,0,https://salemspirits.com/sports/beach-volleyball/roster
139
+ bvb_c21481b96dd9,Ainsley,Graybeal,,,,,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,,Player,Fr.,Fr,"Wilkesboro, NC",Wilkesboro,NC,domestic,Wilkes Central,0,https://salemspirits.com/sports/beach-volleyball/roster
140
+ bvb_9047bb800deb,Ariana,Noplos,Psychology,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'9""",Player,Jr.,Jr,"Fergus Falls, MN",Fergus Falls,MN,domestic,Fergus Falls High School,0,https://salemspirits.com/sports/beach-volleyball/roster
141
+ bvb_c60a718c0cfa,Taylor,Cook,Biology,,5-9,69.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'9""",Player,Fr.,Fr,"Sopchoppy, FL",Sopchoppy,FL,domestic,Florida State University Schools,0,https://salemspirits.com/sports/beach-volleyball/roster
142
+ bvb_057d270a2cb3,Sadie,Rich,Business Administration,,5-10,70.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'10""",Player,Jr.,Jr,"Daytona Beach, FL",Daytona Beach,FL,domestic,Mainland High School,0,https://salemspirits.com/sports/beach-volleyball/roster
143
+ bvb_a081d9212cf0,Tenley,McDonald,Communications,,5-8,68.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'8""",Player,Fr.,Fr,"Newport, NC",Newport,NC,domestic,West Carteret High School,0,https://salemspirits.com/sports/beach-volleyball/roster
144
+ bvb_f9d527a6c9c3,Madison,Fiscus,,,,,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,,Player,Fr.,Fr,"Buxton, NC",Buxton,NC,domestic,Cape Hatteras Secondary School,0,https://salemspirits.com/sports/beach-volleyball/roster
145
+ bvb_5434167898dd,Madison,Bozarth,Business Administration,,5-6,66.0,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,"5'6""",Player,Jr.,Jr,"Greensboro, NC",Greensboro,NC,domestic,Caldwell Academy,1,https://salemspirits.com/sports/beach-volleyball/roster
146
+ bvb_e6845c084c21,Claudiamar,Mejias,Criminal Studies,,,,,,beach_volleyball,2025-26,2026,D3,Women,USA South Athletic Conference,Salem College,,Player,Fr.,Fr,"Veja Baja, PR",Veja Baja,PR,domestic,Marista Manati,0,https://salemspirits.com/sports/beach-volleyball/roster
147
+ bvb_b80d1b640fab,Erin,Saunders,Biophysical Sciences,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,Danville. VA,Danville. VA,,international,Westover Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
148
+ bvb_ae054699231a,Annalise,Todd,Communications,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Raleigh, NC",Raleigh,NC,domestic,Homeschooled,1,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
149
+ bvb_8a7b076548dc,Keira,Anderson,Biophysical Science,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Leland, NC",Leland,NC,domestic,North Brunswick High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
150
+ bvb_773fc8ec1a02,Rylee,Stewart,Biophysical Science,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Newport News, VA",Newport News,VA,domestic,Denbigh Baptist Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
151
+ bvb_fcd77d6c11f7,Brooklynn,Delane,Cybersecurity,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,So.,So,"Colonial Beach, VA",Colonial Beach,VA,domestic,Colonial Beach High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
152
+ bvb_36c3e9d8731f,Reagan,Holestin,Business,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,"Virginia Beach, VA",Virginia Beach,VA,domestic,Gateway Christian Academy,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
153
+ bvb_55474a0ff892,Alaina,Braun-Duin,Accounting,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,So.,So,"Stephens City, VA",Stephens City,VA,domestic,John Handley High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
154
+ bvb_a38bc1c30c6b,Daily,Davis,Psychology,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Bristow, VA",Bristow,VA,domestic,Brentsville District High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
155
+ bvb_9f1d0c44bb09,Emma,Kristiansen,Biophysics,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Sparta, NJ",Sparta,NJ,domestic,Sparta High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
156
+ bvb_bd8e349cd5e7,Zoe,Bowers,General Studies,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Sr.,Sr,"Buffalo, NY",Buffalo,NY,domestic,Clarence High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
157
+ bvb_62cd74733d67,Serenity,Cortez,Psychology,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,So.,So,"Fresno, CA",Fresno,CA,domestic,Fresno Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
158
+ bvb_38360bfa5d2d,Lexie,Dennis,Business Marketing,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Fr.,Fr,"Newport News, VA",Newport News,VA,domestic,Hampton Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
159
+ bvb_83fd9f533e1e,Anna,Teague,Communications,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,"Salisbury, NC",Salisbury,NC,domestic,North Hills Christian,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
160
+ bvb_d1cef96c6c4f,Sierra,Smullen,Business with a concentration in Marketing,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Regent,,Player,Jr.,Jr,"Snow Hill, MD",Snow Hill,MD,domestic,Snow Hill High School,0,https://regentroyals.com/sports/womens-beach-volleyball/roster/2025-26
161
+ bvb_b307e16f51d7,Halle,Almond,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,Blocker,Player,Fr.,Fr,"Kennewick, Washington",Kennewick,WA,domestic,Kamiakin,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
162
+ bvb_b407d96ce1d3,Allyson,Arguello,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"North Richalnd, Texas",North Richalnd,TX,domestic,Fort Worth Christian,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
163
+ bvb_3230e893e022,Anne,Downs,,New College of Florida,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Kaysville, Utah",Kaysville,UT,domestic,Davis,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
164
+ bvb_b819d5a3d77e,Charity,Elam,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Sahuarita, Arizona",Sahuarita,AZ,domestic,Sahuarita,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
165
+ bvb_f44cef23cd22,Gabi,Hale,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"McCall, Idaho",McCall,ID,domestic,McCall Donnelly,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
166
+ bvb_068c0ddf15ee,Claire,Harris,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,Defender,Player,So.,So,"Lexington, VA",Lexington,VA,domestic,Rockbridge County,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
167
+ bvb_a736edb7e30e,Brynn,Keeling,,Northwest University,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Mesa, Ariz.",Mesa,AZ,domestic,Red Mountain,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
168
+ bvb_071c5e70c7ca,Sophie,Larsen,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"New Braunfels, Texas",New Braunfels,TX,domestic,New Braunfels,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
169
+ bvb_43aef246bfd5,Brookelyn,Madland,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Jr.,Jr,"Mission Viejo, Calif.",Mission Viejo,CA,domestic,Mission Viejo,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
170
+ bvb_6d7e72bb8595,Emily,Peterson,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Ashburn, VA",Ashburn,VA,domestic,Briar Woods,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
171
+ bvb_2d0f5933044a,Mikki,Prows,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Sr.,Sr,"Escalante, UT",Escalante,UT,domestic,Escalante,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
172
+ bvb_334428b189f8,Tiari,Puriri,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"St. George, Utah",St. George,UT,domestic,Snow Canyon,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
173
+ bvb_afffc2008c7d,Baylee,Savage,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,So.,So,"Rio Rancho, N.M.",Rio Rancho,NM,domestic,V. Sue Cleveland,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
174
+ bvb_0c00eb87146c,Callie,Tuckfield,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,Blocker,Player,Sr.,Sr,"St. George, Utah",St. George,UT,domestic,Dixie,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
175
+ bvb_ab02ca1f791b,Hannah,Welch,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"Lake Elsinore, California",Lake Elsinore,CA,domestic,Paloma Valley,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
176
+ bvb_5a1a11188b43,Charlotte,Wilde,,,,,,,beach_volleyball,2025-26,2026,D3,Women,Independent,Southern Virginia,,Player,Fr.,Fr,"Moorpark, California",Moorpark,CA,domestic,Moorpark,0,https://knightathletics.com/sports/womens-beach-volleyball/roster/2025-26
by_sport/bowling/CODEBOOK.md CHANGED
@@ -1,42 +1,17 @@
1
- # CODEBOOK Bowling (NCAA 2025-26)
2
 
3
- Per-sport slice of the NCAA All-Sports 2025-26 public dataset. Same 19-column public (de-identified, no names) schema as the master release. All files here are subsets of `data/ncaa_all_sports_rosters_2025-26.csv` — identical columns, filtered to Bowling.
4
 
5
- ## Files in this folder
6
 
7
- | File | Scope | Rows |
8
- |---|---|---:|
9
- | `all.csv` | all divisions, all genders | 823 |
10
- | `women/all.csv` | women, all divisions | 823 |
11
- | `women/d1.csv` | women, D1 | 341 |
12
- | `women/d2.csv` | women, D2 | 326 |
13
- | `women/d3.csv` | women, D3 | 156 |
14
 
15
- Genders present: women.
16
-
17
- ## Columns (19)
18
-
19
- | Column | Definition |
20
- |---|---|
21
- | `athlete_id` | Stable de-identified row id (per sport). Not a person id across sports. |
22
- | `sport` | Sport key — constant within this folder. |
23
- | `athletic_year` | `2025-26` for every row. |
24
- | `season` | Sport's own season label. |
25
- | `division` | `D1` / `D2` / `D3`. |
26
- | `gender` | `Men` / `Women`. |
27
- | `conference` | Athletic conference (fully populated; `Independent` intentional where applicable). |
28
- | `school` | Institution short name. |
29
- | `position_raw` | Position/event as listed. |
30
- | `position_group` | Standardized position group. |
31
- | `class_year_raw` | Class as listed. |
32
- | `class_standing` | Standardized class standing. |
33
- | `hometown_raw` | Hometown as listed. |
34
- | `hometown_city` | Parsed city. |
35
- | `hometown_state` | USPS state/territory (US athletes incl. PR/VI/GU/AS/MP). |
36
- | `origin` | `domestic` / `international` / `unknown`. US territories are domestic. |
37
- | `high_school` | High school as listed. |
38
- | `high_school_is_academy` | Legacy academy flag. |
39
- | `source_url` | Source roster URL. |
40
-
41
-
42
- _Generated 2026-07-18 from the v2.0.4 territory-origin fix build._
 
1
+ > **v2.1.0 release note (2026-08-14).** The shipped file has **804 rows**. Figures below were computed at sport sign-off, before the release build removed 19 junk row(s) from this sport (duplicate renders / header artifacts) and repaired 0 name value(s); coverage percentages drift by at most ~2pp from the shipped file. Any 'suffix-dup rows' known-issue notes below are resolved in this release (ice hockey's Beloit 'Taylor' pair is two different athletes and both rows are kept).
2
 
3
+ # NCAA Bowling 2025-26 Enriched (v2.1 staging, roster-only)
4
 
5
+ One file: `ncaa_bowling_2025-26_combined` (823 x 27) — locked 27-col schema.
6
 
7
+ ## Coverage
8
+ | column | Men (n=0) | Women (n=823) |
9
+ |---|---|---|
10
+ | height_in | | 38.2% |
11
+ | weight_lbs | | 0.0% |
12
+ | major | | 33.2% |
13
+ | previous_school | | 14.7% |
14
 
15
+ Sparse bio = publication convention. Majors on athlete BIO pages (not roster
16
+ pages) are out of scope (profile scraping = 30x fetch cost, rejected early).
17
+ 38 firehawk dup rows (ledger).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
by_sport/bowling/all.csv CHANGED
The diff for this file is too large to render. See raw diff