Skip to content

Incorrect Start Times #572

@jdpretorius123

Description

@jdpretorius123

Hey,

I found two data entry errors for the start_time variable.

  1. The Baltimore Ravens vs Cleveland Browns game on 09/27/2009 occurred at 10:13 AM EST, and the entered time is 24:13, and
  2. The Baltimore Ravens vs Atlanta Falcons game on 10/19/2014 occurred at 10:13 AM EST, and the entered time is 24:13
> pbp %>% filter(home_team == 'BAL', game_date == '2009-09-27' | game_date == '2014-10-19') %>% dplyr::select(home_team, away_team, game_date, start_time) %>% distinct()
── nflverse play by play data ────────────────────────────────────────────────────────
ℹ Data updated: 2026-02-12 01:57:42 PST
# A tibble: 2 × 4
  home_team away_team game_date  start_time        
  <chr>     <chr>     <chr>      <chr>             
1 BAL       CLE       2009-09-27 9/28/09, 24:13:02 
2 BAL       ATL       2014-10-19 10/20/14, 24:13:04

Metadata

Metadata

Assignees

No one assigned

    Labels

    NFL data issueError in the underlying data, not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions