Python - 查找应插入作为数组传递的值以维护 Pandas 索引中的顺序的索引
要查找应插入作为数组传递的值以维护Pandas索引顺序的索引,请使用该方法。index.searchsorted()
首先,导入所需的库-
import pandas as pd
创建熊猫索引-
index = pd.Index([10, 20, 30, 40, 50])
显示熊猫指数-
print("Pandas Index...\n",index)Searchsorted-将值设置为像数组一样插入并获取应放置这些值的确切索引位置-
print("\nThe exact positions where the values should be placed?...\n",index.searchsorted([35, 60]))示例
以下是代码-
import pandas as pd
#创建Pandas索引
index = pd.Index([10, 20, 30, 40, 50])
#显示Pandas索引
print("Pandas Index...\n",index)
#返回索引中的元素数
print("\nNumber of elements in the index...\n",index.size)
#搜索排序
#将值设置为像数组一样插入并获取确切的索引位置
#这些值应该放在哪里
print("\nThe exact positions where the values should be placed?...\n",index.searchsorted([35, 60]))输出结果这将产生以下输出-
Pandas Index... Int64Index([10, 20, 30, 40, 50], dtype='int64') Number of elements in the index... 5 The exact positions where the values should be placed?... [3 5]
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短