pandas作者Wes McKinney 在【PYTHON FOR DATA ANALYSIS】中对pandas的方方面面都有了一个权威简明的入门级的介绍,但在实际使用过程中,我发现书中的内容还只是冰山一角...: column labels
DataFrame.as_matrix([columns]) 转换为矩阵
DataFrame.dtypes 返回数据的类型
DataFrame.ftypes Return...DataFrame.isin(values) 是否包含数据框中的元素
DataFrame.where(cond[, other, inplace, …]) 条件筛选
DataFrame.mask(cond...DataFrame.corr([method, min_periods]) 返回本数据框成对列的相关性系数
DataFrame.corrwith(other[, axis, drop]) 返回不同数据框的相关性...DataFrame.drop(labels[, axis, level, …]) 返回删除的列
DataFrame.drop_duplicates([subset, keep, …]) Return DataFrame