TopDownHockey-Scraper 3.1.1__py3-none-any.whl → 3.2.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.

@@ -1914,7 +1914,8 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
1914
1914
  home_team = np.where(gamedays.home_team=='ST LOUIS BLUES', 'ST. LOUIS BLUES', gamedays.home_team),
1915
1915
  away_team = np.where(gamedays.away_team=='ST LOUIS BLUES', 'ST. LOUIS BLUES', gamedays.away_team),
1916
1916
  espn_id = gamedays.espn_id.str.split('/').str[0].astype(int)
1917
-
1917
+
1918
+ )
1918
1919
  #gamedays = gamedays.assign(
1919
1920
  # home_team = np.where(gamedays.home_team=='WINNIPEG JETS', 'ATLANTA THRASHERS', gamedays.home_team),
1920
1921
  # away_team = np.where(gamedays.away_team=='WINNIPEG JETS', 'ATLANTA THRASHERS', gamedays.away_team),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TopDownHockey_Scraper
3
- Version: 3.1.1
3
+ Version: 3.2.1
4
4
  Summary: The TopDownHockey Scraper
5
5
  Home-page: https://github.com/TopDownHockey/TopDownHockey_Scraper
6
6
  Author: Patrick Bacon
@@ -0,0 +1,7 @@
1
+ TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=-EPVHQc06W8OcpVoTQvpUH40sjLj9Nwsv1-y3ANrOiQ,45380
2
+ TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=rkYVAUrjQuRdkXXLrUaYTJKDDElp1JYvIa4JSnemhbY,148401
3
+ TopDownHockey_Scraper-3.2.1.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
+ TopDownHockey_Scraper-3.2.1.dist-info/METADATA,sha256=Kw3CzjjjiGhuH2Gic35xQQWQVOO6wBvXg8RI5KXY45E,5462
5
+ TopDownHockey_Scraper-3.2.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
+ TopDownHockey_Scraper-3.2.1.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
7
+ TopDownHockey_Scraper-3.2.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=-EPVHQc06W8OcpVoTQvpUH40sjLj9Nwsv1-y3ANrOiQ,45380
2
- TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=m2xNhjfqJj5WwA2c0MQoPcnJJl3EafMOGfqeOnPb2wA,148399
3
- TopDownHockey_Scraper-3.1.1.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
- TopDownHockey_Scraper-3.1.1.dist-info/METADATA,sha256=araXq7_Cotj0-P6yOit_rlCIw_I7wlyKQ8hsy_VhzYM,5462
5
- TopDownHockey_Scraper-3.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- TopDownHockey_Scraper-3.1.1.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
7
- TopDownHockey_Scraper-3.1.1.dist-info/RECORD,,