pandas.DatetimeIndex.delete
-
DatetimeIndex.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 : DatetimeIndex
DatetimeIndex.delete(loc)[source]Make a new DatetimeIndex with passed location(s) deleted.
| Parameters: | loc: int, slice or array of ints
|
|---|---|
| Returns: | new_index : DatetimeIndex |