Python Pandas Index.is_monotonic_increasing
Pandas Index是一个不可变的ndarray,实现了一个有序的、可切分的集合。它是存储所有pandas对象的轴标签的基本对象。
Pandas Index.is_monotonic_increasing属性,如果给定索引对象中的基础数据是单调增长的,则返回True,否则返回False。
语法: Index.is_monotonic_increasing
参数:无
返回 : 布尔值
例子#1:使用Index.is_monotonic_increasing属性来找出给定Index对象中的底层数据是否是单调增长。
# importing pandas as pd
import pandas as pd
# Creating the index
idx = pd.Index([100, 200, 420, 888, 924])
# Print the index
print(idx)
输出 :
现在我们将使用Index.is_monotonic_increasing属性来找出给定Index对象中的基础数据是否是单调增长的。
# check if the values in the Index
# are monotonically increasing
result = idx.is_monotonic_increasing
# Print the result
print(result)
输出 :
正如我们在输出中看到的,Index.is_monotonic_increasing属性返回了True,表明给定Index对象的基础数据是单调增长的。
例子#2 :使用Index.is_monotonic_increasing属性来找出给定Index对象中的底层数据是否是单调增长。
# importing pandas as pd
import pandas as pd
# Creating the index
idx = pd.Index(['2012-12-12', None, '2002-1-10', None])
# Print the index
print(idx)
输出 :
现在我们将使用Index.is_monotonic_increasing属性来找出给定Index对象中的基础数据是否是单调增长的。
# check if the values in the Index
# are monotonically increasing
result = idx.is_monotonic_increasing
# Print the result
print(result)
输出 :
正如我们在输出中看到的,Index.is_monotonic_increasing属性返回了False,表明给定Index对象的基础数据不是单调增长的。