SeriesPost
SeriesPost()
Returns the SeriesPost
table as a DataFrame
.
The SeriesPost
table contains information about postseason series results. The columns of the table are documented as the function returns.
Returns
yearID : int
-
Year
round : str
-
Level of playoffs
teamIDwinner : str
-
Team ID of the team that won the series
lgIDwinner : str
-
League ID of the team that won the series
teamIDloser : str
-
Team ID of the team that lost the series
lgIDloser : str
-
League ID of the team that lost the series
wins : int
-
Wins by team that won the series
losses : int
-
Losses by team that won the series
ties : int
-
Tie games