jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.19k stars 324 forks source link

Add axis keyword to df.drop call #243

Closed tjburch closed 2 years ago

tjburch commented 2 years ago

Issue #242 notes that drop now throws a FutureWarning for non-keyword args beyond labels. Adding the axis keyword so this warning doesn't persist.

schorrm commented 2 years ago

That was fast. LGTM