Open naymikm opened 7 years ago
Week 2 and onward 'JAX' must be used in the play filter and 'JAC' no longer works
You should add this to your nfldb:
insert into team values('JAX','Jacksonville', 'Jaguars');
insert into team values ('LAC', 'Los Angeles', 'Chargers');
The game.home value is 'JAC' but the game.schedule['home'] is 'JAX' The acronym used for filtering plays must be 'JAC' to work but the filter used by game must be 'JAX'. Otherwise it returns Nonetype.