nfelodcm 0.1.22__tar.gz → 0.1.24__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/PKG-INFO +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignment.py +5 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/__init__.py +2 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/format_player_file.py +5 -2
- nfelodcm-0.1.24/nfelodcm/Engine/Assignments/assignments/format_qb_file.py +22 -0
- nfelodcm-0.1.24/nfelodcm/Engine/Assignments/assignments/player_stats_repl.py +20 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/coaches.json +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/filmmargins.json +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/games.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/hfa.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/logos.json +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/market_data.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/nfelo_games.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/participants.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/pbp.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/player_stats.json +13 -13
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/player_stats_season.json +12 -12
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/players.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/qb_meta.json +5 -3
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/qbelo.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/qbr.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/rosters.json +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/srs_ratings.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/stadiums.json +2 -2
- nfelodcm-0.1.24/nfelodcm/Maps/stadiums_rolling_stats.json +44 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/team_stadiums.json +2 -2
- nfelodcm-0.1.24/nfelodcm/Maps/team_stadiums_rolling_stats.json +48 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/wepa.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Maps/wt_ratings.json +2 -2
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/global_variables.json +4 -4
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/set_season_state.py +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm.egg-info/PKG-INFO +1 -1
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm.egg-info/SOURCES.txt +2 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/pyproject.toml +1 -1
- nfelodcm-0.1.22/nfelodcm/Engine/Assignments/assignments/format_qb_file.py +0 -17
- nfelodcm-0.1.22/nfelodcm/Maps/stadiums_rolling_stats.json +0 -44
- nfelodcm-0.1.22/nfelodcm/Maps/team_stadiums_rolling_stats.json +0 -48
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/README.md +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/__init__.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/__init__.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/score_clean.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/DCMTable.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Primatives/DataPull.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Primatives/Freshness.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Primatives/LocalIO.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Primatives/TableMap.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Primatives/__init__.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/__init__.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/__init__.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/checks.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/extract_map.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/load_maps.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Utilities/retrieve_season_state.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/nfelodcm.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/tests.py +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm.egg-info/dependency_links.txt +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm.egg-info/requires.txt +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm.egg-info/top_level.txt +0 -0
- {nfelodcm-0.1.22 → nfelodcm-0.1.24}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nfelodcm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.24
|
4
4
|
Summary: Python package for loading and caching CSVs hosted on github into pandas dataframes
|
5
5
|
Author-email: Robert Greer <nfl@robbygreer.com>
|
6
6
|
Maintainer-email: Robert Greer <nfl@robbygreer.com>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
from .assignments import (
|
2
2
|
fastr_team_id_repl, penalty_formatting, desc_based_plays,
|
3
3
|
score_clean, fix_elo_qb_names, fix_fastr_qb_names,
|
4
|
-
temp_players_handle
|
4
|
+
temp_players_handle, player_stats_repl
|
5
5
|
)
|
6
6
|
|
7
7
|
## a dictionary that holds assignments and the columns they add ##
|
@@ -37,6 +37,10 @@ assignments = {
|
|
37
37
|
'temp_players_handle' : {
|
38
38
|
'func' : temp_players_handle,
|
39
39
|
'new_columns' : []
|
40
|
+
},
|
41
|
+
'player_stats_repl' : {
|
42
|
+
'func' : player_stats_repl,
|
43
|
+
'new_columns' : []
|
40
44
|
}
|
41
45
|
}
|
42
46
|
|
@@ -4,4 +4,5 @@ from .desc_based_plays import desc_based_plays
|
|
4
4
|
from .score_clean import score_clean
|
5
5
|
from .format_qb_file import fix_elo_qb_names
|
6
6
|
from .format_player_file import fix_fastr_qb_names
|
7
|
-
from .temp_players_handle import temp_players_handle
|
7
|
+
from .temp_players_handle import temp_players_handle
|
8
|
+
from .player_stats_repl import player_stats_repl
|
{nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/format_player_file.py
RENAMED
@@ -9,7 +9,8 @@ qb_name_repl = {
|
|
9
9
|
"Matthew McGloin": "Matt McGloin",
|
10
10
|
"Vincent Testaverde": "Vinny Testaverde",
|
11
11
|
"Mike Vick": "Michael Vick",
|
12
|
-
"Phillip Walker": "
|
12
|
+
"Phillip Walker": "PJ Walker",
|
13
|
+
"P.J. Walker": "PJ Walker"
|
13
14
|
}
|
14
15
|
|
15
16
|
|
@@ -18,6 +19,8 @@ def fix_fastr_qb_names(df):
|
|
18
19
|
Standardizes QB names to match elo
|
19
20
|
'''
|
20
21
|
## fix player names ##
|
21
|
-
|
22
|
+
for col in ['full_name', 'display_name']:
|
23
|
+
if col in df.columns:
|
24
|
+
df[col] = df[col].replace(qb_name_repl)
|
22
25
|
## return ##
|
23
26
|
return df
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import pandas as pd
|
2
|
+
|
3
|
+
qb_name_repl = {
|
4
|
+
"Robert Griffin": "Robert Griffin III",
|
5
|
+
"A.J. McCarron": "AJ McCarron",
|
6
|
+
"Mitch Trubisky": "Mitchell Trubisky",
|
7
|
+
"Joe Milton": "Joe Milton III",
|
8
|
+
"Michael Penix" : "Michael Penix Jr.",
|
9
|
+
"P.J. Walker" : "PJ Walker",
|
10
|
+
"Phillip Walker" : "PJ Walker"
|
11
|
+
}
|
12
|
+
|
13
|
+
def fix_elo_qb_names(df):
|
14
|
+
'''
|
15
|
+
Standardizes QB names to match fastr
|
16
|
+
'''
|
17
|
+
## fix player names ##
|
18
|
+
for col in ['qb1', 'qb2', 'name_id', 'display_name']:
|
19
|
+
if col in df.columns:
|
20
|
+
df[col] = df[col].replace(qb_name_repl)
|
21
|
+
## return ##
|
22
|
+
return df
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import pandas as pd
|
2
|
+
|
3
|
+
def player_stats_repl(df):
|
4
|
+
"""
|
5
|
+
Replaces new stats_player to match old player_stats
|
6
|
+
"""
|
7
|
+
## cols renames##
|
8
|
+
potential_changes = {
|
9
|
+
'passing_interceptions': 'interceptions',
|
10
|
+
'sacks_suffered' : 'sacks',
|
11
|
+
'sack_yards_lost': 'sack_yards',
|
12
|
+
'team' : 'recent_team',
|
13
|
+
}
|
14
|
+
## get repl dict ##
|
15
|
+
repls = {k: v for k, v in potential_changes.items() if k in df.columns}
|
16
|
+
## replace columns ##
|
17
|
+
df = df.rename(columns=repls)
|
18
|
+
## return ##
|
19
|
+
return df
|
20
|
+
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/coaches/commits?path=coaches.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:43.748590+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/filmmargin/commits?path=film_margins.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:30.406134+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "games",
|
3
3
|
"description": "nflgamedata games",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:49:29.687773",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/nflverse/nfldata/master/data/games.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nfldata/commits",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 500,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:29.343325+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "hfa",
|
3
3
|
"description": "Estimated home field advantage by game",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:58:46.086258",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelohfa/main/estimated_hfa.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelohfa/commits?path=estimated_hfa.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:45.481436+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-pbp/commits?path=teams_colors_logos.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:30.080423+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "market_data",
|
3
3
|
"description": "Spread and totals from various sources",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:58:00.303211",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelomarket_data/main/Data/lines.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelomarket_data/commits?path=Data/lines.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:57:59.659819+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "nfelo_games",
|
3
3
|
"description": "nfelo projections and components by game",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:51:59.528512",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelo/refs/heads/main/output_data/nfelo_games.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelo/commits?path=output_data/nfelo_games.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:51:58.904751+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "participants",
|
3
3
|
"description": "nflfastR participants",
|
4
|
-
"last_local_update": "
|
4
|
+
"last_local_update": "2025-09-08T04:58:18.400788",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/pbp_participation/pbp_participation_{0}.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "pbp_participation",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:01.378790+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "pbp",
|
3
3
|
"description": "nflfastR play-by-play",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:51:38.929922",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/pbp/play_by_play_{0}.csv.gz",
|
6
6
|
"compression": "gzip",
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "pbp",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:31.352495+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -1,23 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "player_stats",
|
3
3
|
"description": "nflfastR player stats",
|
4
|
-
"last_local_update": "2025-
|
5
|
-
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/
|
4
|
+
"last_local_update": "2025-09-08T04:57:54.785071",
|
5
|
+
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/stats_player/stats_player_week_{0}.csv.gz",
|
6
6
|
"compression": "gzip",
|
7
7
|
"engine": "c",
|
8
8
|
"freshness": {
|
9
9
|
"type": "gh_release",
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
|
-
"gh_release_tag": "
|
11
|
+
"gh_release_tag": "stats_player",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:55:34.980735+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
|
-
"type":
|
17
|
-
"start":
|
16
|
+
"type": "season",
|
17
|
+
"start": 1999
|
18
18
|
},
|
19
19
|
"assignments": [
|
20
|
-
"fastr_team_id_repl"
|
20
|
+
"fastr_team_id_repl",
|
21
|
+
"player_stats_repl"
|
21
22
|
],
|
22
23
|
"map": {
|
23
24
|
"player_id": "object",
|
@@ -26,7 +27,7 @@
|
|
26
27
|
"position": "object",
|
27
28
|
"position_group": "object",
|
28
29
|
"headshot_url": "object",
|
29
|
-
"
|
30
|
+
"team": "object",
|
30
31
|
"season": "int32",
|
31
32
|
"week": "int32",
|
32
33
|
"season_type": "object",
|
@@ -35,9 +36,9 @@
|
|
35
36
|
"attempts": "int32",
|
36
37
|
"passing_yards": "int32",
|
37
38
|
"passing_tds": "int32",
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
39
|
+
"passing_interceptions": "int32",
|
40
|
+
"sacks_suffered": "int32",
|
41
|
+
"sack_yards_lost": "int32",
|
41
42
|
"sack_fumbles": "int32",
|
42
43
|
"sack_fumbles_lost": "int32",
|
43
44
|
"passing_air_yards": "int32",
|
@@ -46,7 +47,6 @@
|
|
46
47
|
"passing_epa": "float32",
|
47
48
|
"passing_2pt_conversions": "int32",
|
48
49
|
"pacr": "float32",
|
49
|
-
"dakota": "float32",
|
50
50
|
"carries": "int32",
|
51
51
|
"rushing_yards": "int32",
|
52
52
|
"rushing_tds": "int32",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"target_share": "float32",
|
71
71
|
"air_yards_share": "float32",
|
72
72
|
"wopr": "float32",
|
73
|
-
"special_teams_tds": "
|
73
|
+
"special_teams_tds": "float32",
|
74
74
|
"fantasy_points": "float32",
|
75
75
|
"fantasy_points_ppr": "float32"
|
76
76
|
}
|
@@ -1,23 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "player_stats",
|
3
3
|
"description": "nflfastR player stats",
|
4
|
-
"last_local_update": "
|
5
|
-
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/
|
4
|
+
"last_local_update": "2025-09-08T04:58:41.431267",
|
5
|
+
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/stats_player/stats_player_regpost_{0}.csv.gz",
|
6
6
|
"compression": "gzip",
|
7
7
|
"engine": "c",
|
8
8
|
"freshness": {
|
9
9
|
"type": "gh_release",
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
|
-
"gh_release_tag": "
|
11
|
+
"gh_release_tag": "stats_player",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:20.387617+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
|
-
"type":
|
17
|
-
"start":
|
16
|
+
"type": "season",
|
17
|
+
"start": 1999
|
18
18
|
},
|
19
19
|
"assignments": [
|
20
|
-
"fastr_team_id_repl"
|
20
|
+
"fastr_team_id_repl",
|
21
|
+
"player_stats_repl"
|
21
22
|
],
|
22
23
|
"map": {
|
23
24
|
"season": "int32",
|
@@ -34,9 +35,9 @@
|
|
34
35
|
"attempts": "int32",
|
35
36
|
"passing_yards": "int32",
|
36
37
|
"passing_tds": "int32",
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"passing_interceptions": "int32",
|
39
|
+
"sacks_suffered": "int32",
|
40
|
+
"sack_yards_lost": "int32",
|
40
41
|
"sack_fumbles": "int32",
|
41
42
|
"sack_fumbles_lost": "int32",
|
42
43
|
"passing_air_yards": "int32",
|
@@ -45,7 +46,6 @@
|
|
45
46
|
"passing_epa": "float32",
|
46
47
|
"passing_2pt_conversions": "int32",
|
47
48
|
"pacr": "float32",
|
48
|
-
"dakota": "float32",
|
49
49
|
"carries": "int32",
|
50
50
|
"rushing_yards": "int32",
|
51
51
|
"rushing_tds": "int32",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"target_share": "float32",
|
70
70
|
"air_yards_share": "float32",
|
71
71
|
"wopr": "float32",
|
72
|
-
"special_teams_tds": "
|
72
|
+
"special_teams_tds": "float32",
|
73
73
|
"fantasy_points": "float32",
|
74
74
|
"fantasy_points_ppr": "float32"
|
75
75
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "players",
|
3
3
|
"description": "nflfastR player meta data",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:58:43.424191",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/players/players.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "players",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:41.682543+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "qb_meta",
|
3
3
|
"description": "nflfastR qb meta data that maps elo to fastr datasets",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:57:59.291311",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfeloqb/refs/heads/main/Other%20Data/meta_data.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,14 +10,16 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfeloqb/commits?path=Other%20Data/meta_data.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:57:58.965531+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
17
17
|
"start": null
|
18
18
|
},
|
19
19
|
"assignments": [
|
20
|
-
"fastr_team_id_repl"
|
20
|
+
"fastr_team_id_repl",
|
21
|
+
"fix_elo_qb_names",
|
22
|
+
"fix_fastr_qb_names"
|
21
23
|
],
|
22
24
|
"map": {
|
23
25
|
"name_id": "object",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "qbelo",
|
3
3
|
"description": "538/nfelo QB Elo model",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:57:57.142264",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfeloqb/main/qb_elos.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfeloqb/commits?path=qb_elos.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:57:56.198386+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "qbr",
|
3
3
|
"description": "nflverse QBR",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:49:28.123140",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/espn_data/qbr_season_level.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "espn_data",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:27.562188+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "rosters",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:00.803835+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "srs",
|
3
3
|
"description": "A Simple Ranking System implimentation for the NFL",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:57:58.169729",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelosrs/main/srs_ratings.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelosrs/commits?path=srs_ratings.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:57:57.545538+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "stadiums",
|
3
3
|
"description": "Metadata for NFL stadiums, attached to their PFR ID",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:58:44.474923",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/stadiums.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/stadiums.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:44.091592+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -0,0 +1,44 @@
|
|
1
|
+
{
|
2
|
+
"name": "team_stadiums_rolling_stats",
|
3
|
+
"description": "Rolling HFA stats for the NFL",
|
4
|
+
"last_local_update": "2025-09-08T04:57:58.670196",
|
5
|
+
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/rolling_league_hfa.csv",
|
6
|
+
"compression": null,
|
7
|
+
"engine": "c",
|
8
|
+
"freshness": {
|
9
|
+
"type": "gh_commit",
|
10
|
+
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/rolling_league_hfa.csv",
|
11
|
+
"gh_release_tag": null,
|
12
|
+
"sla_seconds": 900,
|
13
|
+
"last_freshness_check": "2025-09-08T04:57:58.445724+00:00"
|
14
|
+
},
|
15
|
+
"iter": {
|
16
|
+
"type": null,
|
17
|
+
"start": null
|
18
|
+
},
|
19
|
+
"assignments": [],
|
20
|
+
"map": {
|
21
|
+
"season": "int32",
|
22
|
+
"week": "int32",
|
23
|
+
"win": "int32",
|
24
|
+
"loss": "int32",
|
25
|
+
"tie": "int32",
|
26
|
+
"mov": "float32",
|
27
|
+
"error": "float32",
|
28
|
+
"wins_l16": "float32",
|
29
|
+
"losses_l16": "float32",
|
30
|
+
"ties_l16": "float32",
|
31
|
+
"mov_l16": "float32",
|
32
|
+
"hfa_l16": "float32",
|
33
|
+
"wins_l80": "float32",
|
34
|
+
"losses_l80": "float32",
|
35
|
+
"ties_l80": "float32",
|
36
|
+
"mov_l80": "float32",
|
37
|
+
"hfa_l80": "float32",
|
38
|
+
"wins_all_time": "float32",
|
39
|
+
"losses_all_time": "float32",
|
40
|
+
"ties_all_time": "float32",
|
41
|
+
"mov_all_time": "float32",
|
42
|
+
"hfa_all_time": "float32"
|
43
|
+
}
|
44
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "team_stadiums",
|
3
3
|
"description": "Metadata and analytics for NFL teams and their stadiums",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:49:30.992529",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/team_stadiums.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/team_stadiums.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:30.756657+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
"name": "team_stadiums_rolling_stats",
|
3
|
+
"description": "Rolling stats for NFL teams and their stadiums",
|
4
|
+
"last_local_update": "2025-09-08T04:49:28.992597",
|
5
|
+
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/rolling_team_hfa.csv",
|
6
|
+
"compression": null,
|
7
|
+
"engine": "c",
|
8
|
+
"freshness": {
|
9
|
+
"type": "gh_commit",
|
10
|
+
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/rolling_team_hfa.csv",
|
11
|
+
"gh_release_tag": null,
|
12
|
+
"sla_seconds": 900,
|
13
|
+
"last_freshness_check": "2025-09-08T04:49:28.447969+00:00"
|
14
|
+
},
|
15
|
+
"iter": {
|
16
|
+
"type": null,
|
17
|
+
"start": null
|
18
|
+
},
|
19
|
+
"assignments": [],
|
20
|
+
"map": {
|
21
|
+
"season": "int32",
|
22
|
+
"week": "int32",
|
23
|
+
"team": "object",
|
24
|
+
"stadium": "object",
|
25
|
+
"mov": "float32",
|
26
|
+
"expected_mov": "float32",
|
27
|
+
"error": "float32",
|
28
|
+
"games_played": "float32",
|
29
|
+
"win": "float32",
|
30
|
+
"loss": "float32",
|
31
|
+
"tie": "float32",
|
32
|
+
"wins_l16": "float32",
|
33
|
+
"losses_l16": "float32",
|
34
|
+
"ties_l16": "float32",
|
35
|
+
"mov_l16": "float32",
|
36
|
+
"hfa_l16": "float32",
|
37
|
+
"wins_l80": "float32",
|
38
|
+
"losses_l80": "float32",
|
39
|
+
"ties_l80": "float32",
|
40
|
+
"mov_l80": "float32",
|
41
|
+
"hfa_l80": "float32",
|
42
|
+
"wins_all_time": "float32",
|
43
|
+
"losses_all_time": "float32",
|
44
|
+
"ties_all_time": "float32",
|
45
|
+
"mov_all_time": "float32",
|
46
|
+
"hfa_all_time": "float32"
|
47
|
+
}
|
48
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "wepa",
|
3
3
|
"description": "nfelo Weighted Expected Points Model",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-09-08T04:57:55.898958",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/wepa/main/data/wepa_by_game_pit.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/wepa/commits?path=data/wepa_by_game_pit.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:57:55.195213+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "wt_ratings",
|
3
3
|
"description": "Win Totals and ratings derived from win totals (WT Ratings)",
|
4
|
-
"last_local_update": "
|
4
|
+
"last_local_update": "2025-09-08T04:58:45.134473",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelosrs/main/wt_ratings.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelosrs/commits?path=wt_ratings.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-09-08T04:58:44.799516+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -45,7 +45,7 @@ def set_season_state():
|
|
45
45
|
|
46
46
|
## set values ##
|
47
47
|
global_variables['season_states']['last_full_week']['week'] = int(full.iloc[-1]['week'])
|
48
|
-
global_variables['season_states']['last_full_week']['season'] = int(
|
48
|
+
global_variables['season_states']['last_full_week']['season'] = int(full.iloc[-1]['season'])
|
49
49
|
global_variables['season_states']['last_partial_week']['week'] = int(partial.iloc[-1]['week'])
|
50
50
|
global_variables['season_states']['last_partial_week']['season'] = int(partial.iloc[-1]['season'])
|
51
51
|
try:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nfelodcm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.24
|
4
4
|
Summary: Python package for loading and caching CSVs hosted on github into pandas dataframes
|
5
5
|
Author-email: Robert Greer <nfl@robbygreer.com>
|
6
6
|
Maintainer-email: Robert Greer <nfl@robbygreer.com>
|
@@ -14,6 +14,7 @@ pyproject.toml
|
|
14
14
|
./nfelodcm/Engine/Assignments/assignments/format_player_file.py
|
15
15
|
./nfelodcm/Engine/Assignments/assignments/format_qb_file.py
|
16
16
|
./nfelodcm/Engine/Assignments/assignments/penalty_formatting.py
|
17
|
+
./nfelodcm/Engine/Assignments/assignments/player_stats_repl.py
|
17
18
|
./nfelodcm/Engine/Assignments/assignments/score_clean.py
|
18
19
|
./nfelodcm/Engine/Assignments/assignments/temp_players_handle.py
|
19
20
|
./nfelodcm/Engine/Primatives/DataPull.py
|
@@ -68,6 +69,7 @@ nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py
|
|
68
69
|
nfelodcm/Engine/Assignments/assignments/format_player_file.py
|
69
70
|
nfelodcm/Engine/Assignments/assignments/format_qb_file.py
|
70
71
|
nfelodcm/Engine/Assignments/assignments/penalty_formatting.py
|
72
|
+
nfelodcm/Engine/Assignments/assignments/player_stats_repl.py
|
71
73
|
nfelodcm/Engine/Assignments/assignments/score_clean.py
|
72
74
|
nfelodcm/Engine/Assignments/assignments/temp_players_handle.py
|
73
75
|
nfelodcm/Engine/Primatives/DataPull.py
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import pandas as pd
|
2
|
-
|
3
|
-
qb_name_repl = {
|
4
|
-
"Robert Griffin": "Robert Griffin III",
|
5
|
-
"A.J. McCarron": "AJ McCarron",
|
6
|
-
"Mitch Trubisky": "Mitchell Trubisky"
|
7
|
-
}
|
8
|
-
|
9
|
-
def fix_elo_qb_names(df):
|
10
|
-
'''
|
11
|
-
Standardizes QB names to match fastr
|
12
|
-
'''
|
13
|
-
## fix player names ##
|
14
|
-
df['qb1'] = df['qb1'].replace(qb_name_repl)
|
15
|
-
df['qb2'] = df['qb2'].replace(qb_name_repl)
|
16
|
-
## return ##
|
17
|
-
return df
|
@@ -1,44 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "team_stadiums_rolling_stats",
|
3
|
-
"description": "Rolling HFA stats for the NFL",
|
4
|
-
"last_local_update": "2022-02-21T21:36:04.215102",
|
5
|
-
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/rolling_league_hfa.csv",
|
6
|
-
"compression": null,
|
7
|
-
"engine": "c",
|
8
|
-
"freshness": {
|
9
|
-
"type": "gh_commit",
|
10
|
-
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/rolling_league_hfa.csv",
|
11
|
-
"gh_release_tag": null,
|
12
|
-
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2022-05-08T22:17:31.578742+00:00"
|
14
|
-
},
|
15
|
-
"iter": {
|
16
|
-
"type": null,
|
17
|
-
"start": null
|
18
|
-
},
|
19
|
-
"assignments": [],
|
20
|
-
"map": {
|
21
|
-
"season": "int32",
|
22
|
-
"week": "int32",
|
23
|
-
"win": "int32",
|
24
|
-
"loss": "int32",
|
25
|
-
"tie": "int32",
|
26
|
-
"mov": "float32",
|
27
|
-
"error": "float32",
|
28
|
-
"wins_l16": "float32",
|
29
|
-
"losses_l16": "float32",
|
30
|
-
"ties_l16": "float32",
|
31
|
-
"mov_l16": "float32",
|
32
|
-
"hfa_l16": "float32",
|
33
|
-
"wins_l80": "float32",
|
34
|
-
"losses_l80": "float32",
|
35
|
-
"ties_l80": "float32",
|
36
|
-
"mov_l80": "float32",
|
37
|
-
"hfa_l80": "float32",
|
38
|
-
"wins_all_time": "float32",
|
39
|
-
"losses_all_time": "float32",
|
40
|
-
"ties_all_time": "float32",
|
41
|
-
"mov_all_time": "float32",
|
42
|
-
"hfa_all_time": "float32"
|
43
|
-
}
|
44
|
-
}
|
@@ -1,48 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "team_stadiums_rolling_stats",
|
3
|
-
"description": "Rolling stats for NFL teams and their stadiums",
|
4
|
-
"last_local_update": "2022-02-21T21:36:04.215102",
|
5
|
-
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/rolling_team_hfa.csv",
|
6
|
-
"compression": null,
|
7
|
-
"engine": "c",
|
8
|
-
"freshness": {
|
9
|
-
"type": "gh_commit",
|
10
|
-
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/rolling_team_hfa.csv",
|
11
|
-
"gh_release_tag": null,
|
12
|
-
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2022-05-08T22:17:31.578742+00:00"
|
14
|
-
},
|
15
|
-
"iter": {
|
16
|
-
"type": null,
|
17
|
-
"start": null
|
18
|
-
},
|
19
|
-
"assignments": [],
|
20
|
-
"map": {
|
21
|
-
"season": "int32",
|
22
|
-
"week": "int32",
|
23
|
-
"team": "object",
|
24
|
-
"stadium": "object",
|
25
|
-
"mov": "float32",
|
26
|
-
"expected_mov": "float32",
|
27
|
-
"error": "float32",
|
28
|
-
"games_played": "float32",
|
29
|
-
"win": "float32",
|
30
|
-
"loss": "float32",
|
31
|
-
"tie": "float32",
|
32
|
-
"wins_l16": "float32",
|
33
|
-
"losses_l16": "float32",
|
34
|
-
"ties_l16": "float32",
|
35
|
-
"mov_l16": "float32",
|
36
|
-
"hfa_l16": "float32",
|
37
|
-
"wins_l80": "float32",
|
38
|
-
"losses_l80": "float32",
|
39
|
-
"ties_l80": "float32",
|
40
|
-
"mov_l80": "float32",
|
41
|
-
"hfa_l80": "float32",
|
42
|
-
"wins_all_time": "float32",
|
43
|
-
"losses_all_time": "float32",
|
44
|
-
"ties_all_time": "float32",
|
45
|
-
"mov_all_time": "float32",
|
46
|
-
"hfa_all_time": "float32"
|
47
|
-
}
|
48
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
{nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py
RENAMED
File without changes
|
{nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py
RENAMED
File without changes
|
{nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py
RENAMED
File without changes
|
File without changes
|
{nfelodcm-0.1.22 → nfelodcm-0.1.24}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|