Skip to content

Update ultimate#56

Merged
calvinyeungck merged 3 commits intomasterfrom
update_ultimate
Nov 18, 2025
Merged

Update ultimate#56
calvinyeungck merged 3 commits intomasterfrom
update_ultimate

Conversation

@shunsuke-iwashita
Copy link
Collaborator

This pull request introduces improvements to the tracking data preprocessing workflow for ultimate sports data. The main enhancement is the addition of a new utility function to standardize tracking data headers, which is now integrated into the preprocessing pipeline.

Introduces a utility to flatten multi-index tracking headers into a
single-header format for easier downstream processing and analysis.

Applies the header formatting step to both home and away team tracking
data, ensuring column consistency and clarity.

Facilitates integration with systems expecting simplified header
naming conventions.
Removes unnecessary player and disc counting logic, ensuring columns for disc and players are consistently added for both x and y coordinates.

Prevents duplicate columns using a set to track processed columns, improving header formatting reliability and future maintainability.
@github-actions
Copy link

Init Test Results 📝

  • Status: success
  • OS: Linux
  • Python: 3.9

@github-actions
Copy link

Init Test Results 📝

  • Status: success
  • OS: Linux
  • Python: 3.8

@github-actions
Copy link

Init Test Results 📝

  • Status: success
  • OS: Linux
  • Python: 3.10

Updates the offense ID mapping logic to increment the index by one,
ensuring alignment with expected 1-based indexing for downstream
processes. Prevents off-by-one errors during event creation.
@github-actions
Copy link

Init Test Results 📝

  • Status: success
  • OS: Linux
  • Python: 3.8

@github-actions
Copy link

Init Test Results 📝

  • Status: success
  • OS: Linux
  • Python: 3.10

@github-actions
Copy link

Init Test Results 📝

  • Status: success
  • OS: Linux
  • Python: 3.9

@calvinyeungck calvinyeungck merged commit 321396f into master Nov 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants