pandas 行列索引及值的获取

参考https://www.cnblogs.com/liulangmao/p/9248930.html

1.在dataframe结构中,index与column分别代表行、列索引。

pandas 行列索引及值的获取_第1张图片

2.获取值

pandas 行列索引及值的获取_第2张图片

pandas 行列索引及值的获取_第3张图片

pandas 行列索引及值的获取_第4张图片

4.获取第一列命名值df.index;获取值df.values

pandas 行列索引及值的获取_第5张图片

 

 

 

 

 

你可能感兴趣的:(数据处理)