maxframe.dataframe.Index.insert#

Index.insert(loc, value)#

在指定位置插入新项以创建新的 Index。

对于负值,遵循 Python list.append 的语义。

参数:
返回:

新索引

返回类型:

Index