You are viewing documentation about an older version (1.21.0). View latest version

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