Spaces:
Running
Running
Jon Solow
commited on
Commit
·
5a31ca8
1
Parent(s):
f6798fc
Use fixed ecr for moment
Browse files- src/pages/1_Keepers.py +1 -1
src/pages/1_Keepers.py
CHANGED
@@ -15,7 +15,7 @@ def load_player_ids() -> pd.DataFrame:
|
|
15 |
|
16 |
|
17 |
def load_adp() -> pd.DataFrame:
|
18 |
-
df = pd.read_csv(r"https://raw.githubusercontent.com/dynastyprocess/data/
|
19 |
df = df.loc[
|
20 |
df.fp_page == "/nfl/rankings/ppr-superflex-cheatsheets.php",
|
21 |
[
|
|
|
15 |
|
16 |
|
17 |
def load_adp() -> pd.DataFrame:
|
18 |
+
df = pd.read_csv(r"https://raw.githubusercontent.com/dynastyprocess/data/eb26796307b0cee1df237381ce59f5290846efec/files/db_fpecr_latest.csv")
|
19 |
df = df.loc[
|
20 |
df.fp_page == "/nfl/rankings/ppr-superflex-cheatsheets.php",
|
21 |
[
|