nflverse / nfl_data_py

Python code for working with NFL play by play data.
MIT License
259 stars 50 forks source link

Pandas .append method deprication #25

Closed martydertz closed 2 years ago

martydertz commented 2 years ago

nfl.import_pbp_data give the warning below. Should update method to use concat rather than append method.

FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. plays = plays.append(raw)

cooperdff commented 2 years ago

Fixed in v0.2.8.