TopDownHockey-Scraper 4.0.0__py3-none-any.whl → 4.0.1__py3-none-any.whl
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.
Potentially problematic release.
This version of TopDownHockey-Scraper might be problematic. Click here for more details.
- TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py +6 -4
- {TopDownHockey_Scraper-4.0.0.dist-info → TopDownHockey_Scraper-4.0.1.dist-info}/METADATA +1 -1
- TopDownHockey_Scraper-4.0.1.dist-info/RECORD +7 -0
- TopDownHockey_Scraper-4.0.0.dist-info/RECORD +0 -7
- {TopDownHockey_Scraper-4.0.0.dist-info → TopDownHockey_Scraper-4.0.1.dist-info}/LICENSE +0 -0
- {TopDownHockey_Scraper-4.0.0.dist-info → TopDownHockey_Scraper-4.0.1.dist-info}/WHEEL +0 -0
- {TopDownHockey_Scraper-4.0.0.dist-info → TopDownHockey_Scraper-4.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1980,8 +1980,9 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
|
|
|
1980
1980
|
np.where(gamedays.away_team=='KNIGHTS', 'VGK',
|
|
1981
1981
|
np.where(gamedays.away_team=='CAPITALS', 'WSH',
|
|
1982
1982
|
np.where(gamedays.away_team=='JETS', 'WPG',
|
|
1983
|
-
np.where(gamedays.away_team=='CLUB', 'UTA',
|
|
1984
|
-
|
|
1983
|
+
np.where(gamedays.away_team=='CLUB', 'UTA',
|
|
1984
|
+
np.where(gamedays.away_team=='HOCKEY', 'UTA', 'mistake'
|
|
1985
|
+
))))))))))))))))))))))))))))))))))))))
|
|
1985
1986
|
)
|
|
1986
1987
|
|
|
1987
1988
|
gamedays = gamedays.assign(
|
|
@@ -2021,8 +2022,9 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
|
|
|
2021
2022
|
np.where(gamedays.home_team=='KNIGHTS', 'VGK',
|
|
2022
2023
|
np.where(gamedays.home_team=='CAPITALS', 'WSH',
|
|
2023
2024
|
np.where(gamedays.home_team=='JETS', 'WPG',
|
|
2024
|
-
np.where(gamedays.home_team=='CLUB', 'UTA',
|
|
2025
|
-
|
|
2025
|
+
np.where(gamedays.home_team=='CLUB', 'UTA',
|
|
2026
|
+
np.where(gamedays.home_team=='HOCKEY', 'UTA', 'mistake'
|
|
2027
|
+
))))))))))))))))))))))))))))))))))))))
|
|
2026
2028
|
)
|
|
2027
2029
|
|
|
2028
2030
|
gamedays = gamedays[(gamedays.game_date==this_date) & (gamedays.home_team==home_team) & (gamedays.away_team==away_team)]
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=j-7gTk-cp_0LyZihNxm67xH9KdA3Fx4xrFKKu3-9-rU,42245
|
|
2
|
+
TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=KYIDRpxvZJdLA5AsMGqmxpnCh87LbZJLEIU42i4ULDI,153759
|
|
3
|
+
TopDownHockey_Scraper-4.0.1.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
4
|
+
TopDownHockey_Scraper-4.0.1.dist-info/METADATA,sha256=jWKaLwhy1rOIth7qe8rcqlqLGBjas2c-sLg_2ljvE2Y,5462
|
|
5
|
+
TopDownHockey_Scraper-4.0.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
6
|
+
TopDownHockey_Scraper-4.0.1.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
|
|
7
|
+
TopDownHockey_Scraper-4.0.1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=j-7gTk-cp_0LyZihNxm67xH9KdA3Fx4xrFKKu3-9-rU,42245
|
|
2
|
-
TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=jPYnjZMTN6tvQgAvQo9mmFSVQmc4-fEra1jLeuFRkpA,153624
|
|
3
|
-
TopDownHockey_Scraper-4.0.0.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
4
|
-
TopDownHockey_Scraper-4.0.0.dist-info/METADATA,sha256=5CD1aQY7EMR8wuQcRmItqnY9Uk9Ews8P0Sx_b3sJFUI,5462
|
|
5
|
-
TopDownHockey_Scraper-4.0.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
6
|
-
TopDownHockey_Scraper-4.0.0.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
|
|
7
|
-
TopDownHockey_Scraper-4.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{TopDownHockey_Scraper-4.0.0.dist-info → TopDownHockey_Scraper-4.0.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|