Team Names for Team Stats ======================== This file lists all unique team names from NCAA Division I, II, and III baseball stats, collected from the years 2002 through 2025. Used for Team Stats Module Each entry includes: - A unique `team_id` - The cleaned `team_name` (conference removed) - The `division` number (1, 2, or 3) Download -------- You can download the CSV file here: :download:`all_div_teams.csv <_static/data/team_names_stats/all_div_teams.csv>` .. note:: For All Division Teams, you must use the team_name (ex. Northeastern or LSU). team_id has not been implemented yet, and division is just for reference. See Also -------- - :doc:`team_stats`