pandas数据处理常用函数2017-06-23 本文已影响0人 DaiZhenye 数据探索 Quick exploration df.head(3) df.info() df.describe() Indexing df.ix[0] df.iloc[3] df.loc[0:4,'Ticket'] df['Ticket'].head()