I used to access csv file from the following links for years.
http://www.football-data.co.uk/mmz4281/1819/E0.csv
It was,first of all, open source. I used to read it and convert it to data frame using Pandas
Today, when I tried to access it, it shown the follow error:
urllib.error.HTTPError: HTTP Error 503: Service Unavailable python
But when I just directly open from the browser, I can open the same link and see the data inside.
Could anyone help me with this?
Thanks A lot.
Zep.