{
  "name": "spanish-la-liga",
  "title": "Spanish La Liga (football)",
  "description": "Match results and statistics for the Spanish La Liga football league, covering all seasons from 1993/94 to present. Each row is one match and includes full-time and half-time scores, shots, fouls, corners, and cards. The Referee field is present in all files but is always empty as this data is not available for La Liga. Statistics fields (HS, AS, HST, AST, HF, AF, HC, AC, HY, AY, HR, AR) are empty for seasons 1993/94–2004/05. Half-time fields (HTHG, HTAG, HTR) are also empty for seasons 1993/94–1994/95.",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License"
    }
  ],
  "sources": [
    {
      "name": "www.football-data.co.uk/",
      "path": "http://www.football-data.co.uk/",
      "title": "www.football-data.co.uk/"
    }
  ],
  "related": [
    {
      "title": "English Premier League",
      "path": "/sports-data/english-premier-league",
      "publisher": "sports-data",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "German Bundesliga",
      "path": "/sports-data/german-bundesliga",
      "publisher": "sports-data",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "Italian Serie A",
      "path": "/sports-data/italian-serie-a",
      "publisher": "sports-data",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "French Ligue 1",
      "path": "/sports-data/french-ligue-1",
      "publisher": "sports-data",
      "formats": [
        "CSV",
        "JSON"
      ]
    }
  ],
  "resources": [
    {
      "name": "season-2526",
      "path": "season-2526.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2025/26 season."
    },
    {
      "name": "season-2425",
      "path": "season-2425.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2024/25 season."
    },
    {
      "name": "season-2324",
      "path": "season-2324.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2023/24 season."
    },
    {
      "name": "season-2223",
      "path": "season-2223.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2022/23 season."
    },
    {
      "name": "season-2122",
      "path": "season-2122.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2021/22 season."
    },
    {
      "name": "season-2021",
      "path": "season-2021.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2020/21 season."
    },
    {
      "name": "season-1920",
      "path": "season-1920.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2019/20 season."
    },
    {
      "name": "season-1819",
      "path": "season-1819.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2018/19 season."
    },
    {
      "name": "season-1718",
      "path": "season-1718.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2017/18 season."
    },
    {
      "name": "season-1617",
      "path": "season-1617.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2016/17 season."
    },
    {
      "name": "season-1516",
      "path": "season-1516.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2015/16 season."
    },
    {
      "name": "season-1415",
      "path": "season-1415.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2014/15 season."
    },
    {
      "name": "season-1314",
      "path": "season-1314.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2013/14 season."
    },
    {
      "name": "season-1213",
      "path": "season-1213.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2012/13 season."
    },
    {
      "name": "season-1112",
      "path": "season-1112.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2011/12 season."
    },
    {
      "name": "season-1011",
      "path": "season-1011.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2010/11 season."
    },
    {
      "name": "season-0910",
      "path": "season-0910.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2009/10 season."
    },
    {
      "name": "season-0809",
      "path": "season-0809.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2008/09 season."
    },
    {
      "name": "season-0708",
      "path": "season-0708.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2007/08 season."
    },
    {
      "name": "season-0607",
      "path": "season-0607.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2006/07 season."
    },
    {
      "name": "season-0506",
      "path": "season-0506.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2005/06 season."
    },
    {
      "name": "season-0405",
      "path": "season-0405.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2004/05 season."
    },
    {
      "name": "season-0304",
      "path": "season-0304.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2003/04 season."
    },
    {
      "name": "season-0203",
      "path": "season-0203.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2002/03 season."
    },
    {
      "name": "season-0102",
      "path": "season-0102.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2001/02 season."
    },
    {
      "name": "season-0001",
      "path": "season-0001.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 2000/01 season."
    },
    {
      "name": "season-9900",
      "path": "season-9900.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1999/00 season."
    },
    {
      "name": "season-9899",
      "path": "season-9899.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1998/99 season."
    },
    {
      "name": "season-9798",
      "path": "season-9798.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1997/98 season."
    },
    {
      "name": "season-9697",
      "path": "season-9697.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1996/97 season."
    },
    {
      "name": "season-9596",
      "path": "season-9596.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1995/96 season."
    },
    {
      "name": "season-9495",
      "path": "season-9495.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1994/95 season."
    },
    {
      "name": "season-9394",
      "path": "season-9394.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "ISO-8859-1",
      "dialect": {
        "delimiter": ",",
        "quoteChar": "\""
      },
      "schema": {
        "fields": [
          {
            "name": "Date",
            "type": "date",
            "format": "default",
            "description": "Match date (YYYY-MM-DD)"
          },
          {
            "name": "HomeTeam",
            "type": "string",
            "format": "default",
            "description": "Home Team"
          },
          {
            "name": "AwayTeam",
            "type": "string",
            "format": "default",
            "description": "Away Team"
          },
          {
            "name": "FTHG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Home Team Goals"
          },
          {
            "name": "FTAG",
            "type": "integer",
            "format": "default",
            "description": "Full Time Away Team Goals"
          },
          {
            "name": "FTR",
            "type": "string",
            "format": "default",
            "description": "Full Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "HTHG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Home Team Goals"
          },
          {
            "name": "HTAG",
            "type": "integer",
            "format": "default",
            "description": "Half Time Away Team Goals"
          },
          {
            "name": "HTR",
            "type": "string",
            "format": "default",
            "description": "Half Time Result (H=Home Win, D=Draw, A=Away Win)"
          },
          {
            "name": "Referee",
            "type": "string",
            "format": "default",
            "description": "Match Referee"
          },
          {
            "name": "HS",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots"
          },
          {
            "name": "AS",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots"
          },
          {
            "name": "HST",
            "type": "integer",
            "format": "default",
            "description": "Home Team Shots on Target"
          },
          {
            "name": "AST",
            "type": "integer",
            "format": "default",
            "description": "Away Team Shots on Target"
          },
          {
            "name": "HF",
            "type": "integer",
            "format": "default",
            "description": "Home Team Fouls Committed"
          },
          {
            "name": "AF",
            "type": "integer",
            "format": "default",
            "description": "Away Team Fouls Committed"
          },
          {
            "name": "HC",
            "type": "integer",
            "format": "default",
            "description": "Home Team Corners"
          },
          {
            "name": "AC",
            "type": "integer",
            "format": "default",
            "description": "Away Team Corners"
          },
          {
            "name": "HY",
            "type": "integer",
            "format": "default",
            "description": "Home Team Yellow Cards"
          },
          {
            "name": "AY",
            "type": "integer",
            "format": "default",
            "description": "Away Team Yellow Cards"
          },
          {
            "name": "HR",
            "type": "integer",
            "format": "default",
            "description": "Home Team Red Cards"
          },
          {
            "name": "AR",
            "type": "integer",
            "format": "default",
            "description": "Away Team Red Cards"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "description": "Match results and statistics for the Spanish La Liga 1993/94 season."
    }
  ]
}
