Python - 返回 Pandas 索引的最大值
要返回Pandas索引的最大值,请使用方法。首先,导入所需的库——index.max()
import pandas as pd
创建Pandas索引
index = pd.Index([10, 20, 70, 40, 90, 50, 25, 30])
显示熊猫指数-
print("Pandas Index...\n",index)获取最大值-
print("\nMaximum value..\n", index.max())示例
以下是代码-
import pandas as pd
#创建Pandas索引
index = pd.Index([10, 20, 70, 40, 90, 50, 25, 30])
#显示Pandas索引
print("Pandas Index...\n",index)
#返回索引中的元素数
print("\nNumber of elements in the index...\n",index.size)
#返回数据的dtype
print("\nThe dtype object...\n",index.dtype)
#获取最大值
print("\nMaximum value..\n", index.max())输出结果这将产生以下输出-
Pandas Index... Int64Index([10, 20, 70, 40, 90, 50, 25, 30], dtype='int64') Number of elements in the index... 8 The dtype object... int64 Maximum value.. 90
热门推荐
10 感谢韩语老师祝福语简短
11 升职文案高级祝福语简短
12 花童结婚祝福语大全简短
13 向国庆送祝福语简短
14 什么寄语简短祝福语女生
15 客户回礼祝福语大全简短
16 女孩生日祝福语简短创意
17 家长回复节日祝福语简短
18 给外婆敬酒祝福语简短