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 36084af commit d5fb0c9Copy full SHA for d5fb0c9
README.md
@@ -101,12 +101,16 @@ print(statsapi.standings(date='07/04/2018'))
101
102
### Print the top 5 team leaders in walks for the 2008 Phillies
103
104
+Use `statsapi.team_leaders()`
105
+
106
```
107
print(statsapi.team_leaders(143,'walks',limit=5,season=2008))
108
109
110
### Print the top 10 all time single season leaders in doubles
111
112
+use `statsapi.league_leaders()`
113
114
115
print(statsapi.league_leaders('doubles',statGroup='hitting',limit=10))
116
0 commit comments