nflverse / nfl_data_py

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

Clean up Pandas deprecation warnings #44

Closed alecglen closed 1 year ago

alecglen commented 1 year ago

Takes care of these warnings:

image

Note: There's also one failing test currently, but I didn't do anything with it because the cause is a bug upstream.

alecglen commented 1 year ago

@cooperdff FYI - It appears the groupby behavior was officially deprecated in 2.0, so incidentally this is also the fix for https://github.com/cooperdff/nfl_data_py/issues/45.