nfl_data_py icon indicating copy to clipboard operation
nfl_data_py copied to clipboard

import_injuries only has 2023 data up until week 19

Open Josh-Ness opened this issue 2 years ago • 0 comments

import nfl_data_py as nfl

df = nfl.import_injuries([2023])

df['week'].max() Out[9]: 19

Josh-Ness avatar Feb 19 '24 05:02 Josh-Ness