//anaconda/lib/python3.5/site-packages/IPython/core/interactiveshell.py:2723: DtypeWarning: Columns (26) have mixed types. Specify dtype option on import or set low_memory=False.
interactivity=interactivity, compiler=compiler, result=result)
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 46129 entries, 0 to 46128
Data columns (total 64 columns):
Unnamed: 0 46129 non-null int64
Date 46129 non-null object
GameID 46129 non-null int64
Drive 46129 non-null int64
qtr 46129 non-null int64
down 39006 non-null float64
time 46102 non-null object
TimeUnder 46102 non-null float64
TimeSecs 46102 non-null float64
PlayTimeDiff 46075 non-null float64
SideofField 46063 non-null object
yrdln 46021 non-null float64
yrdline100 46021 non-null float64
ydstogo 46129 non-null int64
ydsnet 46129 non-null int64
GoalToGo 46021 non-null float64
FirstDown 42811 non-null float64
posteam 42878 non-null object
DefensiveTeam 42878 non-null object
desc 46129 non-null object
PlayAttempted 46129 non-null int64
Yards.Gained 46129 non-null int64
sp 46129 non-null int64
Touchdown 46129 non-null int64
ExPointResult 1131 non-null object
TwoPointConv 89 non-null object
DefTwoPoint 5 non-null object
Safety 46129 non-null int64
PlayType 46129 non-null object
Passer 19398 non-null object
PassAttempt 46129 non-null int64
PassOutcome 19435 non-null object
PassLength 19291 non-null object
PassLocation 19291 non-null object
InterceptionThrown 46129 non-null int64
Interceptor 467 non-null object
Rusher 13080 non-null object
RushAttempt 46129 non-null int64
RunLocation 12969 non-null object
RunGap 9588 non-null object
Receiver 18458 non-null object
Reception 46129 non-null int64
ReturnResult 2340 non-null object
Returner 2490 non-null object
Tackler1 24903 non-null object
Tackler2 3356 non-null object
FieldGoalResult 1001 non-null object
FieldGoalDistance 989 non-null float64
Fumble 46129 non-null int64
RecFumbTeam 481 non-null object
RecFumbPlayer 481 non-null object
Sack 46129 non-null int64
Challenge.Replay 46129 non-null int64
ChalReplayResult 413 non-null object
Accepted.Penalty 46129 non-null int64
PenalizedTeam 3535 non-null object
PenaltyType 1952 non-null object
PenalizedPlayer 3404 non-null object
Penalty.Yards 46129 non-null int64
PosTeamScore 42878 non-null float64
DefTeamScore 42878 non-null float64
ScoreDiff 42878 non-null float64
AbsScoreDiff 42878 non-null float64
Season 46129 non-null int64
dtypes: float64(13), int64(21), object(30)
memory usage: 22.5+ MB