pandas.RangeIndex.stop # 属性 范围索引。停止[来源] # 停止参数的值。 例子 >>> idx = pd.RangeIndex(5) >>> idx.stop 5 >>> idx = pd.RangeIndex(2, -10, -3) >>> idx.stop -10