数据探索 Quick exploration df.head(3) df.info() df.describe() Indexing df.ix[0] df.iloc[3] df.loc[0:4,'Ticket'] df['Ticket'].head()