betfair-machine-learning icon indicating copy to clipboard operation
betfair-machine-learning copied to clipboard

Could you please share `rankings.csv` file

Open AdamMomen opened this issue 3 years ago • 1 comments

@amankhoza I am trying to run your code I got the session running put I needed some test data. I have a couple of questions:

  1. Do you have a recording data feature?

AdamMomen avatar Aug 13 '20 10:08 AdamMomen

Hi @AdamMomen rankings.csv is just the current premier league teams scraped from http://www.bbc.co.uk/sport/football/premier-league/table , the scraper seems to have broke as the BBC probably changed their website slighly, but you can easily manually create your own rankings.csv it starts like this:

Ranking,Team
1,Liverpool
2,Man City
...

just ensure the names are the same as the betfair names, I had some simple logic in rankingsScraper.py to do this.

amankhoza avatar Aug 19 '20 23:08 amankhoza