We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
League and Season Statistics
League Statistics
Method | Description | Return Value |
---|---|---|
count_of_teams |
Total number of teams in the data. | Integer |
best_offense |
Name of the team with the highest average number of goals scored per game across all seasons. | String |
worst_offense |
Name of the team with the lowest average number of goals scored per game across all seasons. | String |
best_defense |
Name of the team with the lowest average number of goals allowed per game across all seasons. | String |
worst_defense |
Name of the team with the highest average number of goals allowed per game across all seasons. | String |
highest_scoring_visitor |
Name of the team with the highest average score per game across all seasons when they are away. | String |
highest_scoring_home_team |
Name of the team with the highest average score per game across all seasons when they are home. | String |
lowest_scoring_visitor |
Name of the team with the lowest average score per game across all seasons when they are a visitor. | String |
lowest_scoring_home_team |
Name of the team with the lowest average score per game across all seasons when they are at home. | String |
winningest_team |
Name of the team with the highest win percentage across all seasons. | String |
best_fans |
Name of the team with biggest difference between home and away win percentages. | String |
worst_fans |
List of names of all teams with better away records than home records. | Array |