nfelodcm 0.1.18__tar.gz → 0.1.20__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.
Files changed (56) hide show
  1. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/PKG-INFO +1 -1
  2. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py +2 -1
  3. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/coaches.json +1 -1
  4. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/filmmargins.json +1 -1
  5. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/games.json +1 -1
  6. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/hfa.json +1 -1
  7. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/logos.json +1 -1
  8. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/market_data.json +1 -1
  9. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/nfelo_games.json +1 -1
  10. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/participants.json +1 -1
  11. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/pbp.json +1 -1
  12. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/player_stats.json +1 -1
  13. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/players.json +2 -2
  14. nfelodcm-0.1.20/nfelodcm/Maps/qb_meta.json +42 -0
  15. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/qbelo.json +1 -1
  16. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/qbr.json +1 -1
  17. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/rosters.json +1 -1
  18. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/srs_ratings.json +1 -1
  19. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/stadiums.json +1 -1
  20. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/team_stadiums.json +1 -1
  21. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/wepa.json +1 -1
  22. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Maps/wt_ratings.json +1 -1
  23. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm.egg-info/PKG-INFO +1 -1
  24. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm.egg-info/SOURCES.txt +2 -0
  25. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/pyproject.toml +1 -1
  26. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/README.md +0 -0
  27. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/__init__.py +0 -0
  28. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/__init__.py +0 -0
  29. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignment.py +0 -0
  30. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/__init__.py +0 -0
  31. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py +0 -0
  32. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/format_player_file.py +0 -0
  33. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/format_qb_file.py +0 -0
  34. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py +0 -0
  35. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/score_clean.py +0 -0
  36. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py +0 -0
  37. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/DCMTable.py +0 -0
  38. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Primatives/DataPull.py +0 -0
  39. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Primatives/Freshness.py +0 -0
  40. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Primatives/LocalIO.py +0 -0
  41. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Primatives/TableMap.py +0 -0
  42. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/Primatives/__init__.py +0 -0
  43. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Engine/__init__.py +0 -0
  44. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/__init__.py +0 -0
  45. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/checks.py +0 -0
  46. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/extract_map.py +0 -0
  47. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/global_variables.json +0 -0
  48. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/load_maps.py +0 -0
  49. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/retrieve_season_state.py +0 -0
  50. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/Utilities/set_season_state.py +0 -0
  51. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/nfelodcm.py +0 -0
  52. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm/tests.py +0 -0
  53. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm.egg-info/dependency_links.txt +0 -0
  54. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm.egg-info/requires.txt +0 -0
  55. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/nfelodcm.egg-info/top_level.txt +0 -0
  56. {nfelodcm-0.1.18 → nfelodcm-0.1.20}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nfelodcm
3
- Version: 0.1.18
3
+ Version: 0.1.20
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>
@@ -18,7 +18,8 @@ def team_id_repl(df):
18
18
  'posteam', 'defteam', 'penalty_team',
19
19
  'side_of_field', 'timeout_team', 'td_team',
20
20
  'return_team', 'possession_team',
21
- 'recent_team', 'opponent_team'
21
+ 'recent_team', 'opponent_team',
22
+ 'draft_team', 'draft_club'
22
23
  ]:
23
24
  if col in df.columns:
24
25
  df[col] = df[col].replace(repl)
@@ -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-04-11T03:43:44.723569+00:00"
13
+ "last_freshness_check": "2025-04-12T21:14:03.026605+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-04-11T03:40:13.559253+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:16.847318+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/nfldata/commits",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 500,
13
- "last_freshness_check": "2025-04-11T03:40:12.791636+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:16.138961+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/nfelohfa/commits?path=estimated_hfa.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:45.669221+00:00"
13
+ "last_freshness_check": "2025-04-12T21:14:03.971447+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-04-11T03:40:13.189362+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:16.506014+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/nfelomarket_data/commits?path=Data/lines.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:14.936702+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:56.738477+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/nfelo/commits?path=output_data/nfelo_games.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:08.957068+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:53.245370+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": "pbp_participation",
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:38.965336+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:57.794800+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": "season",
@@ -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-04-11T03:40:14.186786+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:17.528201+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": "season",
@@ -10,7 +10,7 @@
10
10
  "gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
