-
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()
2017-01-12 04:47:13
Please login to continue.