๐ŸŽ“ Learning SkillCorner Open Data

May 5, 2026 ยท View on GitHub

Welcome to the SkillCorner Open Data tutorials. We've organized our tutorials into logical learning paths to help you navigate from foundational data concepts to advanced analytical workflows.

๐Ÿ’ก Note: You can find reusable Python modules for data loading, processing, and visualization used across these tutorials in the src/ directory.


๐Ÿ—๏ธ Path 01: Getting Started with SkillCorner Data

Focused on the foundational performance data (aggregates) and how to derive immediate insights.

TutorialDescription
Data Normalization BasicsUnderstanding key principles on filtering, P90/P60 normalization and thresholds.
Visualization with SkillCornerMaster key visuals for SkillCorner data using our proprietary library.
Multiple Metrics & Z-ScoresLearn how to use z-scores to handle multiple metrics at the same time and build archetypes.
Building Striker ArchetypesCombine multiple datasets to build tactical profiles for specific roles.

๐Ÿง  Path 02: Working with Game Intelligence & Dynamic Events

Deep dive into the contextual data layers that define the narrative of a match.

TutorialDescription
Part 1: Aggregating Dynamic EventsAggregate and process SkillCorner dynamic event.
Part 2: Aggregating Phases of PlayAggregating phases of play at team level.
Part 3: Off-ball Runs & Pitch VizVisualizing runs and positioning on the pitch using dynamic event level data.
Part 4: Merging Events & TrackingSynchronizing dynamic event data with continuous tracking streams.
Part 5: Animated 2D VideoGenerating animated 2D visualizations from tracking and event data.
Part 6: Build Your Own Metric (Cutbacks Example)Designing custom metrics to detect and evaluate cutback opportunities.

๐Ÿ“ Path 03: Basics of Tracking

The core of SkillCorner: working with raw X/Y coordinates and spatial data.

TutorialDescription
Tracking Core TutorialLoading raw JSONL tracking data and visualizing fundamental positioning.
Kloppy IntegrationUsing the industry-standard Kloppy library for data standardization.

๐ŸŽจ Path 04: Visualization

TutorialDescription
Sectioned Summary TableCreate a comprehensive table comparing players across multiple metric categories.
OffBall Runs RadarCreate a standard offball run radar.