Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas .append method deprication #25

Closed
martydertz opened this issue Jul 23, 2022 · 1 comment
Closed

Pandas .append method deprication #25

martydertz opened this issue Jul 23, 2022 · 1 comment

Comments

@martydertz
Copy link

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
Copy link
Collaborator

Fixed in v0.2.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants