nflverse / nflfastR

A Set of Functions to Efficiently Scrape NFL Play by Play Data
https://www.nflfastr.com/
Other
414 stars 50 forks source link

[BUG] <title> play clock data error #443

Closed RicShern closed 10 months ago

RicShern commented 10 months ago

Is there an existing issue for this?

Have you installed the latest development version of the package(s) in question?

If this is a data issue, have you tried clearing your nflverse cache?

I have cleared my nflverse cache and the issue persists.

What version of the package do you have?

1.0.3

Describe the bug

The play_clock data seems wrong in 2023 season pbp database. Every play_clock starts at 0.

Reprex

> pbp23%>%group_by(play_clock)%>%summarize(n=n())
# A tibble: 1 × 2
  play_clock     n
  <chr>      <int>
1 0          21395

Expected Behavior

pbp22%>%select(play_clock) ── nflverse play by play data ─────────────────────────────────────────────────────────────────────────────────── ℹ Data updated: 2023-02-13 17:22:54 CST

A tibble: 50,147 × 1

play_clock

1 0 2 0 3 13 4 23 5 23 6 24 7 10 8 14 9 26 10 6 # ℹ 50,137 more rows

nflverse_sitrep

# A tibble: 1 × 2
  play_clock     n
  <chr>      <int>
1 0          21395

Screenshots

No response

Additional context

No response

guga31bb commented 10 months ago

This is an NFL-provided field so there's nothing we can do on our end