kp_confhistory
#
DescriptionGet KenPom's historical conference ratings
#
Usagekp_confhistory(conf)
#
ArgumentsArgument | Description |
---|---|
conf | Used to limit to players in a specific conference. Allowed values are: 'A10', 'ACC', 'AE', 'AMER', 'ASUN', 'B10', 'B12', 'BE', 'BSKY', 'BSTH', 'BW', 'CAA', 'CUSA', 'HORZ', 'IND', IVY', 'MAAC', 'MAC', 'MEAC', 'MVC', 'MWC', 'NEC', 'OVC', 'P12', 'PAT', 'SB', 'SC', 'SEC', 'SLND', 'SUM', 'SWAC', 'WAC', 'WCC'. If you try to use a conference that doesn't exist for a given season, like 'IND' and '2018', you'll get an empty table, as kenpom.com doesn't serve 404 pages for invalid table queries like that. No filter applied by default. |
#
ValueA data frame with 23 columns:
Year
- integerRank
- characterTempo
- doubleEfficiency
- doubleeFG.Pct
- doubleTO.Pct
- doubleOR.Pct
- doubleFTR
- doubleFG2.Pct
- doubleFG3.Pct
- doubleFT.Pct
- doubleFG3A.Pct
- doubleA.Pct
- doubleBlk.Pct
- doubleStl.Pct
- doubleHomeRecord
- characterBids
- characterS16
- characterF4
- characterCH
- characterRegSeasonChamp
- characterTourneyChamp
- characterBestTeam
- character
#
Exampleskp_confhistory(conf='ACC')