Spaces:
Running
Running
Jon Solow
commited on
Commit
·
2a4e60f
1
Parent(s):
346cc58
Add depth charts to loaded data
Browse files
src/queries/nflverse/github_data.py
CHANGED
|
@@ -93,6 +93,7 @@ NFLVERSE_ASSETS = [
|
|
| 93 |
("nextgen_stats", "ngs_passing.parquet"),
|
| 94 |
("nextgen_stats", "ngs_receiving.parquet"),
|
| 95 |
("nextgen_stats", "ngs_rushing.parquet"),
|
|
|
|
| 96 |
]
|
| 97 |
|
| 98 |
|
|
|
|
| 93 |
("nextgen_stats", "ngs_passing.parquet"),
|
| 94 |
("nextgen_stats", "ngs_receiving.parquet"),
|
| 95 |
("nextgen_stats", "ngs_rushing.parquet"),
|
| 96 |
+
("depth_charts", f"depth_charts_{SEASON}.parquet"),
|
| 97 |
]
|
| 98 |
|
| 99 |
|