Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.TimedeltaIndex.delete

TimedeltaIndex.delete(loc)[source]

Make a new DatetimeIndex with passed location(s) deleted.

Parameters:

loc: int, slice or array of ints

Indicate which sub-arrays to remove.

Returns:

new_index : TimedeltaIndex

Scroll To Top