11
11
  "gh_release_tag": "player_stats",
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:10.220176+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:54.224513+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": null,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "players",
3
3
  "description": "nflfastR player meta data",
4
- "last_local_update": "2025-04-11T03:43:44.328746",
4
+ "last_local_update": "2025-04-12T21:14:02.697278",
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-04-11T03:43:41.668023+00:00"
13
+ "last_freshness_check": "2025-04-12T21:14:00.411034+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": null,
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "qb_meta",
3
+ "description": "nflfastR qb meta data that maps elo to fastr datasets",
4
+ "last_local_update": "2025-04-12T21:13:56.388718",
5
+ "download_url": "https://raw.githubusercontent.com/greerreNFL/nfeloqb/refs/heads/main/Other%20Data/meta_data.csv",
6
+ "compression": null,
7
+ "engine": "c",
8
+ "freshness": {
9
+ "type": "gh_commit",
10
+ "gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfeloqb/commits?path=Other%20Data/meta_data.csv",
11
+ "gh_release_tag": null,
12
+ "sla_seconds": 900,
13
+ "last_freshness_check": "2025-04-12T21:13:56.237127+00:00"
14
+ },
15
+ "iter": {
16
+ "type": null,
17
+ "start": null
18
+ },
19
+ "assignments": [
20
+ "fastr_team_id_repl"
21
+ ],
22
+ "map": {
23
+ "name_id": "object",
24
+ "gsis_id": "object",
25
+ "display_name": "object",
26
+ "football_name": "object",
27
+ "first_name": "object",
28
+ "last_name": "object",
29
+ "short_name": "object",
30
+ "status": "object",
31
+ "dob": "object",
32
+ "college": "object",
33
+ "height": "float32",
34
+ "weight": "float32",
35
+ "entry_year": "float32",
36
+ "rookie_year": "float32",
37
+ "draft_number": "float32",
38
+ "draft_round": "float32",
39
+ "draft_team": "object",
40
+ "headshot_url": "object"
41
+ }
42
+ }
@@ -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-04-11T03:43:13.960461+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:55.477568+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": "espn_data",
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:40:11.568916+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:15.817894+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-04-11T03:43:15.395917+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:57.205221+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": "season",
@@ -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-04-11T03:43:14.511337+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:55.944475+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/Stadiums/commits?path=data/stadiums.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:45.025132+00:00"
13
+ "last_freshness_check": "2025-04-12T21:14:03.338991+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/Stadiums/commits?path=data/team_stadiums.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:40:13.883435+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:17.198178+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/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-04-11T03:43:13.566080+00:00"
13
+ "last_freshness_check": "2025-04-12T21:13:55.100791+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/nfelosrs/commits?path=wt_ratings.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-11T03:43:45.314437+00:00"
13
+ "last_freshness_check": "2025-04-12T21:14:03.641370+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": null,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nfelodcm
3
- Version: 0.1.18
3
+ Version: 0.1.20
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>
@@ -32,6 +32,7 @@ pyproject.toml
32
32
  ./nfelodcm/Maps/pbp.json
33
33
  ./nfelodcm/Maps/player_stats.json
34
34
  ./nfelodcm/Maps/players.json
35
+ ./nfelodcm/Maps/qb_meta.json
35
36
  ./nfelodcm/Maps/qbelo.json
36
37
  ./nfelodcm/Maps/qbr.json
37
38
  ./nfelodcm/Maps/rosters.json
@@ -82,6 +83,7 @@ nfelodcm/Maps/participants.json
82
83
  nfelodcm/Maps/pbp.json
83
84
  nfelodcm/Maps/player_stats.json
84
85
  nfelodcm/Maps/players.json
86
+ nfelodcm/Maps/qb_meta.json
85
87
  nfelodcm/Maps/qbelo.json
86
88
  nfelodcm/Maps/qbr.json
87
89
  nfelodcm/Maps/rosters.json
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nfelodcm"
7
- version = "0.1.18"
7
+ version = "0.1.20"
8
8
  readme = "README.md"
9
9
  requires-python = ">=3.11"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes
File without changes