AdmcCarthy / Investigating_Baseball_Data

An investigation of the Lahman´s Baseball Database
MIT License
0 stars 0 forks source link

Pandas copy as slice warning #40

Open AdmcCarthy opened 7 years ago

AdmcCarthy commented 7 years ago

Refactor pandas code to fit below style. Use .loc Use .copy when making a new df

Raise copy as slice warning to exception to catch any further issues.

https://www.dataquest.io/blog/settingwithcopywarning/