nfl_data_py
nfl_data_py copied to clipboard
import_injuries only has 2023 data up until week 19
import nfl_data_py as nfl
df = nfl.import_injuries([2023])
df['week'].max() Out[9]: 19