You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing this data to developers and football enthusiasts (and not only).
I tried to process some information about the Champions League 2013-2014 season, but I found out that not only there is no JSON data about that specific season; there is no data for any Champions League season.
Is it accessible only with an account? Or is it just really missing?
The code I tried to access data with:
import json
with open('open-data-master/open-data-master/data/matches/16/76.json', encoding="utf-8") as f:
data = json.load(f)
data
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for providing this data to developers and football enthusiasts (and not only).
I tried to process some information about the Champions League 2013-2014 season, but I found out that not only there is no JSON data about that specific season; there is no data for any Champions League season.
Is it accessible only with an account? Or is it just really missing?
The code I tried to access data with:
The text was updated successfully, but these errors were encountered: