Skip to contents

This data frame includes all men's NCAA Division 1 and 3 teams from 2020-2024.

Usage

mvb_teams

Format

A data frame with 873 rows and 6 columns:

team_id

Team ID for season/year

team_name

Team name

conference_id

Conference ID

conference

Conference name

div

NCAA division number (1 or 3)

yr

Year for fall of season

See also

Examples

head(mvb_teams)
#>   team_id        team_name conference_id conference div   yr
#> 1  508241             CSUN           904   Big West   1 2020
#> 2  508254           Hawaii           904   Big West   1 2020
#> 3  508239   Long Beach St.           904   Big West   1 2020
#> 4  508245        UC Irvine           904   Big West   1 2020
#> 5  508249     UC San Diego           904   Big West   1 2020
#> 6  508243 UC Santa Barbara           904   Big West   1 2020