socceraction.data.statsbomb.StatsBombLoader.competitions¶
- StatsBombLoader.competitions()¶
Return a dataframe with all available competitions and seasons.
- Raises:
ParseError – When the raw data does not adhere to the expected format.
- Returns:
A dataframe containing all available competitions and seasons. See
StatsBombCompetitionSchema
for the schema.- Return type:
pd.DataFrame