Pandas基础入门(5)Pandas基本功能

学习汇总:点这里 Series基本功能 编号 属性或方法 描述 1 axes 返回行轴标签列表。 2 dtype 返回对象的数据类型(dtype)。 3 empty 若是系列为空,则返回True。 4 ndim 返回底层数据的维数,默认定义:1。 5 size 返回基础数据中的元素数。 6 values 将系列做为ndarray返回。 7 head() 返回前n行。 8 tail() 返回最后n行
相关文章
相关标签/搜索