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 because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 14 new columns ({'oiSH', 'Def_Zone_Starts', 'G-ixG', 'SCF', 'Total_Points', 'GF%', 'Total_Points_pp', 'GA', 'OZ Start%', 'Shots_Blocked', 'Assists', 'CF', 'Off_Zone_Starts', 'First_Assists'}) and 11 missing columns ({'Total Assists', 'Team', 'First Assists', 'game', 'date', 'Def.\xa0Zone Starts', 'Total Points_pp', 'Total Points', 'Shots Blocked', 'Position', 'Off.\xa0Zone Starts'}).

This happened while the csv dataset builder was generating data using

hf://datasets/TJStatsHockey/data/summary_2025.csv (at revision 56dce930b708689ade0d7ab94e00484015284d58), [/tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/player_games_cards.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/player_games_cards.csv), /tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/summary_2025.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/summary_2025.csv), /tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/team_games.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/team_games.csv), /tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/team_games_all.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/team_games_all.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              player_id: int64
              Player: string
              pos: string
              GP: int64
              TOI: double
              TOI_pp: double
              Goals: int64
              Assists: int64
              First_Assists: int64
              Total_Points: int64
              Total_Points_pp: int64
              Shots: int64
              ixG: double
              iCF: int64
              iSCF: int64
              iHDCF: int64
              Hits: int64
              Shots_Blocked: int64
              SF: int64
              CF: int64
              GF: int64
              xGF: double
              Off_Zone_Starts: int64
              Def_Zone_Starts: int64
              oiSH: double
              SCF: int64
              GA: int64
              G-ixG: double
              OZ Start%: double
              GF%: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3575
              to
              {'player_id': Value('int64'), 'game': Value('int64'), 'date': Value('string'), 'Player': Value('string'), 'Team': Value('string'), 'Position': Value('string'), 'pos': Value('string'), 'GP': Value('int64'), 'TOI': Value('float64'), 'TOI_pp': Value('float64'), 'Goals': Value('int64'), 'Total Assists': Value('int64'), 'First Assists': Value('int64'), 'Total Points': Value('int64'), 'Total Points_pp': Value('int64'), 'Shots': Value('int64'), 'ixG': Value('float64'), 'iCF': Value('int64'), 'iSCF': Value('int64'), 'iHDCF': Value('int64'), 'Hits': Value('int64'), 'Shots Blocked': Value('int64'), 'SF': Value('int64'), 'GF': Value('int64'), 'xGF': Value('float64'), 'Off.\xa0Zone Starts': Value('int64'), 'Def.\xa0Zone Starts': Value('int64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              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 1889, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 14 new columns ({'oiSH', 'Def_Zone_Starts', 'G-ixG', 'SCF', 'Total_Points', 'GF%', 'Total_Points_pp', 'GA', 'OZ Start%', 'Shots_Blocked', 'Assists', 'CF', 'Off_Zone_Starts', 'First_Assists'}) and 11 missing columns ({'Total Assists', 'Team', 'First Assists', 'game', 'date', 'Def.\xa0Zone Starts', 'Total Points_pp', 'Total Points', 'Shots Blocked', 'Position', 'Off.\xa0Zone Starts'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/TJStatsHockey/data/summary_2025.csv (at revision 56dce930b708689ade0d7ab94e00484015284d58), [/tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/player_games_cards.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/player_games_cards.csv), /tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/summary_2025.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/summary_2025.csv), /tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/team_games.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/team_games.csv), /tmp/hf-datasets-cache/medium/datasets/63323536303128-config-parquet-and-info-TJStatsHockey-data-3190afab/hub/datasets--TJStatsHockey--data/snapshots/56dce930b708689ade0d7ab94e00484015284d58/team_games_all.csv (origin=hf://datasets/TJStatsHockey/data@56dce930b708689ade0d7ab94e00484015284d58/team_games_all.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

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.

player_id
int64
game
int64
date
string
Player
string
Team
string
Position
string
pos
string
GP
int64
TOI
float64
TOI_pp
float64
Goals
int64
Total Assists
int64
First Assists
int64
Total Points
int64
Total Points_pp
int64
Shots
int64
ixG
float64
iCF
int64
iSCF
int64
iHDCF
int64
Hits
int64
Shots Blocked
int64
SF
int64
GF
int64
xGF
float64
Off. Zone Starts
int64
Def. Zone Starts
int64
8,477,987
1
2025-10-07
Ryan Donato
CHI
C
F
1
16
1.933333
0
0
0
0
0
1
0.22
6
3
1
3
0
4
0
0.82
5
1
8,473,419
1
2025-10-07
Brad Marchand
FLA
L
F
1
20.166667
2.4
0
0
0
0
0
4
0.27
7
3
1
1
0
19
0
2.04
5
6
8,474,563
2
2025-10-07
Drew Doughty
L.A
D
D
1
22.666667
3.016667
0
0
0
0
0
2
0.18
8
1
1
1
0
12
0
1.03
5
6
8,477,839
6
2025-10-07
Conor Sheary
NYR
L
F
1
12.7
0.666667
0
0
0
0
0
1
0.13
3
1
1
0
2
5
0
0.33
1
0
8,476,479
5
2025-10-07
Phillip Danault
L.A
C
F
1
19.666667
3.233333
0
0
0
0
0
2
0.15
3
1
1
1
0
10
0
0.81
6
2
8,473,507
4
2025-10-07
Jeff Petry
FLA
D
D
1
13.983333
1.383333
0
0
0
0
0
1
0.04
3
1
0
0
0
5
1
0.45
3
3
8,477,960
7
2025-10-07
Adrian Kempe
L.A
R
F
1
19.15
4.283333
0
1
1
1
1
2
0.09
7
3
1
5
1
7
1
0.77
3
6
8,483,493
2
2025-10-07
Frank Nazar
CHI
C
F
1
20.233333
4.033333
1
1
1
2
0
1
0.33
3
2
0
1
1
6
2
0.7
4
3
8,484,839
2
2025-10-07
Harrison Brunicke
PIT
D
D
1
15.35
0.833333
0
0
0
0
0
1
0.02
2
0
0
0
2
8
0
0.79
3
0
8,481,532
4
2025-10-07
Alex Turcotte
L.A
C
F
1
7.15
0
0
0
0
0
0
1
0.31
2
2
2
0
1
2
0
0.52
3
2
8,476,441
7
2025-10-07
Joel Edmundson
L.A
D
D
1
14.8
0
0
0
0
0
0
1
0.04
3
0
0
3
1
6
0
0.52
1
4
8,474,578
5
2025-10-07
Erik Karlsson
PIT
D
D
1
20.55
0.833333
0
0
0
0
0
2
0.14
6
3
0
0
2
11
1
0.69
3
3
8,482,703
6
2025-10-07
Colton Dach
CHI
C
F
1
13.483333
1.883333
0
0
0
0
0
1
0.05
1
1
0
4
0
7
0
0.49
1
2
8,480,039
8
2025-10-07
Martin Necas
COL
C
F
1
21.2
8.116667
2
0
0
2
1
3
0.21
3
1
0
2
1
10
3
1.15
6
3
8,482,176
9
2025-10-07
Wyatt Kaiser
CHI
D
D
1
16.566667
0.066667
0
0
0
0
0
2
0.18
5
1
1
4
1
6
1
0.45
2
3
8,482,157
14
2025-10-07
Will Cuylle
NYR
L
F
1
19.433333
0.783333
0
0
0
0
0
1
0.13
6
1
0
8
1
10
0
1.62
2
6
8,477,933
15
2025-10-07
Sam Reinhart
FLA
C
F
1
18.233333
2.35
0
0
0
0
0
3
0.56
5
4
2
1
2
12
0
1.28
4
4
8,479,998
15
2025-10-07
Mikey Anderson
L.A
D
D
1
19.85
0
0
0
0
0
0
0
0.01
2
0
0
2
1
6
0
0.52
4
7
8,478,542
13
2025-10-07
Evan Rodrigues
FLA
C
F
1
14.5
1.366667
0
1
0
1
0
1
0.05
3
1
0
2
2
4
2
0.35
4
0
8,481,641
6
2025-10-07
Joel Kiviranta
COL
L
F
1
10.45
0
0
0
0
0
0
1
0.06
1
1
0
2
0
3
1
0.09
2
1
8,477,998
10
2025-10-07
Warren Foegele
L.A
L
F
1
14.45
1.133333
0
0
0
0
0
0
0.07
3
2
0
1
0
8
0
0.94
5
2
8,478,854
11
2025-10-07
Ryan Shea
PIT
D
D
1
22.516667
0.333333
0
1
1
1
0
0
0.01
2
0
0
0
3
14
2
2.72
1
2
8,471,724
16
2025-10-07
Kris Letang
PIT
D
D
1
22.783333
1.083333
0
0
0
0
0
1
0.03
2
1
0
1
1
16
3
2.94
4
1
8,479,316
15
2025-10-07
Luke Kunin
FLA
C
F
1
8.15
0.233333
0
0
0
0
0
3
0.29
3
3
2
0
0
6
1
0.69
1
4
8,475,179
2
2025-10-07
Dmitry Kulikov
FLA
D
D
1
13.766667
0
0
0
0
0
0
1
0.03
1
0
0
0
0
6
0
0.51
3
2
8,478,109
15
2025-10-07
Victor Olofsson
COL
L
F
1
11.383333
2.216667
0
0
0
0
0
1
0.03
2
1
0
1
0
5
0
0.29
5
0
8,478,450
15
2025-10-07
Parker Wotherspoon
PIT
D
D
1
23.25
0
0
0
0
0
0
0
0
2
1
0
2
1
9
0
0.84
1
3
8,481,577
5
2025-10-07
Philip Tomasino
PIT
R
F
1
13.616667
0
0
0
0
0
0
2
0.28
4
4
1
0
0
4
0
0.36
2
1
8,485,414
17
2025-10-07
Ben Kindel
PIT
C
F
1
15.183333
0.55
0
0
0
0
0
1
0.06
2
1
0
0
1
7
0
0.86
2
1
8,480,069
15
2025-10-07
Cale Makar
COL
D
D
1
23.116667
7.85
0
2
2
2
1
1
0.12
3
2
0
1
1
10
2
1.2
8
4
8,477,444
20
2025-10-07
Andre Burakovsky
CHI
L
F
1
15.666667
1.883333
0
0
0
0
0
0
0.14
1
1
1
1
0
2
0
0.56
6
1
8,482,124
13
2025-10-07
Quinton Byfield
L.A
R
F
1
18
4.05
0
0
0
0
0
4
0.5
7
2
1
3
0
10
1
0.97
4
6
8,470,613
12
2025-10-07
Brent Burns
COL
D
D
1
20.166667
2.283333
0
0
0
0
0
3
0.07
6
0
0
0
3
8
1
0.36
3
4
8,478,043
7
2025-10-07
Sam Lafferty
CHI
C
F
1
8.116667
0
0
0
0
0
0
0
0
1
1
0
1
0
4
0
0.07
2
1
8,479,390
23
2025-10-07
Taylor Raddysh
NYR
R
F
1
13.116667
0.25
0
0
0
0
0
2
0.35
3
3
3
3
1
5
0
0.56
2
1
8,478,840
16
2025-10-07
Will Borgen
NYR
D
D
1
17.883333
0.25
0
0
0
0
0
1
0.02
3
0
0
2
3
11
0
0.88
2
3
8,483,690
25
2025-10-07
Noah Laba
NYR
C
F
1
13.666667
0.2
0
0
0
0
0
0
0
1
1
0
1
1
6
0
0.67
2
1
8,482,155
25
2025-10-07
Alex Laferriere
L.A
R
F
1
17.433333
3.25
0
0
0
0
0
1
0.1
2
1
0
0
0
13
0
1
2
5
8,482,109
33
2025-10-07
Alexis Lafrenière
NYR
L
F
1
15.983333
1.65
0
0
0
0
0
6
0.46
6
4
1
3
0
7
0
0.51
1
2
8,476,312
25
2025-10-07
Josh Manson
COL
D
D
1
17.633333
0
0
0
0
0
0
0
0
1
0
0
6
1
5
1
0.34
0
4
8,480,980
26
2025-10-07
Connor Dewar
PIT
C
F
1
14.183333
0.016667
0
1
0
1
0
0
0.04
3
1
0
4
2
5
1
0.55
0
5
8,478,038
16
2025-10-07
Devon Toews
COL
D
D
1
20.983333
2.133333
0
0
0
0
0
0
0.01
2
0
0
0
1
10
2
1.01
5
4
8,478,859
31
2025-10-07
Niko Mikkola
FLA
D
D
1
21.233333
0.05
0
0
0
0
0
1
0.06
4
0
0
0
3
10
0
1.11
4
4
8,476,469
24
2025-10-07
Joel Armia
L.A
R
F
1
13.483333
3.033333
0
0
0
0
0
1
0.09
5
3
0
1
1
7
0
0.66
3
3
8,482,460
9
2025-10-07
Matt Rempe
NYR
C
F
1
9.45
0.7
0
0
0
0
0
0
0
1
0
0
2
0
4
0
0.15
1
0
8,482,408
19
2025-10-07
Jeff Malott
L.A
L
F
1
6.216667
0
0
0
0
0
0
0
0.07
1
1
1
3
0
1
0
0.21
2
1
8,484,258
27
2025-10-07
Sam Malinski
COL
D
D
1
13.216667
0
1
0
0
1
0
1
0.01
2
0
0
0
1
3
1
0.2
2
3
8,477,932
27
2025-10-07
Aaron Ekblad
FLA
D
D
1
24.683333
2.333333
0
0
0
0
0
4
0.36
6
3
1
1
2
21
2
2.1
3
8
8,483,808
24
2025-10-07
Andrei Kuzmenko
L.A
L
F
1
14.766667
4.1
0
0
0
0
0
1
0.15
2
1
0
4
2
6
1
0.73
3
3
8,481,726
10
2025-10-07
Adam Edstrom
NYR
C
F
1
8.533333
0
0
0
0
0
0
0
0.05
1
1
0
6
0
1
0
0.06
1
0
8,484,783
23
2025-10-07
Artyom Levshunov
CHI
D
D
1
16.6
1.7
0
0
0
0
0
2
0.02
3
1
0
2
0
7
1
0.57
2
3
8,480,003
25
2025-10-07
Jesper Boqvist
FLA
C
F
1
10.633333
0
1
0
0
1
0
1
0.1
1
1
1
4
0
5
1
0.24
5
2
8,483,450
35
2025-10-07
Ryan Greene
CHI
C
F
1
8.283333
0
0
0
0
0
0
0
0
1
0
0
0
0
5
0
0.07
2
2
8,479,981
7
2025-10-07
Jonah Gadjovich
FLA
L
F
1
7.3
0
0
1
1
1
0
1
0.1
1
1
1
4
1
4
1
0.55
1
2
8,476,473
33
2025-10-07
Connor Murphy
CHI
D
D
1
18.55
0
0
0
0
0
0
2
0.05
4
0
0
0
3
5
0
0.32
2
8
8,478,055
30
2025-10-07
Gustav Forsling
FLA
D
D
1
22.866667
0.233333
0
1
0
1
0
3
0.03
6
2
0
3
0
18
2
1.55
1
8
8,479,525
33
2025-10-07
Ross Colton
COL
C
F
1
11.283333
1.483333
0
0
0
0
0
1
0.07
2
2
0
2
0
4
0
0.24
4
0
8,480,185
28
2025-10-07
Eetu Luostarinen
FLA
C
F
1
19.65
0
0
0
0
0
0
2
0.12
2
2
1
3
1
10
0
0.81
2
7
8,480,835
35
2025-10-07
Jack Drury
COL
C
F
1
11.866667
0
0
0
0
0
0
0
0
1
1
1
0
1
3
0
0.2
4
1
8,479,398
27
2025-10-07
Samuel Girard
COL
D
D
1
18.816667
0.516667
0
0
0
0
0
1
0.02
3
0
0
2
3
6
0
0.23
3
4
8,478,421
40
2025-10-07
A.J. Greer
FLA
L
F
1
7.316667
0
1
0
0
1
0
1
0.29
2
1
1
5
1
3
1
0.51
1
2
8,475,842
37
2025-10-07
Sam Carrick
NYR
C
F
1
10.016667
0.2
0
0
0
0
0
1
0.01
1
0
0
0
0
3
0
0.56
2
2
8,477,479
33
2025-10-07
Tyler Bertuzzi
CHI
L
F
1
19.166667
4.033333
0
2
1
2
0
1
0.11
1
1
1
2
0
6
2
0.7
4
5
8,478,452
6
2025-10-07
Caleb Jones
PIT
D
D
1
15.6
0.316667
0
0
0
0
0
1
0.03
3
0
0
2
1
5
0
0.38
2
1
8,476,879
31
2025-10-07
Cody Ceci
L.A
D
D
1
16.583333
0
0
0
0
0
0
1
0.01
3
2
0
1
2
3
0
0.58
2
5
8,481,624
33
2025-10-07
Ilya Mikheyev
CHI
R
F
1
17.116667
0.066667
0
0
0
0
0
1
0.06
1
1
0
0
1
4
0
0.13
3
7
8,482,730
45
2025-10-07
Brandt Clarke
L.A
D
D
1
19.05
3.25
0
0
0
0
0
1
0.12
2
1
1
0
2
13
0
1.13
1
3
8,476,459
34
2025-10-07
Mika Zibanejad
NYR
C
F
1
20.066667
3.083333
0
0
0
0
0
7
1.17
12
7
5
2
1
10
0
1.57
2
6
8,476,891
40
2025-10-07
Matt Grzelcyk
CHI
D
D
1
18.45
0
0
0
0
0
0
2
0.05
4
0
0
0
2
6
1
0.42
4
3
8,471,675
41
2025-10-07
Sidney Crosby
PIT
C
F
1
17.816667
0.883333
0
0
0
0
0
2
0.43
3
3
2
1
0
8
0
0.7
6
1
8,482,113
36
2025-10-07
Anton Lundell
FLA
C
F
1
19.7
1.066667
0
0
0
0
0
1
0.22
3
2
1
0
1
10
1
1.03
3
5
8,477,511
41
2025-10-07
Anthony Mantha
PIT
R
F
1
15.683333
1.166667
0
1
0
1
0
3
0.17
5
3
0
3
1
14
2
2.6
3
1
8,477,409
43
2025-10-07
Carter Verhaeghe
FLA
C
F
1
18.783333
1.366667
1
0
0
1
1
5
0.93
7
7
5
0
0
16
1
1.52
4
3
8,479,323
23
2025-10-07
Adam Fox
NYR
D
D
1
22.416667
2.666667
0
0
0
0
0
1
0.03
5
1
0
2
1
6
0
0.59
7
5
8,480,001
18
2025-10-07
Urho Vaakanainen
NYR
D
D
1
17.583333
0
0
0
0
0
0
1
0.06
5
0
0
1
0
7
0
1.21
0
3
8,476,483
29
2025-10-07
Rickard Rakell
PIT
R
F
1
15.95
0.75
0
0
0
0
0
4
0.13
6
4
2
0
2
7
0
0.28
6
2
8,475,208
45
2025-10-07
Brian Dumoulin
L.A
D
D
1
18.483333
0
0
0
0
0
0
1
0.07
2
2
1
2
3
2
0
0.46
2
4
8,481,481
31
2025-10-07
Blake Lizotte
PIT
C
F
1
13.916667
0
1
0
0
1
0
4
0.36
4
1
1
0
0
6
1
0.61
0
4
8,476,468
39
2025-10-07
J.T. Miller
NYR
C
F
1
18.3
2.883333
0
0
0
0
0
0
0.18
2
2
2
1
1
7
0
0.92
2
6
8,484,144
28
2025-10-07
Connor Bedard
CHI
C
F
1
22
4.116667
0
0
0
0
0
2
0.36
6
3
1
0
0
3
0
0.82
11
2
8,476,455
32
2025-10-07
Gabriel Landeskog
COL
L
F
1
11.2
1.8
0
0
0
0
0
1
0.13
3
1
1
1
0
7
0
0.49
2
2
8,479,638
35
2025-10-07
Justin Brazeau
PIT
R
F
1
12.816667
0.6
2
0
0
2
0
6
2.19
8
7
7
4
0
11
2
2.44
3
0
8,480,448
44
2025-10-07
Parker Kelly
COL
C
F
1
10.966667
0
0
0
0
0
0
0
0
1
0
0
3
4
2
1
0.03
3
3
8,483,506
25
2025-10-07
Sam Rinzel
CHI
D
D
1
25.3
4.3
0
0
0
0
0
1
0.05
6
2
0
1
4
6
1
0.8
6
4
8,471,215
38
2025-10-07
Evgeni Malkin
PIT
C
F
1
16.466667
1.333333
0
2
2
2
0
1
0.03
3
2
0
0
1
14
2
2.94
2
1
8,475,754
49
2025-10-07
Brock Nelson
COL
C
F
1
23.25
7.75
0
1
0
1
1
2
0.21
3
2
2
1
2
9
1
0.82
4
4
8,478,550
43
2025-10-07
Artemi Panarin
NYR
L
F
1
20.783333
2.966667
0
0
0
0
0
2
0.15
4
2
0
0
0
10
0
0.87
2
2
8,482,713
48
2025-10-07
Mackie Samoskevich
FLA
R
F
1
11.3
1.133333
0
2
2
2
1
0
0
3
1
0
3
0
4
2
0.33
5
0
8,471,685
32
2025-10-07
Anze Kopitar
L.A
C
F
1
17.783333
4.133333
0
1
0
1
1
1
0.22
4
1
1
3
0
7
1
0.81
1
6
8,477,935
49
2025-10-07
Sam Bennett
FLA
C
F
1
19.25
2.3
0
0
0
0
0
4
0.23
9
6
2
1
0
18
0
1.81
6
4
8,478,438
47
2025-10-07
Tommy Novak
PIT
C
F
1
12.133333
0
0
0
0
0
0
1
0.03
1
1
0
1
1
4
0
0.36
2
1
8,477,369
51
2025-10-07
Carson Soucy
NYR
D
D
1
18.983333
0.25
0
0
0
0
0
1
0.02
2
0
0
1
3
10
0
0.84
2
3
8,482,073
52
2025-10-07
Braden Schneider
NYR
D
D
1
18.1
1.083333
0
0
0
0
0
1
0.01
2
1
1
0
1
10
0
1.37
0
3
8,482,758
24
2025-10-07
Ville Koivunen
PIT
R
F
1
14.516667
0.65
0
0
0
0
0
1
0.09
3
1
1
0
1
5
0
0.21
6
0
8,476,882
49
2025-10-07
Teuvo Teravainen
CHI
C
F
1
18.083333
3.966667
1
1
0
2
0
1
0.04
3
3
0
0
2
6
2
0.79
4
5
8,482,807
2
2025-10-07
Ethan Del Mastro
CHI
D
D
1
17.583333
0.016667
0
0
0
0
0
1
0.01
1
0
0
6
2
7
0
0.4
2
8
8,477,495
34
2025-10-07
Seth Jones
FLA
D
D
1
22.483333
2.283333
0
0
0
0
0
1
0.04
3
0
0
0
2
13
0
1.56
5
4
8,477,492
51
2025-10-07
Nathan MacKinnon
COL
C
F
1
20.783333
8.066667
0
2
1
2
0
2
0.3
6
3
2
0
1
10
3
1.15
5
3
8,477,501
47
2025-10-07
Valeri Nichushkin
COL
R
F
1
14.683333
1.966667
0
0
0
0
0
3
0.24
5
1
1
1
1
8
0
0.52
2
3
8,477,476
58
2025-10-07
Artturi Lehkonen
COL
L
F
1
23.483333
6.233333
1
1
0
2
0
2
0.37
2
2
2
1
1
9
3
1.06
5
4
End of preview.

No dataset card yet

Downloads last month
274

Spaces using TJStatsHockey/data 3