modin.pandas.Index.insert¶ Index.insert() → None[source]¶ Make new Index inserting new item at location. Follows Python numpy.insert semantics for negative values. Parameters: loc (int) – item (object) – Return type: Index