Skip to content

Commit

Permalink
Decrease kickers again
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti committed Aug 28, 2024
1 parent b62bce8 commit 0af5e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def validate(df, strict=True, skip_fantasy_pros_check=False):
"""Throw an exception if we're missing players at a certain position. These numbers are logical estimates."""

logging.info("scraped %d players", len(df))
pos_counts = {"QB": 32, "RB": 64, "WR": 64, "TE": 28, "DST": 32, "K": 26}
pos_counts = {"QB": 32, "RB": 64, "WR": 64, "TE": 28, "DST": 32, "K": 15}
pos_unique = df.pos.unique()

for pos, count in pos_counts.items():
Expand Down

0 comments on commit 0af5e99

Please sign in to comment.