We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6099beb commit 1211831Copy full SHA for 1211831
python-package/itscalledsoccer/client.py
@@ -93,7 +93,7 @@ def _convert_name_to_id(self, type: str, name: str) -> str:
93
elif type == "team":
94
lookup = self.teams
95
names = self.teams["team_name"].to_list()
96
-
+
97
# Getting back nan from the API for some names
98
names = [n for n in names if pd.isnull(n) == False]
99
0 commit comments