jldbc / pybaseball

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

Typo in first_name column name for statcast_batter_exitvelo_barrels #279

Closed ben-gunnels closed 1 year ago

ben-gunnels commented 2 years ago

The column titles for the statcast_batter_exitvelo_barrels has a space before the first_name index. It took me a while to realize what was happening when I was trying to reorganize my data. image

BrayanMnz commented 1 year ago

Since this was addressed on https://github.com/jldbc/pybaseball/pull/280/ and merged I think you could close this one also.

cc: @tjburch @schorrm

tjburch commented 1 year ago

Until PyPi picks up 2.2.3 rather than 2.2.1 I'm erring on the side of caution closing issues which are still present in 2.2.1, so people can more easily reference problems they may run into.

tjburch commented 1 year ago

Resolved and in pypi following closing of #281.