Matchflow Examples#
This section shows real-world examples of using MatchFlow to explore and analyze StatsBomb event data. Each recipe is a focused, end-to-end workflow: loading data, transforming it with Flow, and visualizing or exporting the results.
You’ll find patterns for:
Filtering and transforming events
Calculating per-player or per-team summaries
Visualizing shots, passes, and duels
Combining multiple matches
Building datasets for machine learning or reporting
These notebooks are designed to be simple, to give you a quick feel for how MatchFlow works.
Section |
Description |
|---|---|
Streaming data directly from the StatsBomb API |
|
Grouping and aggregating stats |
|
Using custom aggregation functions |
|
Accessing values in arrays |
|
Calculating grouped cumulative stats |
|
Using a pipe to apply a custom function to the Flow |