TopDownHockey-Scraper 3.2.4__py3-none-any.whl → 3.2.5__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.

@@ -1950,9 +1950,9 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
1950
1950
  np.where(gamedays.away_team=='HURRICANES', 'CAR',
1951
1951
  np.where(gamedays.away_team=='BLACKHAWKS', 'CHI',
1952
1952
  np.where(gamedays.away_team=='AVALANCHE', 'COL',
1953
- np.where(gamedays.away_team=='BLUE JACKETS', 'CBJ',
1953
+ np.where(gamedays.away_team=='BLUE', 'CBJ',
1954
1954
  np.where(gamedays.away_team=='STARS', 'DAL',
1955
- np.where(gamedays.away_team=='RED WINGS', 'DET',
1955
+ np.where(gamedays.away_team=='RED', 'DET',
1956
1956
  np.where(gamedays.away_team=='OILERS', 'EDM',
1957
1957
  np.where(gamedays.away_team=='PANTHERS', 'FLA',
1958
1958
  np.where(gamedays.away_team=='KINGS', 'LAK',
@@ -1969,9 +1969,9 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
1969
1969
  np.where(gamedays.away_team=='KRAKEN', 'SEA',
1970
1970
  np.where(gamedays.away_team=='BLUES', 'STL',
1971
1971
  np.where(gamedays.away_team=='LIGHTNING', 'TBL',
1972
- np.where(gamedays.away_team=='MAPLE LEAFS', 'TOR',
1972
+ np.where(gamedays.away_team=='MAPLE', 'TOR',
1973
1973
  np.where(gamedays.away_team=='CANUCKS', 'VAN',
1974
- np.where(gamedays.away_team=='GOLDEN KNIGHTS', 'VGK',
1974
+ np.where(gamedays.away_team=='GOLDEN', 'VGK',
1975
1975
  np.where(gamedays.away_team=='CAPITALS', 'WSH',
1976
1976
  np.where(gamedays.away_team=='JETS', 'WPG', 'mistake'
1977
1977
  ))))))))))))))))))))))))))))))))
@@ -1986,9 +1986,9 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
1986
1986
  np.where(gamedays.home_team=='HURRICANES', 'CAR',
1987
1987
  np.where(gamedays.home_team=='BLACKHAWKS', 'CHI',
1988
1988
  np.where(gamedays.home_team=='AVALANCHE', 'COL',
1989
- np.where(gamedays.home_team=='BLUE JACKETS', 'CBJ',
1989
+ np.where(gamedays.home_team=='BLUE', 'CBJ',
1990
1990
  np.where(gamedays.home_team=='STARS', 'DAL',
1991
- np.where(gamedays.home_team=='RED WINGS', 'DET',
1991
+ np.where(gamedays.home_team=='RED', 'DET',
1992
1992
  np.where(gamedays.home_team=='OILERS', 'EDM',
1993
1993
  np.where(gamedays.home_team=='PANTHERS', 'FLA',
1994
1994
  np.where(gamedays.home_team=='KINGS', 'LAK',
@@ -2005,9 +2005,9 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
2005
2005
  np.where(gamedays.home_team=='KRAKEN', 'SEA',
2006
2006
  np.where(gamedays.home_team=='BLUES', 'STL',
2007
2007
  np.where(gamedays.home_team=='LIGHTNING', 'TBL',
2008
- np.where(gamedays.home_team=='MAPLE LEAFS', 'TOR',
2008
+ np.where(gamedays.home_team=='MAPLE', 'TOR',
2009
2009
  np.where(gamedays.home_team=='CANUCKS', 'VAN',
2010
- np.where(gamedays.home_team=='GOLDEN KNIGHTS', 'VGK',
2010
+ np.where(gamedays.home_team=='GOLDEN', 'VGK',
2011
2011
  np.where(gamedays.home_team=='CAPITALS', 'WSH',
2012
2012
  np.where(gamedays.home_team=='JETS', 'WPG', 'mistake'
2013
2013
  ))))))))))))))))))))))))))))))))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TopDownHockey_Scraper
3
- Version: 3.2.4
3
+ Version: 3.2.5
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=ZMkQN-3tLlHX4qAYFgFLYjSoKHauQgre4lk8WCYozpU,152676
3
+ TopDownHockey_Scraper-3.2.5.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
+ TopDownHockey_Scraper-3.2.5.dist-info/METADATA,sha256=GmyBTq7cLe_4koVkJxB3WNw2Z8Dikv4JnjHgozVcTGI,5462
5
+ TopDownHockey_Scraper-3.2.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
+ TopDownHockey_Scraper-3.2.5.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
7
+ TopDownHockey_Scraper-3.2.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=-EPVHQc06W8OcpVoTQvpUH40sjLj9Nwsv1-y3ANrOiQ,45380
2
- TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=tyoVXA1xUGV7lQpu17C01aRovLCjZjgRxilfaGsrMvk,152732
3
- TopDownHockey_Scraper-3.2.4.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
- TopDownHockey_Scraper-3.2.4.dist-info/METADATA,sha256=06QIG7laRJlM9Nf-JB80yFknIHsaIQ6NvKl9SiEanmQ,5462
5
- TopDownHockey_Scraper-3.2.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
- TopDownHockey_Scraper-3.2.4.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
7
- TopDownHockey_Scraper-3.2.4.dist-info/RECORD,,