Skip to content

feat: sportscode #153

Open
VellaRo wants to merge 1 commit intofloodlight-sports:developfrom
VellaRo:feature_sportscode
Open

feat: sportscode #153
VellaRo wants to merge 1 commit intofloodlight-sports:developfrom
VellaRo:feature_sportscode

Conversation

@VellaRo
Copy link

@VellaRo VellaRo commented Dec 4, 2024

parse_csv_to_event_object

parses a CSV file containing game data and groups it by the 'Timeline' (which represents the game name).
For each unique timeline, an Events object is created.
The function: Reads the CSV and maps relevant columns to internal attributes (eID, starttime, duration, timeline).
Calculates the endtime by adding starttime and duration.
Groups events by timeline (game name) and creates an Floodlight Events object for each group.

@VellaRo VellaRo changed the title sportscode.py init commit feat: sportscode Dec 7, 2024
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.

1 participant