位置: IT常识 - 正文
推荐整理分享pandas中Series常见属性有哪些?(pandas常用),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:pandas series map,pandas常用,pandas series index,pandas series append,pandas常用,pandas中的series,pandas series index,pandas中series函数,内容如对您有帮助,希望把文章链接给更多的朋友!
pandas中Series的数据结构功能十分强大,是数据清洗的好工具,Series由两部分组成:索引index和数值values。既然由这两部分组成,那么Series的属性也包括这二者,那series对象的常见属性有哪些呢?有获取数组的Values、获取索引的index、values的name的name和索引的name的index.name。
1、Values:获取数组
#valuesprint(arrySer.values)[output]Index(['a','b','c','d','e'],dtype='object')[1011121314]2、index:获取索引
print('Series',country_col.index)SeriesRangeIndex(start=0,stop=202,step=1)3、name:values的name
print('Series',country_col.name)SeriesCountry4、index.name:索引的name
补充:
*ndim返回Series的维数;*shape返回Series的形状;*dtype返回Series中元素的数据类型;*size返回Series中元素的个数;*itemsize返回Series中每一个元素占用空间的大小,以字节为单位;*nbytes返回Series中所有元素占用空间的大小,以字节为单位;*T返回Series的转置结果;以上就是pandas中series对象的常见属性,需要注意的是Values属性、index属性和name属性只有在Series中才有哦~更多python学习推荐:python教程。
上一篇:discuz x系列与Discuz!有什么区别?(discuz是啥)
下一篇:dedecms如何把内容页和栏目页设置为动态或者静态的方法(dedecms怎么改图片)
友情链接: 武汉网站建设