Player Names for Player Stats ======================== This file lists all player names from NCAA baseball. Stats collected from the years 2021 through 2025. Used for Player Stats Module Each entry includes: - The `name` of the player - The `team` substring the player played for - The `age` of the player - The `year` of the season it was pulled from Download -------- You can download the batting CSV files here: :download:`batting_noMinDOC.csv <_static/data/player_stats/batting_noMinDOC.csv>` :download:`batting_qualifiedDOC.csv <_static/data/player_stats/batting_qualifiedDOC.csv>` You can download the pitching CSV files here: :download:`pitching_noMinDOC.csv <_static/data/player_stats/pitching_noMinDOC.csv>` :download:`pitching_qualifiedDOC.csv <_static/data/player_stats/pitching_qualifiedDOC.csv>` .. note:: Player names are repeated based on year and age. See Also -------- - :doc:`player_reference`