load_match_details(season, match_id)

Match

Loads and processes detailed match information, including events, team performance, and zone breakdowns, returning six DataFrames with match metadata and statistics.


load_pbp(season, match_id)

Match

Retrieves the play-by-play (PBP) event data for a given match, detailing every event such as raids, tackles, and scores in a structured DataFrame.


NOTE

This is an overview page. For detailed information for these functions, refer to their individual pages. Or refer to the function index


Table of contents