Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncaa_teams function returns NA for every team_id #341

Open
hedgertronic opened this issue Jun 8, 2024 · 1 comment
Open

ncaa_teams function returns NA for every team_id #341

hedgertronic opened this issue Jun 8, 2024 · 1 comment

Comments

@hedgertronic
Copy link

Describe the bug
The ncaa_teams function returns NA for every team_id.

To Reproduce
Run the following function call:
ncaa_teams(year = 2024, division = 1)

I get the following in return:

   team_id team_name  team_url conference_id conference division  year season_id
   <chr>   <chr>      <chr>    <chr>         <chr>         <dbl> <dbl> <chr>    
 1 NA      Charlotte  /teams/… 823           AAC               1  2024 NA       
 2 NA      East Caro… /teams/… 823           AAC               1  2024 NA       
 3 NA      Fla. Atla… /teams/… 823           AAC               1  2024 NA       
 4 NA      Memphis    /teams/… 823           AAC               1  2024 NA       
 5 NA      Rice       /teams/… 823           AAC               1  2024 NA 
...

Expected behavior
That the team_id field contains the valid team ID. I want to pass this ID into ncaa_rosters.

@statstew
Copy link

statstew commented Jun 8, 2024

I am getting the same behavior but wasn't a couple weeks ago. Additionally, when I load in the successful ncaa_teams data from earlier in the season and try to call the get_ncaa_schedule_info() function, I am getting a bunch of 0 row data frames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants