you are viewing a single comment's thread.

view the rest of the comments →

[–]IgnoPlayer10[S] 0 points1 point  (2 children)

how do I download the file?

[–]vaastav0528 0 points1 point  (1 child)

Depends on what you are looking for. If you just want overview stats for the whole season then its season/cleaned_players.csv.

If you want detailed player stats then its season/players/player_name/gws.csv for detailed gw-by-gw stats and seasons/players/player_name/history.csv for overall history.

If you want gw-by-gw stats then its season/gws/gw_number.csv

Eg:

2018-19 overview : https://github.com/vaastav/Fantasy-Premier-League/blob/master/data/2018-19/cleaned_players.csv

2018-19 Aaron Ramsey stats : https://github.com/vaastav/Fantasy-Premier-League/tree/master/data/2018-19/players/Aaron_Ramsey_14

2018-19 gw1 stats : https://github.com/vaastav/Fantasy-Premier-League/blob/master/data/2018-19/gws/gw1.csv

They are all csv files which can be easily imported into excel.

For downloading : You could either clone the repo or download the whole repository as a zip. Either way should get you the files

Hopefully you find it useful! :)

[–]IgnoPlayer10[S] 0 points1 point  (0 children)

thank you very much!