Andrew Rowlinson
Andrew Rowlinson
Fbref also has pages for the big five leagues that allow you to more efficiently get player data when you want multiple leagues. I added a method here to get...
> I've noticed that FBRef now has a single page for each league/season where these stats can be obtained (e.g., https://fbref.com/en/comps/9/stats/Premier-League-Stats). Using that page to obtain the data would already...
No worries, I agree indexes are easy to change with reset_index. With columns, I guess all the standard stuff is harder, e.g. renaming a column or loading it into a...
Hi @jennguo9 I hacked together a solution for my dataset. My solution joins the dataframe to a copy of itself and exclude any links where your unique identifier matches. In...
I posted a potential solution in #56 I hacked together a solution for my dataset. My solution joins the dataframe to a copy of itself and exclude any links where...
Thanks, I've assigned you to the issue! Andy
Hi @FinancialPenguin, thanks for the example. @danielazevedo already provided some code for this, which is in a branch. I am trying to add some code to the StatsBomb module to...
I'm not sure how to do it without Anaconda, but there is an alternative for creating gifs: https://github.com/maxhumber/gif
Does the discussion in #58 help? I haven't had time to add an example yet.
Hi @karlosos. The idea is that all the event based data is orientated so the attacking direction is left to right. It's not immediately obvious to someone outside the analytics...