TopDownHockey-Scraper 6.0.3__py3-none-any.whl → 6.0.4__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 +1 -1
- {topdownhockey_scraper-6.0.3.dist-info → topdownhockey_scraper-6.0.4.dist-info}/METADATA +1 -1
- topdownhockey_scraper-6.0.4.dist-info/RECORD +7 -0
- topdownhockey_scraper-6.0.3.dist-info/RECORD +0 -7
- {topdownhockey_scraper-6.0.3.dist-info → topdownhockey_scraper-6.0.4.dist-info}/WHEEL +0 -0
- {topdownhockey_scraper-6.0.3.dist-info → topdownhockey_scraper-6.0.4.dist-info}/licenses/LICENSE +0 -0
- {topdownhockey_scraper-6.0.3.dist-info → topdownhockey_scraper-6.0.4.dist-info}/top_level.txt +0 -0
|
@@ -2528,7 +2528,7 @@ def full_scrape_1by1(game_id_list, live = False, shift_to_espn = True):
|
|
|
2528
2528
|
print('Scraping ESPN IDs')
|
|
2529
2529
|
espn_id = scrape_espn_ids_single_game(str(game_date.date()), espn_home_team, espn_away_team).espn_id.iloc[0]
|
|
2530
2530
|
print('Scraping ESPN Events')
|
|
2531
|
-
print('Here is the ESPN ID'
|
|
2531
|
+
print('Here is the ESPN ID:' espn_id)
|
|
2532
2532
|
event_coords = scrape_espn_events(int(espn_id))
|
|
2533
2533
|
event_coords['coordinate_source'] = 'espn'
|
|
2534
2534
|
events = single.merge(event_coords, on = ['event_player_1', 'game_seconds', 'period', 'version', 'event'], how = 'left').drop(columns = ['espn_id'])
|
|
@@ -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=EZBcSXt9euNVky8pye_JDFk9asXGOfumcr1VUdsyXQs,163862
|
|
3
|
+
topdownhockey_scraper-6.0.4.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
4
|
+
topdownhockey_scraper-6.0.4.dist-info/METADATA,sha256=-rdPw0MmjyxVL1TkkSnEnw2TDEKCn2ukUdej-Z7fdcA,5670
|
|
5
|
+
topdownhockey_scraper-6.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
topdownhockey_scraper-6.0.4.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
|
|
7
|
+
topdownhockey_scraper-6.0.4.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=8mZ81SkUw542HK4NYYuwrxd3biPxnY-rUivc5xMU6qk,163862
|
|
3
|
-
topdownhockey_scraper-6.0.3.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
4
|
-
topdownhockey_scraper-6.0.3.dist-info/METADATA,sha256=BbZmwxfH2EwLYUMToFHnvwpRKIRpWiHaFcxMBpjV8TY,5670
|
|
5
|
-
topdownhockey_scraper-6.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
topdownhockey_scraper-6.0.3.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
|
|
7
|
-
topdownhockey_scraper-6.0.3.dist-info/RECORD,,
|
|
File without changes
|
{topdownhockey_scraper-6.0.3.dist-info → topdownhockey_scraper-6.0.4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{topdownhockey_scraper-6.0.3.dist-info → topdownhockey_scraper-6.0.4.dist-info}/top_level.txt
RENAMED
|
File without changes
|