Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    UnicodeDecodeError
Message:      'utf-8' codec can't decode byte 0xa5 in position 11: invalid start byte
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/text/text.py", line 81, in _generate_tables
                  batch = f.read(self.config.chunksize)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^
                File "<frozen codecs>", line 322, in decode
              UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa5 in position 11: invalid start byte
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1919, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

text
string
ICM Network Problem
For this problem we have provided three data tables:
1) matches.csv
2) passingevents.csv
3) fullevents.csv
===========================================
Data Descriptions
===========================================
1) matches.csv
~~~~~~~~~~~~~~~~~~~~~
MatchID
A unqiue identifier for each match played during the season, and reflects the order of the match in the season.
OpponentID
A unqiue identifier for the opposing team played in the match. Note that the Huskies play each opposing team twice during the season.
Outcome
Result of the match, eiter `win', `loss', or `tie'.
OwnScore
Number of goals scored by the Huskies.
OpponentScore
Number of goals scored by the Opposing Team.
Side
Whether the Huskies were the `home' team or `away' team.
CoachID
A unqiue identifier for the Huskies coach for this match.
2) passingevents.csv
~~~~~~~~~~~~~~~~~~~~~
MatchID
A unqiue identifier for each match played during the season (see matches.csv).
TeamID
A unqiue identifier for the team involved in the pass (either 'Huskies' or OpponentID from matches.csv).
OriginPlayerID
A unqiue identifier for the Player at the origin of the pass. The PlayerID has the form "TeamID_PlayerPosition##" where 'TeamID' denotes the team on which the player plays and PlayerPosition reflects the player's position. Possible positions are: 'F':forward, 'D':defense, 'M':midfield, or 'G':goalkeeper
DestinationPlayerID
A unqiue identifier for the Player at the destination of the pass. (see OriginPlayerID)
MatchPeriod
The half in which the event took place. '1H': first half, '2H': second half
EventTime
The time in seconds during the MatchPeriod (1st or 2nd half) at which the event took place.
EventSubType
The type of pass made. Can be one of: 'Head pass', 'Simple pass', 'Launch', 'High pass', 'Hand pass', 'Smart pass', 'Cross'.
EventOrigin_x
The x-coordinate on the field at which the pass originated. The x-coordinate is in the range [0, 100] and is oriented from the perspective of the attacking team, where 0 indicates the team's own goal, and 100 indicates the oppositing team's goal.
EventOrigin_y
The y-coordinate on the field at which the pass originated. The y-coordinate is in the range [0, 100] and is oriented from the perspective of the attacking team, where 0 indicates the team's left-hand side, and 100 indicates the team's right-hand side.
EventDestination_x
The x-coordinate on the field at the pass destination. (see EventOrigin_x)
EventDestination_y
The y-coordinate on the field at the pass destination. (see EventOrigin_y)
2) fullevents.csv
~~~~~~~~~~~~~~~~~~~~~
MatchID
A unqiue identifier for each match played during the season (see matches.csv).
TeamID
A unqiue identifier for the team involved in the pass (either 'Huskies' or OpponentID from matches.csv).
OriginPlayerID
A unqiue identifier for the Player initiating the event. The PlayerID has the form "TeamID_PlayerPosition##" where 'TeamID' denotes the team on which the player plays and PlayerPosition reflects the player's position. Possible positions are: 'F':forward, 'D':defense, 'M':midfield, or 'G':goalkeeper
DestinationPlayerID
A unqiue identifier for the Player at the destination of the event. (see OriginPlayerID)
NOTE: Only valid for 'Pass' or 'Subsition' event types, otherwise NaN.
MatchPeriod
The half in which the event took place. '1H': first half, '2H': second half
EventTime
The time in seconds during the MatchPeriod (1st or 2nd half) at which the event took place.
EventType
The type of the event. Can be one of: 'Free Kick', 'Duel', 'Pass', 'Others on the ball', 'Foul', 'Goalkeeper leaving line', 'Offside', 'Save attempt', 'Shot', 'Substitution', 'Interruption'
EventSubType
The subtype of the event. Can be one of: 'Goal kick', 'Air duel', 'Throw in', 'Head pass', 'Ground loose ball duel', 'Simple pass', 'Launch', 'High pass', 'Touch', 'Ground defending duel', 'Hand pass', 'Ground attacking duel', 'Foul', 'Free kick cross', 'Goalkeeper leaving line', '', 'Free Kick', 'Smart pass', 'Cross',...
End of preview.
README.md exists but content is empty.
Downloads last month
9