Python Pandas Index.itemsize
Pandas Index是一个不可变的ndarray,实现了一个有序的、可切分的集合。它是存储所有pandas对象的轴标签的基本对象。
Pandas Index.itemsize属性返回给定索引对象中底层数据项的dtype的大小。
语法: Index.itemsize
参数:无
返回:返回dtype的大小。
例子#1:使用Index.itemsize属性来找出给定Index对象中底层数据的dtype的大小。
# importing pandas as pd
import pandas as pd
# Creating the index
idx = pd.Index(['Melbourne', 'Sanghai', 'Lisbon', 'Doha', 'Moscow'])
# Print the index
print(idx)
输出 :
现在我们将使用Index.itemsize属性来找出给定Index对象中基础数据的dtype的大小。
# return the size of dtype
result = idx.itemsize
# Print the result
print(result)
输出 :
我们可以在输出中看到,Index.itemsize属性已经返回8,表明索引对象中底层数据的dtype的大小是8。
例子#2 :使用Index.itemsize属性来找出给定Index对象中底层数据的dtype的大小。
# importing pandas as pd
import pandas as pd
# Creating the index
idx = pd.Index([900 + 3j, 700 + 25j, 620 + 10j, 388 + 44j, 900])
# Print the index
print(idx)
输出 :
现在我们将使用Index.itemsize属性来找出给定Index对象中基础数据的dtype的大小。
# return the size of dtype
result = idx.itemsize
# Print the result
print(result)
输出 :
我们可以在输出中看到,Index.itemsize属性已经返回8,表明索引对象中底层数据的dtype的大小是8。