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

cbd_torvik_player_game() - 2024 data missing #15

Open
cobrastats opened this issue Dec 2, 2024 · 1 comment
Open

cbd_torvik_player_game() - 2024 data missing #15

cobrastats opened this issue Dec 2, 2024 · 1 comment

Comments

@cobrastats
Copy link

There seems to be an issue with 2024 data - the year is missing on any games that do exist, but the last date that a game appears for 2024 is 11-11-2023.

Below is the result running:

cbd_torvik_player_game() %>%  
  group_by(year) %>% 
  summarise(count = n(),
            last_date = last(date)) %>% 
  arrange(desc(last_date))
Screenshot 2024-12-02 at 9 53 05 AM
@aburkard
Copy link

I'm seeing the same issue.

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