df.index # 返回index (即行名) df.columns # 返回列信息 df.values # 返回数据 (numpy array)