Series对象的属性有index,values,shape,size等
举一反三
- Series对象包含的两个主要属性为 A: index B: values C: scale D: type
- Series的主要属性包括index和values两部分。使用.index方法可以获取_____________,使用.values可以获取_____________________。
- DataFrame对象可以通过( )属性查看它的行索引 。 A: index B: shape C: reshape D: columns
- 使用Series对象的__________ 属性,可以获取该Series对象的索引。
- Numpy中数组的属性有( )。 A: add B: size C: shape D: ndim