nfl-data icon indicating copy to clipboard operation
nfl-data copied to clipboard

Results 1 nfl-data issues
Sort by recently updated
recently updated
newest added

There seems to be a mistake with the moneyline (and possibly other markets) in 2015_20_ARI_CAR, 2015_18_PIT_CIN, and 2012_10_TEN_MIA reprex: ``` r library(magrittr) readRDS('~/Downloads/nfl_lines_odds.rds') %>% dplyr::filter( game_id %in% c('2015_20_ARI_CAR', '2015_18_PIT_CIN', '2012_10_TEN_MIA')...